/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');



.fusion-main-menu > ul > li > a {
    line-height: 125px;
}

.fusion-main-menu .sub-menu {
    border-top: 1px solid #000;
    margin-top: -30px;
}

/*override*/

.fusion-logo img {
    width: auto;
    max-width: 200px !important;
}

.current_page_item a {
    color: black !important;
    font-weight: bold !important;
}


h3.topics{
  text-transform: uppercase;
    font-family: "Oswald";
    margin-bottom: 0px;
}

h3.topics a{
   color:#0592d2; 
   text-decoration:none !important;
   font-weight: normal;
}

h3.topics a:hover{
   text-decoration:underline !important;
}

h1.termtitle{
  text-transform: uppercase !important;
    font-family: "Oswald" !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    color:black !important;
    font-size: 38px !important;
}

/*load more button */

a.myloadmore {
    display: block;
    text-align: center;
    background-color: #f1f3f5;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #666;
    padding: 15px 0 15px 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
     border: none;
}
a:hover.myloadmore {
    background-color: #d8dbde;
    color: #000;
}

.elm-button {
  display: block;
    text-align: center;
    background-color: #f1f3f5;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #666;
    padding: 15px 0 15px 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border: none;
    font-size: 16px;
}

.fusion-blog-layout-medium .fusion-post-slideshow, .fusion-blog-layout-medium-alternate .fusion-post-slideshow {
    width: 100% !important;
}

.special{
      padding-left: 0px !important;
    padding-right: 30px !important;
}





/*sticky header */
#thsp-sticky-header {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    padding: 20px 10px 0px 10px;
}

#stickadj {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#thsp-sticky-header-title {
    margin: -10px 0px 0px 0px !important;
}

.home #thsp-sticky-header-title {
    margin-left: 0px !important;
}
   

#thsp-sticky-header a:hover {
        line-height: 28px;
    color: #777777!important;
}

#thsp-sticky-header-menu {
    float: right;
    text-align: right;
    margin: -5px 0px 10px 0px !important;
    /* margin-bottom: 17px; */
}

#thsp-sticky-header-menu li {
    display: inline-block;
    margin: 0 0 0 1.25em;
    font-size: 12px;
}



#thsp-sticky-header li a {
    display: inline-block;
    line-height: 28px;
   }


#main {
     padding-bottom: 0px !important;
}

.misha_loadmore{
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing:1px;
  cursor:pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
  background-color: #767676;
  color: #fff;
}

/* posts */
h1.storytitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #080808;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 48px !important;
}

.story-template-default .post-content {
    font-family: Droid Serif;
    margin-top: 20px;
    font-size: 18px;
    color: #474747 !important;
}

.story-template-default .post-content a {
    text-decoration: underline;
}

.story-template-default .post-content a:hover {
    text-decoration: none;
    color:#03a9f4;
}
.fusion-post-medium {
    margin-bottom: 30px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dedede;
}

h2.entry-title.fusion-post-title {
    margin-top: 0px;
    margin-bottom: 10px;
}

h2.entry-title.fusion-post-title a {
    color: #080808 !important;
    font-size: 23px;
    font-weight: 600;

}

.fusion-post-content-container {
    padding-bottom: 15px;
    font-size: 16px;
     color: #747474 !important;
}

p.typeandate {
    font-size: 90%;
    margin-bottom: 20px;
}

p.posttopics {
    margin-bottom: 10px;
  }

p.posttopics a {
    text-transform: uppercase;
    background-color: #f00;
    color: #fff;
    padding: 3px 6px 3px 6px;
    font-family:"Oswald";
    display: inline-block;
    margin-bottom: 5px;
}

p.posttopics a.normallink {
    background-color: white;
    color: #03a9f4;
}

p.posttopics a:hover {
    background-color: gray !important;
    color: #fff;
}

