/*
Theme Name: Hyperallergic
Author: Hayes Smith
Author URI:
Description: Based on Bootstrap v.3 basic theme.
Version: 1.0.0

This theme built with Twitter Bootstrap v.3.

*/



@import 'css/flexvideo.css';
@import 'css/fix-bootstrap.css';


/**
 * 1.0 - Elements
 */
 html, body {
	color: rgba(0,0,0,.8);
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.1em;
	margin: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0 !important;
}

h1 {
	font-family: 'freight-text-pro','Times New Roman', serif;
	font-size: 2.2rem;
	font-weight: 700;
}

h3 {
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.8em;
	margin: 0 0 .6rem;
}

h4 {
	font-size: .6em;
	margin: 0 0 .4rem;
	letter-spacing: 0.04em;
}

h6 {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1em;
	letter-spacing: 0.01em;
}

a, a:active, a:visited {
	color: #333;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

a:focus, a:hover {
	color: #00aeef;
	text-decoration: none;
}

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

input::-moz-focus-inner {
  border: 0;
}

.btn {
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

.btn-default {
	background: #000;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: .8em;
	font-weight: 700;
	padding: .5em 3em;
	text-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #00adef;
	color: #fff;
}

p:last-child {
	margin: 0;
}

img {
	max-width: 100%;
}

figure {
	margin: 2em auto;
	max-width: 100%;
}

figure:first-child {
	margin-top: 0;
}

figure img {
	max-width: 100%;
	width: 100%;
  height: auto;
}

figcaption {
	color: #999;
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-size: .7em;
	line-height: 1.4em;
	letter-spacing:0.02em;
	margin-top: .5rem;
}

.alignnone {
	float: none;
}

.aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

ul, ol {
	margin-bottom: 1em;
	padding-left: 1.5rem;
}

hr {
	background-color: #00adef;
	border: none;
	clear: both;
	height: 1px;
	margin: 1.5rem 0;
}

td, th {
	padding: 12px 50px 12px 0;
	border-bottom: 1px solid #eee;
	font-family: "aktiv-grotesk", helvetica, arial, sans-serif;
	font-size: 0.8em;
}

::-webkit-input-placeholder {
	color: #ddd;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ddd;
    opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ddd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}

td,th {
	padding: 12px 50px 12px 0;
	border-bottom: 1px solid #eee;
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
	font-size: 0.8em;
}

.hyper_logo {
	height: 48px;
}

.custom-logo, .custom-logo img {
  height: auto;
  width: 320px;
  transform: translateY(-6px);
}

.hyper_logo image {
	height: 48px;
}

/**
 * 2.0 - Layout
 */

.container-fluid {
  width: calc(100% - 50px);
	max-width: 1080px;
	padding-right: 0;
	padding-left: 0;
	position: relative;
}

.site-main, .single-main {
	overflow: hidden;
}

.primary {
	float: left;
	overflow: hidden;
	padding: 0 30px 0 0;
	width: calc( 100% - 330px);
}

.primary.full-width {
	float: none;
	padding: 0;
	width: 100%;
}

.secondary {
	float: right;
	padding: 0 0 0 30px;
	width: 330px;
}

.more-from {
  display: none;
}

#recirc {
	margin-bottom: 1.5rem;
}

@media (min-width: 451px) {
	#recirc .entry-excerpt:last-child {
		margin-bottom: 2rem;
	}
}



/**
 * 3.0 - Typography & Genericons
 */

.genericon:before,
.menu-item-has-children a:after,
.navbar-social a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: inherit;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.navbar-social a[href*="codepen.io"]:before {
	content: "\f216";
}

.navbar-social a[href*="digg.com"]:before {
	content: "\f221";
}

.navbar-social a[href*="dribbble.com"]:before {
	content: "\f201";
}

.navbar-social a[href*="dropbox.com"]:before {
	content: "\f225";
}

.navbar-social a[href*="facebook.com"]:before {
	content: "\f203";
}

.navbar-social a[href*="flickr.com"]:before {
	content: "\f211";
}

.navbar-social a[href*="foursquare.com"]:before {
	content: "\f226";
}

.navbar-social a[href*="plus.google.com"]:before {
	content: "\f206";
}

.navbar-social a[href*="github.com"]:before {
	content: "\f200";
}

.navbar-social a[href*="instagram.com"]:before {
	content: "\f215";
}

.navbar-social a[href*="linkedin.com"]:before {
	content: "\f208";
}

.navbar-social a[href*="path.com"]:before {
	content: "\f219";
}

.navbar-social a[href*="pinterest.com"]:before {
	content: "\f210";
}

.navbar-social a[href*="getpocket.com"]:before {
	content: "\f224";
}

.navbar-social a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.navbar-social a[href*="reddit.com"]:before {
	content: "\f222";
}

.navbar-social a[href*="skype.com"]:before {
	content: "\f220";
}

.navbar-social a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.navbar-social a[href*="tumblr.com"]:before {
	content: "\f214";
}

.navbar-social a[href*="twitter.com"]:before {
	content: "\f202";
}

.navbar-social a[href*="vimeo.com"]:before {
	content: "\f212";
}

.navbar-social a[href*="wordpress.com"]:before,
.navbar-social a[href*="wordpress.org"]:before {
	content: "\f205";
}

.navbar-social a[href*="youtube.com"]:before {
	content: "\f213";
}

.navbar-social a[href^="mailto:"]:before {
	content: "\f410";
}

.navbar-social a[href*="spotify.com"]:before {
	content: "\f515";
}

.navbar-social a[href*="twitch.tv"]:before {
	content: "\f516";
}

.navbar-social a[href$="/feed/"]:before {
	content: "\f413";
}

