/*
Theme Name: NP ABC (Bootstrap 4)
Theme URI: http://npress.media
Author: Nigel Hayler
Author URI: http://npress.media
Description:  Custom theme
Version: 1.1
License: 
License URI: 
Text Domain: np-abc

*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------
*/

body{ margin: 0;
	-webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h1 span.subhead {
	font-size: 20px;
	color: #555;
	display: block;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

label {
	margin-bottom: 0;
}

img.avatar-default {
	display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  /*background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
	padding: 0;
	z-index: 50;
	position: relative;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #464c4a;
	font-size: 24px;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.navbar-toggler {
	float: right;
	border: 2px solid #bbb !important;
	font-size: 13px;
	margin-right: 11px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous, body.post-type-archive-np_resources .posts-navigation .nav-next {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next, body.post-type-archive-np_resources .posts-navigation .nav-previous {
  float: right;
  text-align: right;
  width: 50%;
}
body.post-type-archive-np_resources .posts-navigation .nav-next {
  text-align: left; 
}
body.post-type-archive-np_resources .posts-navigation {
	border-top: 4px solid #eef4f2;
	padding-top: 15px;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.speech-bubble:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 25px solid #000;
	border-bottom: 0px solid transparent;
	right: 25px;
	bottom: -25px;
}

#masthead .container {
	padding: 0;
}
#main-nav {
	margin-top: 50px;
	background: #cfe0da;
	border-radius: 0 0 5px 0;
	max-width: 84%;
	padding: 0 15px 0 8px;
	height: 52px;
	position:relative;
	z-index: 10;
}
#main-nav.speech-bubble::after {
	border-top-color: #cfe0da;
}
#main-nav-sub {
	/*margin-top: 168px;*/
	background: #c1d1cb;
	border-radius: 0 0 5px 0;
	max-width: 84%;
	padding: 4px 24px 4px 8px;
	height: 66px;
	display: none;
	z-index: 10;
}

#main-nav-sub .theme-icon-cont {
	float: right;
	display: none;
}
#main-nav-sub .theme-icon-cont div {
	float: left;
	text-align:center;
	max-width: 80px;
	margin-left: 12px;
	font-size: 11px;
	font-weight: 600;
	line-height: 13px;
	color: #4a6c2f;
}
#main-nav-sub .theme-icon-cont div a {
	color: #4a6c2f;
	display:block;
}
#main-nav-sub .theme-icon-cont div a:hover {
	color: rgb(68, 74, 72);
	background-color: rgba(0,0,0,0.03);
	text-decoration: none;
}

#main-nav-sub .theme-icon-cont div img {
	/*display: block;*/
}
	
#main-nav-sub div.search-cont {
	float: right;
	padding: 10px 0;
	display: none;
}

#main-nav-sub div.search-cont .form-control {

    display: block;
    width: 350px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-right: 10px;

}
#main-nav-sub div.search-cont .search-submit {
	background: #70b65d;
	color: #fff;
	border-radius: 0;
	vertical-align: top;
}

#main-nav-sub div.about-cont, #main-nav-sub div.news-cont {
	float: right;
	padding: 10px 20px 0 0;
	display: none;
	font-size: 20px;
}

#main-nav-sub div.about-cont a, #main-nav-sub div.news-cont a {
	color: #000;
}
nav.navbar, #main-nav-sub {

    position: absolute;
    left: 0;
    width: 85%;

}

.navbar-brand {
	z-index:1000;
	position: absolute;
	top: 8px;
}
#subscribe-bar {
	width: 80%;
	background-color: rgb(0,0,0);
	height: 50px;
	padding: 12px 20px 12px 12px;
	color: #bbb;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 5px 0;
}
#subscribe-bar div {
	float:right;
}
#subscribe-bar .fab {
	vertical-align: middle;
	font-size: 25px;
	margin-left:6px;
}
#subscribe-bar span.social-icons a{
	color: #bbb;
}


#masthead-strap{
	position: absolute;
	top: 100px;
	background: rgba(255,255,255,0.9);
	width: 560px;
	padding: 23px 10px 5px 367px;
	font-size: 11px;
	color: #e84701;
	height: 68px;
	border-radius: 0 0 5px 5px;
}

