/* SOLI THEME */

.menu-side a:visited {
    color:#666 !important;
}
#content {
  margin-top:65px;
}
@media (max-width:980px) {
    #content {
    margin-top:0px;
    }
}
/*--- Header Positioning and Layout ---*/
 
.header {   
    background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAMElEQVQYV2N8Jqfxf8XnlwzogLFPUPB/BK84A7okWAKkGl0SLoEuiSKBLIkhAZMEAG8pGZ2Ly7mOAAAAAElFTkSuQmCC
    ) repeat;
}
.header .container-fluid {
  width:100%;
  max-width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+22,000000+83,000000+100&0.65+0,0+22,0+83,0.65+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 83%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 83%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 83%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
height:180px;
}
@media (max-width:980px) {
 .header {
  border-bottom:none;    
  height:120px !important;
  }
  .header .container-fluid {
    height:120px !important;
  }
  .menu-button {
    color:#FFF;
  }
}
/* Logo */
.header .logo-wrapper {
    position:relative;
    top:25px;
}
.header #company-logo {
  max-width:500px;
}
@media (max-width: 980px) {
    .header #company-logo {
      max-width:250px;
    }    
    .header .logo-wrapper {
      top:10px;
    }
}
 
@media (min-width: 480px) {
    .logo-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    .logo-wrapper .wrap {
        margin: 0 auto;
    }
    a#company-logo {
        background-size: contain !important;
        background-position: top left !important;
        margin: 0px auto !important;
        float: none;
        width:800px;
    }
}
/* Primary Nav */
.header .primary-nav-wrapper {
    padding: 0;
    width: 100%;
    top: 148px;
    left: 0;
    background:#000;
}
.header .primary-nav-wrapper .primary ul li {
    float:none;
    display:inline;
}
.header .primary-nav-wrapper .primary ul {
    text-align: center;
}
.header .primary-nav-wrapper .primary ul li a {
    display:inline-block;
    padding:0px 25px;
}
.header .primary-nav-wrapper ul li.current_page_item a {
    background:#591408; !important;
}
@media (min-width:767px) and (max-width:1024px) {
    .primary-nav-wrapper .primary ul li a {
    font-size: 110%;
    }
}
 
/* Secondary Nav */
.header .secondary-nav-wrapper {
    top: 180px;
    max-width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 0;
}
.header .secondary-nav-wrapper .wrap {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    border-top:none;
}
.header .secondary-nav-wrapper .secondary ul {
    margin:0;
    padding:0;
    text-align:center;
}
.header .secondary-nav-wrapper .secondary ul li {
    display:inline;
    float:none;
    font-size:16px;
}
.header .secondary-nav-wrapper .secondary ul li a {
    display: inline-block;
}
.header .secondary-nav-wrapper .secondary ul li a:hover {
    background:transparent;
    text-shadow:none;
    text-decoration:none;
}
.header .secondary-nav-wrapper .secondary ul li:after {
    content:"|";
    color:#eaeaea;
    padding: 10px;
}
.header .secondary-nav-wrapper .secondary ul li:last-of-type:after {
    content:none;
}
.header nav.secondary > ul {
    display: initial;
}
@media (min-width:767px) and (max-width:1024px) {
    .secondary-nav-wrapper .secondary ul li a {
        font-size: 80%;
    }
}
@media (max-width: 980px) {
.header .secondary-nav-wrapper {
    top: 155px;
    border-bottom:none;
}
}
/* Utility */
.header .utility-nav-wrapper {
    width:100%;
}
.header .utility-nav-wrapper .wrap{
    width:240px;
    position:relative;
    margin:0;
    top:55px;
    left:55px;
}
.header nav.utility .nav li.menu-item-10052 a{
  font-family:'Titillium Web', sans-serif;
  font-weight:700;
  font-size:14px;
  background:#ec211b;
  padding:3px 14px;
  margin-top:2px;
  color:#FFFFFF;
  border-radius:4px;
}
.header nav.utility .nav li a {
    color:#FFF;
    padding:0;
    text-transform: uppercase;
    font-size:20px;
}
.header nav.utility .nav .fa {
    font-size:30px;
    color:#FFF
}
.header nav.utility ul li {
   margin-right:8px;
 }