p.posttopics a.culture-history{
        background-color: #9b59b6;
}
p.posttopics a.the-arts{
        background-color: #4baa73;
}
p.posttopics a.sports{
        background-color: #304e8b;
}
p.posttopics a.food-travel{
        background-color: #b97b44;
}
p.posttopics a.science-nature{
        background-color: #f1c40f;
}
p.posttopics a.food-travel{
        background-color: #b97b44;
}
p.posttopics a.full-episode {
    background-color: #666;
}

li#menu-item-380 {
    border-left: solid;
    border-left-color: #9b59b6;
    border-left-width: 10px;
}

li#menu-item-383 {
    border-left: solid;
    border-left-color: #b97b44;
    border-left-width: 10px;
}

li#menu-item-2887 {
    border-left: solid;
    border-left-color: #f1c40f;
    border-left-width: 10px;
}

li#menu-item-382 {
    border-left: solid;
    border-left-color: #304e8b;
    border-left-width: 10px;
}

li#menu-item-379 {
    border-left: solid;
    border-left-color: #4baa73;
    border-left-width: 10px;
}

li#menu-item-381 {
    border-left: solid;
    border-left-color: #cc3333;
    border-left-width: 10px;
}


li#menu-item-2960 {
    border-left: solid;
    border-left-color: #808080;
    border-left-width: 10px;
}



.topic-6-text,
.topic-6-text a {
  color: #9b59b6;
}
.topic-5-text,
.topic-5-text a {
  color: #e67e22; 
}
.topic-7-text,
.topic-7-text a {
  color: #f1c40f;
}
.topic-8-text,
.topic-8-text a {
  color: #003399;
}
.topic-4-text,
.topic-4-text a {
  color: #4caa73;
}
.topic-9-text,
.topic-9-text a {
  color: #cc3333;
}
/* topic background colors */
.topic-6-bg,
.topic-6-bg a {
  background-color: #9b59b6;
}
.topic-5-bg,
.topic-5-bg a {
  background-color: #e67e22; 
}
.topic-7-bg,
.topic-7-bg a {
  background-color: #f1c40f;
}
.topic-8-bg,
.topic-8-bg a {
  background-color: #003399;
}
.topic-4-bg,
.topic-4-bg a {
  background-color: #2ecc71;
}
.topic-9-bg,
.topic-9-bg a {
  background-color: #cc3333;
}

.authorbio {
    border-top: solid;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 1px;
    border-color: #d9d8d8;
    margin-bottom: 20px;
}

.authorbio.last{
  border-bottom: solid;
      border-width: 1px;
    border-color: #d9d8d8;
}

.authorrow {
    overflow: hidden;
}
.authorphoto {
    float: left;
    width: 15%;
    margin-right: 2%;
}

.authorinfo {
    float: left;
    width: 83%;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.authorphoto img {
    width: 86px;
    border-radius: 45px;
}
.authorinfo h3{
    font-size: 18px !important;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 0px;
   }

.authorinfo h3 a {
    text-decoration: none !important;
     font-weight: 600;

}

.authorinfo p {
  font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
 color:#747474;
 font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fusion-meta-info {
    margin-top: 10px !important;
    padding: 10px 0px !important;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
        font-size: 14px !important;
}

span.meta-tags {
    font-weight: bold;
}

span.meta-tags a{
    font-weight: normal;
}
/*pages*/
h1.pagetit {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 42px !important;
    font-weight: bold !important;
    color: #080808 !important;
    margin-top: 0px;
    margin-bottom: 40px;
    border-bottom: solid;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 42px !important;
    font-weight: bold !important;
    color: #080808 !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    border-bottom: solid !important;
    padding-bottom: 30px !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #ccc !important;
}

.fusion-page-title-bar {
    height: auto !important;
        margin-top: 30px;
}

.fusion-page-title-row {
    /* padding-bottom: 0px !important; */
    margin-bottom: -55px !important;
}

.fusion-page-title-captions {
    width: 100% !important;
}

/* stories Related Sidebar */
.related_posts_by_taxonomy .heading {
    border-top: solid;
    border-width: 4px;
    border-color: black;
    text-align: left;
}

.related_posts_by_taxonomy h4 {
    font-family: 'Open Sans' !important;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

#relatedposts .fusion-row {
    margin-bottom: 20px;
}

#relatedposts .tnimage {
    padding-left: 0px;
    text-align:left;
}

#relatedposts .content {
    padding-right: 0px;
    text-align:left;
}