.navbar-collapse li.nav-item {
	height: 52px;
	padding: 8px 0;
}
.navbar-collapse li.nav-item:hover, .navbar-collapse li.nav-item.is-selected {
	background-color: #c1d1cb;
}
.navbar-collapse li.nav-item a {
	border-right: 3px solid #e36f4a;
	padding: 0 5px;
}
.navbar-collapse li.nav-item:last-child a {
	padding-right: 0;
	border-right: none;
}
#home-header {
	z-index: 10;
	position: relative;
	background: #eef4f2;
	padding: 0 0 90px 0;
}
#home-header #theme-icon-cont {
	text-align: center;
}
#home-header #theme-icon-cont div {
	display: inline-block;
	width:12.5%;
	margin: -80px 1% 40px 1%;
	text-align:right;
	vertical-align: top;
}
#home-header #theme-icon-cont div a {

	font-size: 18px;
	font-weight: 600;
	color: #4a6c2f;
	margin-top: -16px;
	display: block;
}
#home-header #theme-icon-cont div a img {
	margin-bottom: -15px;
}
.home-intro-text {
	font-size: 27px;
	font-weight: 500;
	color: #cb3e01;
	line-height: 36px;
}

div.about-menu ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}
div.about-menu li {
    padding: 0 10px 0 8px;
    display: inline;
	border-right: 1px solid #000;
}
div.about-menu li:last-child {
    padding: 0 0 0 8px;
	border-right: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.row-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

#home-slider {
	/*margin-top: -88px;*/
	z-index: 0;
	border-bottom: 8px solid #5eb045;
}
.owl-carousel {
    max-width: 1903px;
    margin: 0 auto;
}
img.np-slide {
    min-height: 300px;
    object-fit: cover; 
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
  min-height:200px;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #fce7de;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.logo-footer {
	margin-top:-80px;
	max-width:230px;
	display:block;
	margin-bottom: 20px;
}
footer .foot-menu {
	width: 60%;
	float: right;
}
footer #menu-footer-menu {
	padding-left: 12px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
body.home #content {
	margin-top: -110px;
	z-index: 200;
	position: relative;
}
.np-leads .entry-category a {
	font-size: 15px;
	font-weight: 600;
	color: #4a6c2f;
	margin: 15px 0 0 0;
}
.np-leads h2.entry-title {
	font-size: 27px;
	font-weight: 600;
	color: #cb3e01;
	border-bottom: none;
	margin: 0 0 0 0;
}
.np-leads .entry-content {
	font-size: 19px;
	margin-top: 10px;
	font-weight: 300;
}
.posts-categories span {
	margin-right: 6px;
	border-right: 1px solid #ccc;
	padding-right: 6px;
	display: inline-block;
}
.posts-categories span:last-child {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
body.home #feature-panel {
	min-height: 200px;
	background-color: #eef4f2;
}
body.home #feature-panel h3.speech-bubble {
    position: absolute;
    top: -40px;
    right: 8px;
    background: #5eb045;
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
}
body.home #feature-panel h3.speech-bubble::after {
    border-top: 20px solid #5eb045;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    right: 10px;
    bottom: -20px;
}
.network-partners h3.speech-bubble {
    position: absolute;
    top: -65px;
    left: 0px;
    background: #4d6684;
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
}
.network-partners h3.speech-bubble::after {
    border-top: 20px solid #4d6684;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    right: 10px;
    bottom: -20px;
}

/*--------------------------------------------------------------
## Single Page
--------------------------------------------------------------*/
body.single #content, body.page #content, body.search #content{
	margin-top: 240px;
}
body.single .single-article-lead-wrap {
	background: #eef4f2;
	margin: -170px 0 30px 0;
	padding-top: 220px;
	padding-bottom: 50px;
	z-index: -10;
	font-weight: 500;
	font-size: 19px;
}
body.single-np_event .single-article-lead-wrap {
    background: #fce7de;
	padding-top: 174px;
}
body.single.no-featured-image .single-article-lead-wrap {
	margin-top: -125px;
	padding-top: 50px;
}
#single-article-header h1 {
	color: #e84701;
	font-size: 52px;
	font-weight: 600;
	border-bottom: none;
	text-transform: uppercase;
	padding-bottom: 70px;
	margin-top: 0px;
}
.single-np_resources #single-article-header h1 {
	padding-bottom: 0px;
}
#single-article-header .posts-categories a {
	color: #4a6c2f;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 20px;
}