.navbar-social a[href*="/newsletters/"]:before {
	content: "\f463";
}

.search-label:before {
	content: '\f400';
}

.genericon-chat:before {
	content: '\f108';
	position: relative;
	top: 1px;
}



/**
 * 4.0 - Header
 */

.page-header {
	border-bottom: 0;
	padding: 0;
	margin: 0 0 2.5rem;
}

.site-branding {
	padding: 1.8rem 0 0;
	margin-top: 4px;
}

.site-title {
	line-height: 48px;
	text-align: center;
}

.hyper_logo {
	height: 48px;
}

.hyper_logo image {
	height: 48px;
}

.page-header-top-left,
.page-header-top-right {
	line-height: 48px;
}

.page-header-top-left {
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 0.8em;
	letter-spacing:0.02em;
	font-style: italic;
}

.page-header-top-right {
	text-align: right;
}

.page-header-top-right > ul {
	float: right;
	margin-bottom: 0;
}

.page-header-top-right > ul li {
	display: block;
	float: left;
  padding-left: 20px;
  padding-right: 0;
}

.featured-row {
	margin-bottom: 2rem;
}

.featured-row .col-md-fifth {
	float: left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	width: 20%;
}

.featured-row a .entry-title {
	font-size: .75em;
	line-height: 1.3em;
	font-weight: 400;
	margin: .4em 0 0;
}

.featured-row img {
  height: auto;
}

.featured-row .col-xs-4 a .entry-title {
	font-size: 1em;
}

.featured-row a:hover .entry-title,
.featured-row a:focus .entry-title {
	color: #00adef !important;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}



/**
 * 5.0 - Navigation
 */

.navbar-custom {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: .85em;
	line-height: 1em;
	margin: 0 -15px;
	padding: 0 0 0 100px;
	min-height: 0;
	text-align: center;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
	float: none;
}

.navbar-nav > li {
	display: inline-block;
	float: none;
}

.navbar-nav > li a {
	line-height: 1em;
	padding: 4px 15px;
	text-shadow: none;
}

.navbar-nav > li a:focus,
.navbar-nav > li a:hover {
	background: none;
}


/** 5.1 Primary Navigation */

.navbar-primary .nav,
.menu-search-form {
	display: inline-block;
	vertical-align: top;
}

.menu-search-form {
	padding: 0 15px;
}

.menu-search-form .search-label {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 4px 4px 4px 0;
}

.menu-search-form .search-label span {
	display: none;
}

.menu-search-form .search-label:before {
	font-weight: 700;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

.menu-search-form input:focus + .search-label:before {
	color: #00adef;
}

.menu-search-form input,
.menu-search-form input:focus {
	border: none;
	/*border-bottom: 1px solid #eee;*/
	box-shadow: none;
	height: inherit;
	padding: 4px 0 3px;
	width: 10em;
}


/** 5.2 Social Navigation */

.navbar-social a {
	display: block;
	font-size:24px;
}

.navbar-social a span {
	display: none;
}

/*Make Twitter and Newsletter icons a tab bigger*/

.navbar-social li#menu-item-327049 a {
  font-size: 25px;
}

.navbar-social li#menu-item-372111 a {
  font-size: 30px;
}

/**
 * 6.0 - Footer
 */

#site-footer {
	background: #f5f5f5;
	color: #000;
	font-weight: 400;
	padding: 3rem 0;
}

#site-footer a,
#site-footer a:visited {
	color: #000;
}

#site-footer a:focus,
#site-footer a:hover {
	color: #00adef;
}

.footer-left .widget_text {
	font-family: 'freight-display-pro', 'Times New Roman', Times, Georgia, serif;
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 3rem;
	letter-spacing: 0.01em;
}

.footer-left .list-inline {
	margin-bottom: 1.5rem;
}

.footer-meta,
.footer-nav {
	display: inline-block;
	font-size: .75em;
}

.footer-nav {
	margin-left: 0;
}

.footer-nav li {
	padding: 0 0 0 1em;
}

.footer-right .menu {
	font-size: .8em;
}

.footer-right .menu li:not(:last-child) {
	margin-bottom: .5em;
}



/**
 * 7.0 - Posts
 */

.entry-header:not(:last-child) {
	margin-bottom: 0.5rem;
}

.entry-meta {
	font-size: .65em;
	letter-spacing: 0.035em;
	font-weight: 400;
}

.entry-meta > span:not(:last-child) {
	padding-right: 20px;
}

.entry-meta .vcard:not(:last-child) {
	margin-right: 15px;
}

.entry-meta .vcard:not(:last-child):after {
	color: #999;
	content: ",";
}

.entry-meta a {
	color: #666;
	display: inline-block;
}

/*.single .entry-meta a {
	color: #333;
}*/

.entry-meta a:hover,
.entry-meta a:focus {
	color: #00adef;
}

.entry-meta .posted-in {
	padding-left: 1em;
	position: relative;
}

.entry-meta .posted-in:before {
	border-left: 1px solid #eee;
	content: " ";
	display: inline-block;
	height: .8em;
	left: 0;
	position: absolute;
	top: .2em;
}

.entry-thumbnail.full-width {
	margin-bottom: 1.2rem;
}

.entry-thumbnail img {
  height: auto;
}

.entry-thumbnail.col-sm-4 {
	float: left;
	padding-right: 0px;
	margin-top: 5px;
}

.entry-title.short-title {
	font-weight: 700;
}

.entry-content {
	line-height: 1.5em;
  margin-bottom: 15px;
}

.entry-content a,
.entry-content a:visited {
	border-bottom: 1px solid #91d7f8;
}

