/*------------------------------- 

1. Shared Sections
    1.1. Slick Slider

2. Publication Page
    2.1. Publication Page - Latest Issue Section
    2.2. Publication Page - Split Section
    2.3. Publication Page - All Issues Section

3. Subcription Page
    3.1. Subcription Page - Help Section
    3.2. Subscription Page - Split Section

4. Issue Archive Page

5. Single Issue Page

Responsive 

5. Book Page
--------------------------------*/

/*------------------------------- 1. Shared Sections --------------------------------*/
.sold-out-button > span{
    border-color: #666;
    color: #666;
}
.publication-section-title{
    text-transform: uppercase;
}
@media all and (min-width: 641px){
    .two-items.col-3-section .tile{
        position: relative;
        left: calc((100% - 60px) / 6);
    }
}
.single-product .issue-projects-section .issue-project-title{
    margin-bottom: 0.2em;
}
.single-product .issue-projects-section .issue-project-button{
    margin-top: 10px;
}
@media all and (max-width: 768px){
    .single-product .issue-projects-section .issue-project-description{
        display: block;
    }
}
@media all and (max-width: 480px){
    .single-product .issue-projects-section .issue-project-button a{
        width: 100%;
    }
}

/*------------------------------- 1.1. Slick Slider --------------------------------*/

