@font-face {
    font-family: 'MontserratExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('../fonts/Montserrat-ExtraBold.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
         url('../fonts/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight.woff') format('woff'),
         url('../fonts/MontserratLight.ttf') format('truetype'),
         url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#MontserratLight') format('svg');
}

body{
    -webkit-overflow-scrolling: touch;
}
/*--- general css --*/
.center {
    max-width: 1280px;
    margin: 0 auto;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}

/*-- site header --*/
.site-header *{
    box-sizing: initial;
}
.site-header {
    padding: 11px 0 13px;
    border-bottom: solid 5px #c6dee3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width:100%;
    background-color: #fff;
    z-index: 3;
    transition: padding 0.3s ease-out;
    top:0px;
}
.site-header.collapsed{
    padding:5px 0px;
    height:46px;
    border: none;
    box-sizing: initial;
    z-index: 15;
}
.site-header.collapsed .lt-logo{
    max-width:140px;
    margin-top: 1px;
}
.site-header.collapsed .social-nav{
    top:10px;
}
.site-header.collapsed .navig-left{
    top:5px;
}
.site-header.collapsed .hamburg-dd{
    top:55px;
}
.site-header.collapsed .hamburger-menu-wrapper{
    top:40px;
}
.lt-logo {
    max-width: 189px;
    margin: 0 auto;
    transition: max-width 0.3s ease-out;
}
.lt-logo img {
    width: 100%;
    vertical-align: initial;
}
.site-header .navig-left {
    position: absolute;
    top: 14px;
}
.site-header .navig-left a.hamburg-activation {
    width: 36px;
    height: 36px;
    display: block;
    font-size: 36px;
    text-align: center;
    color: #444;
    background: url('../img/hamburg-menu.png') no-repeat left top;
}
.site-header .navig-left:hover a.hamburg-activation {
    color: #18b9d6;
    background: url('../img/hamburg-menu.png') no-repeat right top;
}
.site-header .center {
    position: relative;
    max-width: inherit;
    margin: 0 1.5%;
}
.social-nav {
    right: 0;
    top: 19px;
    position: absolute;
    min-width: 100px;
}
.social-nav a {
    margin-left: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #999;
    display: block;
    float: left;
    outline:0;
    background: url('../img/social-icons.png') no-repeat;
}
.social-nav a.soc-facebook { background-position: 0 0; }
.social-nav a.soc-pinterest { background-position: -38px 0; }
.social-nav a.soc-twitter { background-position: -74px 0; }
.social-nav a.soc-email { background-position: -297px 0; }
.social-nav a.fa.fa-ellipsis-h { color: rgba(0, 0, 0, 0); background-position: -179px 0; margin: 0 5px 0 10px; }
.social-nav a.fa.fa-times { color: rgba(0, 0, 0, 0); background-position: -145px 0; margin-right: 5px; }
.social-nav .more-social {
    float: left;
    display: none;
}
.fa.fa-facebook-official {color: #3b5998;}
.fa.fa-twitter {color: #58ccff;}
.fa.fa-pinterest {color: #bd081c;}
.fa.fa-linkedin-square {color: #0077b5;}
.fa.fa-google-plus-square {color: #d34836;}
form.navig-search{
    position: relative;
    width: 26px;
    height: 26px;
    line-height: 26px;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border:2px solid #fff;
    float:left;
    display:block;
    box-sizing: initial;
    background-color:#fff;
}
form.navig-search.searchbox-open {
    width: 350px;
    position:absolute;
    background-color:#fff;
    border:2px solid #c6dee3;
}
.navig-search .search-input{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: calc(100% - 60px);
    margin: 0 40px 0 20px;
    font-size: 20px;
    display: none;
    background-color: transparent;
}
.navig-search.searchbox-open .search-input {
    display: block;
}
.navig-search .search-submit{
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background-color: transparent;
}
.navig-search .site-search{
    display: block;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right:0px;
    top:0px;
    background-position: -214px 0;
    color: rgba(255, 0, 0, 0);
}
.navig-search.searchbox-open .fa.fa-search{
   color: rgba(0, 0, 0, 0);
   background-position: -264px 0;
}
.navig-search .fa.fa-search:before{
    box-sizing: initial !important;
}
    .hamburg-dd h2 {
        text-align: center;
        font-size: 2.6em;
        padding: 0 0 1em;
        font-weight: 300;
    }
    .hamburg-dd h2 a,
    .hamburg-dd h3 a {
        color: #fff;
        text-decoration:none;
    }
    .hamburg-dd h2 a:hover,
    .hamburg-dd h3 a:hover {
        color: #fff;
    }
    .hamburg-dd h2 span {
        font-weight: 700;
    }
    .hamburg-dd h2 i {
        margin-left: 0.3em;
    }
    .hamburg-dd .sub-story figure {
        margin-bottom: 1em;
    }
    .hamburger-menu-wrapper{
        position: fixed;
        width: 100%;
        left: 0px;
        right: 0px;
        padding: 40px 0;
        min-height: 329px;
        top:55px;
        z-index: 100;
        box-sizing: initial;
        opacity: 0;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-duration: .25s, 0s;
        transition-delay: 0s, .0s;
    }
    .navig-left:hover .hamburger-menu-wrapper,
    .hamburger-menu-wrapper:hover{
        opacity: 1;
        visibility: visible;
        transition-delay: 0s, 0s;
    }
    .hamburg-dd {
        overflow: hidden;
        padding-bottom: 20px;
        position: fixed;
        top: 90px;
        min-height: 409px;
        left: 0;
        right: 0;
        z-index: 100;
        border-top: solid 1px #e3e3e3;
        box-shadow: 0 3px 3px rgba(0,0,0,0.3);
        background-image: url('../img/dark-pattern.png');
        background-repeat: repeat;
    }
    .hamburg-dd .sub-navig {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 20px 0 0 0;
        width: 323px;
        background: #ccc;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        line-height:10px;
        display:block;
        font-family: Raleway, sans-serif;
        font-size:10px
    }
    .hamburg-dd .sub-navig a {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding: 0.6em 40px;
        margin-bottom: 0.3em;
        box-sizing: border-box;
        height: 42px;
        display: block;
        position: relative;
        text-transform: uppercase;
        font-family: Raleway, sans-serif;
        line-height:20px;
        text-decoration: none;
    }
    .hamburg-dd .sub-navig li{
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
        line-height: 10px;
    }
    .hamburg-dd .sub-navig li.active a {
        background: #18b9d6;
    }
    .hamburg-dd .sub-navig li.active a span {
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #18b9d6;
        position: absolute;
        right: -21px;
        top: 0;
        display: none;
    }
    .hamburg-dd .sub-navig li.active a span {
        display: block;
    }
    .hamburg-dd .sub-navig li.about-lt-nav a {
        text-transform: none;
        font-size: 1.8em;
        line-height: 21px;
        font-weight: 500;
    }
    .hamburg-dd .subnav-stories {
        margin-left: 339px;
        display:flex;
    }
    .hamburg-dd .subnav-stories .substory-wrapper{
        display:none;
        float: left;
        animation: hide 250ms linear;
        animation-fill-mode: forwards;
      }
    .hamburg-dd .subnav-stories .substory-wrapper .sub-story h3{
        margin-top:0px;
        line-height:18.7px;
    }
    .hamburg-dd .subnav-stories .substory-wrapper .sub-story a{
        font-size:19px;
        font-family: Raleway, sans-serif;
    }
    .hamburg-dd .subnav-stories .substory-wrapper.show{
        display:block;
        float: left;
        animation: show 250ms linear;
        animation-fill-mode: forwards;
    }
    .hamburg-dd .subnav-stories .substory-wrapper.sub-aboutit {
        z-index: 1000;
        position: relative;
    }
    .hamburg-dd .sub-story {
        width: 31.333333333%;
        margin: 0 1%;
        float: left;
    }
    .hamburg-dd .sub-story figure{
        margin-bottom: 10px;
        line-height: 22.8px;
        background-clip: border-box;
        background-color:rgba(0, 0, 0, 0);
        background-image:none;
        background-origin:padding-box;
        background-size:auto;
        border-bottom-color:rgb(85, 26, 139);
        border-bottom-style:none;
        border-bottom-width:0px;
        border-image-outset:0px;
        border-image-repeat:stretch;
        border-image-slice:100%;
        border-image-source:none;
        border-image-width:1;
        border-left-color:rgb(85, 26, 139);
        border-left-style:none;
        border-left-width:0px;
        border-right-color:rgb(85, 26, 139);
        border-right-style:none;
        border-right-width:0px;
        border-top-color:rgb(85, 26, 139);
        border-top-style:none;
        border-top-width:0px;
        color:rgb(85, 26, 139);
        cursor:auto;
        display:block;
        font-family:Raleway, sans-serif;
        font-size:10px;
        line-height:10px;
        margin-bottom:10px;
        margin-left:0px;
        margin-right:0px;
        margin-top:0px;
        outline-color:rgb(85, 26, 139);
        outline-style:none;
        outline-width:0px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
        padding-top:0px;
        vertical-align:baseline;
        width:490.672px;
    }
    .hamburg-dd .sub-story figure{ width: 100%; }
    .hamburg-dd .sub-story figure img {
        width: calc(100% - 10px);
        border:5px solid #5e5c5d;
    }
    .hamburg-dd h2 {
        text-align: left;
        padding: 24px 0 24px 1%;
        font-size:26px;
        margin:0px;
        font-family: Raleway, sans-serif;
    }
    .aboutlt-sub {
        padding-top: 30px;
    }
    .aboutlt-sub .menu1 {
        float: left;
        min-width: 190px;
        min-height: 270px;
        font-family: Raleway, sans-serif;
    }
    .aboutlt-sub .menu1 a, .aboutlt-sub .menu2 > a {
        display: block;
        font-size: 16px;
        padding: 11.2px 16px;
        color: #fff;
        cursor: pointer;
        line-height:16px;
        text-decoration: none;
    }
    .aboutlt-sub .menu1 a:hover, .aboutlt-sub .menu2 > a:hover {
        font-weight: 700;
        cursor: pointer;
    }
    .aboutlt-sub .menu2 {
        float: left;
        min-height: 270px;
        position: relative;
    }
    .aboutlt-sub .menu2 > a {
        font-size: 14.6px;
        line-height:14.6px;
        font-family: Raleway, sans-serif;
        padding:10.2px 14.6px;
    }
    .aboutlt-sub .menu2 p {
        position: absolute;
        bottom: 0;
        font-size: 13px;
        color: #333;
        width: 276px;
        padding: 13px;
        background: #f6f6f6;
        margin:0px;
        font-family: Raleway, sans-serif;
    }
    .aboutlt-sub .menu2 p span {
        font-weight: bold;
        display: block;
    }
    .aboutlt-sub .menu2 p a {
        color: #18b9d6;
    }
.menu-subline{
    visibility:hidden;
}
.menu-hover-overlay{
    width:100%;
    position: fixed;
    top:0px;
    right:0px;
    bottom:-10px;
    left:0px;
    background-color:rgba(0, 0, 0, 0.8);
    z-index: 2;
    display: none;
    height:100vh;
}

/*-- more amazing live add on ---*/
.content-top-posts-header{
    font-family: 'Raleway' !important;
    line-height: normal !important;
    height: auto !important;
    float:left;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #444444;
    width: 100%;
    margin-bottom:15px;
}
.content-top-posts-header strong{
    font-weight: 600;
}

.content-top-posts{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    margin: 0 auto;
}

.content-top-posts .post{
    width:23%;
    margin:0 1%;
    display:block;
    padding-bottom:10px;
    position:relative;
    float: left;

}
.content-top-posts .post:nth-child(4n+1){
    clear:left;

}
.content-top-posts .post:nth-child(4n+4){
    clear:right;
}

.content-top-posts.series_posts .post{
    width:calc( ( 100% - 20px )/4);
    float: left;
    margin:0px;
}

.content-top-posts .post .link .title{
    font-size:12px;
    display: block;
    font-weight: normal;
    color: #444;
    margin: 15px 0 10px 0;
    line-height: normal;
    font-family:'Raleway';
    font-weight: 600;
}

.content-top-posts .clear-bordered{
    border-bottom:1px solid #ccc;
    clear: both;
    width:100%;
    display: block;
    margin-bottom:25px;
    padding-bottom:0px;
}

.content-top-posts .post .link{
    text-decoration: none;
    display: block;
}

.content-top-posts .post .link .image{
    display:block;
    width:100%;
    padding-bottom:50%;
    background-size:100% auto;
    background-position:0 50%;
    background-repeat:no-repeat;
}
.load-more-holder{
    display:block;
    float:left;
    width:100%;
    text-align: center;
}
.loading-wrapper{
    font-size: 18px;
    color: #333;
    text-align: center;
    width:100%;
    float: left;
    margin: 20px auto 60px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility:hidden;
}
.loading-wrapper > div{
    margin-left: 15px;
}
.loading-wrapper .loading{
    display:inline-block;
    width:65px;
    height:65px;
    background-image:url("../img/icons/lt-animated.gif");
    background-size:100% auto;
    vertical-align:middle;
}


@media (max-width: 1400px) {
    .hamburg-dd {
        min-height: 329px;
    }
}
@media (max-width: 1100px) {
    .hamburg-dd {
        min-height: 299px;
    }
}
@media (max-width: 1000px) {

    form.navig-search.searchbox-open{
            width: 230px;
    }
    form.navig-search.searchbox-open input {
        margin: 0 40px 0 10px;
        font-size: 19px;
    }
    /*-- sub nav --*/
    .main-drop-down .menu-story {
        width: 24%;
        margin: 0 0.5%;
    }
    /*--- hamburg --*/
    .hamburg-dd .sub-navig {
        width: 253px;
    }
    .hamburg-dd .sub-navig a {
        font-size: 19px;
        padding: 0.6 1.6em;
    }
    .hamburg-dd .sub-navig a span {
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #18b9d6;
        right: -21px;
        display: none;
    }
    .hamburg-dd .subnav-stories {
        margin-left: 279px;
    }
    .hamburg-dd .subnav-stories .substory-wrapper .sub-story a{
        font-size: 15.6px;
        line-height:18.72px;
    }
}
/** Conditional Sticky Header Start **/
.site-header .article-headers-holder{
    width:calc(100% - 37px);
    margin: 0 auto;
    padding: 0 0 0 37px;
    height: 46px;
    overflow:hidden;
}
.site-header .article-headers-holder .article-headers-wrapper{
   position: relative;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    height: 46px;
    margin:0;
}
.article-headers-holder .article-header{
    height:100%;
}
.article-headers-holder .article-header.second-view{
    width: 1175px;
    margin: 0 auto;
}
.article-headers-holder .article-header.second-view .header-logo{
    display: block;
    float: left;
    height: 100%;
}
.article-headers-holder .article-header.second-view .header-logo img{
    height:46px;
}
.article-headers-holder .article-header.second-view .post_title{
    width: calc(65% - 35px);
    height: 100%;
    padding: 0 15px 0 25px;
    display: block;
    float: left;
    font-family: 'Montserrat','PT Sans',arial,sans-serif;
    font-size: 16px;
}
.article-headers-holder .article-header.second-view .post_title .table_wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.article-headers-holder .article-header.second-view .post_title .table_cell{
    display: table-cell;
    vertical-align: middle;
}
.article-headers-holder .article-header.second-view .post_share{
    max-width: 290px;
    height: 100%;
    display: block;
    float: left;
    vertical-align: top;
    position: relative;
    width: 35%;
    margin-left: 35px;
}
.article-headers-holder .article-header.second-view .post_share .facebook_share{
    width: 100%;
    height: calc(100% - 2px);
    display: block;
    float: left;
    background-color: #3C56A2;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: 'Montserrat','PT Sans',arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px 3px 3px 3px;
    background-image: url('../img/icons/facebook-white.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 7px 13px;
    cursor: pointer;
}
.article-headers-holder .article-header.second-view .post_share .facebook_share:after{
    content: 'Share on Facebook';
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: relative;
    padding-left:30px;
}
.site-header .article-headers-holder .article-headers-wrapper.active_first{
    transform: translate3d(0 , 0, 0);
    -webkit-transform: translate3d(0 , 0, 0);
    -moz-transform: translate3d(0 , 0, 0);
    -ms-transform: translate3d(0 , 0, 0);
    -o-transform: translate3d(0 , 0, 0);
}
.site-header .article-headers-holder .article-headers-wrapper.active_second{
    transform: translate3d(0 , -100%, 0);
    -webkit-transform:  translate3d(0 , -100%, 0);
    -moz-transform:  translate3d(0 , -100%, 0);
    -ms-transform:  translate3d(0 , -100%, 0);
    -o-transform:  translate3d(0 , -100%, 0);
}
.cond_header_progress{
    display:none;
}
.single-post .cond_header_progress{
        position: fixed;
        display: inline-block;
        top: 56px;
        left:0;
        width: 100%;
        height: 5px;
        z-index:1;
       -webkit-appearance: none;
       -moz-appearance: none;
        appearance: none;
        border: none;
        background-color: transparent;
        color: #18b9d6;
 }
 .single-post .cond_header_progress::-webkit-progress-bar {
      background-color: transparent;
    }
    .single-post .cond_header_progress::-webkit-progress-value{
      background-color: #18b9d6;
    }
    .single-post .cond_header_progress::-moz-progress-bar{
      background-color: #18b9d6;
    }
    @media screen and (max-width: 1410px) {

    }
    @media screen and (max-width: 1290px) {
        .article-headers-holder .article-header.second-view{
            width:100%;
        }
        .article-headers-holder .article-header.second-view .header-logo{
            margin-left: 20px;
        }
        .article-headers-holder .article-header.second-view .post_title{
            width: calc(65% - 55px);
        }
    }
     @media screen and (max-width: 1200px) {
        .article-headers-holder .article-header.second-view .post_title {
            width: calc(66% - 110px);
        }
        .article-headers-holder .article-header.second-view .post_share{
            float: left;
            width: calc(34% - 40px);
            margin-left: 15px;
            max-width: none;
            margin-right: 20px;
        }
    }
/** Conditional Sticky Header End **/

/************ SUBSCRIBE POPUP MODULE ****************/
 .disable-scroll{
    overflow: hidden;
    position: relative;
}
.modal-popup-overlay{
    width:100%;
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background-color:rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
    cursor: pointer;
}
.modal-popup {
    width: 760px;
    position: fixed;
    z-index: 10000;
    top: 20%;
    left: 50%;
    display: none;
    margin-left: -380px;
}
.modal-close{
    position: absolute;
    right: 112px;
    top: 62px;
    display: block;
    background: url(../img/icons/close-button_v1.png) center no-repeat;
    background-size: cover;
    height: 46px;
    width: 46px;
    background-color: #242424;
    border-radius: 28px;
}
.modal-close:before{
    content: '';
    font-size:0;
    font-family: 'MontserratExtraBold';
}
/*.modal-close.push-notifications-close {
    position: absolute;
    right: 112px;
    top: 62px;
    display: block;
    background: url(../img/icons/close-button_v1.png) center no-repeat;
    background-size: cover;
    height: 46px;
    width: 46px;
    background-color: #242424;
    border-radius: 28px;
    border: none;
}*/
.modal-popup .iner-module {
    height: 476px;
    display: none;
}
.modal-popup .modal-thankyou,
.modal-popup .modal-loader,
.modal-popup .modal-subscribe,
.modal-popup .modal-push-notifications,
.modal-popup .modal-dont-miss {
    background: url('../img/popup-cloud-bg.png') no-repeat;
    z-index: 10001;
}
.modal-popup .modal-dont-miss::before,
.ab-subscribe-emoji .modal-popup::before {
    background: url(../img/panda-popup.png) no-repeat;
    content: '';
    position: absolute;
    width: 122px;
    height: 177px;
    top: -40px;
    left: 104px;
}
.modal-logo {
   display: block;
   width: 63px;
   margin: 0 auto;
   padding: 70px 0 0;
}
.modal-popup h2 {
    padding-top: 15px;
    font-size: 33px;
    color: #333;
    font-family: 'MontserratLight';
    text-align: center;
    margin: 0;
    padding: 0;

}
a.click-happi {
    height: 475px;
    display: block;
    cursor: pointer;
    z-index: 10001;
    border: none;
    outline: none;
    text-decoration: none;
}
.modal-popup h2 span {
    font-family: 'MontserratSemiBold';
    display: block;
    font-size: 59px;
    padding: 5px 0;
}
.modal-popup .sub-description {
    font-size: 25px;
    color: #444;
    font-family: 'MontserratLight';
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
}
.modal-popup .sbscribe-wrap {
    margin: 0 20%;
}
.modal-popup .sbscribe-wrap input[type="text"],
.modal-popup .sbscribe-wrap button {
    font-size: 18px;
    color: #4a4a4a;
    font-family: 'MontserratLight';
    padding: 10px;
    width: 64%;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.modal-popup .error-message{
    margin: -15px 0 5px;
    padding: 10px 10px 10px 35px;
    list-style: initial;
    background-color: #ffe5e5;
    border-radius: 5px;
    color:red;
    display:none;
}
.modal-popup .sbscribe-wrap button {
    background: #18b9d6;
    width: 30%;
    text-align: center;
    float: right;
    color: #fff;
    font-family: 'MontserratSemiBold';
    border: none;
}
.modal-popup .sbscribe-wrap input[type="text"]:focus {
    outline: none;
    border: solid 1px #18b9d6;
}
.modal-popup .click-dismiss {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    display: block;
    text-decoration: none;

}
.modal-popup .click-dismiss:hover {
    color: #333;
}

.modal-popup .loader-cloud {
    width: 48px;
    height: 48px;
    background-image: url(../img/subscribe-loader.gif);
    background-size: 100% auto;
    vertical-align: middle;
    text-align: center;
    position: relative;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    background-color: transparent;
}

 .modal-popup .modal-thankyou h3 {
    padding: 100px 0 10px !important;
    font-size: 29px !important;
    text-align: center !important;
    font-family: 'MontserratLight !important';
}
.modal-popup .modal-thankyou h3 span {
    font-family: 'MontserratExtraBold' !important;
}
.modal-popup .modal-thankyou .thank-you-envelope {
    width: 139px;
    margin: 0 auto 30px;
    display: block;
}
.modal-popup .modal-thankyou .thank-you-note {
    text-align: center;
    color: #4a4a4a;
    font-size: #4a4a4a;
    font-family: 'MontserratLight';
    font-size: 24px;
}
.modal-popup .modal-thankyou .thank-you-note span {
    font-family: 'MontserratExtraBold';
}
.modal-popup .modal-thankyou .keep-reading {
    color: #00b8d4;
    font-size: 16px;
    text-align: center;
    display: block;
    font-family: 'MontserratLight';
}
.modal-popup .modal-dont-miss h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-indent: 0;
    width: 420px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #333;
    padding-top: 15px;
}
.modal-popup .modal-dont-miss h2::before,
.ab-subscribe-emoji .modal-popup h2::before {
    content: '';
    width: 83px;
    height: 56px;
    display: block;
    float: left;
    margin-top: -6px;
    margin-right: 10px;
    background: url(../img/mike-icon.png) no-repeat;
}
.modal-popup .modal-dont-miss .heart-icon {
    width: 39px;
    height: 34px;
    display: block;
    margin: 20px auto 0;
}
.modal-popup .modal-dont-miss p {
    font-size: 20px;
    text-transform: none;
    padding-bottom: 15px;
}
.modal-popup .modal-dont-miss .click-happi {
    font-size: 18px;
    color: #4a4a4a;
    font-family: 'MontserratLight';
    padding: 10px;
    width: 64%;
    border: solid 1px #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    text-align: center;
}
.modal-popup .modal-dont-miss .click-happi {
    font-family: 'MontserratSemiBold';
    display: block;
    max-width: 180px;
    margin: 20px auto 0;
    float: none;
    border: none;
    color: #fff;
    text-shadow: none;
    background: #18b9d6;
}
.survey-close.modal-popup-overlay {
    background: none;
}
.survey-close.modal-popup-overlay .modal-popup {
    right: 30px;
    bottom: 0;
    left: auto;
    top: auto;
    max-width: 466px;
    width: auto;
    padding: 1em;
    background: rgb(23,185,214);
    background: -moz-linear-gradient(top,  rgba(23,185,214,1) 0%, rgba(154,224,237,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(23,185,214,1) 0%,rgba(154,224,237,1) 100%);
    background: linear-gradient(to bottom,  rgba(23,185,214,1) 0%,rgba(154,224,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17b9d6', endColorstr='#9ae0ed',GradientType=0 );
}
.survey-close.modal-popup-overlay .logo-inpopup {
    width: 56px;
    margin: 0 auto 10px;
    display: block;
}
.survey-close.modal-popup-overlay .modal-popup h2 {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-size: 26px;
    font-weight: 500;
    font-family: Montserrat;
}
.survey-close.modal-popup-overlay .modal-popup p {
    text-align: center;
    padding: 0 4em;
    font-size: 17px;
    color: #002b32;
    padding-bottom: 20px;
}
.survey-close.modal-popup-overlay .modal-popup .survey-link {
    display: block;
    width: 213px;
    border-radius: 6px;
    background: #fbb31e;
    font-size: 21px;
    font-weight: 500;
    padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    font-family: Montserrat;
    margin-bottom: 20px;
}
.survey-close.modal-popup-overlay .modal-popup .iner-module {
    height: auto;
}
.survey-close.modal-popup-overlay .modal-popup .no-thanks {
    width: 199px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
.survey-close.modal-popup-overlay .modal-close {
    top: -18px;
}


@media only screen and (max-width: 500px) {
    .modal-popup .sbscribe-wrap input[type="text"],
    .modal-popup .sbscribe-wrap button{
        width:100%;
    }
    .modal-popup .sbscribe-wrap button{
        margin-top:10px;
    }
}
/* -- modal popup update --*/

.ab-subscribe-emoji .modal-popup .modal-logo {
    padding: 56px 0 10px;
}
.ab-subscribe-emoji .modal-popup h2 {
	width: 400px;
	margin: 0 auto;
    position: relative;
}
.ab-subscribe-emoji .modal-popup h2 span {
	font-family: 'Montserrat';
	font-weight: 500;
}
.ab-subscribe-emoji .modal-popup h2::before {
	position: absolute;
 	width: 73px; height: 46px;
    background-size: contain;
	left: 10px;
}
.ab-subscribe-emoji .modal-popup input[type="text"] {
    text-align: center;
}
.ab-subscribe-emoji .modal-popup .sub-description {
    margin-bottom: 10px;
}
.ab-subscribe-emoji .modal-popup .modal-thankyou h3 {
    font-family: 'MontserratLight'!important;
    padding: 0px!important;
}
.ab-subscribe-emoji .modal-popup .modal-thankyou h3 span {
    font-family: 'Montserrat';
    font-weight: 500!important;
}
.ab-subscribe-emoji .modal-popup .modal-thankyou .modal-logo {
    padding: 96px 0 0;
}
.ab-subscribe-emoji .modal-popup .modal-thankyou .thank-you-envelope {
    width: 99px
}



/****************************
* FOOTER START SINGLE POST PAGE
*****************************/
.footer-v2{
    margin:0;
}
.footer-v2 .gray{
    width:100%;
    background-color:#656464;
    padding-top:30px;
    padding-bottom:30px;
    float:left;
}
.footer-v2 .gray .inner,
.footer-v2 .white .inner{
    width:1200px;
    padding:0;
    margin: 0 auto;
    position: relative;
}
.footer-v2 .gray .inner .subscription{
    display:inline-block;
    width:50%;
    max-width:480px;
    float:left;
    margin-left:30px;
}
.footer-v2 .gray .inner .subscription .logo{
    width:60px;
    float:none;
    display:ineline-block;
    margin:0 20px 0 0;
    float:left;
}
.footer-v2 .gray .inner .subscription .form{
    display:inline-block;
    width:calc(100% - 85px);
    vertical-align:middle;
    float:left;
}
.footer-v2 .gray .inner .subscription .form .label{
    font-family:Montserrat;
    font-weight: normal;
    font-size:18px;
    color:#fff;
    float:left;
    margin-bottom: 10px;
}
.footer-v2 .gray .inner .subscription .form .field{
    float:left;
    width:100%;
    position: relative;
}

.footer-v2 .gray .inner .subscription .form .field .loading{
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
    top: 5px;
    display:none;
}
.footer-v2 .gray .inner .subscription .form .field .errors{
    position: absolute;
    color: red;
    background-color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 1.5em;
    border: 1px solid #18b9d6;
    top: 40px;
    display:none;
}

.footer-v2 .gray .inner .subscription .form .field .thank-you-mesage{
    position: absolute;
    background: #fff;
    top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 1.5em;
    line-height: 10px;
    border: 1px solid #18b9d6;
    z-index: 1;
    color:green;
}

.footer-v2 .gray .inner .subscription .form .field .thank-you-mesage .close-modal-box{
    display:none;
}

.footer-v2 .gray .inner .subscription .form .field .input{
    width:68%;
    margin:0;
    border:none;
    border-radius:3px;
    height:35px;
    font-family:MontserratLight;
    font-size:14px;
    color:#555555;
    padding:0 10px;
    float:left;
}

.footer-v2 .gray .inner .subscription .form .field .input::placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field.input::-webkit-input-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input:-moz-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input::-moz-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input:-ms-input-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input:placeholder-shown{
    color:#555555;
}


.footer-v2 .gray .inner .subscription .form .field .button{
    font-family:Montserrat;
    font-size:13px;
    color:#fff;
    height:35px;
    border-radius:3px;
    width:25%;
    background-color: #18b9d6;
    border:none;
    vertical-align:top;
    margin-left:5px;
    float:left;
}

.footer-v2 .gray .inner .right-footer{
    display:block;
    float:right;
    width: calc(34% - 25px);
    margin-left: 25px;
    max-width: 300px;
    padding:0 10px;
}

.footer-v2 .gray .inner .right-footer .editorial{
    color: #000;
    margin: 0px 10px 20px 0px;
    background-color: #fdd02f;
    width: auto;
    display: block;
    padding: 10px 5px;
    text-align:center;
    max-width: 310px;
    text-decoration: none;
}
.footer-v2 .gray .inner .right-footer .editorial h2{
    font-family: Montserrat;
    font-size: 11px;
    margin: 0 0 10px 0;
}
.footer-v2 .gray .inner .right-footer .editorial a{
    color: #000;
    text-decoration: underline;
}
.footer-v2 .gray .inner .right-footer .editorial p{
    margin:0px;
}
.footer-v2 .gray .inner .right-footer .editorial p span{
    font-weight:bold;
}
.footer-v2 .gray .inner .menu{
    display: block;
    vertical-align: middle;
    max-width: 310px;
    text-align: right;
    margin-right: -10px;
    float: left;
    width: 100%;
    padding: 0 0px;
}
.footer-v2 .gray .inner .menu .footer-menu{
    list-style:none;
    margin:0;
    padding:0;
    column:2;
    -webkit-columns: 2;
    float:right;
    width:100%;
    text-align: justify;
}
.footer-v2 .gray .inner .menu .footer-menu .menu-item{
    float:left;
    margin-bottom:10px;
    clear:both;
}

.footer-v2 .gray .inner .menu .footer-menu .menu-item .menu-link-text{
    font-size:13px;
    font-family:Montserrat;
    color:#fff;
    float:left;
}
.footer-v2 .white{
    font-family:Montserrat;
    font-weight: normal;
    font-size:12px;
    color:#333;
    float:left;
    width:100%;
}
.footer-v2 .white .inner{
    display:inline-block;
    width:100%;
    margin:20px 0 0 0;
    text-align:center;
}
.footer-v2 .white .copyright,
.footer-v2 .white .menu{
    display:inline-block;
    margin:0 70px;
    vertical-align:middle;
}
.footer-v2 .white .menu .footer-menu{
    display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}
.footer-v2 .white .menu .footer-menu .menu-item{
    display:inline-block;
    float:left;
    padding:0 10px;
    border-right:1px solid #333;
}
.footer-v2 .white .menu .footer-menu .menu-item a { text-decoration: none; color: #1e1e1e; }
.footer-v2 .white .menu .footer-menu .menu-item:last-child{
    border-right:none;
}


@media only screen and (max-width: 1200px){
    .footer-v2 .gray .inner,
    .footer-v2 .white .inner{
        width:100%;
    }
}

/****************************
* FOOTER END SINGLE POST PAGE
*****************************/

/*-- author --*/
.author {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}
.author a {
    float: left;
    text-transform: uppercase;
    color: #444;
    font-family: Raleway;
    font-weight: 500;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    padding-right: 15px;
    transition: all 0.25s ease;

}
.author img {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
}
/*-- end --*/

/*-- sponsored --*/
.sponsored .title-badge{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 50%;
}
.sponsored .title-badge img{
    max-width: 100%;
    height: auto;
}
.sponsored .sponsored-by{
    display: inline-block;
}
.sponsored .sponsored-by .headline{
    color: #00beed;
    font-weight: normal;
}
.sponsored .sponsored-by a,
.sponsored .sponsored-by a .name{
    text-decoration: none;
    color: #000;
}
/*-- end sponsored --*/


.advertisment_heading {
    display: block;
    text-align: center;
    display: block;
    margin: 0;
    padding: 2px 0;
    font-size: 13px;
    color: #999;
    overflow-y: hidden;
}

.main-post-image-holder{
    overflow: hidden;
    max-height: 730px;
    min-height:300px;
    width: 100%;
    height: 70vw;
    max-width: none;;
    position: relative;
    z-index: -1;
}

.main-post-img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    top: 0;
}
.main-post-img.fixed-position{
    position: fixed;
}
.articles-holder{
    height: 100%;
    overflow: hidden;
}
.wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  margin-bottom: -365px;
}
.wrapper main {
    width: calc(100% - 80px);
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 40px 45px;
    position: relative;
    top: -365px;
}
.wrapper.post-article .overlay{
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 365px;
    top: 0;
}
.post-article h1 {
  margin: 0;
  font-size: 39px;
  line-height: 39px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color:#444;
  margin-bottom: 20px;
}

.inner-custom-header {
  text-align: center;
  margin: -20px 0 55px;
}
.inner-custom-header span {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    background: #16b0d0;
    font-weight: 500;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    min-width: 185px;
}
.wrapper article{
    margin-right: 330px;
    display: block;
}
.wrapper aside{
    max-width: 300px;
    display: inline-block;
    float: right;
}
.wrapper aside > div{
    display: inherit;
    margin-top:10px;
}
.wrapper aside > div:first-child{
    margin-top:0px;
}
.mainContentIntro p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Raleway', georgia, arial;
  font-weight: 300;
}
.mainContentIntro p a {
  color: #1092ad;
  text-decoration: none;
}
.post-sidebar {
  float: right;
  width: 300px;
  margin-left: 30px;
}
.galleryWrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*-- Locked Image Start --*/
.lock_image_link {
    display: inline-block;
    background-color: #D6D6D6;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    margin: -1px;
}
.lock_image_link span.locked_text {
    display: block;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    display: block;
    left: 35%;
    top: 40%;
    top: calc(50% - 45px);
    width: 30%;
    height: 90px;
    line-height: 28px;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.lock_image_link span.locked_text span {
    vertical-align: middle;
    height: 90px;
    display: table-cell;
    text-align: center;
    padding: 0 5%;
}
.blur_video {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translate3d(0, 0, 0);
}
/*-- Locked Image End --*/

#zerglayout {
    float: left;
    clear: none!important;
}
.content-top-posts {
    overflow: hidden;
}
.content-wrapper .desktop-postcontent-ad{
    width: 336px;
    height: 290px;
    display: block;
    float: right;
    margin: 3px 0 0 15px;
    text-align: center;
}
.ad-relative{
    position: relative;
    left: 0px;
}
.ad-fixed{
    position: fixed;
    top: 55px;
    left: calc(50% + 270px);
    -webkit-transform: translateZ(0);
}
.ad-static{
    position: static;
    top: auto;
}

.multi-desktop-postcontent-ad{
    margin:20px 0;
}
.multi-desktop-postcontent-ad .advertisment_heading{
    margin:20px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'MontserratLight';
    font-weight: 600;
    color:#555;
    position: relative;
}
.multi-desktop-postcontent-ad .advertisment_heading span{
    display: inline-block;
    background: #fff;
    z-index: 100;
    position: relative;
    padding: 0 10px;
}
.multi-desktop-postcontent-ad .advertisment_heading:before{
    content: '';
    border-top: 1px solid #555;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}
.multi-desktop-postcontent-ad .ads-holder{
    background-color: #eee;
    text-align: center;
}
.multi-desktop-postcontent-ad .ads-holder > div{
    display: inline-block;
    vertical-align: middle;
    margin:10px 5px;
}

.galleryWrapper a{
    color:#1092ad;
    text-decoration: none;
    font-family: 'Raleway', georgia, arial;
}
.galleryWrapper p {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Raleway', georgia, arial;
}
.galleryWrapperRelative {
    position: relative;
    display: inline-block;
}

.galleryWrapper .galleryWrapperRelative .buttonlink.left-gallery {
    left: 0;
}

.galleryWrapper .buttonlink.left-gallery {
    position: absolute;
    z-index: 1;
}
.galleryWrapper .galleryWrapperRelative .buttonlink.right-gallery {
    right: 0;
}
.galleryWrapper .buttonlink.right-gallery {
    position: absolute;
    z-index: 1;
}
.galleryWrapper .galleryWrapperRelative .buttonlink {
    color: #FFF;
    display: table;
    opacity: 0.8;
    text-align: center;
    background: #04A4CC;
    font-size: 24px;
    width: 36px;
    height: 120px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    top: 45%;
    top: calc(50% - 60px);
}
.galleryWrapper .galleryWrapperRelative .buttonlink > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    font-weight: bold;
    -webkit-transform: scale(0.5,1);
    -moz-transform: scale(0.5,1);
    -ms-transform: scale(0.5,1);
    -o-transform: scale(0.5,1);
    transform: scale(0.5,1);
}
.gimage_title {
    padding-right: 85px;
    position: relative;
    display: block;
}
.gimage_index {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-size: 1.5em;
}
.galleryWrapper h2 {
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px 0;
    font-family: "Raleway",arial,sans-serif!important;
    color: #555;
    font-weight: 500;
}
.right-gallery {
    float: right;
}
.top-post-next{
    display: none;
}
.lock_image_link {
  text-decoration: none;
  font-size: 13px;
}
.lock_image_link > span {
  text-align: center;
  display: block;
  margin-bottom: 5px;
  color: #18b9d6;
}
.post_image_source {
  text-align: left;
  font-size: 12px;
  color: #777;
  display: inherit;
  text-decoration: none;
  padding-top: 5px;
}
.pagination{
    margin-top:20px;
}
.pg-nav-btns {
  padding-bottom: 30px;
}
.pg-nav-btns a, .pg-nav-btns span {
  padding: 5px 10px;
  text-decoration: none;
  color: #777;
  border-radius: 4px;
  font-family: 'Raleway';
}
.pg-nav-btns .current {
  background: #ccc;
  color: #333;
}
.video-container {
  margin: 20px 0;
}
.video-container iframe {
  width: 100%;
  height: 30vw;
}
/*---------------- JwVideo Specific Start----------------*/
.video-container.jwplayer{
    padding-top: 20px;
    margin-top: 10px;
}
.not-available {
    width: 100%;
    position: relative;
    display: none;
}
.not-available.us_only {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}
.video-container.us_only {
    display: none;
}
.not-available .bg-noize {
    width: 100%;
}
.not-available .center-text {
    position: absolute;
    top: 29%;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.not-available .center-text .smile-face {
    padding-bottom: 40px;
}
.not-available .center-text p {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-family: 'Raleway', georgia, arial;
    margin: 0;
}

/*---------------- JwVideo Specific End----------------*/

/*---------------- Youtube Specific Start----------------*/
.video-container.youtube {
  height: 0;
  padding-bottom:56.3%;
  width: 100%;
  position: relative;
  margin-top:10px;
}
.video-container.youtube *{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/*---------------- Youtube Specific End----------------*/

/*---------------- Daily Mail Specific Start----------------*/
.video-container.dailymail {
  height: 0;
  padding-bottom:75%;
  width: 100%;
  position: relative;
}
.video-container.dailymail *{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .video-container.dailymail {
        padding-bottom:77%;
    }
}
@media only screen and (max-width: 1112px) {
    .video-container.dailymail {
        padding-bottom:73%;
    }
}
@media only screen and (max-width: 980px) {
    .video-container.dailymail {
        padding-bottom:75%;
    }
}
@media only screen and (max-width: 890px) {
    .video-container.dailymail {
        padding-bottom:76%;
    }
}
/*---------------- Daily Mail Specific End----------------*/

/*---------------- Ampathy Mail Specific Start----------------*/
.video-container.ampathy {
  height: 0;
  padding-bottom:79%;
  width: 100%;
  position: relative;
}
.video-container.ampathy *{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1220px) {
    .video-container.ampathy {
        padding-bottom:81%;
    }
}
@media only screen and (max-width: 980px) {
    .video-container.ampathy {
        padding-bottom:82%;
    }
}
/*---------------- Ampathy Mail Specific End----------------*/


.video_hide_overflow_container > p{
    display: none;
}
.social-wrap {
  padding: 10px 0;
  border-top: solid 1px #d6d7d0;
  border-bottom: solid 1px #d6d7d0;
  overflow: hidden;
  margin-top: 10px;
}
  /*--- social btn --*/
  .fb_like_out .fb_text {
    float: left;
    text-transform: uppercase;
    color: #474747;
    padding-right: 10px;
  }
  .fb_like_out .fb_blue_arrow {
    float: left;
    padding: 7px 10px 0 0;
  }
  .fb_like_out .fb-like {
    float: left;
    padding: 7px 20px 0 0;
  }
  .social-share-box-full {
    float: right;
  }
  .social-share-box-full .share-item {
    display: block;
    width: 260px;
    background: #3b5997;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .social-share-box-full .share-item span {
    font-weight: bold;
  }
/*--- social wrapper bellow top video start--*/
  .social-wrap.filled{
    border-top: 0;
    border-bottom: 0;
    width: 100%;
}
.social-wrap.filled .combo_box.fb_like_and_share,
.social-wrap.filled .tablet_combo_box{
    float: left;
    width: 100%;
    border: 1px solid #3b5997;
    text-align: center
}
.social-wrap.filled .fb_like_out{
    width: 50%;
    float: left;
    padding-top: 8px;
}


.social-wrap.filled .social-share-box-full{
    width: 50%;
    float: right;
}

.social-wrap.filled .tablet_combo_box  .fb_like_out{
    width: 25%;
    padding-top: 10px;
}

.social-wrap.filled .tablet_combo_box .social-share-box-full{
    width: 75%;
}

.social-wrap.filled .social-share-box-full .share-item{
    width: 100%;
    border-radius: 0;
}
.social-wrap.filled .fb_like_out .fb_text{
    float: none;
    padding-right: 0px;
    font-size: 13px;
}
.social-wrap.filled .fb_like_out .fb_blue_arrow{
    float: none;
    padding-top:0;
    padding-right: 0px;
    vertical-align: middle;
    display: inline-block;
    height:21px;
}
.social-wrap.filled .fb_like_out .fb-like{
    padding-top:0px;
    padding-right: 0px;
    float: none;
    vertical-align: middle;
}
/*--- social wrapper bellow top video end--*/

/*--- SPOT IM ---*/
.spotim-comments{
    display: block;
    width: 100%;
    text-align: center;
    margin:20px 0;
}
.spotim-comments .holder{
    display: block;
}
.load-more-btn{
    display: inline-block;
    color:#666;
    text-decoration: none;
    font-family: 'Raleway', georgia, arial;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/****************** RECIPE CONTAINER START ******************/
.single-post .post-media .recipe-holder{
    font-family:Raleway;
}
.single-post .post-media .recipe-holder .recipe-bordered{
    border: 1px #ccc solid;
    width:100%;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image{
    width:100%;
    padding-bottom:53%;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position: 0 50%;
    position: relative;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 50px 10px;
    background-image: url(../img/featured-bg-pattern.png);
    background-repeat: repeat-x;
    font-family: Raleway;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image .lt_logo {
      position: absolute;
      right: 14px;
      bottom: 45px;
      width: 46px;
      height: 52px;
      background-image: url(../img/icons/logo.png);
      background-repeat: no-repeat;
      background-size: 45px;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image .title:after{
    border-top: 1px solid #fff;
    width: 100px;
    content: ' ';
    position: absolute;
    top: 21px;
    z-index: 0;
    float: right;
    margin-left: 10px;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    float: left;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details{
    width:100%;
    display:block;
    float:left;
    background-color:#F2E36C;
    padding:10px 0;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time:before,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size:before,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .logo-recipe:before{
    background-image: url(../img/icons/recipe-sprites.png);
    background-repeat:no-repeat;
    background-size:80px auto;
    content:' ';
    width:24px;
    height:24px;
    display:block;
    float:left;
    margin:5px;
}

.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time:before{
    background-position: -28px 0;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size:before{
    background-image: url(../img/icons/cook-people.png);
    background-size: initial;
    width: 32px;
    height:32px;
    margin: 0px 5px;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .logo-recipe:before{
    background-position: 0 0;
    background-size: 115px;
    width: 32px;
    height: 32px;
    margin: 0 5px;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    float:left;
    margin:0 5px;
    line-height:34px;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time{
    margin-left:15px;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .logo-recipe{
    float:right;
}

.single-post .post-media .recipe-holder .recipe-bordered .recipe-details{
    position:relative;
    float:left;
    width:100%
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients{
    float:left;
    width:calc(35% - 40px);
    padding:20px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .delimiter{
    position: absolute;
    width: 1px;
    top: 30px;
    background: #ccc;
    bottom: 30px;
    left: 35%;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions{
    float:left;
    padding:20px;
    width:calc(65% - 40px);
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions .title{
    color: #1e1e1e;
    display: inline-block;
    font-size: 20px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title:before,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions .title:before{
    content: ' ';
    border-top: 3px solid #18b9d6;
    width: 45px;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul
{
    list-style:none;
    padding:0px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul{
    list-style-type: decimal;
    padding:0px;
    margin-left:15px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul li{
    margin:15px 0;
}
.single-post .post-media .recipe-holder .recipe-conclusion{
    float:left;
    width:100%;
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Raleway', georgia, arial;
    color: #1e1e1e;
}
.single-post .post-media .recipe-holder .only-print{
   display: none;
}

.single-post .post-media .recipe-holder .only-print img{
   margin: 10px ;
   display:block;
}

.single-post .post-media .recipe-holder .only-print .lt-logo{
   width:250px;
}

.single-post .post-media .recipe-holder .print-recipe{
    background-image: url('../img/icons/print-rec.png');
    float: right;
    height: 34px;
    margin-right: 10px;
    margin-top: 0px;
    width: 125px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.single-post .post-media .recipe-holder .pinterest-icon{
    position:absolute;
    float: left;
    margin: 5px;
    line-height: 34px;
}

@media print {
  body.recipe * {
    visibility: hidden;
  }


  .single-post .post-media .recipe-holder  ~ div {
    display: none !important;
  }


  .single-post .post-media .recipe-holder  * {
    visibility: visible;
  }


  .single-post .post-media .recipe-holder  .featured-image {
    padding: 0 !important;
  }

  .single-post .post-media .recipe-holder .only-print{
   display: block;
   width: auto !important;
}


 .single-post .post-media .recipe-holder .pinterest-icon{
   display: none;
}

 .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
   bottom: 0;
   top:-80px;
}
 .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    margin-left: 40px ;
 }

 .single-post  .post-media .recipe-holder .recipe-conclusion{
    display: none ;
 }

  .single-post .post-media .recipe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  }
}

/******************  RECIPE CONTAINER END  ******************/

/* series */

.series_other{
    background-color: #f7f7f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DBDBDB;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: Montserrat;

}
.series-post-wrap{
    overflow: hidden;
    clear: both;
    width: 97%;
    margin: 0 1.5%;
    margin-bottom: 20px;
}
.series_other .post-0{
    width: 23%;
    float: left;
    margin: 0 1%;
    box-sizing:border-box;
    webkit-box-sizing:border-box;
    position: relative;
}
.series_other .post-0 .link .image {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background-size: 100% auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.series_other .num{
    position: absolute;
    top:0;
    left: 0;
    width: 28px;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #fff;
    background-color: #02bbd7;
    font-weight: bold;
}
.series_other h1{
    text-align: center;
    margin: 20px;
    font-size: 30px;
}
.series_other h3{
    margin: 10px 1%;
    max-width: 81%;
    display: inline-block;
    width: 100%;
    font-weight: 100;
    font-size: 18px;
}
.series_other .title{
    font-weight: bold;
    margin-top: 5px;
}
img.sponsor{
    max-width: 15%;
    margin-bottom: 10px;
    display: inline;
}
.series_other .image{
    position: relative;
}
.series_other .current .image span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
}
.series_other .current .title{
   color: rgba(68, 68, 68, 0.5);
}
.series-trigger span{
    position: absolute;
    width: 100%;
}
.series-trigger .less-series, .series-trigger.more .more-series{
    display: block;
}
.series-trigger.more .less-series, .series-trigger .more-series{
    display: none;
}
.less-series{
    background-image: url(img/arrow-gray-up.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 47px) center;
}
.more-series{
    background-image: url(img/arrow-gray-dw.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 79px) center;
}
.series-trigger{
    position: relative;
    width: 95%;
    margin: 10px 2.5% 0 2.5%;
    height: 44px;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #DBDBDB;
    line-height: 41px;
}
.series-trigger.hide{
    display: none;
}
.anime{
    overflow: hidden;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}
.open .anime {
    height: auto !important;
}

.series_other .header_holder{
    width: 97%;
    margin: 0 1.5%;
}

/*-- site footer --*/
.site-footer {
    background: #4c4c4c;
    overflow: hidden;
    padding: 1em 0;
    text-align: center;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    z-index: 100;
    position: relative;
    width: 100%;
}
.site-footer a{
    text-decoration: none;
}
.site-footer .footer-link-list {
    list-style: none;
}
.site-footer .footer-link-list li {
    display: inline-block;
    padding: 0 1em;
    height: 69px;
}
.site-footer .footer-link-list li a {
    font-size: 1.4em;
    color: #fff;
    margin: 0 1em;
    opacity: 0.85;
}
.site-footer .footer-link-list li a:hover,
.sub-footer .sub-footer-nav a:hover {
    opacity: 1;
    color: #18b9d6;
}
.site-footer .footer-logo {
    display: block;
}
.sub-footer {
    padding-top: 3em;
    border-top: solid 1px #616161;
}
.sub-footer .sub-footer-nav {
    padding-bottom: 2em;
}
.sub-footer .sub-footer-nav a {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1em;
    margin: 0 1em;
}
.sub-footer p.copy-r {
    color: #fff;
    font-size: 1.1em;
}

/*-- preset for tablet --*/
.tablet_combo_box {
  display: none;
}

/*----- in the series ----*/
.series-post-wrap a {
  text-decoration: none;
  color: #333;
}
.series_other .title {
    font-size: 14px;
    line-height: 120%;
}
.series-post-wrap a:hover {
  color: #666;
}

/*--- fb button --*/
.social-share-box .share-item.fb {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #3c569a;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
     font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.social-share-box .share-item.fb span {
  font-weight: 700;
}


/*---- SPOTIM ----*/
.spot-im-recommendations-widget{
    margin-bottom:30px !important;
}
.spot-im-recommendations-widget.above-conversation,
.spot-im-recommendations-widget.above-conversation .spot-im-recommendations-widget-body {
    padding-top: 20px;
}
.spot-im-recommendations-widget .spot-im-title {
    font-family: 'Raleway' !important;
    line-height: normal !important;
    height: auto !important;
    float: left;
    font-size: 25px !important;
    font-weight: 600 !important;
    text-align: center;
    color: #444444;
    width: 100%;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


@media (max-width: 1220px) {
    .wrapper main {
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 130px);
    }
    .ad-fixed{
        left: calc(100% - 365px);
    }
}
@media (max-width: 1100px) {
  .social-share-box-full .share-item {
      width: 180px;
  }
}
@media (max-width: 1024px) {
  .wrapper main {
      margin: 0 25px;
      width: auto;
  }
  #LT_Gallery_Sidebar_300x600_Placeholder{
    right: 45px !important;
  }
}

@media (max-width: 1000px) {
    .site-footer .footer-link-list li {
        padding: 0;
    }
}

@media (max-width: 900px) {
  .wrapper aside {
    display: none;
  }
  .wrapper article {
    width: 100%;
    max-width: none;
  }
  .social-share-box-full .share-item {
    width: 260px;
  }
}

@media (max-width: 700px) {
    .wrapper main{
        top:0px;
    }
    .single-post-wrapper{
        margin-bottom:0px;
    }
    .main-post-img{
        background-position: 0 55px;
    }

}

@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto))
and (not (-moz-appearance:none))
{

  .navig-search.searchbox-open .fa.fa-search {
    margin-top: 4px;
  }

  .social-wrap.filled .tablet_combo_box .fb_like_out{
    padding-top:6px;
  }

}
/******************  RECIPE CONTAINER PORTRAIT START  ******************/
@media print and (orientation: portrait) {
    @page {
        size: A4;
    }
  body.recipe * {
    visibility: hidden;
    font-family: Raleway, sans-serif !important;
  }


  .post-sidebar, .mainContentIntro.content-wrapper p{
      display:none !important;
  }


  .single-post .post-media .recipe-holder  ~ div {
    display: none !important;
  }


  .single-post .post-media .recipe-holder  * {
    visibility: visible;
  }


  .single-post .post-media .recipe-holder  .featured-image {
    padding: 0 !important;
  }

  .single-post .post-media .recipe-holder .only-print{
   display: block;
  }


 .single-post .post-media .recipe-holder .pinterest-icon{
   display: none;
}

 .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
   bottom: 0;
   top:-80px;
}
 .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    margin-left: 40px ;
 }

 .single-post  .post-media .recipe-holder .recipe-conclusion{
    display: none ;
 }

  .single-post .post-media .recipe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  }
  header.site-header, footer.site-footer {
    display: none;
  }
  .single-post .cond_header_progress, .menu-hover-overlay {
    display: none;
  }
  .advertisment_heading,
  .post-article h1,
  .inner-custom-header span,
  address.author {
    display: none;
  }

  .single-post .post-media .recipe-holder .recipe-bordered {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    float: none !important;
  }
  .main-post-image-holder, .main-post-img.fixed-position {
    display: none;
  }
  .single-post .post-media .recipe-holder .only-print img:first-of-type {
    /*width: 35mm !important;*/
    width: 100% !important;
    max-width: 135px !important;
    display: inline-block !important;
    /*height: auto !important;*/
    margin-top: 12mm !important;
  }
  .single-post .post-media .recipe-holder .only-print img:last-of-type {
    /*width: 120mm !important;*/
    width: 100% !important;
    max-width: 450px !important;
    display: inline-block !important;
    /*height: auto !important;*/
  }
  .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title {
    font-size: 12px !important;
    font-family: Raleway, sans-serif !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time,
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title {
    font-family: Raleway, sans-serif !important;
  }
  ul li {
    font-size: 12px !important;
    margin: 10px 0px !important;
    font-family: Raleway, sans-serif !important;
  }
  /*.wrapper main {
    top: 0px;
  }*/
}
/******************  RECIPE CONTAINER PORTRAIT END  ******************/
/******************  RECIPE CONTAINER LANDSCAPE START  ******************/
@media print and (orientation: landscape) {
    @page {
        size: A4;
    }
  body.recipe * {
    visibility: hidden;
    font-family: Raleway, sans-serif !important;
  }


  .post-sidebar, .mainContentIntro.content-wrapper p{
      display:none !important;
  }


  .single-post .post-media .recipe-holder  ~ div {
    display: none !important;
  }


  .single-post .post-media .recipe-holder  * {
    visibility: visible;
  }


  .single-post .post-media .recipe-holder  .featured-image {
    padding: 0 !important;
  }

  .single-post .post-media .recipe-holder .only-print{
   display: block;
  }


 .single-post .post-media .recipe-holder .pinterest-icon{
   display: none;
}

 .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
   bottom: 0;
   top:-80px;
}
 .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    margin-left: 40px ;
 }

 .single-post  .post-media .recipe-holder .recipe-conclusion{
    display: none ;
 }

  .single-post .post-media .recipe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  }
  header.site-header, footer.site-footer {
    display: none;
  }
  .single-post .cond_header_progress, .menu-hover-overlay {
    display: none;
  }
  .advertisment_heading,
  .post-article h1,
  .inner-custom-header span,
  address.author {
    display: none;
  }

  .single-post .post-media .recipe-holder .recipe-bordered {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    float: none !important;
  }
  .main-post-image-holder, .main-post-img.fixed-position {
    display: none;
  }
  .single-post .post-media .recipe-holder .only-print img:first-of-type {
    /*width: 35mm !important;*/
    width: 100% !important;
    max-width: 135px !important;
    display: inline-block !important;
    /*height: auto !important;*/
    margin-top: 12mm !important;
  }
  .single-post .post-media .recipe-holder .only-print img:last-of-type {
    /*width: 120mm !important;*/
    width: 100% !important;
    /*max-width: 450px !important;*/
    display: inline-block !important;
    /*height: auto !important;*/
  }
  .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title {
    font-size: 12px !important;
    font-family: Raleway, sans-serif !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time,
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title {
    font-family: Raleway, sans-serif !important;
    font-size: 12px !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size:before,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time:before,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time:before {
    display: none !important;
  }
  ul li {
    font-size: 12px !important;
    margin: 10px 0px !important;
    font-family: Raleway, sans-serif !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details {
    width: 48% !important;
    float: left !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients,
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions {
    width: 99% !important;
    float: left !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients {
    margin-top: 15px !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions {
    margin-top: -15px !important;
  }
  .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time,
  .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
  .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size {
    margin: 0 5px !important;
    float: left !important;
  }
  .wrapper main {
    top: 0px !important;
  }
}
/******************  RECIPE CONTAINER LANDSCAPE END  ******************/
/******************  SETTERS PRINT MEDIA START  ******************/
@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:"