.entry-content a:focus,
.entry-content a:hover {
	background: #91d7f8;
	color: rgba(0,0,0,.8);
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	font-size: 1.0em;
	margin: 1em auto;
	letter-spacing: 0.01em;
  max-width: 630px;
}

.entry-content p:first-child,
.entry-content ul:first-child,
.entry-content ol:first-child {
	margin-top: 0;
}

.entry-content li {
	font-size: 1.0em;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	margin: 0 0 .5em;
}

.entry-content li:last-child {
	margin-bottom: 1em;
}



.feature-layout .primary {
	float: none;
	padding: 0;
	width: 100%;
}

/** 7.1 Post Excerpts **/

.entry-excerpt:not(:last-child) {
	margin-bottom: 2rem;
}

.entry-excerpt:not(:first-child) {
	margin-top: 2rem;
}

.entry-excerpt p {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	margin-bottom: 0;
}

.entry-excerpt .short-title {
	display: inline;
	font-size: 1em;
}

.category-sponsored .entry-kicker {
	color: #fd9a32 !important;
}


h4.entry-kicker  {
	font-size: 0.75em;
	margin: 0 0 .2rem;
	letter-spacing: 0.07em;
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-weight: 200;
	text-transform: uppercase;
}

.single h4.entry-kicker  {
	font-size: 0.75em;
	margin: 0 0 .6rem;
	letter-spacing: 0.07em;
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-weight: 200;
	text-transform: uppercase;
}



/** 7.2 Singe Posts **/

.single-main .entry-content,
.single-main .feature-layout .entry-title,
.single-main .feature-layout .entry-dek {
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
}

.single-main .feature-layout .entry-title {
	font-family: 'freight-display-pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 3em;
	font-weight: 300;
}

.single-main .category-sponsored h1.entry-title {
  font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
  font-size: 2.2em;
  font-weight: 700;
}

.single-main .entry-kicker {
	color: #ccc;
}

.single-main .entry-kicker a {
	color: #00adef;
	margin: 0 .3em;
	text-transform: uppercase;
}

.single-main .entry-kicker a:hover {
	border-bottom: 1px solid #00adef;
}

.single-main .entry-kicker a:first-child {
	margin-left: 0;
}

.single-main .entry-dek {
	margin-top: 0.5rem;
	max-width: 880px;
}

.single-main .entry-dek p {
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

.single-main .entry-header .entry-meta,
.single-main .entry-header .entry-social {
	margin-top: 1.0rem;
}

.single-main .entry-social {
	float: right;
/*	padding-right: 2px; */
}

.single-main .entry-social .nc_socialPanel {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.single-main .entry-social,
.nc_wrapper .nc_socialPanel {
	max-width: 320px;
}

.entry-header .entry-social,
.entry-footer .entry-social-container {
	width: 100%;
}

.entry-social .fb_iframe_widget span {
	vertical-align: top !important;
}


.entry-header .entry-social .fb_iframe_widget, .entry-header .entry-social .twitter-share-button {
	margin-right: 10px;
}

.entry-footer .entry-social .fb_iframe_widget, .entry-footer .entry-social .twitter-share-button {
	margin-right: 10px;
}

.entry-header .entry-social a .genericon {
}

.single-main .entry-footer h2.widget-title {
	margin-bottom: 1.5em;
}

.single-main .entry-footer .widget-content {
	font-size: .9em;
}

.single-main .entry-footer .tag-list a {
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 2px 8px;
	font-size: .9em;
	border: 1px #eee solid;
}

.single-main .entry-footer .related-posts a {
	display: block;
}

.single-main .entry-footer .related-posts a:not(:last-child) {
	margin-bottom: 1em;
}

.ssba {
	height: 45px;
}

.ssba a {
	display: inline-block;
	float: left;
	height: 45px;
	line-height: 45px;
}

.ssba a img {
	display: block;
}

.ssba a.ssba_facebook_share {
	background: #3b5998;
}

.ssba a.ssba_twitter_share {
	background: #39a9e0;
}

.ssba a.ssba_email_share {
	background: #666;
}

.ssba a.ssba_email_share:before {
	color: #fff;
	content: "\f410";
	font-family: "Genericons";
	line-height: 47px;
	positioN: absolute;
	text-align: center;
	width: 45px;
}

.ssba a.ssba_email_share img {
	opacity: 0;
}

.ssba a.ssba_print {
	background: #000;
}

.ssba a.ssba_print img {
	opacity: 0;
}

.ssba a.ssba_print:before {
	color: #fff;
	content: "\f469";
	font-family: "Genericons";
	line-height: 47px;
	positioN: absolute;
	text-align: center;
	width: 45px;
}

.genericon-print:before {
	content: '\f469';
}

.genericon-mail:before {
	content: '\f410';
}


.entry-social a {
	line-height: 20px;
	vertical-align: top;
	color: #00aeef;
}

.entry-social a:focus, .entry-social a:hover {
	color: rgba(0,0,0,.8);
}

.entry-social .iconFiller + .swp_count {
	display: none !important;
}

.ssba_sharecount {
	border: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	display: inline-block;
	float: left;
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif !important;
	font-size: .8em !important;
	height: 45px !important;
	line-height: 47px !important;
	margin-left: -5px;
	padding: 0 15px 0 0 !important;
}

.ssba_sharecount:after, .ssba_sharecount:before {
	display: none;
}

.ssba a.ssba_facebook_share + .ssba_sharecount {
	background: #3b5998;
}


.related-posts a, .related-posts a:visited {
	color: #333;
}

.related-posts a:hover {
	color: #00aeef;
	text-decoration: none;
}

.related-posts #jp-relatedposts {
	margin: 0;
	padding-top: 0;
}

.related-posts #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 1rem;
	padding-right: 0;
	width: 100%;
}