/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/

#archive-header {
	height: 400px;
	background-size: cover;
	border-bottom: 8px solid #5eb045;
	background-position: center !important;
}
body.archive.category-news #archive-header, body.archive.category-reports #archive-header, body.archive.category-viewpoints #archive-header, body.archive.author #archive-header, body.post-type-archive-np_event #archive-header, body.archive.tag #archive-header {
	height:200px;
	border-bottom: none;
}	
#archive-intro-wrap {
	background:#eef4f2; 
	padding-top:50px; 
	padding-bottom: 120px;
	font-weight: 500;
	color: #cb3e01;
	font-size: 22px;
	line-height:160%;
}
body.archive .main-heading h1 {
	color: #4a6c2f;
	text-transform: uppercase;
	font-size: 48px;
	margin-top: 0;
	letter-spacing: 1px;
}
body.archive .main-heading h3 {
	color: #e84701;
	font-size: 28px;
	margin-bottom: 4px;
	margin-top: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
body.archive .large-icon-theme {
	margin-top: -191px;
	margin-left: -94px;
	margin-bottom: -60px;
}
body.archive .row.listings {
	margin-top: -60px;
}
body.archive.paged .row.listings {
	margin-top: 30px;
}
body.archive .reco-read-box {
	background: #d3e0e4;
	margin-bottom: 20px;
}
body.archive .reco-read-box a, .side-event a {
	font-size: 15px;
	font-weight: 600;
	color: #4a6c2f;
	margin: 35px 0 0 0;
	display:block;
}
body.archive .reco-read-box a.the-image, .side-event a.the-image {
	margin-top:0;
}
body.archive .reco-read-box h3.side, .side-event h3.side  {
	margin: 0;
}
body.archive .reco-read-box h3 a, .side-event h3 a {
	font-size: 25px;
	font-weight: 600;
	color: #272361;
	margin: 0 0 20px 0;
	line-height: 126%;
}

body.archive .nav-previous {
	width: 100%;
}
body.archive.paged .nav-previous {
	width: 50%;
}
.big-next {
	color: #ce5122;
	font-size: 15px;
	text-transform: uppercase;
}
.big-next h3 {
	color: #4a6c2f;
	font-size: 27px;
	font-weight: 600;
	margin-top: 0;
}
.big-next i {
	text-transform: none;
}
body.post-type-archive-np_event h1 {
	color: #4a6c2f;
	font-size: 48px;
	text-transform: uppercase;
}
body.post-type-archive-np_event h2 {
	border-bottom: none;
	color: #cb3e01;
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 0;
}
body.post-type-archive-np_event h3 {
	margin-top: 0;
}
body.post-type-archive-np_event article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
a.page-numbers, span.page-numbers {
	font-size: 24px;
	padding-left: 12px;
}

/*--------------------------------------------------------------
## RESOURCES
--------------------------------------------------------------*/
body.post-type-archive-np_resources #archive-header {
	background-image: url(https://abiggerconversation.org/wp-content/uploads/2019/02/resources-banner-e1551372040158.jpg)  !important;
}
.filter-row {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	color: #666968;
}
.filter-row .btn-primary {
	color: #cfe0da;
	background-color: #272361;
	border-color: #272361;
	margin: 10px 0;
}

.filter-row .show > .btn-primary.show-summary {
	background-color: #4d6684;
	border-color: #4d6684;
}
.filter-row .dropdown-menu {
	padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.filter-row .dropdown-menu li {
	padding:6px 0;
	border-bottom: 1px solid #ddd;
}
body.post-type-archive-np_resources #archive-intro-wrap {
	color:#666968;
	padding-bottom: 60px;
}
body.post-type-archive-np_resources #primary {
	/*border-bottom: 4px solid #eef4f2;*/
}
article.np_resources .posts-categories a {
	color: #4a6c2f;
	margin: 10px 0;
}
article.np_resources .posts-categories {
	margin: 10px 0;
}
article.np_resources h1.entry-title {
	color: #e84701;
	font-size:27px;
	font-weight: 500;
	border-bottom: none;
	margin:0;
}
article.np_resources .entry-authors {
	color: #606060;
	font-size:20px;
}
article.np_resources .entry-pub-date {
	color: #606060;
	font-size:14px;
}
article.np_resources .entry-type {
	font-style: italic;
}
article.np_resources {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-top: 4px solid #eef4f2;
	display: flex;
}
article.resource-embed {
    background-color: #f9f9fe;
	border-bottom: 4px solid #eef4f2;
	padding-right: 15px;
	padding-left: 15px;
}
body.single-np_resources article.np_resources {
	border-top: none;
}
article.np_resources .show > .btn-primary {
	color: #fff;
	background-color: #272361;
	border-color: #272361;

}
article.np_resources .btn-primary.show-summary, article.np_resources .btn-primary.hide-summary {
	background-color: #4d6684;
	border-color: #4d6684;
	float: left;
}
article.np_resources .btn-primary.show-summary.collapsed .txt-hide {
	display: none;
}
article.np_resources .btn-primary.resource-link {
	background-color: #4a6c2f;
	border-color: #4a6c2f;
	float: right;
}
body.single-np_resources article.np_resources .btn-primary.resource-link {
	float: left;
	margin-bottom: 15px;
}
article.np_resources .entry-content {
	clear: both;
	padding-top:20px;
}
body.single-np_resources article.np_resources .entry-content {
	clear: both;
	padding-top:0;
}
article.np_resources .controls {
	margin-top: 15px;
}
[data-toggle="collapse"] .fa:before {   
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
body.search h2.entry-title {
	color: #cb3e01;
}


/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.side-latest, .side-event {
	background-color: #fce7de;
}
.side-event h3 a {
	color: #4a6c2f;
	margin-bottom: 0;
}
.side-tweet {
	background-color: #eef4f2;
	padding-left: 7px !important;
}
.side-block {
	padding: 30px 15px 15px;
	margin-bottom: 48px;
	position: relative;
}
.side-block h3:first-child {
	position:absolute;
	top: -40px;
	right: 8px;
	background: #e84701;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
}
.side-block h3.speech-bubble::after {
	border-top: 20px solid #e84701;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	right: 10px;
	bottom: -20px;
}
.reco-read-box h3.speech-bubble::after {
	border-top: 20px solid #5eb045;
}
.reco-read-box h3.speech-bubble {
	background: #5eb045;
}
.side-latest h3.speech-bubble {
	background: #5eb045;
}
.side-latest h3.speech-bubble::after {
	border-top: 20px solid #5eb045;
}
.side-tweet h3.speech-bubble {
	background: #272361;
}
.side-tweet h3.speech-bubble::after {
	border-top: 20px solid #272361;
}




.speech-bubble {
	z-index:100;
}

#secondary {
	padding-left: 0;
	padding-right: 0;
	font-size: 90%;
}
#secondary p {
	font-size: 90%;
	color: #555;
}

