
.attachment-share-panel{
    z-index: 999;
}
/*------------------------------- Top Section Portrait --------------------------------*/

.credits-section,
.in-magazine-description, 
.category-subdivision-filter{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 14.5px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.breadcrumbs{
    font-size: 13px;
    margin-bottom: 20px;
}

.article-portrait-section{
    /*padding-bottom: 48.5%;*/
    margin-bottom: 112px;
    position: relative;
}
.article-portrait-section .post-excerpt{
    margin-bottom: -11px;
    max-width: 718px;
}
.article-portrait-section .h1-title, 
.article-portrait-section .h1-subtitle {
    line-height: 1.05;
}

/*------------------------------- Top Section Landscape --------------------------------*/

.article-landscape-section .featured-image{
    margin: 0 auto;
    max-width: calc(100vw - 80px);
    padding: 0 0 48.5%;
    width: 1710px;
}
.article-landscape-section .featured-text-wrap {
    margin-top: 118px;
    max-width: 1050px;
}
.article-landscape-section .article-title,
.article-landscape-section .article-subtitle {
    text-align: center;
}
.article-landscape-section .breadcrumbs {
    margin-bottom: 23px;
    text-align: center;
}
.article-landscape-section .post-excerpt{
    border-bottom: 1px solid #333;
    margin-bottom: 85px;
    margin-top: 100px;
    padding-bottom: 80px;
}

/*------------------------------- Credits --------------------------------*/

.article-credits .credits-section {
    margin-bottom: 112px;
}
.article-credits .credits-left{
    align-items: stretch;
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: space-between;
    width: 49%;
}
.credit-title{
    font-weight: 400;
}
.article-credits .archive-subcategory {
    font-family: 'Suisse Intl', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.57;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.article-credits .archive-subcategory a{
    color: #000;
}
.article-credits .archive-subcategory:after{
    display: none;
}
.article-credits .credits-right{
    float: right;
    line-height: 22px;
    width: 49%;
}
.article-credits .credits-right p:not(:last-of-type){
    margin-bottom: 1.5em;
}
.credits-section{
    display: flex;
    justify-content: space-between;
}
.credits-message{
    color: #999;
}
.credits-share-block{
    margin-top: 5px;
    overflow: hidden;
}

/*------------------------------- Credits Bottom--------------------------------*/
.credits-bottom-section{
    margin: 0 auto 95px;
    max-width: 968px;
}
.credit-cols-2{
    column-count: 2;
    column-gap: 30px;
}
.credits-bottom-section .credit-title{
    font-weight: 400;
}
.credits-bottom-section .credit-person {
    display: block;
    font-weight: 200;
}

/*------------------------------- Media Content --------------------------------*/

.article-intro-media{
    margin: 0 auto;
    max-width: 1214px;
}
.image-set-row{
    max-width: 1210px;
}
.image-set-col-half{
    padding-bottom: 65.5%;
    width: 49%;
}
.image-set-col-full{
    max-width: 100%;
    margin-bottom: 0;
}
.image-post-content-block,
.article-intro-image{
    margin-left: auto;
    margin-right: auto;
    max-width: 1210px;
    width: 100%;
}

/*------------------------------- Media Content with Banners --------------------------------*/

.image-set-row .image-set-col-full.portrait{
    max-height: 1200px;
    max-width: 714px;
    padding-bottom: 0;
}
.surrounded-with-banners .image-post-content-block.landscape {
    max-width: 920px !important;
}
.left-small-banner{
    left: auto;
}
.right-small-banner{
    left: calc(1460px - var(--width-var));
}
.right-small-banner.tlp-sticky:not(.tlp-sticky-stop) {
    left: calc(50vw + 730px - var(--width-var));
    right: 0;
}

/*------------------------------- Seen-In-Magazine Feature --------------------------------*/

.featured-in-issue-section,
.intro-banner{
    clear: both;
    position: relative;
    overflow: hidden;
}
.intro-banner img{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100vw;
    width: auto;
}
.featured-in-issue-content{
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    overflow: hidden;
    padding: 30px 0;
}
.in-magazine-feature{
    overflow: hidden;
    position: relative;
}
.in-magazine-image-wrapper{
    float: left;
    width: 36%;
}
.in-magazine-image{
    background-position: center;
    background-size: cover;
    padding-bottom: 86%;
}
.in-magazine-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    float: right;
    justify-content: space-between;
    position: absolute;
    right: 0;
    width: 49%;
}
.in-magazine-title {
    font-family: 'Suisse Intl', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin: -5px 0 18px;
}
.in-magazine-button a{
    font-size: 14px;
    letter-spacing: 0.02em;
    min-width: 140px;
}
/*------------------------------- Seen-In-Magazine Feature - no sidebar banner --------------------------------*/

@media all and (min-width: 769px){
    .featured-in-issue-section.without-banner .featured-in-issue-content{
        margin: 0 auto;
    }
}
/*------------------------------- Typography --------------------------------*/
.after-image-text-section{
    font-size: 14.5px;
    font-family: 'Suisse Intl', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.after-image-cols{
    display: flex;
    justify-content: space-between;
}
.twin-text-left{
    color: #666;
    float: left;
    font-weight: 300;
    max-width: 240px;
    width: 49%;
}
.twin-text-right{
    float: right;
    width: 49%;
}
.article-content-cols .wrap-article-wide,
.article-content-cols .wrap-article-wide > div{
    overflow: visible;
}
.quote-text{
    font-family: 'Times Now', serif;
    font-size: 28px;
    line-height: 1.3;
    margin-top: -10px;
}
.quote-text:not(:last-of-type) p:last-of-type{
    margin-bottom: 65px;
}
.quote-text:last-of-type{
    margin-bottom: -10px;
}
.text-section p:not(:last-of-type) {
    margin-bottom: 1em;
}
.quote-text.start-with-quote p:first-of-type {
    text-indent: -0.5em;
}

/*------------------------------- Margins --------------------------------*/

.article-content-cols .wrap-article-wide > div,
.article-content-cols .wrap-wide > div,
.image-set-row-wrapper:not(:last-of-type),
.article-intro .featured-in-issue-section,
.article-intro,
.article-intro-image,
.video-intro-media,
.content-within-display{
    margin-bottom: 120px;
}
.article-intro-image .after-image-text-section{
    margin-top: 120px;
}

/*------------------------------- Links --------------------------------*/

.article-section-description a, 
.post-quote a,
figcaption a{
    color: #607049;
    display: inline-block;
    top: -0.15em;
    vertical-align: middle;
}

/*------------------------------- Video Post Type --------------------------------*/

.video-intro-wrap{
    margin: 0 auto;
    max-width: 1000px;
}
.intro-video{
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
    width: 100%;
}
.intro-video iframe,
.intro-video video{
    height: 100%;
    position: absolute;
    width: 100%;
}
.featured-video-section .featured-post-button a span{
    position: relative;
    left: 3px;
}
.featured-video-section .featured-post-button a span:after{
    background-image: url(../images/arrow-left-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 8px;
    margin-top: -3px;
    transform: rotate(-90deg);
    transition: all 0.2s ease;
    vertical-align: middle;
    width: 14px;
}
.featured-video-section .featured-post-button a:hover span:after{
    background-image: url(../images/arrow-left-black.svg);
}
.featured-video-section .featured-post-section-text-wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featured-video-section .featured-post-section-text-wrap:before{
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.featured-video-section .featured-post-section-text-wrap > div{
    position: relative;
}

/*--------- Page Bottom Subscribe Form -----------*/

.pre-footer-subscription .subscription-form-form .omSub{
    position: relative;
}
.pre-footer-subscription .wpcf7-spinner{
    background-color: #aaa;
    bottom: 3px;
    height: 25px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 25px;
}
@media all and (max-width: 640px){
    .pre-footer-subscription .wpcf7-spinner{
        bottom: 8px;
        height: 18px;
        width: 18px;
    }
}

/*------------------------------- Responsive --------------------------------*/
@media all and (max-width: 1700px){
/*--------- to be removed at style.css -----------*/
    .left-small-banner{
        left: auto;
    }
    .right-small-banner{
        left: calc(1460px - var(--width-var));
    }
    .left-small-banner.tlp-sticky:not(.tlp-sticky-stop){
        left: auto !important;
    }
    .right-small-banner.tlp-sticky:not(.tlp-sticky-stop){
        left: calc(50vw + 730px - var(--width-var)) !important;
    }
}

@media all and (max-width: 1540px){
    .right-small-banner{
        left: auto;
        right: 0;
    }
    .right-small-banner.tlp-sticky:not(.tlp-sticky-stop){
        left: auto !important;
        right: 40px;
    }
}

@media all and (max-width: 1500px){
    .article-portrait-section .h1-title, 
    .article-portrait-section .h1-subtitle{
        font-size: 45px;
    }
    .article-portrait-section .featured-text-wrap {
        padding-top: 7%;
    }
    .large-intro{
        font-size: 18px;
    }
}
@media all and (max-width: 1380px){
    .article-small-banner{
        width: 20vw;
    }
}

@media all and (max-width: 1024px){
    .article-portrait-section .h1-title, 
    .article-portrait-section .h1-subtitle{
        font-size: 32px;
    }
    .article-content-cols .wrap-article-wide > div,
    .article-content-cols .wrap-wide > div,
    .image-set-row-wrapper:not(:last-of-type),
    .article-intro .featured-in-issue-section,
    .article-intro,
    .article-intro-image,
    .video-intro-media,
    .content-within-display,
    .article-portrait-section{
        margin-bottom: 90px;
    }
    .article-intro-image .after-image-text-section{
        margin-top: 90px;
    }
    .after-image-text-section{
        margin-top: 90px;
    }
    .quote-text{
        font-size: 24px;
        margin-bottom: 45px;
        margin-top: -5px;
    }
    .quote-text:last-of-type{
        margin-bottom: -5px;
    }
}

@media all and (max-width: 768px){
    .article-body .wrap-article-wide,
    .article-body .image-set-row{
        overflow: visible;
    }
    .image-set-col-full {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
    }
    .article-credits .credits-left,
    .article-credits .credits-right,
    .in-magazine-image-wrapper,
    .in-magazine-text{
        float: none;
        width: 100%;
    }
    .in-magazine-text{
        position: static;
    }
    .credits-section{
        display: block;
    }
    .twin-text-left{
        display: none;
    }
    .featured-text .wrap-wide,
    .article-credits .wrap-article{
        padding: 0 40px;
    }

    /*--------- Typography -----------*/

    .article-credits .archive-subcategory{
        font-size: 12.5px;
        margin: 0 0 21px;
    }
    .credit,
    .breadcrumbs {
        font-size: 12.5px;
        letter-spacing: 0.02em;
    }
    .in-magazine-description,
    .article-credits .credits-right,
    .after-image-text-section {
        font-size: 12.5px;
        letter-spacing: 0.02em;
        line-height: 1.7;
    }
    .quote-text{
        font-size: 15.5px;
        line-height: 1.4;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .quote-text:not(:last-of-type) p:last-of-type{
        margin-bottom: 30px;
    }
    .quote-text:last-of-type{
        margin-bottom: 0;
    }

    /*--------- Top setion portrrait -----------*/
    .article-portrait-section{
        margin-bottom: 47px;
        padding-top: 15px;
    }
    .article-portrait-section .featured-image{
        padding-bottom: 133%;
    }
    .article-portrait-section .featured-text-wrap {
        padding: 60px 0 0;
    }
    .breadcrumbs {
        margin-bottom: 18px;
    }
    .article-portrait-section .post-excerpt{
        border-bottom: 0;
        margin-bottom: -7px;
        padding: 0 15% 0 0;
    }
    .split-content-bottom{
        padding-bottom: 0;
    }

    /*--------- Top setion landscape -----------*/
    .article-landscape-section .breadcrumbs,
    .article-landscape-section .article-title,
    .article-landscape-section .article-subtitle{
        text-align: inherit;
    }
    .article-landscape-section .featured-image{
        max-width: 100%;
        padding: 0 0 69.5%;
    }
    .article-landscape-section .breadcrumbs{
        margin-bottom: 17px;
    }
    .article-landscape-section .featured-text-wrap{
        margin-top: 60px;
    }
    .large-intro {
        font-size: 16px;
    }
    .article-landscape-section .post-excerpt{
        border-bottom: 0;
        margin-bottom: 50px;
        margin-top: 50px;
        padding-bottom: 0;
    }

    /*--------- Top setion Video -----------*/
    .featured-video-section .featured-post-section{
        height: 123vw;
    }
    .featured-video-section .post-excerpt{
        margin-top: 0;
        padding-right: 15%;
    }

    /*--------- Credits setion-----------*/
    .article-credits .credit-title{
        font-weight: 400;
    }
    .credits-share-block{
        margin-top: 13px;
    }
    /*.credits-share-icon.icon-envelope{
        display: none;
    }*/
    .credits-tags-row{
        margin-top: 8px;
    }
    .article-credits .credits-right{
        padding: 55px 0 0 0;
    }
    .article-credits .credits-section {
        margin-bottom: 53px;
        padding: 0 20px;
    }
    .credits-bottom-section{
        column-count: 1;
        column-gap: 0;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .credits-bottom-section .archive-subcategory{
        margin: 0 0 10px;
    }

    /*--------- Featured in Magazine Section -----------*/
    .in-magazine-button{
        margin-top: 33px;
    }
    .in-magazine-button a{
        background: #fff;
        color: #000;
        font-size: 10px;
        height: 22px;
        letter-spacing: 0.02em;
        line-height: 20px;
        min-width: 78px;
        width: auto;
    }

    /*--------- Image Sets-----------*/

    .image-set-col-half:first-of-type,
    .image-set-col-half:last-of-type{
        float: none;
    }
    .article-intro-image img,
    .image-post-content-wrap  {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
    .image-set-col-half {
        margin: 0 20px 0;
        padding-bottom: 116%;
        width: calc(100% - 40px);
    }
    .image-set-col-half:first-of-type{
        margin-bottom: 20px;
    }
    .image-set-row-wrapper.pair-images-row-wrapper:not(last-of-type) {
        margin-bottom: 20px;
    }

    /*--------- Spacing-----------*/

    .article-portrait-section{
        padding: 0 20px;
    }
    .article-content-cols .wrap-article-wide > div,
    .article-content-cols .wrap-wide > div,
    .image-set-row-wrapper:not(:last-of-type),
    .article-intro .featured-in-issue-section,
    .article-intro,
    .article-intro-image,
    .video-intro-media,
    .content-within-display,
    .article-portrait-section{
        margin-bottom: 55px;
    }
    .article-intro-image .after-image-text-section{
        margin-top: 55px;
    }

    /*--------- Side Banners-----------*/
    .post-image-with-product-tag-wrapper .image-post-content-block.landscape {
        max-width: 100vw !important;
    }
    .post-image-with-product-tag-wrapper .image-post-content-block.portrait {
        max-width: 100% !important;
        padding: 0 6%;
    }
    .post-image-with-product-tag-wrapper .image-post-content-block.portrait .image-hover-buttons {
        left: 6%;
        right: 6%;
        width: auto;
    }
    .article-mobile-small-banner{
        margin: 55px auto 0;
        max-width: 300px;
    }

    /*--------- Featured in Magazine -----------*/

    .in-magazine-title {
        font-family: 'Suisse Intl', sans-serif;
        font-size: 18px;
        line-height: 1.6;
        margin: 34px 0 3px;
        font-weight: 300;
        letter-spacing: -0.02em;
    }

    /*--------- Texts -----------*/

    .after-image-text-section {
        margin: 53px 20px 0;
        width: calc(100% - 40px);
    }
    .twin-text-right{
        float: none;
        width: 100%;
    }

}

@media all and (max-width: 640px){
    .article-portrait-section .h1-title, 
    .article-portrait-section .h1-subtitle{
        font-size: 24px;
    }
    .article-portrait-section{
        padding: 7px 0 0;
    }
    .article-portrait-section .split-content{
        padding: 0 20px;
    }
    .article-intro-image img, 
    .image-post-content-wrap {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .image-set-col-half {
        margin: 0 25px 0;
        width: calc(100% - 50px);
    }
    .image-set-col-half:first-of-type{
        margin-bottom: 10px;
    }

    .post-image-with-product-tag-wrapper .image-post-content-block.portrait{
        padding: 0 40px;
    } 
    .post-image-with-product-tag-wrapper .image-post-content-block.portrait .image-hover-buttons {
        left: 40px;
        right: 40px;
        width: auto;
    }

    .content-within-display img{
        display: block;
        margin: 0 auto;
        width: auto;
    }
    .after-image-text-section{
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 50px);
    }
    .article-credits .credits-section{
        padding: 0;
    }
    .credits-bottom-section{
        margin-left: -15px;
        padding: 0;
    }
    .featured-text .wrap-wide,
    .article-credits .wrap-article{
        padding: 0 20px;
    }
    .article-credits .credits-right p:not(:first-of-type) {
        display: none;
    }
    .image-set-row-wrapper.pair-images-row-wrapper:not(last-of-type) {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 480px){

    /*--------- Article banners -----------*/

    .article-mobile-small-banner{
        max-width: 67vw;
    }
}