.related-posts #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:last-child {
	margin-bottom: 0;
}

.related-posts #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-a {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 23px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
.related-posts #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
}


.related-posts #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
 #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: .85em;
	line-height: 1.5em;
	letter-spacing: .02em;
	color: #999;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}


.comment-btn {
	background: #00adef;
}

.comment-btn:hover {
	background: #000;
	color:#fff;
}

#disqus_thread {
	margin: 0 9rem;
}

#disqus_thread iframe {
	margin: 2rem 0 0;
}


/** 7.4 Singe Post Layouts **/

.single-post .entry-content .oembed,
.single-post .entry-content .oembed, .twitter-tweet,
.single-post .entry-content .embed-vimeo iframe,
.single-post .entry-content .embed-youtube iframe,
.single-post .entry-content .instagram-media,
.single-post .entry-content .fb_iframe_widget  {
  margin: 1rem auto !important;
}

.single-post .entry-content pre,
.single-post .entry-content table {
	font-size: 1.1em;
  max-width: 630px;
  margin: 1rem auto;
}

.single-post .entry-content h2 {
	font-size: 1.45em;
	line-height: 1.035em;
	margin: 2rem auto 1rem;
  max-width: 630px;
}

.single-post .entry-content h3 {
	font-size: .85em;
	line-height: 1.77em;
	margin: 1rem auto;
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
  max-width: 630px;
}

.single-post .entry-content h4 {
	font-size: .7em;
	line-height: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
	margin: 1rem auto;
	text-transform: uppercase;
  max-width: 630px;
}

.single-post .entry-content h5 {
	font-size: .85em;
	line-height: 1.77em;
	margin: 1rem auto;
	font-weight: 200;
	color: #777;
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
  max-width: 630px;
}

.single-post .entry-content h6 {
	font-weight: normal;
	font-style: italic;
  max-width: 630px;
  margin: 1rem auto;
}

.entry-content blockquote {
  border-left: none;
  padding: 0 2rem 0 2rem;
  font-size: .9em;
  color: #777;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content blockquote p {
  padding: 0;
  margin: 0 0 1rem 0;
  width: 100%;
}

.single-main .secondary {
	border-left: 1px solid #eee;
	margin-bottom: 1.75rem;
	padding-left: 29px;
	position: relative;
	width: 330px;
}

.single-main .entry-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5rem;
/*	padding-bottom: 1.25rem; */
}

.single-main .entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1.75rem 0 0;
	padding: 1.75rem 0;
}


.single-post .feature-layout .entry-content h4 {
	margin: 7px 0 0;
}

.entry-content p,
.entry-content h6,
.entry-content ol,
.entry-content ul {
	font-size: 1.05em;
	line-height: 1.5em;
	margin-bottom: 1.05em;
	letter-spacing: .01em;
}



/**
 * 8.0 - Pages & Archives
 */

/*.page-title {
	margin-bottom: 1rem;
}*/

.avatar {
	border-radius: 3em;
	height: 3em !important;
	margin-right: 1em;
	width: 3em !important;
}

.multiple-authors .avatar {
	display: none;
}

.author-bio {
	margin-bottom: 2rem;
}

.no-results {
	margin: 2rem 0 4rem;
}

.search-form .input-group {
	font-size: inherit;
}

.search-form .input-group-addon {
	background: none;
	border: none;
	border-radius: 0;
	font-size: inherit;
	padding: 0 0 0 1em;
}

.search-form .input-group input {
	border-color: #eee;
	border-radius: 0;
	border-width: 0 0 1px;
	box-shadow: none;
	font-size: .8em;
	height: auto;
	padding: .5em 0;
}



/**
 * 9.0 - Widgets & Ads
 */

.secondary .widget:not(:last-child) {
	margin-bottom: 6rem;
}

h2.widget-title,
h2.loop-title {
	color: #000;
	font-size: .6em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.secondary h2.widget-title,
h2.loop-title {
	border-bottom: 1px solid #eee;
	display: inline-block;
	padding: 0 2rem 1em;
}

.widget > center:first-child {
	margin-bottom: 2rem;
}

.widget_sponsored_post_widget ul,
.widget_top-posts ul {
	list-style: none;
	padding: 0;
	font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 0.9em;
}

.widget_sponsored_post_widget li,
.widget_top-posts li {
	padding-left: 1em;
	position: relative;
}

.widget_sponsored_post_widget li:not(:last-child),
.widget_top-posts li:not(:last-child) {
	margin-bottom: 1em;
}

.widget_sponsored_post_widget li:before,
.widget_top-posts li:before {
	color: #000;
	font-weight: 700;
	left: 0;
	position: absolute;
}

.widget_sponsored_post_widget li:nth-child(1):before,
.widget_top-posts li:nth-child(1):before {
	content: "1";
}

.widget_sponsored_post_widget li:nth-child(2):before,
.widget_top-posts li:nth-child(2):before {
	content: "2";
}

.widget_sponsored_post_widget li:nth-child(3):before,
.widget_top-posts li:nth-child(3):before {
	content: "3";
}

.widget_sponsored_post_widget li:nth-child(4):before,
.widget_top-posts li:nth-child(4):before {
	content: "4";
}

.widget_sponsored_post_widget li:nth-child(5):before,
.widget_top-posts li:nth-child(5):before {
	content: "5";
}

.widget_sponsored_post_widget li:nth-child(6):before,
.widget_top-posts li:nth-child(6):before {
	content: "6";
}

.widget_sponsored_post_widget li:nth-child(7):before,
.widget_top-posts li:nth-child(7):before {
	content: "7";
}

.widget_sponsored_post_widget li:nth-child(8):before,
.widget_top-posts li:nth-child(8):before {
	content: "8";
}

.widget_sponsored_post_widget li:nth-child(9):before,
.widget_top-posts li:nth-child(9):before {
	content: "9";
}

.widget_sponsored_post_widget li:nth-child(10):before,
.widget_top-posts li:nth-child(10):before {
	content: "10";
}


/* start subForm Styles both desktop and mobile*/

.textwidget p,
#subForm input {
	font-size: .8em;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto",Helvetica,sans-serif;
}