.side-block div.theImage { 
	/*image in block*/
    position:relative;
    width:100%;
	padding-top: 90%; /* aspect ratio */
	background-size: cover;
	background-position: center;
	border-radius: 3px;
	margin-top: -15px;
}

.side-latest h4 {
	margin: 0 0 8px 0;
	font-size; 18px;
}
.side-latest h4 a {
	color: #515151;
}
.side-latest .side-category a {
	color: #4a6c2f;
	font-size; 15px;
}




.bubble {
    position:relative;
    width:100%;
	padding-top: 66%; /* aspect ratio */
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}
.bubble::after {

    left: 35px;
    right: 0;
    border-left: 16px solid transparent;

}
.bubble::before, .bubble::after {

    content: '';
    position: absolute;
    height: 0;
    border-bottom: 28px solid white;
    bottom: 0;

}
.bubble::before {

    left: 0;
    width: 33px;
    border-right: 16px solid transparent;

}
.share-this-page {
	font-size: 12px;
	color: #bcbcbc;	
}
.share-this-page a {
	font-size: 28px;
	color: #bcbcbc;
	margin-right: 4px;
}
#menu-mobile-menu  {
	list-style: none;
	padding: 10px;
}
#menu-mobile-menu li {
	border-bottom: 1px solid #ccc;
	padding: 6px 0 6px 2px;
}
#menu-mobile-menu li:last-child {
	border-bottom: none;
}
#menu-mobile-menu li a {
	color: #333;
}
#menu-mobile-menu li ul {
	list-style: none;
}
#menu-mobile-menu li.not-clickable>a {
	font-weight: 600;
}