/* Site Search */
#searchform .fa {
    color: #FFF;
}
@media (max-width:980px) {
    #searchform {
      position:relative;
        top: 10px;
        width:200px;
    }
}
@media (min-width:980px) {
.header .search-form-wrapper {
    position: absolute;
    text-align: right;
    top: 55px;
    right: 40px;
    width: 220px;
    }      
    .search-form-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    }
    .search-form-wrapper .wrap {
    margin:0;
    }
    #searchform {
    position: absolute;
    width: 200px;
    }
    #searchform button {
    width: 30px;
    background:#ec211b;
    border-radius:0;
    position:relative;
    top:2px;
    right:4px;
    }
    .search-form-wrapper #searchform input {
    border: none;
    height: 30px;
    width:75%;
    color:#444;
    border-radius:0;
    }
}
 
 
 
@media (min-width: 1900px) {
    #searchform {
    position: absolute;
    top: 0;
    right: 250px;
    width:240px;
    }
}
 
 
 
/* Content Lists */
.content-list-wrapper .hentry .entry-title {
    font-family: 'Alegreya Sans', sans-serif;
    font-size:1.7em;
    font-weight:700;
}
.content-list-wrapper.content-list-basic .hentry.post {
    border-bottom: 1px solid #efefef;
}
.content-list-wrapper.content-list-basic .hentry.post:last-child {
    border-bottom:none;
}
.content-list-wrapper .entry-content-wrap {
    display:table;
}
.content-list-wrapper .entry-content p {
    font-size:1.1em;
    line-height:1.3;
    color:#444;
    font-family:'Titillium Web', sans-serif';
    font-weight:300;
    hyphens: none;
}
.content-list-wrapper p.entry-meta.entry-author, .content-list-wrapper .multiple-bylines {
    font-family: 'Allegreya Sans', sans-serif;
    font-size: .7em;
    font-weight: 900;
    letter-spacing: .05rem;
    color: #888;
    text-transform: uppercase;
}
.content-list-wrapper.content-list-grid .hentry .entry-title {
    font-size:1.6em;
}
.content-list-wrapper .grid-item {
    padding:0 !important;
    border:none;
    margin-bottom:30px;
    padding:10px;
}
.categories-list:before {
    content:'';
}
.categories-list a {
    font-size:13px;
    font-family:'Titillium Web', sans-serif;
    color:#8e6e15!important;
    text-transform:uppercase;
    font-weight:700;
    padding-right:5px;
    letter-spacing:.5px;
}
.categories-list .comma {
  display:none;
}
 
 
/* Most Popular*/
.content-list-wrapper.most-popular-module .loop-wrapper .hentry .entry-title {
    font-size: 1.1em;
    line-height:1.1
    position:relative;
    top:2px;
}
.content-list-wrapper.most-popular-module.content-list-basic .hentry.post {
    border-bottom: 1px solid #efefef;
    padding-bottom:10px;
    margin-bottom:10px;
}
.content-list-wrapper.most-popular-module .hentry:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    background-color: #A82E2A;
    padding: 1px 8px;
    border-radius: 22px;
    top: 0px;
}
.content-list-wrapper.most-popular-module .hentry .basic-content-wrap {
    display: table;
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(1):before {
    content: "1";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(2):before {
    content: "2";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(3):before {
    content: "3";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(4):before {
    content: "4";
}
.content-list-wrapper.most-popular-module .hentry.post:nth-child(5):before {
    content: "5";
}
 
.content-list-wrapper.most-popular-module .hentry.post:nth-child(6):before {
    content: "6";
}


/* Categories & Tags on Articles */
.article-categories {
    font-family: sans-serif;
    font-size: .85em;
    font-weight: 900;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.single-magazine .entry-meta {
    display:none;
}

/* Right Rail */
.right-rail .content-list-wrapper .hentry .entry-title {
font-size:1.3em;
}
.right-rail .wpb_content_element {
    border: solid 2px #eaeaea;
    padding:20px;
	box-shadow:2px 2px 6px #efefef;
}
.right-rail h2, .right-rail .content-list-wrapper h2{
    margin-top:-2px;
    border-bottom:none;
    border-top:none;
    margin-bottom:20px;
    font-weight:700;
    color:#666;
    font-family:'Titillium Web', sans-serif;
	text-align:center;
	background:none;
}


/*Articles*/
 
.sidebar {
    margin-top: 0px;
}
 
.single.single-post .basic-content-wrap p {
    color: #333;
    font-size: 1.125rem;
    hyphens: inherit;
}
 
.single.single-post .basic-content-wrap h1.entry-title {
    color: #b61d22;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.4em;
}
.single.single-post .basic-content-wrap h2 {
  /*color: #3366ff;*/
  color: #C30000;
}
.single.single-post .basic-content-wrap h3 {
  color: #999999;
}
.single.single-post .basic-content-wrap h4 {
  color: #999999;
  font-style:italic;
}
.single.single-post .basic-content-wrap h6 {
  font-style:italic;
}
.single.single-post .basic-content-wrap .entry-meta {
    font-size: 16px;
    font-family:'PT Serif', serif;
    font-style:normal;
    font-weight:600;
}
 
.single.single-post .basic-content-wrap .post-date {
    line-height: 4em;
}
 
.hentry.post .basic-content-wrap h5.subtitle {
    text-transform: none;
    font-size: 20px;
    line-height: 1.3em;
    color: #24414d;
    letter-spacing: 0;
    font-weight:400;
    font-family:'PT Serif', serif;
    margin:0;
}
 
.hentry .basic-content-wrap .entry-date {
    padding-right: 4px;
}
 
.single.single-post .basic-content-wrap .subtitle {
    margin-top: 20px;
    color: #424242;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0rem!important;
    font-weight: 300;
    font-family: 'Roboto', Sans-Serif;
}
.single.single-post .basic-content-wrap .gtxfimage {
  float: none;
}
 
.single.single-post .basic-content-wrap p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.wp-caption {
    max-width: 100%;
    background: #fff;
    padding: 0;
}
 
.wp-caption p.wp-caption-text {
    font-size: .8em;
    line-height: 1.3em;
    color: #5b5b5b;
    text-align: left;
    padding: 0 5px 10px 5px;
}
 
.single .basic-content-wrap h3 {
    color: #222;
    font-weight: 500;
    font-size: 1.3em;
}
 
.single.single-post .basic-content-wrap ol {
    font-size:18px;
    line-height:20px;
    color:#333;
}
.single.single-post .basic-content-wrap ol li {
    margin-bottom:10px;
}
 
article blockquote {   
    border-left:solid 1px #ccc;
    padding-left:20px;
    margin-left:20px;
    margin-right:40px;
}
article blockquote p {
    font-size:1.7em !important;
    font-family:Georgia, serif;
    font-style: italic;
    color:#666 !important;
}
/*Archive & Search Pages*/
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
}
.archive h5.subtitle {
    display: none;
}
 
.search h5.subtitle {
    display: none;
}
.single.single-issue .entry-meta-wrapper {
    display:none;
}
.single.single-issue h1.entry-title {
    margin-bottom:20px;
    line-height:1.1;
}
.archive .categories-list {
    display: none;
}
 
/* Issue Archive */
.issue.col-sm-3 {
    text-align:center;
    margin-bottom:20px;
    min-height:260px;
}
 
.issue.col-sm-3 .issue-thumb { 
    line-height:0;
    margin-bottom:5px;
}
 
.issue.col-sm-3 h3.issue-title {
    margin-top:0;
    line-height:1.2;
}
.issue.col-sm-3 h3.issue-title a {
    color:#000;
}

/* ---- Top Stories ---- */
/*Top Stories*/
.top-story .hentry .entry-title a {
  color:#FFF;
}

.top-story .entry-content {
    color:#fff;
}
.top-story.grid-item {
    border:none;
}

.top-story .loop-wrapper .hentry .entry-title {
	font-size:1.9em;
}
.top-story .entry-content p {
  color:#fff;
}
.top-story .loop-wrapper .hentry .entry-title {
	font-size:1.9em;
}
@media (min-width:980px) {
  .top-story .entry-content-wrap {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #0000009e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
    padding: 15px;
  }
}
@media (max-width:979px) {
  .top-story .entry-content-wrap {
    margin: 0 auto;
    bottom: 0;
    background: #000000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
    padding: 15px;
    margin-top:0 !important;
  }
}
/*Footer*/
.footer{
    background-color:#222;
}
.footer .widgettitle {
    border-bottom: 2px solid #666;
    margin-bottom: 0.75em;
    font-family:"Titillium Web", sans-serif;
}
.footer a {
    font-size:1.1em;
}
.footer .fa {
    font-size:2em;
    float:left;
    margin-right:15px;
}
.footer .legal-links, .footer .copyright, .footer .gtxcel-logo {
    text-align:center;
    font-size:.9em;
}
.footer .copyright {
    margin:0;
}
.footer .legal-links a {
    font-size:.9em;
}
.footer .textwidget {
    display:table;
    width:80%;
    position:relative;
    top:20px;
    font-size:1.5em;
    font-weight:700;
    border:1px solid #fff;
    border-radius:5px;
    text-align:center;
}
.footer .textwidget .fa {
    float:none;
}
.footer .textwidget a {
    position:relative;
    bottom:5px;
}
@media (max-width:980px) {
  .footer .bucket {
    margin-top:20px;
  }
}
@media (max-width:980px) {
  .footer .bucket {
    display:flex;
    flex-wrap:wrap;
    min-width:200px;
    max-width:220px;
    min-height:320px;
    align-content:flex-start;
    margin:auto;
    margin-top:20px;
  }
}

@media (max-width:767px) {
.footer .bucket {
    min-height:auto;
    text-align:center;
    display:block;
  }

}
.footer .address-info {
  text-align:center;
  font-size:12px;
  margin-bottom:15px;
}
/*-- Site-Specific Customizations --*/
/* General Fonts & Colors */
a, a:visited {
	color:#A82E2A;
}
.hentry .entry-title a:hover {
    color:#A82E2A;
}
a:hover, a:visited:hover {
	color:#444;
}
.header nav {
	font-family:'Helvetica Neue', sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'PT Serif', serif;
  font-weight:700;
}
.content-list-wrapper h2 {
  font-family: 'Titillium Web', sans-serif;
  border-bottom: solid 2px  #eaeaea;
  background: #A82E2A;
  color:#fff;
  text-transform:uppercase;
  padding-left:10px;
}

.content-list-wrapper.content-list-basic h2 {
  margin-bottom:30px;
}
.right-rail h2 {
	font-size:1.2em;
	text-transform:uppercase;
}
h1.h2.archive-title {	
    color:#666;
    padding-bottom:4px;
    line-height:1.1;
    text-transform: uppercase;
    font-family:'Titillium Web', sans-serif;
    font-weight:700;
    border-top: solid 2px #eaeaea;
    border-bottom:solid 2px #eaeaea;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:0;
    margin-bottom:20px;
}
.header .primary-nav-wrapper .primary ul li a {
  color:#fff;
}
.header .primary-nav-wrapper .primary ul li a:hover {
  background:#A82E2A;
}


.content-list-wrapper.red-tab-titlebar .grid-wrapper {
  border-top:solid 4px #000;
  padding-top:20px;
}

/* --- Author Bios Styles --- */

.author-bio-field.author-bio-field-featured_image {
    float: right;
    max-width: 200px;
    margin: 0 0 15px 15px;
}

.author-bio-field.author-bio-field-author_email {
    background: #E91D19;
    max-width: 170px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin: 0;
    padding:5px 8px;
    position:relative;
    top:-5px !important;
}
.author-bio-field.author-bio-field-author_email:hover {
    background: #A82E2A;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.author-bio-field.author-bio-field-author_email a {
    color: white;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.author-bio-field.author-bio-field-author_email a:after {
    font-family: 'FontAwesome';
    content: ' \f003';
}

.author_bios h1 {
    margin-left: 15px;
    margin-top:15px;
}

.author_bios-template-default time.updated.entry-time {
    display: none;
}
.author_bios .author-bio-field-author_title_position.h3 {
	margin-top:0;
}

.author_bios.hentry .entry-meta-wrapper {
	margin:0;
}

.author_bios a .fa {
    color:#E91D19;
}

.author_bios a .fa:hover {
    color:#A82E2A;
}

/*-- Site Specific Customizations --*/
.content-list-wrapper .hentry .entry-title {
    font-family: 'PT Serif', serif;
}
.header .primary-nav-wrapper .primary ul li a {
    display:inline-block;
    padding:5px 15px;
    font-weight:500;
    text-transform:uppercase;
}
.header .primary-nav-wrapper .primary {
  font-size:16px;
}

.page-title-row {
  background:url(
  data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKElEQVQYV2N89erVfzExMUYGNAAWwCYJV4kuiWIEsiSG2TBJDAmYnQAFCRfEBWWT2AAAAABJRU5ErkJggg==
    ) repeat;
    border-bottom:solid 1px #eaeaea;
}
.page-title-row h1{
  margin:0;
  font-family:'Titillium Web', sans-serif;
  text-transform:uppercase;
}
.page-title-row .wpb_content_element {
  margin-bottom:0;
}
.home.page .top-row, .archive .top-row, .archive.category .top-row, .single.single-post .top-row {
  margin-bottom:35px;
}
.home.page .top-row.wpb_row .wpb_row, .archive .top-row.wpb_row .wpb_row  {
  margin-bottom:0;
}
.top-row {
  background:#eaeaea;
}
.top-row.wpb_row {
  margin-bottom:0;
}
.search.search-results .right-rail {
  margin-top:35px;
 }
.right-rail .vc_wp_custommenu.wpb_content_element {
  margin-bottom:0;
}
.right-rail .widget.widget_nav_menu {
  margin:0;
}
.right-rail .widget.widget_nav_menu h2.widgettitle{
  margin:0;
}
.right-rail .widget.widget_nav_menu li {
  list-style-type:none;
  padding:0;
  margin:0;
  margin-bottom:5px;
}
.right-rail .widget.widget_nav_menu ul {
  padding:0;
  margin:0;
  margin-top:5px;
  font-family:'Titillium Web', sans-serif;
}
.right-rail .ad-manager-placeholder {
	margin-bottom:35px !important;
    border:solid 2px #eaeaea;
    padding:20px;
	box-shadow: 2px 2px 6px #efefef;
}

/* Fix for equal column height not working in VC design options */
.vc_row.row-o-equal-height {
    display:flex !important;
     align-content:stretch !important;
}
.vc_row.row-o-equal-height.vc_row .vc_column_container {
    display:flex;
}
.horizontal-subscribe-row h3 {
  font-family:'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size:16px;
}

/* Sign Up */
.sign-up-row h3 {
  font-family:'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size:16px;
}

.sign-up-row .vc_btn3.vc_btn3-color-default {
  background: #A82E2A;
  color:#fff;
  font-weight:700;
  margin-top:20px;
}
.sign-up-row .vc_btn3.vc_btn3-color-default:hover {
  background: #000000;
  color:#fff;
}
 .right-rail .sign-up-row-outer {
	border:solid 2px #eaeaea;
	margin-bottom:0px;
}
.right-rail .sign-up-row-outer .wpb_content_element {
	margin:0;
	border:none;
	margin-bottom:0 !important;
	padding:20px 20px 0 20px;
}
.right-rail .sign-up-row .vc_column-inner {
  padding:0 !important;
}

/*Digital Edition Module*/
.digital-edition-module .issue-thumb {
  margin:0px auto!important;
  width:200px;;
  text-align:center;
}
.digital-edition-module .issue-title {
  display:none;
}

/* Check it Out */

.check-it-out.content-list-grid .hentry .entry-title {
  font-size:1.3em;
}

.check-it-out .grid-item {
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  background:#000000eb;
}
.check-it-out .entry-content-wrap{
  padding:10px;
}
.check-it-out .grid-item a {
  color:#fff;
}
/* More links */
.content-list-wrapper .archive-link {
  font-weight:700;
  font-family:'Titillium Web', sans-serif;
  text-align:center!important;
  border-top:dashed 1px #eaeaea;
}
.archive-link a{
  padding:5px 15px;
  background:#eaeaea;
  border-radius:5px;
  position:relative;
  top:-10px;
  border:solid 3px #fff;
}



/* Magazine Module */


.wpb_content_element.magazine-module {
  border:none !important;
  margin-bottom:0;
}
.magazine-module .issue.col-sm-6 {
   width:100%;
}
.magazine-module .issue-title {
   display:none;
}
.magazine-module .mag-links {
    float:left;
    width:40%;
    font-weight:700;
}

.magazine-module.wpb_content_element {
    padding:20px 0 !important;
  	border: none;
  	box-shadow:none;
}
.right-rail .magazine-outer-wrapper {
	border:solid 2px #eaeaea;
	margin-bottom:35px;
}

.magazine-module .left {
  float:left;
  width:50%;
  padding-right:10px;
  margin-bottom:10px;
  border-right:solid 1px #eaeaea;
}
.magazine-module .right {
   float:right;
  width:50%;
  padding-left:10px;
}
.magazine-module h3 {
  margin:0;
}
.magazine-module .loop-wrapper .col-sm-6 {
  padding:0;
}
.magazine-module p{
  font-size:14px;
  margin-block-start:.5em;
  line-height:1.3;
}
.magazine-module h3 {
  line-height:1;
}
@media (min-width:767px) and (max-width:1200px) {
        .magazine-module .left {
        float:none;
        width:100%;
        }
        .magazine-module .right {
        float:none;
        width:auto;
        text-align:center;
        }
}
@media (min-width:480px) and (max-width:766px) {
        .magazine-module {
                margin:0 auto;
        }
}

 /* Latest Trends */
 .latest-trends .widget {
   margin:0;
 }
  .latest-trends ul {
    padding:0;
  }
  .latest-trends li {
    list-style-type:none;
    border-bottom:solid 1px #eaeaea;
    padding:10px 0 10px 0;
    margin:0 !important;;
  }
  .latest-trends li a {
    color:#000;
    font-family:'PT Serif', serif;
     font-size:18px;
    font-weight:700;
  }
  .latest-trends .rssSummary {
    color: #444;
    font-size:14px;
  }

.home .top-row {margin-bottom:17px !important;}
.subscription-bar-promo.row {
  border-top:solid 1px #000000;
  border-bottom:solid 1px #000000;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,c61d24+45,c61d24+60,c61d24+60,000000+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(198,29,36,1) 45%, rgba(198,29,36,1) 60%, rgba(198,29,36,1) 60%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(198,29,36,1) 45%,rgba(198,29,36,1) 60%,rgba(198,29,36,1) 60%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(198,29,36,1) 45%,rgba(198,29,36,1) 60%,rgba(198,29,36,1) 60%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */  margin-bottom:17px;
  font-family:'Titillium Web', sans-serif;
  font-weight:700;
  font-size:18px;
  margin-left:15px !important;
  margin-right:30px!important;
  color:#fff;
  text-shadow: 2px 2px 1px #000000;
}
.subscription-bar-promo.row a{
  color:#FFF;
}
.subscription-bar-promo .wpb_content_element {
  margin-bottom:3px;
  margin-left:15px;
  margin-top:-15px;
}

.sub-bar-promo {
    background-color: #C30000;
    color: #fff;
    padding: 3px;
    margin-bottom: 15px;
}
.sub-bar-promo a {
    color: #fff;
}
.sub-bar-promo .wpb_content_element {
  margin:0px;
}
.sub-bar-promo .wpb_content_element p{
  margin:0px;
}

/* Calendar */
.single.single-ai1ec_event .entry-meta-wrapper{
	display:none;
}

.timely .ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
    color: #fff !important;
}
.timely a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs:hover {
    color: #9e9e9e !important;
}
.ai1ec-event-title a {
  color: #A82E2A;
}
.ai1ec-event-title a:hover {
  color:#9e9e9e;
}


/* -- Wallpaper Desktop -- */
@media (min-width:1530px) {
 .dfp-gutter-ad.dfp-gutter-left {
  position:fixed;
  top:120px;
  left:5px;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  position:fixed;
  top:120px;
  right:5px;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 }
}

/* -- Wallpaper Desktop/Tablet -- */
@media (min-width:730px) and (max-width:1529px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:block;
  position:fixed;
  bottom:0;
  background: rgba(0,0,0,.6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-bottom:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  display:none;
 } 
}

/* -- Wallpaper Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-gutter-ad.dfp-gutter-left {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-right {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-bottom {
  display:none;
 }
 .dfp-gutter-ad.dfp-gutter-mobile {
  visibility:visible;
  position:fixed;
  bottom:0;
  background:#ccc;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-gutter-ad.dfp-gutter-mobile:after {
  content:"X";
  position:absolute;
  right:0px;
  top:-14px;
  background:#e8e8e8;
  padding:2px 8px;
  border-radius:3px;
  cursor:pointer;
  pointer-events:auto;
 }
}


/* -- Adhesion Ad - Desktop -- */
@media (min-width:730px) {
 .dfp-adhesion-ad.adhesion-desktop {
display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6) ;
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-desktop:after {
  content:"X";
  position:absolute;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
  right:5px;
  top:-14px;
  background:#000;
  color:#FFF;
  border-radius:50%;
  padding:2px 8px;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;

 }
 .dfp-adhesion-ad.adhesion-mobile  {
  display:none;
 }
}


/* -- Adhesion Ad - Mobile -- */
@media (max-width:729px) {
 .dfp-adhesion-ad.adhesion-desktop {
  display:none;
 }
 .dfp-adhesion-ad.adhesion-mobile {
  display:block;
  position:fixed;
  bottom:0;
  background:rgba(0, 0, 0, .6);
  width:100%;
  text-align:center;
  padding:10px;
  z-index:9999;
 }
 .dfp-adhesion-ad.adhesion-mobile:after {
  content:"X";
  position:absolute;
  right:5px;
  top:-11px;
  background:#000;
  color:#FFF;
  padding:2px 8px;
  border-radius:50%;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:2px 2px 4px #666;
  font-weight:bold;
  font-family:'Arial', sans-serif;
  font-size:14px;
 }
}

/*calendar post your event colors*/
a.ai1ec-btn.ai1ec-btn-primary.ai1ec-btn-xs {
background: #A82E2A !important;}

.ai1ec-fa.ai1ec-fa-plus {
color: #ffffff;
}

/*Sponsored content*/
.content-list-wrapper .category-sponsored {
    /*background-color: #e3e3e3 !important;
    padding: 5px;*/
}
.content-list-wrapper .category-sponsored .basic-content-wrap {
    background-color: #e3e3e3;
    padding: 5px;
}
.category-sponsored:before {
    content: 'SPONSORED';
    color: #CC0000 !important;
    background-color: #e3e3e3;
    padding: 5px 0 0 5px;
    display: block;
}

.content-list-grid .category-sponsored .entry-content-wrap {
    padding: 0 5px;
}


@media only screen and (min-width: 52em) {
.content-list-wrapper .category-sponsored .basic-content-wrap .entry-content-wrap:before{content: 'SPONSORED';color: #CC0000 !important;
  background-color: #e3e3e3;padding: 5px 0 0 0;display: block;}
.category-sponsored::before {display: none}
.content-list-basic > div > article.type-post > .basic-content-wrap  {display:flex; /*flex-direction: row-reverse;*/ align-items: center}
.content-list-basic > div > article.type-post > .basic-content-wrap .thumb-wrap{width: 100% !important;max-width: 22%;padding-right:20px; }
    
}


/* ===== Bootstrap Migration patches Apr. 2022 ===== */
.header .primary-nav-wrapper .primary ul { justify-content: center;}
#main:not(.col-md-8) { width: 100%;}
.wrapper-top-row{flex-basis: 100%}
.subscription-bar-promo .wpb_content_element { margin-top: inherit;}
.subscription-bar-promo .wpb_content_element p{margin-top: 0}
#extra-footer .row > div,.source-org.copyright{flex-basis: 100%;}
.issues .loop-wrapper.articles {display: flex; flex-wrap:wrap}
.issues .issue-thumb img {height:auto;}