.slick-prev, .slick-next{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 30px;
    margin-top: -15px;
    opacity: 0;
    transform: translate(0);
    width: 20px;
    z-index: 10;
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next, 
.slick-slider:focus .slick-prev, .slick-slider:focus .slick-next {
    opacity: 1;
}
.slick-prev:before, .slick-next:before{
    content: '';
    
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background-image: url('../../assets/images/Product_Gallery_Navigation_Arrow_L.svg');
    background-position: center;
    left: 20px;
}
.slick-next, .slick-next:hover, .slick-next:focus{
    background-image: url('../../assets/images/Product_Gallery_Navigation_Arrow_R.svg');
    background-position: center;
    right: 20px;
}

/*------------------------------- 2. Publication Page --------------------------------*/

.publication-section-subtitle{
    font-size: 60px;
}
.page-template-template-print-landing footer{
    margin-top: 20px;
}
.page-template-template-print-landing .category-subdivision-filter{
    margin: 0 auto;
    max-width: 1070px;
}
.book-issue-section .publication-section-title{
    text-transform: none;
}

/*------------------------------- 2.1. Publication Page - Latest Issue Section --------------------------------*/

.publication-section-content .category-alphabet-filter-section{
    margin: 7.3% 0 4.5%;
}

/*------------------------------- 2.2. Publication Page - Split Section ---------------------------------*/
.split-section-content-col{
    bottom: 0;
    position: absolute;
    top: 0;
}
.publication-split-section-content-col{
    padding-top: 58px;
    width: 50%; 
}
.publication-split-section-image-col{
    width: 33.3%;
}
.publication-split-section .wrapper{
    border-bottom: 1px solid #ccc;
}
.publication-split-section-content-col .split-section-content-bottom{
    bottom: 11.7%;
}

/*------------------------------- 2.3. Publication Page - All Issues Section --------------------------------*/
.publication-all-issues-section{
    padding-bottom: 1px;
}
.publication-all-issues-section-title{
    margin: 58px 0;
}
.publication-all-issues-content{
    margin: 0 auto;
    max-width: 1360px;
    overflow: hidden;
    width: 90%;
}
.publication-all-books-section .publication-all-issues-content{
    border-bottom: 1px solid #ccc;
}
.publication-all-issues-product {
    float: left;
    margin-bottom: 4.3%;
    margin-right: 30px;
    position: relative;
    width: calc((100% - 90px)/4);
}
.publication-all-issues-product:nth-of-type(4n){
    margin-right: 0;
}
.publication-all-issues-product:nth-of-type(4n+1){
    clear: both;
}
.publication-all-issues-section .tile-title .item-name{
    font-family: 'Unica', sans-serif;
    font-weight: 300;
}
.publication-all-issues-product .tile-thumb{
    position: relative;
}
.publication-all-issues-product .buttons-on-hover-wrapper .button a{
	background: rgb( 255, 255, 255 );
}
.publication-all-issues-product .buttons-on-hover-wrapper .button a:hover{
    background: #202020;
}
.publication-all-issues-product .buttons-on-hover-wrapper .button a[disabled="disabled"]{
    background: #f0f0f0 !important;
    border-color: #aaa!important;
    color: #666 !important;
    cursor: inherit;
}
.publication-all-issues-product .buttons-on-hover-wrapper .add-to-cart-button{
    bottom: 15px;
    display: none;
    position: absolute;
    width: 100%;
}
.publication-all-issues-product .tile-thumb:hover .add-to-cart-button{
    display: block;
}
.publication-all-issues-product .buttons-on-hover-wrapper .add-to-cart-button a{
    width: calc(100% - 40px);
}
.publication-product-status{
    color: #666666;
    font-size: 10px;
    margin: 10px 0 0;
    transition: color .2s;
}
.publication-product-link {
    display: block;
}
.publication-product-link:hover .publication-product-status {
    color: #000;
}

.show-all-issues-button-wrapper {
    margin-bottom: 6.45%;
}

/*------------------------------- 3. Subcription Page --------------------------------*/
/*------------------------------- 3.1. Subcription Page - Help Section --------------------------------*/

.subscription-help-section .wrapper {
    border-bottom: 1px solid #ccc; 
    border-top: 1px solid #ccc; 
    overflow: hidden;
    padding: 56px 0 60px;
}
.subsctiption-help-section-title{
    display: block;
}
.subscription-help-col{
    display: inline-block;
    margin: 3.75% 0 0;
    width: 29.7%;
}
.subsctiption-help-col-title {
    font-family: 'Unica', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 25px 0;
}

/*------------------------------- 3.2. Subscription Page - Split Section ---------------------------------*/

.subscription-split-section .wrapper{
    border-top: 1px solid #ccc; 
    padding-bottom: 59px;
}
.subscription-split-section-content-col{
    padding-top: 55px;
    width: 40%;
}
.subscription-split-section-image-col{
    width: 52.2%;
}
.subscription-page-image{
    padding-bottom: 66.6%;
}
.subscription-section-title{
    font-size: 30px;
    margin-bottom: 0.72em;
}
.subscription-section-subtitle{
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 0.8em;
    margin-top: 1.7em;
}

/*------------------------------- 4. Issue Archive Page --------------------------------*/

.page-template-template-issue-archive .publication-all-issues-section{
    padding-top: 0;
}
.page-template-template-issue-archive .tile-title .item-name {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 12px;
}
.page-template-template-issue-archive .publication-product-status{
    margin: 13px 0 0;
}
.page-template-template-issue-archive footer{
    margin-top: 20px;
}

/*------------------------------- 5. Single Issue Page --------------------------------*/

/*------------------------------- 5.2. Single Issue Page - Current Issue Section--------------------------------*/

.current-split-section .wrapper{
    margin-bottom: 5.7%;
    padding-bottom: 0;
}
.current-split-section-content-col{
    width: 38%;
}
.current-split-section-image-col{
    margin-top: 4px;
    width: 58.8%;
}
.current-issue-bottom{
    bottom: 0;
}
.current-issue-date-subtitle{
    color: #666;
    font-size: 10px;
    margin: 23px 0 27px;
    text-transform: none;
}
.product-price-line{
    margin-top: 60px;
}
.product-to-cart-section{
    margin-top: 20px;
}
.current-product-quantity{
    font-size: 12px;
}
#magazine-qty{
    border: 1px solid #202020;
    display: inline-block;
    font-size: 12px;
    line-height: 31px;
    margin-right: 24px;
    padding-right: 0;
    text-indent: 1em;
    vertical-align: top;
    width: 50px;
}
#magazine-qty::-webkit-inner-spin-button, 
#magazine-qty::-webkit-outer-spin-button {  
   opacity: 1;
}
.product-to-cart-section-button{
    display: inline-block;
}
.current-split-section .product-price-line {
    margin-top: 42px;
}