/*--------------------------------------------------------------
## CSS POPUP MODAL
--------------------------------------------------------------*/

/*
POPUP MODAL
*/

label.np-modal-call {
        border-bottom: 1px dotted #aaa;
		cursor: pointer;
}
label.np-modal-call[for=np-modal-subscribe] {
        border-bottom: none;
		cursor: pointer;
}

label.np-modal-call:hover {
        background-color: #dedede;
}
.message-for-np-modal-subscribe {
	display: none;
}
.email-for-np-modal-subscribe {
	background-color: #fff !important;
	margin-right:10px;
}
#np-subscribe-wrap .wpcf7 form.sent p, #np-subscribe-wrap .wpcf7 form.sent h5{
	display: none; /* hides empty subscription form after submit */
}
#np-subscribe-wrap .bod {
	background-color:#f6f6f6;
	padding: 8px;
}


.np-modal .btn-close{
        color:#aaa;
        cursor:pointer;
        font-size:40px;
        position:absolute;
        top:-13px;
        right:10px;
        text-decoration:none;
    }
.np-modal .btn-close:hover,.np-modal .btn-close:focus{
        color:#999
    }
.np-modal-wrap:before{
        content:'';
        display:none;
        background:rgba(0,0,0,0.3);
        position:fixed;top:0;right:0;bottom:0;left:0;
        z-index:8000
    }
.np-modal-overlay {
        display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:102
    }
.np-modal-open:checked ~ .np-modal-wrap:before,.np-modal-open:checked ~ .np-modal-wrap .np-modal-overlay{
        display:block
    }
.np-modal-open:checked ~ .np-modal-wrap .np-modal-dialog {
        transform:translate(-50%,-50%);
        position:fixed;
        top:50%;
        height: 420px;
        max-height: 88%;
    }
.np-modal-dialog{
        background:#fefefe;
        border:none;
        border-radius:5px;
        position:fixed;
        left:50%;top:-100%;
        transform:translate(-50%,-150%);
        transition:transform .6s ease-in-out;
        width:90%;
        max-width:480px;
    }
#np-subscribe-wrap .np-modal-dialog {
	max-width:550px;
	border-radius: 6px;
}
#np-subscribe-wrap input {
	background-color: #fefefe;
	max-width: 100%;
}
#np-subs-message {
	margin: -8px -8px 0 -8px;
}
#np-subs-message p, #np-subs-message h4, #np-subs-message h5 {
	padding: 8px;
	margin: 0;
}
.np-modal-body{
        bottom: 40px;
        overflow: auto;
        padding: 0 20px 20px;
        position: absolute;
        top: 75px;
		width: 97%;
    }
.np-modal-body .page-content-text{
        right: 0;
        width: 100%;
    }
.np-modal-header{
        padding:10px 20px;
		background: #cfe0da;
		border-radius: 4px 4px 0 0;
        /*border-bottom:#eaeaea solid 1px;*/
    }
.np-modal-header h2{
        font-size:24px;
        margin:0
    }
.np-modal-footer{
        background: #fff none repeat scroll 0 0;
        border-top: 1px solid #eaeaea;
        bottom: 0;
        height: 40px;
        max-height: 40px;
        padding: 5px 20px;
        position: absolute;
        text-align: right;
        width: 100%;
    }
.np-modal-overlay, .np-modal-dialog {
        z-index: 100000;
    }
	





