body {padding-top:205px !important;background-color:#fff;}
body.logged-in {padding-top:174px !important;}
body .site-navigation-inner {
	padding-top:20px; padding-bottom:20px; 
	transition:all .5s ease;
}

#searchysearch {top:154px;}
.nav-up #searchysearch.swing{top:80px !important;}

/*.boxzilla-close-icon {
  color: white !important;
} this is here for some reason?*/ 


.main-content-inner .row, .flexrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-content-inner .row:before {display:block !important;}


.main-content-inner .col-md-6 {
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width:100%;
}


.main-content-inner .col-md-4,
.flexrow .col-md-4 {
  -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width:100%;
}

.light-gry-bkd {
  background: #f5f5f5;
}

@media screen and (max-width:767px) {
  .main-content-inner .col-md-4,
  .flexrow .col-md-4,
  .main-content-inner .col-md-6 {-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}

    .main-content-inner.source-archive-list .col-md-4 {-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
}


@media screen and (max-width:500px) {
.main-content-inner.source-archive-list .col-md-4,
.flexrow .col-md-4 {-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
}

/*.source-archive-list img {
      width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}*/
#thesourcelogo {
	margin:0 auto; 
	display:table;
	transform:scale(1);
    transition:transform .5s ease;
}
#thesourcelogo img {max-width:320px;}

#thesourcelogo span {
    text-transform: uppercase;
    display: block;
    font-size: 1.03rem;
    padding-top: 8px;
    color: #000;

}

#htlogo {position:absolute; transform:translateY(10px);}
#htlogo img {width: 240px; max-width:240px; transition: .25s;}

.nav-up #htlogo img {width: 220px; max-width:220px;}
 

.site-header.nav-up #thesourcelogo {
	transform:scale(.8);
}
.site-header.nav-up .site-navigation-inner {
	padding-top:2px; padding-bottom:2px;
}
#menu-the-source-categories {
	display: flex;
	justify-content: center;
	list-style: none;
	background: #ebebeb;
	margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#menu-the-source-categories li {
	list-style: none;
}
#menu-the-source-categories > li {
	list-style: none;
    background: #ebebeb;
    max-width: 100%;
    text-transform: uppercase;
    position: relative;
   
	transition: .3s;
}
#menu-the-source-categories > li:hover {
	background: #f8f8f8;
	
}
#menu-the-source-categories > li >a:hover {
	color: #11b4ef;
}
#menu-the-source-categories > li >a {
	color: #1E345D;
   padding: 10px 15px;
   display:block;
}


#menu-the-source-categories > li.active > a {
    text-decoration: none;
    border-bottom: 2px solid #11b4ef;
    padding-bottom: 2px;
}



#menu-the-source-categories > li > ul.sub-menu {
	position: absolute;
    left: -99999px;
    background: white;
    margin-top: 0;
    padding: 10px;
    width: max-content;
    min-width: 100%;
    border-top: 3px solid #11b4ef;
    text-transform: capitalize;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 99;
}

#menu-the-source-categories>li:hover ul.sub-menu {
	display: block;
	left: 0px;
  float: none;
  clear: left;
  padding: 0;
  
  }
  #menu-the-source-categories>li>.sub-menu > li > a {
	color: #636467;
    font-size: 15px;
	font-weight: 300;
   padding: 10px 15px;
   display: block;
   text-transform: none;
  }
  #menu-the-source-categories>li>.sub-menu > li > a:hover {
	color: #11b4ef;
  }
  #menu-the-source-categories>li>.sub-menu > li {
    transition: .5s;

  }
  #menu-the-source-categories>li>.sub-menu > li:hover {
    background: #f8f8f8;
  }

  .navbar-collapse {
    padding: 0;
  }