#subForm fieldgroup {
	display: block;
	margin: 0 0 1em;
}

#subForm label {
  font-family: -apple-system,BlinkMacSystemFont,"Roboto",Helvetica,sans-serif;
  font-size: 0.8em;
  margin-right: 5px;
}

#subForm input[type="email"],
#subForm input[type="text"] {
  border: 1px solid #ccc;
  width: 75%;
  height: 40px;
  padding: 10px;
  font-size: 1em;
}

.page-id-128 #subForm {
} 


@media (max-width: 767px) {

  .textwidget p,
  #subForm input {
  	font-size: .8em;
    font-family: -apple-system,BlinkMacSystemFont,"Roboto",Helvetica,sans-serif;
  }

  #subForm input.btn-default {
    width: 100%;
    height: 45px;
  }

  #subForm fieldgroup {
  	display: block;
  	margin: 0 0 1em;
  }

  #subForm label {
    font-family: -apple-system,BlinkMacSystemFont,"Roboto",Helvetica,sans-serif;
    font-size: 0.9em;
    margin-bottom: 5px;
  }

  #subForm input[type="email"],
  #subForm input[type="text"] {
    border: 1px solid #ccc;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 1em;
  }

}

/* end start subForm Styles both desktop and mobile*/





.adspace {
	margin: 2.5em auto 1.5em auto;
	overflow: hidden;
}

.adspace-grid {
	overflow: hidden;
}

.adspace-grid > div {
	float: left;
	margin: 8px;
}

.bannerad {
/*	min-height: 250px; */
	text-align: center;
}

.adspace.bannerad.bannerad-footer {
	margin-top: 70px;
	margin-bottom: 70px;
}

p.advertise-link {
	font-size: .6em;
	font-weight: 700;
	margin-top: .5em;
	text-align: center;
}

.footer-social .widget_text {
	line-height: 1em;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.footer-social .widget_text .fb-like {
	display: block;
	float: left;
	margin-right: 10px;
	width: 80px;
}

.footer-social .twitter-follow-button {
	float: left;
	margin-right: 10px;
}

.footer-social .subscribe-button-inner {
	box-sizing: content-box;
	clear: both;
	display: block !important;
	padding-top: 1rem !important;
}


.sidr.sidr-custom {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
	background: #00adef;
	box-shadow: none;
	font-size: .66em;
	font-weight: normal;
}

.sidr.sidr-custom ul,
.sidr.sidr-custom ul li {
	border-bottom: none;
	border-top: none;
	box-shadow: none;
	line-height: 2.5em !important;
	margin: 0;
}

.sidr.sidr-custom ul li ul {
	margin-left: 30px;
}

.sidr.sidr-custom ul li a,
.sidr.sidr-custom ul li ul li a,
.sidr.sidr-custom ul li a:hover,
.sidr.sidr-custom ul li ul li a:hover {
	box-shadow: none !important;
	color: #000;
	padding: 0;
}

.sidr.sidr-custom ul li a:hover,
.sidr.sidr-custom ul li ul li a:hover {
	color: #fff;
}

.sidr.sidr-custom .widget_nav_menu {
	border-top: 1px solid #000;
	margin: 15px 30px;
	padding: 15px 0 0;
}

.sidr.sidr-custom form {
	margin: 15px 30px;
}

.sidr.sidr-custom input[type="text"], .sidr.sidr-custom input[type="password"], .sidr.sidr-custom input[type="date"], .sidr.sidr-custom input[type="datetime"], .sidr.sidr-custom input[type="email"], .sidr.sidr-custom input[type="number"], .sidr.sidr-custom input[type="search"], .sidr.sidr-custom input[type="tel"], .sidr.sidr-custom input[type="time"], .sidr.sidr-custom input[type="url"], .sidr.sidr-custom textarea, .sidr.sidr-custom select {
	background: none;
	color: #000;
	margin: 0;
}

.search-form .input-group-addon {
	color: #000;
	padding: 0 .5em 0 0;
}

.search-form .input-group:focus .input-group-addon {
	color: #fff;
}

.search-form .input-group input {
	font-size: inherit;
}

.search-form .input-group-addon .genericon {
	font-size: inherit;
}

.search-form .input-group-addon .genericon:before {
	font-size: 1.2em;
	line-height: 1em;
}

.sidr.sidr-custom .form-control::-webkit-input-placeholder {
	color: #000;
    opacity: 1;
}

#simple-menu-close {
	line-height: 1em;
	margin: 30px 15px 0;
}

#simple-menu-close:before {
	font-size: 2em !important;
}

#simple-menu-close:hover {
	color: #fff;
}

.sidr.sidr-custom .form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.sidr.sidr-custom .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.sidr.sidr-custom .form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

body, .sidr-open {
	left: 0 !important;
}

#simple-menu {
	line-height: 48px;
}

.entry-excerpt.archive-excerpt,
.entry-excerpt.recirc-excerpt {
	margin-top: 0;
}