#relatedposts h5 {
    margin-top: 0px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: "Oswald", sans-serif !important;
}

#relatedposts h5 a{
    color: #303030;
    font-weight: 100 !important;
}

#relatedposts p.posttit {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 300;
}

#relatedposts .tnoimg {
    position: relative;
    text-align: center;
}

#relatedposts .rp-icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 2px 7px 2px 4px;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 4px;
    background-color: white;
}

#relatedposts a .rp-icon {
    color: black;
}


.recent-posts-extended .heading {
    border-top: solid;
    border-width: 4px;
    border-color: black;
    text-align: left;
}

.recent-posts-extended h4 {
    font-family: 'Open Sans' !important;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px !important;
    font-weight: bold !important;
    font-size: 16px !important;
}


/* contact page */
input.wpcf7-form-control.wpcf7-submit {
    background-color: #03a9f4 !important;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 0px !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0592d2 !important;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0592d2, endColorstr=#0592d2);
    border-color: #ffffff !important;
    border-radius: 0px !important;
}
form[class*="wpcf7"] * {
    color: #747474 !important;
    font-size: 16px !important;
}
/*Topics Story Page */

.storiesfromtopics {
    border-top: solid;
    border-width: 1px;
     border-width: 1px;
    border-color: #d8d8d8;
}

.storiesfromtopics .flexslider {
    margin-bottom: 0px;
}
.storiesfromtopics h4 {
    font-size: 24px !important;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.storiesfromtopics h4 a {
    color:black;
    font-weight: bold;
}

.fusion-row.topicsrow p{
  margin-bottom: 0px;
  margin-top: 0px;
}

.storiesfromtopics .fusion-row {
    border-bottom: solid;
    padding-top: 0px;
    border-width: 1px;
    border-color: #dcdcdc;
}

.fusion-row.topicsrow .first-c {
    padding-left: 0px;
    padding-right: 0px;
    width: 30%;
}

.fusion-row.topicsrow .mid-c {
    padding-left: 0px;
    padding-right: 0px;
    width: 34%;
    margin-left: 2%;
    border-left: solid;
    border-right: solid;
    border-color: #dcdcdc;
    border-width: 1px;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    /*min-height: 425px;*/
}

.fusion-row.topicsrow .last-c {
    padding-right: 0px;
    padding-left: 0px;
    width: 30%;     
}

.topicsrow{
    overflow: hidden;
}

.storycont{
  padding-top:20px;
  padding-bottom: 20px;
  margin-bottom: -99979px;
  padding-bottom: 99999px;
}

/* Quick Changes */

.wp-tiles-byline-content {
    text-transform: uppercase;
    font-weight: bold !important;
}

.fusion-image-wrapper.fusion-image-size-fixed a img:hover {
    opacity: .8;
}

h2.entry-title.fusion-post-title a:hover {
    color: #808080 !important;
    text-decoration: underline;
}

ul#menu-main-nav {
    text-transform: uppercase;
}


/* home page - topics */
.topic-icon {
  text-align: center;
  display: inline-block;
  margin: 0 auto 0 auto;
}
.topic-icon a {
  font-weight: normal;
  font-family: "Oswald", "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.25s ease-out;
}
.topic-icon a img {
  display: block;
  margin: 0 auto 0px auto;
  overflow: hidden;
  transition: opacity 0.25s ease-out;
  background: #fff;
}
.topic-icon a span {
  color: #000;
  font-weight: normal;
  padding: 0 .5em;
  display: inline-block;
  transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
}
.topic-icon a:hover {
  color: #000;
}
.topic-icon a:hover img {
	filter: alpha(opacity=80); /* ie 5-7 */
	-moz-opacity: 0.8;	/* old firefox / netscape */
  	opacity: .8; 
    transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
}
.topic-icon a:hover span {
  color: #777;
}