/*--------------------------------------------------------------
## Bootstrap XS <576 & SM <768
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	html {
		font-size: 100%;
	}
	.navbar-brand {
		width: 170px;
		top: 37px;
	}
	.navbar {
		z-index: 1000;
	}
	#nav-screen {
		display: none;
	}
	#nav-mobile {
		display: block;
		margin-right: -15px;
		margin-left: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#mobile-menu {
		width: 100%;
		background: #f9f3f3;
		margin-top: 42px;
		padding: 80px 0 20px 0;
		border-radius: 0 0 7px 7px;
	}
	#masthead-strap {
		top: 46px;
		width: 100%;
		padding: 25px 50px 5px 181px;
		height: 95px;
		border-radius: 0;
	}
	#subscribe-bar {
		width: 100%;
		height: 50px;
		padding: 12px 80px 12px 20px;
		top: 0;
		left: 0;
		border-radius: 0;
		font-size: 80%;
	}
	#subscribe-bar div {
		float: left;
	}
	#subscribe-bar span.social-icons{
		display:none;
	}
	body.single #content, body.page #content, body.search #content {
		margin-top: 65px;
	}
	#single-article-header h1 {
		font-size: 40px;
		font-weight: 600;
		padding-bottom: 0px;
		margin-top: 0px;
	}
	#primary-meta {
		margin-bottom: 15px;
	}
	body.archive .main-heading h1 {
		font-size: 36px;
	}
	body.archive .main-heading h3 {
		font-size: 18px;
	}
	#archive-intro-wrap {
		font-size: 19px;
	}
	body.archive .large-icon-theme {
		position: absolute;
		top: -100px;
		right: 15px;
		width: 100px;
		margin-top: 0;
	}
	#archive-header {
		height: 250px;
		background-size: cover !important;
	}
	body.archive .reco-read-box {
		margin-bottom: 50px;
	}
	body.archive #content.site-content {
		padding-top: 10px;
	}
	#home-header #theme-icon-cont div {
		width: 13%;
		margin: -10px 1% 23px 1%;
		text-align: left;
		vertical-align: top;
	}
	#home-header #theme-icon-cont div a {
		font-size: 8px;
	}
	#home-header #theme-icon-cont div a img {
		margin-bottom: -7px;
	}
	.home-intro-text {
		font-size: 20px;
		line-height: 28px;
		padding-top: 15px;
		text-align: center;
	}
	.network-partners img {
		max-width: 150px;
	}
	#secondary {
		padding-top: 40px;
	}
	.np_resources img.attachment-thumbnail {
		max-width: 80px;
	}
	article.np_resources .btn-primary.resource-link {
		float: left;
		margin-top: 10px;
		clear: left;
	}
	.site-main .posts-navigation {
		margin-left: 15px;
		margin-right: 15px;
	}
	body.archive.category-news #archive-header, body.archive.author #archive-header, body.post-type-archive-np_event #archive-header, body.archive.tag #archive-header {
		height: 116px;
	}
	#archive-intro-wrap {
		font-size: 17px;
	}
	#archive-intro-wrap img.avatar {
		margin-bottom: 15px;
	}
	body.single .single-article-lead-wrap {
		font-size: 16px;
	}
	.network-partners {
		margin-bottom: 71px;
		border-bottom: 41px solid #fff;
		padding-bottom: 30px;
	}
	footer .foot-menu {
		float: left;
	}
	
}

/*--------------------------------------------------------------
## Bootstrap SM >=576 <768
--------------------------------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px) {

	#masthead-strap {
		top: 46px;
		width: 100%;
		padding: 25px 50px 5px 176px;
		height: 65px;
		border-radius: 0;
		margin-left: 20px;
	}
	.navbar-brand {
		width: 190px;
		top: 37px;
	}
	#mobile-menu {
		padding: 100px 0 20px 0;
	}
	#home-header #theme-icon-cont div a {
		font-size: 9px;
	}
	article.np_resources .btn-primary.resource-link {
		float: right;
		margin-top: 0;
		clear: none;
	}
	body.archive.category-news #archive-header, body.archive.author #archive-header, body.post-type-archive-np_event #archive-header, body.archive.tag #archive-header {
		height: 140px;
	}
	.network-partners {
		margin-bottom: 71px;
		border-bottom: none;
		padding-bottom: 30px;
	}
}

/*--------------------------------------------------------------
## Bootstrap MD >=768 <992
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
	html {
		font-size: 100%;
	}
	#subscribe-bar {
		width: 98%;
	}
	#main-nav, #main-nav-sub {
		max-width: 89%;
	}
	nav.navbar, #main-nav-sub {
		width: 100%;
	}
	#home-slider {
	    margin-top: -15px;
	}
		
	article.np_resources .btn-primary.resource-link {
		float: left;
		margin-top: 10px;
		clear: left;
	}
	.navbar-brand {
		width: 230px;
		top: 37px;
	}
	#masthead-strap {
		width: 468px;
		padding: 23px 10px 5px 253px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size: 20px;
	}
	#main-nav-sub {
		margin-top: 168px;
	}
	#main-nav-sub .theme-icon-cont, #main-nav-sub div.about-cont, #main-nav-sub div.news-cont {
		zoom: 0.8;
		-moz-transform: scale(0.8);
		-moz-transform-origin: right;
	}
	#main-nav-sub div.search-cont .form-control {
		width: 210px;
	}
	body.single #content, body.page #content, body.search #content {
		margin-top: 136px;
	}
	#single-article-header h1 {
		padding-bottom: 0;
		font-size: 40px;
	}
	#primary-meta {
		margin-bottom: 30px;
	}
	body.archive .large-icon-theme {
		position: absolute;
		top: -100px;
		right: 15px;
		width: 100px;
		margin-top: 0;
	}
	body.archive #content.site-content {
		padding-top: 10px;
	}
	#archive-header {
		height: 320px;
		background-size: cover !important;
	}
	#archive-intro-wrap {
		font-size: 20px;
	}
	img.np-slide {
		min-height: 420px;
	}
	#home-header #theme-icon-cont div {
		width: 13%;
		margin: -50px 1% 40px 1%;
	}
	#home-header #theme-icon-cont div a {
		font-size: 12px;
	}
	.home-intro-text {
		font-size: 20px;
		line-height: 29px;
	}
	#secondary {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
## Bootstrap LG >=992 <1200
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html {
    /*font-size: 75%;*/
  }
    #nav-screen {
	  display: block;
  }
  #nav-mobile {
	  display: none;
  }
  	#subscribe-bar {
		width: 98%;
	}
	#main-nav, #main-nav-sub {
		max-width: 89%;
	}
	nav.navbar, #main-nav-sub {
		width: 100%;
	}
		
	article.np_resources .btn-primary.resource-link {
		float: left;
		margin-top: 10px;
		clear: left;
	}
	.navbar-brand {
		width: 292px;
		top: 35px;
	}
	#masthead-strap {
		width: 520px;
		padding: 23px 10px 5px 312px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size: 20px;
	}
	#main-nav-sub {
		margin-top: 0;
	}
	#main-nav-sub .theme-icon-cont, #main-nav-sub div.about-cont, #main-nav-sub div.news-cont {
		zoom: 0.8;
		-moz-transform: scale(0.8);
		-moz-transform-origin: right;
	}
	#main-nav-sub div.search-cont .form-control {
		width: 247px;
	}
	body.single #content, body.page #content, body.search #content {
		margin-top: 172px;
	}
	#single-article-header h1 {
		padding-bottom: 35px;
		font-size: 44px;
	}
	#primary-meta {
		margin-bottom: 30px;
	}
	body.archive .large-icon-theme {
		position: absolute;
		top: -70px;
		right: 15px;
		width: 110px;
		margin-top: 0;
	}
	body.archive #content.site-content {
		padding-top: 30px;
	}
	#archive-header {
		height: 320px;
		background-size: cover !important;
	}
	#archive-intro-wrap {
		font-size: 20px;
	}
	img.np-slide {
		min-height: 490px;
	}
	#home-header #theme-icon-cont div {
		width: 13%;
		margin: -33px 1% 40px 1%;
	}
	#home-header #theme-icon-cont div a {
		font-size: 15px;
	}
	.home-intro-text {
		font-size: 22px;
		line-height: 31px;
	}
	.share-this-page a {
		font-size: 25px;
	}

}






@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	#main-nav-sub .theme-icon-cont {
		float: right;
		display: none;
		zoom: 0.8;
		-moz-transform: scale(0.9);
		-moz-transform-origin: right;
	}
}

/*--------------------------------------------------------------
## Bootstrap XL >=1200 
--------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
  html {
    /*font-size: 75%;*/
  }
    #nav-screen {
	  display: block;
  }
  #nav-mobile {
	  display: none;
  }
}

div.twitter-timeline-rendered iframe {
	width: 100%;
}
.fa-twitter{
	font-family:sans-serif;
}
.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
	font-family:sans-serif;
}
.fa-twitter-square:before{
	content:"𝕏";
	font-family:sans-serif;
}

