.entry-excerpt.archive-excerpt:nth-child(4n+1),
.recirc-excerpt:nth-child(2),
.recirc-excerpt:nth-child(5) {
	clear: both;
}

.entry-excerpt.archive-excerpt .entry-thumbnail,
.recirc-excerpt .entry-thumbnail {
	margin: 0 0 .5em;
}

.entry-excerpt.archive-excerpt .entry-thumbnail img,
.recirc-excerpt .entry-thumbnail img {
	height: auto !important;
	width: 100% !important;
}

.recirc-excerpt h4.entry-kicker {
	margin: .25em 0 .35em;
}

.entry-excerpt.archive-excerpt h3.entry-title,
.recirc-excerpt h3.entry-title {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0 0 .3em;
}

.entry-excerpt.archive-excerpt .entry-meta,
#recirc .entry-meta
{
	font-size: 0.6em;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}


.entry-excerpt.archive-excerpt .entry-meta span,
#recirc .entry-meta span
{
	display: inline-block;
}

/*.archive .page-header {
	overflow: hidden;
}*/

.archive .page-header .avatar {
	float: left;
}

.search h1.page-title,
.archive h1.page-title {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.3em;
	clear: none;
}

.archive-description {
    max-width: 900px;
    font-size: 1.1em;
    font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
    line-height: 1.4em;
}

.archive-description a, .archive-description a:visited, .archive-description a:active {
	border-bottom: 1px solid #00adef;
}

.floatBottom .nc_socialPanel:before {
	content: "Share";
	font-size: .6em;
	font-weight: bold;
	left: -60px;
	letter-spacing: .05em;
	line-height: 3em;
	position: absolute;
	text-transform: uppercase;
}




/* Small devices (tablets, 991px and down) */
@media (max-width: 991px) {

	.primary {
		padding: 0;
		width: 100%;
	}

	.page-container .secondary {
		display: none;
	}

	.menu-search-form input,
	.menu-search-form input:focus {
		width: 7em;
	}

	.navbar-custom {
		padding: 0;
	}

	.navbar-nav > li a {
		padding: 4px 7px;
	}

	.featured-row .col-xs-3,
	.featured-row .col-xs-fifth {
		width: 33.3333%;
	}

	.featured-row > div:nth-child(4),
	.featured-row > div:nth-child(5) {
		display: none;
	}

	.bannerad {
		min-height: 90px;
	}

	#disqus_thread {
		margin: 0 4rem;
	}

	.entry-excerpt.archive-excerpt:nth-child(4n+1) {
		clear: none;
	}

  .more-from {
    display: none;
  }

	.entry-excerpt.archive-excerpt:nth-child(3n+1) {
		clear: both;
	}

	/* .single-post .standard-layout .entry-content,
	.single-post .feature-layout .entry-content {
		padding-left: 60px;
		padding-right: 60px;
	} */

  .page-header-top-right > ul li {
    padding-left: 10px;
  }

  .entry-content blockquote {
    border-left: none;
    padding: 0 2rem 0 2rem;
    font-size: .9em;
    color: #777;
    max-width: 630px;
  }

  .entry-content blockquote p {
    padding: 0;
    margin: 0 0 1rem 0;
    width: 100%;
  }

}