.source-hero-bottom {background:rgba(0,0,0,.5); padding:10px 0; position:absolute; bottom:0; width:100%;}
.source-hero-bottom h2 {font-size:48px; color:#fff; line-height:1;}
.source-hero-bottom p {max-width:990px; font-size:20px; color:#fff; text-align:left; display: inline-block;  font-family: 'Open Sans', sans-serif;}
.source-hero-bottom a {display: inline-block; color:#fff;font-size:20px; margin-left:15px;}

.post-inner-content-summary {
    background-color: transparent;
    border: none;
    border-top: none;
}

.article-image {display:block; border:1px solid #ccc;}
.article-image img {width:100%; display:block;}

.source-section article {padding-bottom:30px;}

.source-section.source-features article {padding-bottom:80px;}

.source-recent h3 {font-size:18px;}

.source-section h2 { 
    /*text-transform: uppercase;*/
    font-size: 37px;
    border-bottom: 1px solid #1E345D;
    margin: 0 0 40px 0;
    /* padding:0 0 10px 0; */
    color: #1E345D;
}


.source-features .btn.btn-default.read-more {

    float: none;
    position: absolute;
    bottom: 40px;
    right: 15px;
}


.well {border:none;box-shadow:none;padding-top:25px;}
#secondary aside {border:1px solid #ccc; margin:20px 0 30px !important; padding:20px;}

/* .magazine-dwl-txt {
    color: #F38A00;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0;
    display: block;
    text-decoration: underline; 
} */
.magazine-dwl-txt {
    color: #11b4ef;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0;
    display: block;
    font-family: "nudista-web", 'Open Sans', helvetica, arial, sans-serif;
    
}

.source-section .magazine-dwl-txt {font-size:18px;} 

body.page-template-page-thesource-archives-php #secondary .magazine-dwl { display:none;}

section.source-section.source-features {
  border-bottom: 1px solid #1E345D
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section:nth-child(2) {
  border-bottom: 1px solid #1E345D
}
#menu-the-source-footer-menu a {
  white-space: nowrap;
}
#menu-the-source-footer-menu {
  display: block !important;
  padding: 0 10px;
  column-count: 2;
}

.padtop20 {padding-top:20px;}
.padtop30 {padding-top:30px;}


  /*--------------
  Category Page
  --------------*/
  .cat-page-header {
	border-bottom: 1px solid black;
/*	height: 85px;
	display: flex;
	align-items: flex-end;*/
	margin-bottom: 25px;
  }
  .cat-page-header h1 {
	color: #1e345d;
  }
  .page-header {
	margin: 0;
  }
  .entry-content {
	  margin: 0;
  }
  ul.page-numbers {
	list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .page-numbers span,
  .page-numbers a {
	line-height: 1.6em;
    display: block;
    line-height: 190%;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    /* border-left: 1px solid #ddd; */
    color: #888;
    min-width: 60px;
    width:auto;
    height: 50px;
    display: flex;
    justify-content: center;
	align-items: center;
	border-radius: 0;
  }
  ul.page-numbers li {
	  margin: 0;
	 
  }
  a img.medium {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
  
.mobile-cat-menu {display:none;}

/*-----------------
Sidebar
--------------------*/

#secondary > div > aside.widget.cloud-tags > div.cloud > a.tag-cloud-link {
  color: #666666;
}
#secondary > div > aside.widget.cloud-tags > div.cloud > a.tag-cloud-link:hover {
  color: black;
}
.title-cont {
  border-bottom: 1px solid #ccc;
}
/*.widget-title {
  padding-left: 20px;
  margin-top: 10px;
}*/

.title-cont .widget-title {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    color: #636467;
    padding: 15px 20px;

}
.cloud {
  padding: 20px;
}
#secondary > div > .cloud-tags {
  padding: 0;
}
/*-----------------
Category Page Sidebar
--------------------*/
/*#secondary .widget > h3 {
  border-bottom: 1px solid #ccc;
}
*/

/*-----------------
Single Post Sidebar
--------------------*/
.entry-meta {
  border-bottom: 1px solid black;
    padding-bottom: 20px;
}
.sb-social {
  height: 50px;
  width: 100%;
  background: #1E345D;
  margin-bottom: 15px;
}
.sb-event {
  border: 1px solid #ccc;
  margin-bottom:50px;
}
.sb-image {
  padding: 0px;
  background: #1e355e;
}
.event-info {
  padding: 20px;
  font-size: 13px;
  font-weight: 500;
}
.event-dates {
  font-size:18px;
    font-weight: 700;
    color: black;
}
/*-----------------
Single Post 
--------------------*/
body.single-post .entry-content {position: relative;}

body.single-post #content {
  padding-top: 0px;
  transition: padding-top .5s;
}
.thesource-singlehero h1 {
  transition: .3s;
  padding-left: 20px;
  padding-right: 20px;
	 width: 100%;
}
/*body.single-post #secondary > div{
  padding: 0 30px 30px;
}*/

.thumbnail.wp-caption {margin-bottom:0;}

.side-socials {list-style:none; padding:0; margin:0 0 15px 0;}
.side-socials li {display: inline-block; padding-right:5px;}

.breadcrumbs a {text-decoration: underline; font-size:14px;}
.breadcrumbs span {font-size:14px;}


a.button-email {height: 32px !important;
  width: 32px !important;
  background-size: 32px !important;
  background-position: initial !important; margin-right:17px !important;
  background-image: url(../../images/email-icon.png) !important;
display: block;
transform: translate(100px, -40px);
text-indent: -9999px
}


span.cat-links {
    font-size: 12px;
    position: absolute;
    bottom: 145px;
    color:#6B6B6B;
}

span.cat-links a{
  color: #6B6B6B;
  text-decoration: none
}

.fa.fa-folder-open-o {
  font-size: 14px;
}

.social-sharing {
    position: relative;
    bottom: -50px;
    margin: 60px 0 50px !important;
}


/*-----------------
Media Queries
--------------------*/
@media screen and (max-width:1145px) {
  /*body.single-post #content {
    padding-top: 47px;
    transition: .5s;
  }*/
  #menu-the-source-categories > li >a {
    font-size: 12px;
  }
  body {padding-top:199px !important;}
}
@media screen and (max-width:991px) {
  body.single-post #secondary > div{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#footer-area > div > div > div:nth-child(1) > a > img {
  width: 300px;
  padding: 10px 30px 30px;
}