.fusion-post-content-container {
    padding-bottom: 15px;
}


/* sidebar - newsletter-signup */

#sidebar {
    text-align: center;
}

div#a2a_share_save_widget-2 {
    margin-bottom: 15px;
}

p.sponsoredby {
    margin-bottom: 2px;
    font-size: 12px;
}

p.newsletterimg {
    margin-bottom: 0px;
}
	
  /*Newsletter Signup */
.newsletter-signup {
  text-align: center;
  font-family: Droid Serif;
}

  /*photo caption */
.photocaption, .wp-caption-text {
  font-size: 12px;
  font-family: Droid Serif;
  font-weight: 400;
}


#mc_embed_signup {
    background:  #333369;
    background-image: url('/wp-content/themes/Avada-Child-Theme/images/newsletter-banner-bkgd.png');
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
        height: 273px;
    padding-top: 60px;
}

#mc_embed_signup h2{
font-family: 'Oswald', sans-serif !important;
font-weight: 600;
color:#fff;
font-size: 30px;
text-transform: uppercase;
margin-bottom: 0px;
}

#mc_embed_signup p {
    margin-top: 0px;
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
}

#mc_embed_signup_scroll label {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif !important;
    font-size: 15px !important;
    display: block;
    padding: 0 0.4em;
    /* margin: 0 4% 10px 0; */
    min-height: 32px;
    width: 75%;
    /* min-width: 130px; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    /* margin-left: auto; */
    /* margin-right: auto; */
    float: right;
}

#mc_embed_signup input:focus {
	border-color: #333;
}	

#mc_embed_signup input {
	-webkit-appearance: none;
}

.newsletter-signup input[type="submit"] {
  background: #fff;
  border: 0px;
  border-color: #fff;
}

.subscribe-button:hover {
  color: #333366 !important;
  cursor: pointer;
}


.subscribe-button {
    color: #000000 !important;
    font-weight: 600;
    font-size: 16px !important;
    font-family: "Open Sans", arial, sans-serif !important;
    border: 0px;
    /* margin-bottom: 10px; */
    float: left;
    background-color: #f3c017;
    padding: 5px 10px;
}


/*footer*/
.fusion-footer-widget-area a:hover img {
    opacity: .8;
}

/*more stories*/
#morestores {
    border-top: solid;
    border-width: 1px;
    padding-top: 15px;
    color: #d7d7d7;
}

#morestores h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #080808;
}


#morestores .flexslider {
    margin: 0 0 10px !important;
}

#morestores h4 a{
  color:#080808;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
      line-height: 23px;
}

#collections {
    border-top: solid;
    border-width: 1px;
    padding-top: 15px;
    color: #d7d7d7;
}

#collections h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #080808;
}

#collections img{
  min-width: 100%;
  opacity: .60;
}

.collectionimg a:hover {
    opacity: .9;
}

#collections .collectionimg {
    position: relative;
    text-align: center;
    color: white;
        background-color: #29265e;
}

#collections a .colimgtit {
  color:white;
}

#collections .colimgtit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

#collections .collectiontext{
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #747474;
}

/*Footer harken form */
.HarkenForm {
    background-color: #efefef !important;
    padding-top:0px;
    padding-bottom: 40px;
    margin-top: 30px;
}

#main.harkenform {
    background-color: #efefef !important;
}

.harkenform a {
    color: #0592d2;
    text-decoration: underline;
}

.harkenform a:hover {
    color: #0592d2;
    text-decoration: underline;
}

.HarkenForm h2 {
    text-align: center;
    font-size: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #9900cc;
    font-family: 'Fredericka the Great', cursive !important;
}


#hearken-embed-501 .embed-content-container.embed-content-container {
    background-color: #efefef !important;
}

#hearken-embed-501 .section-header-group.section-header-group {
    background-color: #efefef !important;
}

#hearken-embed-501 .section-header-group__section-subheader.section-header-group__section-subheader {
    background-color: #efefef !important;
}