/* Extra devices (phones, 767px and down) */
@media (max-width: 767px) {

  .container-fluid {
  	padding-right: 0;
  	padding-left: 0;
  	position: relative;
    width: 100%;
  }

	img {
		max-width: 100% !important;
    width: 100%;
	}
	.adspace {
		margin: 1.5em auto;
	}
	hr {
		margin: 1em 0;
	}
	.secondary {
		position: static;
	}

	.page-header {
		margin: 0;
		padding: 0 0 1em;
    border-bottom: 1px solid #eee;
	}

  .page-header .row {
    margin: 0;
  }

	.page-header-top-right li:not(.mobile-responsive) {
		display: none;
	}

  .site-branding {
		padding: 1em 5px 0 5px;
		margin-top:0px;
	}

  .custom-logo-link {
	}

  .main-navigation {
		height: 1.25em;
		overflow: hidden;
		position: relative;
	}
	.main-navigation:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+0,1+50 */
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
		content: " ";
		display: block;
		height: 1.25em;
		position: absolute;
		right: 0;
		top: 0;
		width: 4em;
	}
	.main-navigation > div {
		overflow-x: scroll;
		padding: 0 30px 20px;
		width: 100%;
	}
	.main-navigation:-webkit-scrollbar {
		width: 0 !important
	}
	.navbar-primary {
		margin-left: -15px;
		width: 768px;
	}
	.navbar-primary .nav {
		margin: 0;
	}
	.featured-row, h2.loop-title, .posted-in {
		display: none;
	}
	.entry-excerpt {
		margin-bottom: 1em;
		margin-top: 1em;
	}
	.entry-excerpt:first-of-type {
		margin-top: 0;
	}
	.entry-excerpt p {
		font-size: .9em;
	}
  .entry-content,
  .entry-dek {
    font-size: .7em;
  }

	.entry-thumbnail.col-sm-4	 {
		padding-right: 0px;
    padding-left: 0px;
	}
	.single-main .entry-dek p {
		font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
		font-size: 1.3em;
		line-height: 1.5em;
    margin-bottom: 0;
	}

  .single-post .entry-content .oembed,
  .single-post .entry-content .embed-vimeo iframe,
  .single-post .entry-content .instagram-media {
    margin: 1rem auto;
    max-width: calc(100% - 30px) !important
  }

  .single-post .entry-content p .embed-youtube iframe,
  .single-post .entry-content p .fb_iframe_widget  {
    margin: 1rem auto;
    max-width: 100% !important;
  }

	.entry-meta {
		font-size: .6em;
		line-height: 1.5em;
	}

  .archive .entry-meta {
    margin-left: 0px;
  }

  .single-main .entry-header .entry-meta {
    margin-top: .75rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

	.single-main .entry-header .entry-social {
		margin: 0;
	}

	.avatar {
		display: none;
	}

  .single-main .entry-header {
    border-bottom: none;
    margin: 0 10px 25px 10px;
    padding-bottom: 0;
  }

	.entry-meta .posted-on {
		display: inline-block;
	}

	.entry-header .entry-social a .genericon {
		margin-top: 0px;
	}

	.entry-header .entry-social .fb_iframe_widget, .entry-header .entry-social .twitter-share-button {
		margin-top: 0px;
	}

	.entry-excerpt .attachment-thumbnail {
		width: 100%;
	}

	.entry-footer .entry-social, .entry-footer .entry-tags {
		margin-bottom: 30px;
	}

  .single-main .entry-footer {
  	clear: both;
  	margin: 1.75rem 25px;
  	padding: 1.75rem 0;
  }

	a:focus {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.entry-excerpt h3.entry-title {
		font-size: 1.3em;
		margin-bottom: .2em;
	}
	.entry-excerpt.featured-excerpt h3.entry-title,
	.single h1.entry-title {
		font-size: 1.5em;
	}

	.single-main .feature-layout .entry-title {
		font-size: 2.8em;
	}

  .single-main .category-sponsored h1.entry-title {
      font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
      font-size: 2em;
      font-weight: 700;
  }

	figcaption {
		color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.4em;
		margin-top: .5rem;
		letter-spacing:0.02em;
    margin-left: 25px;
    margin-right: 25px;
	}

	.entry-thumbnail {
		margin-bottom: 1.2rem;
	}
	.entry-thumbnail.full-width {
		padding: 0;
	}

	.entry-summary {
		margin-top: 0;
	}
	.single-main .entry-social {
		float: none;
		width: 100%;
	}
	#site-footer {
		padding: 2rem 0;
	}

  #site-footer .row {
    margin: 0;
  }

	#site-footer .primary {
		padding-right: 0;
	}
	#site-footer .secondary {
		float: none;
		margin: 0 0 2rem;
		overflow: hidden;
		width: auto;
	}
	.footer-left .widget_text {
		font-size: 1.5em;
		margin-bottom: 2rem;
	}
	.footer-nav {
		display: block;
	}
	.footer-nav li {
		display: block;
		padding: 0;
	}
	#disqus_thread {
		margin: 0 25px;
	}

	.hyper_logo {
		height: 48px;
	}

	.hyper_logo image {
		height: 48px;
	}

  .bannerad {
		min-height: 100px;
	}

	.bannerad-footer {
		min-height: 250px;
	}

	.bannerad {
		min-height: 100px;
	}

	.bannerad-footer {
		min-height: 250px;
	}

	.archive-description, .search h1.page-title, .archive h1.page-title {
		padding-right: 25px;
    padding-left: 25px
	}

	.single-post .standard-layout .entry-content,
	.single-post .feature-layout .entry-content {
		padding-left: 0;
		padding-right: 0;
	}

  .entry-content p,
  .entry-content ul,
  .entry-content ol,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .single-post .entry-content pre,
  .single-post .entry-content table {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1em auto;
    width: calc(100% - 50px);
    max-width: 630px;
  }

  .entry-content blockquote {
  	border-left: none;
  	padding: 0 2rem 0 2rem;
  	font-size: .9em;
  	color: #777;
    max-width: 630px;
  }

  .entry-content blockquote p {
  	padding: 0;
  	margin: 0 0 1rem 0;
    width: 100%;
  }

  .more-from {
    display: block;
    font-size: 0.75em;
    letter-spacing: 0.07em;
    font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0 25px 1.05em 25px;
  }

  .more-from a, .more-from a:visited {
  	color: #00adef;
  }

  #recirc .row {
    margin: 0;
  }

  .entry-excerpt.archive-excerpt,
  .entry-excerpt.recirc-excerpt {
  	margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .entry-excerpt.archive-excerpt .entry-thumbnail, .recirc-excerpt .entry-thumbnail {
    margin: 0 0 0.5em 0;
    padding: 0;
  }

  hr {
    background-color: #eee;
  }

  .adspace.bannerad.bannerad-footer {
    margin: 40px 0;
    border-top: solid 1px #eee;
    padding-top: 30px;
  }

  /*Home page specifc mobile styles*/

  h4.entry-kicker, .entry-excerpt h3.entry-title, .entry-meta  {
    margin-left: 15px;
    margin-right: 15px;
  }

  .entry-summary {
    margin-left: 15px;
    padding-right: 45px;
  }

  /*archive specifc mobile styles*/
 #content .row {
   margin-left: 0px;
   margin-right: 0px;
 }
}





/* Extra devices (phones, 320px and down) */
@media (max-width: 322px) {
	.adspace {
		margin: 1em -15px;
	}

	.single-main .feature-layout .entry-title {
		font-size: 1.8em;
	}

  .single-main .category-sponsored h1.entry-title {
      font-family: 'freight-text-pro', 'Times New Roman', Times, Georgia, serif;
      font-size: 1.6em;
      font-weight: 700;
  }

	.avatar {
		display: none;
	}

  .entry-content p,
  .entry-content h6,
  .entry-content ul,
  .entry-content ol {
    font-size: 1.3em;
    line-height: 1.5em;
    width: calc(100% - 40px)
  }

  .alignleft figcaption, .alignright figcaption {
    margin-left: 20px;
  }

  .entry-content blockquote {
  	border-left: none;
  	padding: 0 2rem 0 2rem;
  	font-size: .9em;
  	color: #777;
    max-width: 630px;
  }

  .entry-content blockquote p {
  	padding: 0;
  	margin: 0 0 1rem 0;
    width: 100%;
  }

}