/*------------------------------- 5.3. Single Issue Page - Issue Projects Section--------------------------------*/

.issue-projects-section .wrapper{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5.65% 0 5.75%;
}
.issue-projects-section .wrapper-secondary{
    overflow: hidden;
}
.issue-projects-section .main-image-wrapper{
    background-size: cover !important;
    height: 0;
    padding-bottom: 133.33%;
}
.issue-projects-section-title{
    margin-bottom: 6.58%;
}
.issue-project-title{
    /*font-size: 20px;
    line-height: 1.4;*/
    font-family: 'Unica', sans-serif; font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 1.2em 0 1.32em;
}
.issue-project-description{
    color: #333;
    font-family: "Unica", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
}
.issue-project{
    margin-bottom: 6%;
}
.and-more-block{
    margin-top: -0.35%;
}


/*------------------------------- Responsive --------------------------------*/

@media all and (max-width: 1300px){
    /*------------ Publication Page 1300 -------------*/
    .publication-section-title,
    .publication-section-subtitle {
        font-size: 50px;
    }
    .publication-product-status{
        margin-top: 0.9em;
    }
    .publication-split-section-content-col .split-section-content-bottom {
        bottom: 11.3%;
    }
    /*------------ Single Issue 1300 -------------*/
    .current-split-section .product-price-line {
        margin-top: 24px;
    }
    .current-split-section-content-col{
        float: left;
        position: static;
    }
    .current-issue-bottom {
        bottom: 0;
        position: static;
        margin-top: 50px;
    }
    .current-split-section-content-col, 
    .current-split-section-image-col{
        width: calc(50% - 10px);
    }
}

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

    /*------------ Single Issue 1200 -------------*/
}
@media all and (max-width: 1024px){
    /*------------ Publication Page 1024 -------------*/
    .publication-section-title,
    .publication-section-subtitle {
        font-size: 40px;
    }
    .publication-all-issues-section-title {
        margin: 40px 0;
    }
    .show-all-issues-button-wrapper {
        margin-bottom: 40px;
    }
    .publication-split-section-content-col .split-section-content-bottom {
        bottom: 11%;
    }
    .publication-all-issues-content{
        width: 100%;
    }
    .category-subdivision-filter{
        margin: 0 auto;
        width: 84%;
    }

/*------------ Single Issue 1024 -------------*/
    
    .subscription-section-title {
        font-size: 25px;
        margin-bottom: 0.5em;
    }
    .current-issue-date-subtitle{
        margin: 12px 0 12px;
    }
    .subscription-section-subtitle{
        margin-top: 1.5em;
    }
    .publication-section-description{
        width: 96%;
    }
    .current-issue-bottom .publication-section-description{
        font-size: 12px;
    }
    .current-issue-bottom .publication-section-description {
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .current-product-quantity {
        font-size: 10px;
    }
    .issue-projects-section .wrapper-secondary{
        width: 100%;
    }
    .issue-project-description{
        font-size: 12px;
        line-height: 1.5;
    }
    .issue-project-title {
        font-size: 14px;
        line-height: 22px;
        margin: 1em 0 0.8em;
    }
}
@media all and (max-width: 800px){
    /*------------ Publication Page 800 -------------*/
    .publication-section-title,
    .publication-section-subtitle {
        font-size: 35px;
    }
    .publication-split-section-image-col,
    .publication-split-section-content-col {
        width: calc(50% - 10px);
    }
    .publication-split-section-content-col .split-section-content-bottom {
        bottom: 8%;
    }
}
@media all and (max-width: 768px){
    /*------------ Publication Page 768 -------------*/
    .publication-product-status{
        font-size: 9px;
        margin-bottom: 10px;
    }
    .publication-all-issues-product{
        width: calc((100% - 40px)/3);
    }
    .publication-all-issues-product:nth-of-type(4n) {
        margin-right: 20px;
    }
    .publication-all-issues-product:nth-of-type(4n+1) {
        clear: none;
    }
    .publication-all-issues-product:nth-of-type(3n) {
        float: right;
        margin-right: 0;
    }
    .publication-all-issues-product:nth-of-type(3n+1) {
        clear: both;
    }
    .publication-all-issues-product:nth-of-type(3n-1) {
        margin-right: 0;
    }
    /*------------ Issue Archive Page -------------*/
    .page-template-template-issue-archive .tile-title .item-name {
        margin-bottom: 0;
        font-size: 18px;
        margin-top: 10px;
    }
    .page-template-template-issue-archive .publication-product-status {
        margin: 11px 0 0;
    }
    .show-all-issues-button-wrapper {
        margin-bottom: 30px;
    }
    /*------------ Single Issue 768 -------------*/
    .issue-project-description{
        display: none;
    }
}
@media all and (max-width: 767px){
    /*------------ Publication Page 768 -------------*/
    .subscription-help-col{
        width: 100%;
    }
}
    
@media all and (max-width: 640px){

    /*------------ Filters 640 -------------*/

    .category-subdivision-filter {
        font-size: 14px;
        letter-spacing: 0.01em;
        width: 100%;
    }
    .category-subdivision-filter {
        line-height: 1.45;
    }

    /*------------ Tiles 640 -------------*/

    .publication-all-issues-product {
        width: calc(50% - 7.5px);
    }
    .publication-all-issues-product:nth-of-type(3n) {
        float: none;
    }
    .publication-all-issues-product:nth-of-type(3n+1) {
        clear: none;
    }
    .publication-all-issues-product:nth-of-type(2n) {
        float: right;
        margin-right: 0;
    }
    .publication-all-issues-product:nth-of-type(2n+1) {
        clear: both;
        float: left;
        margin-right: 0;
    }

    .publication-section-content .category-alphabet-filter-section{
        margin-bottom: 29px;
        margin-top: 3px;
    }
    .publication-latest-issue-images{
        margin: 0 auto;
        min-width: 300px;
        width: 86%;
    }
    .split-section-image-col{
        float: none;
        margin-top: 22px;
        position: static;
        width: 100%;
    }
    .latest-issue-image-wrapper {
        width: 100%;
    }
    .publication-section-title, 
    .publication-section-subtitle{
        font-size: 30px;
    }
    .publication-section-title {
        line-height: 1.17;
        margin-top: 39px;
    }
    .publication-latest-issue-section .publication-section-title {
        line-height: 1;
        margin-top: 24px;
    }
    .publication-section-subtitle{
        margin-top: 5px;
    }
    .publication-section-description {
        margin: 7.7% auto;
        max-width: 100%;
        width: 100%;
    }
	.issue-no-10-content .publication-section-description {
        margin: -3% auto;
	}
    .section-description {
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.45;
        margin: 36px auto 25px;
        max-width: 100%;
        text-align: left;
        width: 100%;
    }
    .split-section-bottom-mobile {
        padding-top: 5px;
    }
    .split-section-content-col,
    .split-section-content-col .split-section-content-bottom{
        position: static;
        width: 100%;
    }
    .publication-split-section-content-col .section-title,
    .publication-split-section-content-col .publication-section-title {
        text-align: center;
    }
    .publication-split-section-content-col {
        /*padding-bottom: 24px;*/
        padding-bottom: 0;
        padding-top: 42px;
    }
    .publication-all-issues-section-title {
        margin: 43px 0;
    }
    .publication-all-issues-section .tile-title .item-name{
        font-size: 14px;
        margin-top: 10px;
    }
    .publication-product-status {
        font-size: 10px;
        margin-bottom: 14px;
    }
    .publication-all-issues-section {
        margin-bottom: 13px;
    }
    .publication-split-section .wrapper {
        padding-bottom: 47px;
    }

    /*------------ Single Issue 640 -------------*/

    #magazine-qty-select{
        background-position: calc(100% - 10px) center;
        border: 1px solid #ccc;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
        margin-bottom: 20px;
        padding: 0 1em;
        width: 100%;
    }
    .subscription-section-title {
        font-size: 30px;
        margin-bottom: 13px;
    }
    .current-issue-date-subtitle{
        color: #000;
        font-size: 12px;
        letter-spacing: 0.01em;
    }
    .current-issue-bottom .publication-section-description,
    .subscription-section-subtitle {
        font-size: 14px;
    }
    .subscription-section-subtitle{
        color: #000;
        letter-spacing: 0.01em;
        text-transform: none;
    }
    .product-to-cart-section-button {
        width: 100%;
    }
    .current-issue-mobile-slider {
        margin: 44px 0 0;
    }
    .current-issue-bottom{
        margin-top: 0;
    }
    .current-issue-bottom .publication-section-description{
        margin-bottom: 39px;
        margin-top: 38px;
    }
    .current-split-section .product-price-line {
        margin-top: 27px;
    }
    .current-split-section .wrapper{
        margin-bottom: 44px;
    }
    .issue-projects-section .wrapper{
        padding: 43px 0;
    }
    .issue-projects-section-title {
        margin-bottom: 45px;
    }
    .issue-project-title{
        font-size: 14px;
        line-height: 19px;
        margin: 9px 0 3px;
    }
    .publication-split-section .section-description {
        margin-top: 19px;
    }
    .slick-next{
        right: 10px;
    }
    .slick-prev{
        left: 10px;
    }
    /*------------ Subscription Page 768 -------------*/
    .subscription-split-section-content-col{
        padding-top: 43px;
    }
    .subsctiption-help-section-title{
        margin-bottom: 15px;
    }
    .subscription-section-subtitle {
        margin-top: 1.3em;
    }
    .subscription-split-section .split-section-image-col{
        margin-top: 42px;
    }
    .split-section-content-bottom {
        margin-top: 0;
    }
    .subscription-split-section .section-description{
        margin-top: -2px;
    }
    .subscription-split-section .wrapper {
        padding-bottom: 45px;
    }
    .subscription-help-section .wrapper{
        padding-bottom: 44px;
        padding-top: 42px;
    }
    .subscription-help-col{
        margin: 27px 0 0;
    }
    .subscription-help-col .section-title{
        font-size: 10px;
    }
    .subsctiption-help-col-title{
        margin: 26px 0 29px;
    }
    .subscription-help-col .button a{
        letter-spacing: 0.04em;
    }
    .subscription-help-col:not(:last-of-type):after {
        border-bottom: 1px solid #e5e5e5;
        content: '';
        display: block;
        margin: 0 auto;
        padding-top: 30px;
        width: 316px;
    }
}
@media all and (max-width: 480px){
    .main-title {
        font-size: 30px;
    }
    .category-top-section > .wrapper {
        padding-bottom: 40px;
        padding-top: 28px;
    }
}