#hearken-embed-501 .hearken-badge.hearken-badge {
    background-color: #efefef !important;
}

#hearken-embed-501 .checkbox-group.checkbox-group {
    background-color:  #efefef !important;
}
#hearken-embed-501 .button {
    width: 170px !important;
  }

.fusion-footer a {
    text-decoration: none;
}

.fusion-footer-widget-area a{
  color:white;
}

.fusion-footer-widget-area a:hover{
  text-decoration: underline;
  color:white !important;
}

#text-10 a{
    text-decoration: underline !important;
  color:white !important;
}

#text-10 a:hover{
    text-decoration: none !important;
  color:white !important;
}

.fusion-copyright-notice a {
    text-decoration: underline !important;
}

.fusion-copyright-notice a:hover {
    text-decoration: none !important;
}

.fusion-footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #666;
}

p.footer-funding {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

img.spons-foot-img {
    width: 60%;
    text-align: center;
}

#toTop {
  left:75px !important; /*was 50% */
  right: unset !important;
 }
  

/*video on pages */
.videoWrapper {
	position: relative;
	padding-bottom: 52.25%; /* 16:9 */
	padding-top: 25px;
 	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*author box on pages */
.post-author {
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.producerimg {
    width: 20%;
    float: left;
    overflow: auto;
    margin-right: 3%;
}

.producerbio {
	margin-top:0px;
    float: left;
    width: 77%;
}

.producerbio h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 120%;
	text-transform:uppercase;
}

.producerbio p, .producerbio {
    font-size: 80%;
    margin-top: 5px;
}

.producerimg img {
    border-radius: 70px;
}

/*search form */
.searchandfilter {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.searchandfilter ul {
    display: inline-block;
    padding: 0px;
    margin-top: 0px;
   }



.searchandfilter h4 {
    margin: 5px 0;
    font-size: 12px;
    color: #336;
    font-weight: 600;
}

.searchandfilter input[type="text"] {
    width: 180px;
}

.searchandfilter input.postform {
    width: 147px;
}

.searchandfilter select#oftopic {
    font-size: 14px;
    color: #060606;
}

.searchandfilter input[type="submit"] {
    color: #fff;
    background-color:#0099cc;
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

/*990 version hid contact link */
@media only screen and (max-width: 990px){
  .blogcont{
    padding-left: 0px !important;
    display: inline;
  }
  li#menu-item-414 {
    display: none;
  }
}


/*mobile version */
@media only screen and (max-width:766px){
.fusion-row.topicsrow .first-c {
  width:100%;
}

.fusion-row.topicsrow .mid-c {
  width:100%;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: inherit;

}

.fusion-row.topicsrow .last-c {
  width:100%;
}

.storiesfromtopics .fusion-row {
   border-width: 0px;
}

.storiesfromtopics img {
    max-width: 100%;
    min-width: -webkit-fill-available;
}

#mc_embed_signup input.email{
  float: left;
  width:55%;
}

.harkenformarea {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.harkformdesc {
    padding-left: 15px !important;
}

.footwlogos {
    text-align: center;
    margin-bottom: -85px;
    padding-bottom: 0px;
}

.thelastlogo {
    margin-bottom: -25px !important;
    padding-bottom: 0px !important;
}


/*mobile menu */
.fusion-mobile-nav-item a, .fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a {
    font-size: 20px !important;
}

form.searchandfilter ul li {
    display: block;
    margin-bottom: 10px;
}

.fusion-footer ul li {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

img.spons-foot-img {
        margin-bottom: 50px;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.carheading {
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
    margin-top: 30px;
    padding-top: 15px;
}

h1.pagetit {
    
    font-size: 26px !important;
    margin-top: 0px;
    margin-bottom: 24px;
    padding-bottom: 5px;
}

/* mobile author page */
img.authorimg {
    border-radius: 75px;
    width: 100px;
    float: right;
}

.producer .fusion-column {
    padding-left: 0px;
    padding-right: 0px;
}

.producer h3 {
    padding-left: 0px !important;
}

.producer img.attachment-thumbnail {
    width: 80px;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
}

.fusion-row.post-author {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cdcdcd;
    padding-bottom: 20px;
}

span.vc_tta-title-text {
    font-size: 150% !important;
}

a.myloadmore {
    width: 100%;
}

#mc_embed_signup {
    margin-bottom: 10px;
    width: 300px;
    text-align: center;
    height: 273px;
    padding-top: 25px;
}

 } /* end mobile version of first mid last */

/* Food Traditions */

.ft-header {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 75vh;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .ft-header {
        background-attachment: fixed;
    }
}

/* FT uses a one-column layout */
.single-food_traditions .post-content {
    max-width: 768px;
    margin: 0 auto;
}

.single-food_traditions .wpb_text_column {
    font-family: "Droid Serif", serif;
    font-size: 18px;
    color: #474747;
}

@media screen and (min-width: 1024px) {
    .ft-header {
        min-height: 500px;
    }
}

@media screen and (max-width: 858px) {
    .ft-title-info {
        max-width: calc(100% - 30px);
    }
}

.ft-header h1 {
    font-size: 36px;
    color: #080808;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.2;
}
.ft-title-info-wrapper {
    max-width: 768px;
}
.ft-title-info {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    padding: 30px;
}
@media screen and (min-width: 828px) {
    .ft-title-info-wrapper {
        margin: 0 auto;
    }    
    .ft-title-info {
        margin-left: -30px;
    }
}
@media screen and (min-width: 858px) {
    .ft-title-info {
        max-width: 828px;
    }
}
.ft-storyteller {
    color: #b97b44;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-bottom: -5px;
}
.producer-and-sharing {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
}

/* 
 * Sticky Header
 */

@media screen and (min-width: 768px) {
    #wrapper.fixed-header {
        padding-top: 120px;
    }
    
    /* Prepare the header once it scrolls out of viewport */
    header.ready {
        position: fixed;
        transform: translateY(0);
        transition: transform .5s ease-in-out;
        top: -120px;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    
    header.ready img.fusion-standard-logo {
        display: none;
    }
    
    header.ready img.fusion-mobile-logo {
        display: block;
    }
    
    header.ready .fusion-main-menu > ul > li > a {
        height: 60px;
        line-height: 60px;
    }
    
    /* Reveal modified header once #header-sentinel-2 scrolls out of viewport */
    header.reveal {
        transform: translateY(120px);
        transition: transform .5s ease-in-out;
    }

    .fusion-main-menu li.fusion-active-link>.fusion-megamenu-wrapper,
    .fusion-main-menu li.fusion-active-link>.sub-menu, 
    .fusion-main-menu li:hover>.fusion-megamenu-wrapper, 
    .fusion-main-menu li:hover>.sub-menu {
        top: 120px;
    }

    header.reveal .fusion-main-menu li.fusion-active-link>.fusion-megamenu-wrapper,
    header.reveal .fusion-main-menu li.fusion-active-link>.sub-menu, 
    header.reveal .fusion-main-menu li:hover>.fusion-megamenu-wrapper, 
    header.reveal .fusion-main-menu li:hover>.sub-menu {
        top: 80px;
    }
    
    /* IntersectionObserver() target elements for sticky header */
    #header-sentinel-1,
    #header-sentinel-2 {
        width: 2px;
        height: 2px;
        position: absolute;
    }
    
    #header-sentinel-2 {
        top: 300px;
    }
}

/* Podcast subscribe dropdown */
#btn-subscribe {
    background-color: #FFF;
    border: none;
    font-family: "Open Sans", arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 5px 10px;
}
#btn-subscribe:not(.active) .fa-caret-up {
    display: none;
}
#btn-subscribe.active .fa-caret-down {
    display: none;
}
#subscribe-list {
    border: 1px solid #FFF;
    display: none;
    padding: 1rem;
    margin-top: -1rem;
}
#subscribe-list.active {
    display: block;
}

#after-video {
    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 1.2rem;
}