/* image code */

.entry-content > figure:first-child,
.entry-content > img:first-child,
.entry-content > p:first-child img {
	margin-top: 0 !important;
}

.entry-content .aligncenter,
.entry-content .alignleft,
.entry-content .alignnone,
.entry-content .alignright {
	display: block;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
  height: auto;
}

figure figure {
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
}

.feature-layout .entry-content p img.size-full,
.feature-layout .entry-content p img.size-large {
  max-width: 1080px;
  margin-left: -225px;
  height: auto;
}

.entry-content p img.size-medium,
.entry-content p img.size-small {
  height: auto;
}

/* fix if there is no caption and therefor no figure tag */
@media (max-width: 1150px) {
  .feature-layout .entry-content p img.size-full,
  .feature-layout .entry-content p img.size-large {
    max-width: 100%;
    margin-left: 0;
    height: auto;
  }
}


@media (min-width: 992px) {

.standard-layout .entry-content .alignnone .size-medium,
.standard-layout .entry-content .alignleft .size-large {
	margin-left: 0;
}

/* fix if there is no caption and therefor no figure tag */
.standard-layout .entry-content p .size-medium {
  margin-left: 0;
}

.standard-layout .entry-content .size-large {
	max-width: calc(100% + 60px) !important;
	width: calc(100% + 60px) !important;
  height: auto;
}

.standard-layout .entry-content img.size-medium.alignright,
.standard-layout .entry-content img.size-large.alignright,
.standard-layout .entry-content figure.alignright img.size-medium,
.standard-layout .entry-content figure.alignright img.size-large {
	margin-left: 0;
	max-width: 100% !important;
	width: 100% !important;
}
}

@media (max-width: 1110px) {

.feature-layout .entry-content .alignleft {
	margin-left: calc(375px - 50vw);
}

.feature-layout .entry-content .alignright {
	margin-right: calc(375px - 50vw);
}

.standard-layout .entry-content .size-medium {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.standard-layout .entry-content .size-large {
  height: auto;
}

.custom-logo, .custom-logo img {
	width: 290px;
	height: auto:
  transform: translateY(-2px);
}
}

@media (max-width: 768px) {

.feature-layout .entry-content .size-large + figcaption {
  margin-left: 25px;
  margin-right: 25px;
  max-width: 100%;
}

.standard-layout .entry-content .size-medium,
.standard-layout .entry-content .size-large,
.feature-layout .entry-content .size-large,
figure,
.size-small,
.size-medium,
.size-large {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
  height: auto;
}

.standard-layout .entry-content .alignright,
.feature-layout .entry-content .alignright {
	margin-right: 0;
}

.custom-logo, .custom-logo img {
	width: 170px;
  height: auto;
  transform: translateY(-2px);
}

.genericon {
  font-size: 21px;
}

.navbar-social li#menu-item-372111 a {
  font-size: 25px;
}

}

@media (max-width: 600px) {

.standard-layout .entry-content .alignleft,  .standard-layout .entry-content .alignright, .feature-layout .entry-content .alignleft, .feature-layout .entry-content .alignright {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.alignleft figcaption, .alignright figcaption {
  margin-left: 0;
}

}

/* caption with bracket fix */

p:empty {
	display: none;
}

p:first-child:empty + * {
	margin-top: 0 !important;
}

.nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth {
	width: 100% !important;
}



.nc_socialPanel .totes .swp_count {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
}


@media print {
	.page-header-top-left div,
	.page-header-top-right ul,
	.main-navigation,
	#site-footer,
  .secondary,
  .adspace,
  .entry-social,
  .entry-footer,
	.featured-row,
  section.primary,
	#disqus_thread,
  #simple-menu,
	.comment-btn {
	    display: none;
    }

 body {
   margin: 35pt;
   font: Georgia, "Times New Roman", Times, serif;
 }
  .standard-layout .entry-content, .primary {
		padding-right: 0;
    padding-left: 0;
    }
  .standard-layout .entry-content .alignnone, .standard-layout .entry-content .alignleft, .standard-layout .entry-content .size-medium, .standard-layout .entry-content .size-large {
    margin-left: 0px;
    max-width: 250px !important;
    margin-right: 30px;
    margin-top: 0px;
  }

  .entry-content figure img, .entry-content figure figcaption, .entry-content img, .standard-layout .entry-content .size-medium, .standard-layout .entry-content .size-large, .feature-layout .entry-content .size-large, figure, .size-small, .size-medium, .size-large {
    margin-left: 0px;
    max-width: 250px !important;
    margin-right: 30px;
    margin-top: 0px;
    height: auto;
  }

  .alignleft, .alignright, .alignnone, .aligncenter {
    float: left;
    margin-left: 2rem;
    margin-right: 2rem;
  }

	a[href]:after { content: ""; }
  /*.entry-content p {
    font-size: 16px;
    line-height: 23px;
  }*/

  .single-main .entry-header {
    border-bottom: none;
    margin; 0 25px 0 25px;
    padding-bottom: 0;
  }

figcaption {
  	font-size: 8pt;
  	line-height: 12pt;
  }

iframe {
  width: 50%;
  height: auto;
}

 /*.custom-logo-link img {
    width: 400px;
    height: 47px;
  }*/

  .entry-content p, .entry-content ul, .entry-content ol, .single-main .entry-dek  {
    font-size: 13pt;
     line-height: 19pt;
     
     
  