/*------------------------------- Book Page --------------------------------*/

.page-template-template-print-book .category-subdivision-filter{
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 985px;
}
.book-section-title-wrap{
    margin: 61px 0 42px;
}
.book-latest-issue-section .publication-section-title{
    margin: 0 auto;
    max-width: 700px;
}
.page-template-template-print-book .publication-section-title{
    text-transform: none;
}
.page-template-template-print-book .publication-section-description{
    margin: 70px auto 74px;
}
.page-template-template-print-book .publication-section-description p {
    margin-bottom: 25px;
}
.book-latest-issue-section .wrapper{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 100px;
}
.page-template-template-print-book .button a{
    height: 40px;
    line-height: 39px;
}
.book-latest-issue-section .button a{
    min-width: 166px;
}
.book-addtional-info-section .button a{
    min-width: 205px;
}
.book-addtional-info-section .wrapper {
    padding: 100px 0;
}
.book-addtional-info-subtitle{
    font-family: "Unica", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.0075em;
    margin: 96px auto 57px;
    max-width: 995px;
}
.book-projects-list{
    font-size: 22px;
    letter-spacing: 0.001em;
    line-height: 2.3;
    margin: 0 auto 58px;
    max-width: 950px;
}
.book-projects-list a:after{
    content: '\25CF';
    font-family: sans-serif;
    font-size: 12.5px;
    margin: 0px 0 0 1px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.book-projects-list a:last-of-type:after{
    display: none;
}
.book-addtional-info-section .book-image-wrapper-2 {
    margin-top: 100px;
}

/*------------------------------- Book Parteners Section --------------------------------*/

.book-partners-section{
    padding: 94px 0 70px;
    text-align: center;
}
.book-partners-title{
    font-family: 'Unica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.book-partners-section a{
    display: inline-block;
    width: auto;
}
.principal-partners-list{
    margin-bottom: 100px;
}
.supporting-partners-list{
    display: flex;
    justify-content: space-evenly;
}
.supporting-partners-list img {
    width: 90%;
}
.principal-partners-list img {
    width: 90%;
    padding: 0 10px;
}

@media all and (min-width: 1025px){
    .page-template-template-print-book .main-title{
        margin-bottom: 79px;
    }
}
@media all and (max-width: 1024px){
    .book-section-title-wrap {
        margin: 58px 0 30px;
    }
    .book-addtional-info-section .wrapper {
        padding: 60px 0;
    }
    .book-latest-issue-section .wrapper{
        padding-bottom: 60px;
    }
    .book-addtional-info-section .book-image-wrapper-2 {
        margin-top: 60px;
    }
    .book-addtional-info-subtitle{
        margin: 56px auto 37px;
    }
    .page-template-template-print-book .publication-section-description {
        margin: 50px auto;
    }
    .book-projects-list{
        margin-bottom: 38px;
    }
    .principal-partners-list img {
        margin-bottom: 30px;
    }
    .supporting-partners-list img{
        height: 60px;
    }
    .book-partners-section {
        padding: 75px 0 50px;
    }
    .book-partners-title{
        font-size: 14px;
        margin: 0 0 30px;
    }
    .principal-partners-list {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 768px){
    .book-projects-list {
        font-size: 20px;
        margin-bottom: 34px;
    }
    .book-projects-list a:after{
        font-size: 10.5px;
    }
    .supporting-partners-list{
        display: block;
    }
    .supporting-partners-list a {
        padding: 0 10px;
    }
}
@media all and (max-width: 640px){
    .book-section-title-wrap{
        margin-bottom: 29px;
        margin-top: 3px;
    }
    .book-latest-issue-section .publication-section-title{
        margin-top: 24px;
    }
    .page-template-template-print-book .publication-section-description {
        margin: 36px auto 25px;
    }
    .page-template-template-print-book .publication-section-description p {
        margin-bottom: 15px;
    }
    .book-addtional-info-section .wrapper {
        padding: 45px 0;
    }
    .book-latest-issue-section .wrapper{
        padding-bottom: 45px;
    }
    .book-addtional-info-section .book-image-wrapper-2 {
        margin-top: 45px;
    }
    .book-addtional-info-subtitle{
        font-size: 12px;
        margin: 26px auto 20px;
    }
    .book-projects-list {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .book-partners-section {
        padding: 45px 0 20px;
    }
    .book-partners-title{
        margin: 0 0 20px;
    }
}

@media all and (max-width: 480px){
    .principal-partners-list img{
        height: auto;
        max-width: 100%;
        width: auto;
    }
}