#footer-area > div > div > div:nth-child(3) > a > img {
  width: 300px;
  padding: 20px 30px 0;
}
#menu-the-source-footer-menu {
  padding-left: 28px;
}
#menu-the-source-footer-menu a {
  white-space: nowrap;
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section > div > div > article > a > img {
  min-width: 400px;
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section:nth-child(2) > div > div {
  margin: 0 auto;
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section.source-section.source-features > div > div {
  margin: 0 auto;
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section.source-section.source-features > div > div > article {
  max-width: 400px;
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section.source-section.source-recent > div > div {
  margin: 0 auto;
}
#primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section.source-section.source-recent > div > div > article {
  max-width: 400px;
}
.well {
  /*border-top: 1px solid black;*/
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 0;
    max-width:500px;
    margin:0 auto;
}
#secondary > div > div > a:nth-child(1) > img {
  /*max-width: 400px;*/
}
#secondary > div > .cloud-tags {
  /*max-width: 400px;*/
  margin: 0;
}

#secondary > div > .magazine-dwl {margin-top:20px; width:100%;}
#secondary .widget {
 /* max-width: 400px;*/
  margin-top: 20px;
  margin-bottom: 0;;
  width:100%;
}
#secondary > div.well > a {
  /*max-width: 400px;*/
  margin-top: 20px;
  width:100%;
}

}

@media screen and (max-width:767px) {
  body {
    padding-top: 170px !important;
  }
  /* nav > div > div.the-source-category-menu.navbar-collapse.navbar-ex1-collapse.collapse.in {
    height: 391px;
  } */
  #menu-the-source-categories > li > ul.sub-menu {
    display: none;
  }
  #menu-the-source-categories {
    flex-direction: column;
  }
  #menu-the-source-categories > li {
    background: white;
  }
  #menu-the-source-categories>li:hover ul.sub-menu {
    display: none;
  }
  .navbar-collapse {
    padding: 0;
  }
  #menu-the-source-categories > li:hover {
    background: white;
  }
  #menu-the-source-categories > li >a {
    font-size: 14px;
  }
  body.single-post #content {
    padding-top: 0px;
    transition: .5s;
  }
  body.single-post {
    padding-top: 160px !important;
  }
  #htlogo {
    position: relative;
    transform: none;
  }
  #htlogo img {
    max-width: 200px;
    padding: 5px 0;
  }
  #thesourcelogo img {
    max-width: 200px;
    padding: 5px 0;
  }
  #thesourcelogo {
    margin: 0;
  }
  #thesourcelogo > a > span {
    padding: 0;
  }
  body .site-navigation-inner {
    padding-top: 10px;
  }
  .navbar-toggle {
    z-index: 1;
  }
  .mobile-cat-menu {display:block;}
}


@media screen and (max-width:550px) {

  span.cat-links {font-size: 13px;}

}

@media screen and (max-width:425px) {
  #footer-area ul li {
    padding: 5px 0;
  }
  #menu-the-source-footer-menu a {
    font-size: 14px !important;
  }
  #primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section:nth-child(2) > div > div {
    margin: 0 auto;
  }
  #primary > div.container > div > div.main-content-inner.col-sm-12.col-md-8.padtop40 > section:nth-child(2) > div > div > article > a > img {
    min-width: 300px;
  }  
}

@media screen and (max-width:480px) {
.source-hero-bottom h2 {font-size:42px; margin-bottom: 0 ;}
ul.page-numbers {display: inline !important;}
}

/*-----------------
Mobile Menu
--------------------*/





/* New Social Icons Plugin */

body.single-post .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon .dpsp-network-icon-inner > svg,
body.single-post .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner > svg,
body.single-post .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner > svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner > svg {
  fill: #595657 !important;
}

body.single-post .dpsp-networks-btns-wrapper .dpsp-hover {
  border: none !important;
}

body.single-post #dpsp-content-bottom ul.dpsp-networks-btns-wrapper li.dpsp-network-list-item {
  margin-right: 17px !important;
}

body.single-post a.button-email {
  transform: translate(100px, -32px) !important;
}

body.single-post .social-sharing::before {
  content: "Share This Article:";
  font-family: "nudista-web", 'Open Sans', helvetica, arial, sans-serif;
  color: #494949;
  display: block;
  font-size: 20px;
}

body.single-post .sidebar {
  margin-bottom: 100px !important;
}

body.single-post p.dpsp-share-text {
  margin-top: 75px !important;
  margin-bottom: 0px;
  font-family: "nudista-web", 'Open Sans', helvetica, arial, sans-serif;
  color: #494949;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px !important;
}

body.single-post .dpsp-networks-btns-wrapper.dpsp-networks-btns-content .dpsp-network-btn {
  --networkHover: transparent !important;
}

body.single-post span.cat-links {
    font-size: 12px;
    position: relative;
    display: block;
    bottom: 180px;
    color:#6B6B6B;
    margin: 40px 0 0 0;
}

body.single-post #dpsp-content-bottom {
margin-top: 8px !important;
}



