:root{
    --swiper-navigation-color: #c09e79;
}

.lbxp { z-index: 99999999999 !important; }

p a { color: #c09e79; }

/*--- FONTS ---*/

@font-face {
    font-family: 'Futura';
    src: url('../../../assets/fonts/Futura.eot');
    src: url('../../../assets/fonts/Futura.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/fonts/Futura.woff2') format('woff2'),
        url('../../../assets/fonts/Futura.woff') format('woff'),
        url('../../../assets/fonts/Futura.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NT Epika';
    src: url('../../../assets/fonts/NTEpikaMedium.eot');
    src: url('../../../assets/fonts/NTEpikaMedium.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/fonts/NTEpikaMedium.woff2') format('woff2'),
        url('../../../assets/fonts/NTEpikaMedium.woff') format('woff'),
        url('../../../assets/fonts/NTEpikaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Futura Bold';
    src: url('../../../assets/fonts/Futura-Bold.eot');
    src: url('../../../assets/fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/fonts/Futura-Bold.woff2') format('woff2'),
        url('../../../assets/fonts/Futura-Bold.woff') format('woff'),
        url('../../../assets/fonts/Futura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.effect-fade-in{
    transition:opacity 0.5s;
    &:not([animPlaying]){
        opacity:0;
    }

    &[animPlaying]{
        opacity:1;
    }
}


* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

strong,
b {
    font-family: 'Futura Bold';
}

a,
a:hover,
input,
input:hover,
.header-underlay, .header-underlay:hover,
.header-inner, .header-inner:hover,
.links, .links:hover,
#header, #header:hover,
ul.nav-drop,
.button, .button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


body {
    margin: 0;
    background: #f2f2f2;
    background-attachment: fixed;
    background-size: cover;
    line-height: 1.8em;
    font-family: 'Futura';
    font-weight: 400;
    color: #5b5b5b;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NT Epika';
    font-weight: 400;
    color: #c09e79;
    letter-spacing: 5px;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
}

h6 {
    font-family: 'Futura';
    margin-top: 5px;
    padding-top: 0;
    letter-spacing: 0;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

h1 {
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;

    @media screen and (max-width: 1024px) {
        font-size: 60px;
        letter-spacing: 3px;
    }
}

h2 {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    @media screen and (max-width: 1024px) {
        font-size: 40px;
        letter-spacing: 3px;
    }

}


h3 {
    font-size: 30px;

    @media screen and (max-width: 1024px) {
        font-size: 22px;
        letter-spacing: 2px;
    }
}


hr {
    height: 0;
    width: 100%;
    border: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #c09e79;
}

.background {
    position: fixed;
    z-index: -1;
    /*INSERT BACKGROUND HERE IF IT'S A FIXED IMAGE*/
}


.fade-in {

    transition: opacity 0.5s;

    &:not([animPlaying]) {
        opacity: 0;
    }

    &[animPlaying] {
        opacity: 1;
    }

}

/*
    This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
*******************************************/

#header,
#footer {
    text-align: center;
    text-transform: uppercase;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .header-inner {
        text-align: center;


    }
}

#footer {
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 1.5em;
    color: #5b5b5b;
    background: url(../../../assets/img/footer.jpg);
    background-size: cover;

    i {
        font-size: 20px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 0px;
    }

    a {
        color: #5b5b5b;
    }
}


.footer-subscribe {
    background: #ede6e0;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 5%; padding-right: 5%; width: 100%;

    h2 {
        padding-bottom: 20px;
    }

    .subscribe-form {
        padding-top: 20px;
        width: 100%;
    }

    .email {
        border: 2px solid #c09e79;
        background: none;
        padding: 10px;
        width: 400px; max-width: 100%;
        height: 50px;
        font-family: 'Futura';
        font-size: 15px; margin-bottom: 5px;
        text-align: center;
        text-transform: uppercase;
    }

    .submit {
        background: #c09e79;
        color: #f2f2f2;
        width: 200px; max-width: 100%;
        padding: 10px;
        border: 0;
        height: 50px;
        font-family: 'NT Epika';
        text-transform: uppercase;
        position: relative;
        top: 0px;
    }

    .submit:hover { background: #5b5b5b; color: #f2f2f2; cursor: pointer; }

    ::-webkit-input-placeholder {
        /* Edge */
        color: #c09e79;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c09e79;
    }

    ::placeholder {
        color: #c09e79;
    }

}



/**
 * Menu specific generic styles
**/

.home-menu {

    ul {
        list-style: none;

        padding: 0;
        display: flex;

        li {
            display: inline-block;
            margin-left: 15px;
            margin-right: 15px;

            a {
                color: #5b5b5b;
            }

            a:hover { color: #c09e79; 
            }
        }
    }

}


.home-menu {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.home-menu>ul {

    >li:hover .nav-drop {
        height: auto !important;
        min-width: 160px;
    }

    margin:0;
}

ul.nav-drop:hover {
    height: auto !important;
}

ul.nav-drop {
    flex-direction: column;
    height: 0;
    position: absolute;
    overflow: hidden;
    margin-top: 10px;
    background: rgba(237,230,224,0.95);
    text-align: left;
    padding-left: 10px;
    margin-left: -10px !important;
    margin: 0;
}

li.nav-drop-item:first-child {
    padding-top: 10px;
}

.nav-drop-item {
    padding-bottom: 5px;
    padding-top: 2px;
    margin-left: 0px !important;
}

#responsive-menu-pro-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
    display: block;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    font-size: 12px;
}

#responsive-menu-pro-container #responsive-menu-pro,
#responsive-menu-pro-container #responsive-menu-pro ul {
    padding-bottom: 5px;
}

#header:hover {
    background: rgba(237,230,224,0.95);
}


/******************************************/



.site-wrapper {
    display: grid;

    /**
     * If header is relative or sticky uncomment below
     */

    grid-template-rows: auto 1fr auto;

    /**
     * If header is fixed uncomment below 
     */

    /* grid-template-rows: 1fr auto; */
}


html,
body,
.site-wrapper {
    min-height: 100vh;
}



.content {
    width: 100%;
    /*  max-width: 1200px; */

    overflow-x: hidden;


}



/*--- GENERAL PAGES ---*/

.page-content {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 15%;
    padding-right: 15%;


    @media screen and (max-width: 1920px) {
        padding-left: 10%;
        padding-right: 10%;
    }

    @media screen and (max-width: 1200px) {
        padding-left: 5%;
        padding-right: 5%;
    }

    @media screen and (max-width: 1024px) {
        padding-top: 40px;
    }

    @media screen and (max-width: 800px) {
        padding-left: 3%;
        padding-right: 3%;
    }
}


@media screen and (max-width: 1024px) {
    .site-wrapper:not .pslug_home .header-underlay { opacity: 1 !important; display: block !important; height: 52px !important; }
    .site-wrapper .header-underlay { height: 52px !important; display: block !important; }
}


/*--- BIO ---*/

.bio-grid { grid-template-columns: 40% 60%; display: grid; align-items: top; align-content: top;

    @media screen and (max-width: 1400px) {
        grid-template-columns: 50% 50%;
    }

    @media screen and (max-width: 1024px) {
        grid-template-columns: 100%;
    }
}


.bio-info { padding-left: 3%; 
a { color: #c09e79; }
}


.bio-photo { padding-right: 3%; padding-top:10px;
    img { width: 100%; height: auto; }
}

/*.bio-photo {
    width: 40%;
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}*/

.bio-photo img {
    padding-top: 10px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bio-photo {
        float: none;
        display: block;
        margin: 0 auto 30px;
        max-width: 800px;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .bio-phtoo img {
        padding-top: 0;
    }
}

/*--- HOME ---*/

.home-header {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media screen and (min-width: 1920px) {
        margin-top: -20px;
    }

    img {
        width: 100%;
        height: auto;
    }

    .header-logo {
        position: absolute;
        z-index: 99;
        width: 80%;
        max-width: 1400px;
        display: block;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        padding-top: 80px;
        transform: translate(-50%, -50%);

        @media screen and (max-width: 1680px) {
            width: 60%;
            max-width: 1200px;
        }

        @media screen and (max-width: 1200px) {
            width: 80%;
            max-width: 1200px;
        }

        img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            display: block;
        }
    }

    .header-img {
        position: relative;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .desk {
        display: block;
    }

    .mob {
        display: none;
    }

    @media screen and (max-width: 1024px) {
        .desk {
            display: none;
        }

        .mob {
            display: block;
        }
    }

}



.subscribe {
    background: url(../../../assets/img/subscribe.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 5%; padding-right: 5%; width: 100%;

    h2 {
        padding-bottom: 20px;
    }

    .subscribe-form {
        padding-top: 20px;
        width: 100%;
    }

    .email {
        border: 2px solid #c09e79;
        background: none;
        padding: 10px;
        width: 400px; max-width: 100%;
        height: 50px;
        font-family: 'Futura';
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
    }

    .submit {
        background: #c09e79;
        color: #f2f2f2;
        width: 200px; max-width: 100%;
        padding: 10px;
        border: 0;
        height: 50px;
        font-family: 'NT Epika';
        text-transform: uppercase;
        position: relative;
        top: 1px;
    }

    .submit:hover { background: #ede6e0; color: #5b5b5b; cursor: pointer; }

    ::-webkit-input-placeholder {
        /* Edge */
        color: #c09e79;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c09e79;
    }

    ::placeholder {
        color: #c09e79;
    }

}



.about {
    background: url(../../../assets/img/about-new-2026.jpg);
    background-size: cover;
    background-position:top right;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media screen and (max-width: 980px) {
        height: 40vh;
        min-height: 40vh;
        background-position: 0px;
    }

    @media screen and (max-width: 768px) {
        height: 40vh;
        min-height: 40vh;
        background-position: 0px;
    }

    @media screen and (max-width: 700px) {
        height: 40vh;
        min-height: 40vh;
        background-position: -50px;
    }

    @media screen and (max-width: 640px) {
        height: 40vh;
        min-height: 40vh;
        background-position: 0px;
    }

    @media screen and (max-width: 500px) {
        height: 40vh;
        min-height: 40vh;
        background-position: -80px;
    }

    .about-info {
        width: 50%;
        float: left;
        text-align: center;

        @media screen and (max-width: 1024px) {
            width: 38%; padding-left: 5%;
        }

        @media screen and (max-width: 980px) {
            width: 50%; padding-left: 5%;
        }

            @media screen and (max-width: 768px) {
                width: 55%; padding-left: 5%;
            }
        
            @media screen and (max-width: 500px) {
                width: 50%; padding-left: 3%;
            }

        .more {
            text-transform: uppercase;
            font-family: 'NT Epika';
            margin: 0 auto;
            display: table;
            border: 2px solid #c09e79;
            color: #c09e79;
            padding: 10px;
        }
    }
}


.featured {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;

    .feat-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: top;
        padding-left: 10%;
        padding-right: 10%;
        align-content: top;
        font-size: 22px;

        @media screen and (max-width: 1024px) {
            grid-template-columns: 100%;
            margin: 0 auto;
            padding-left: 0;
            padding-right: 0;

            .feat-grid-item {
                padding: 0;
                max-width: 500px;
                width: 80%;
                margin: 0 auto;
                margin-bottom: 20px;
            }
        }

        .feat-grid-item {
            padding: 30px;
            text-align: center;

            a {
                color: #5b5b5b;
            }

            img {
                width: 100%;
                height: auto;
            }

        }
    }
}


.instagram {
    background: #ede6e0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sbi_lightboxOverlay { background-color: #ede6e0 !important; opacity: 0.95; }



.pslug_home { 
    .footer-subscribe { display: none; }
    .header-underlay {
        opacity: 1 !important;
    }
}


/*--- STORE ---*/

.single-product-holder .onsale,
.shop-archive_page .onsale {
    display: none !important;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

.back_to_merch_link {
    display: table;
    margin: 30px auto 0;
    padding: 10px;
    border: 2px solid #c09e79;
    color: #c09e79;
    font-family: 'Futura';
}

.back_to_merch_link:hover {
    color: #5b5b5b !important;
    background: #ede6e0 !important;
    border: 2px solid #ede6e0 !important;
    font-family: 'Futura';
}



/*--- COUPON CODE ---*/

.woocommerce form.checkout_coupon {
    text-align: center;
}

.coupon .button {
    top: -1.5px;
    margin-left: 2px;
}

input#coupon_code {
    width: 200px !important;
    border: 2px solid #5b5b5b;
    background: none;
    height: 50px;
    color: #5b5b5b;
    text-align: center;
}

form.checkout_coupon {
    background: none;
    color: #5b5b5b;
    text-align: center;
    display: block;
    margin: 0 auto;
}

form.checkout_coupon .button {
    background: #c09e79 !important;
    color: #f2f2f2 !important;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
    font-size: 15px;
    width: 210px !important;
    float: none !important;
    display: inline-block;
}

.checkout_coupon .form-row-first {
    top: -2px !important;
    position: relative !important;
    margin-right: -10px !important;
}


.checkout_coupon ::-webkit-input-placeholder {
    color: #5b5b5b;
}

.checkout_coupon :-ms-input-placeholder {
    color: #5b5b5b;
}

.checkout_coupon ::placeholder {
    color: #5b5b5b;
}


.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 2px solid #5b5b5b;
    border-radius: 0;
}

/*--- CART ---*/


.woocommerce form .form-row {
    margin-bottom: 20px !important;
}

#woo_pp_ec_button_checkout {
    margin: 30px 0 !important;
    text-align: left;
}

.woocommerce-checkout #payment div.form-row {
    padding-top: 0;
    margin-top: -10px;
}

form.woocommerce-shipping-calculator {
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    font-family: 'Futura';
}



.cart .page-content,
.checkout .page-content,
.single-product_page .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}


.cart h2,
.checkout h2 {
    color: #fff;
}


.woocommerce table.shop_table {
    color: #5b5b5b;
}

#payment ul.payment_methods,
#payment ul.payment_methods li {
    text-align: left !important;
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper textarea,
.shipping-calculator-form input {
    border: 2px solid #5b5b5b !important;
    padding: 1%;
    font-size: 18px;
    color: #5b5b5b;
    background: none;
    font-family: 'Futura';
}

.select2-selection {
    background: none;
}

.select2-container .select2-selection--single,
.select2-container {
    height: 36px !important;
    color: #5b5b5b;
    font-family: 'Futura';
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5b5b5b;
    font-family: 'Futura';
    font-size: 18px;
    border: 2px solid #5b5b5b;
    padding: 5px;
}

.woocommerce-input-wrapper input:focus,
.woocommerce-input-wrapper select:focus,
.woocommerce-input-wrapper textarea:focus,
.shipping-calculator-form input:focus {
    border: 2px solid #5b5b5b;
    background: none;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    color: #5b5b5b;
}

::-webkit-input-placeholder {
    color: #5b5b5b;
}

:-ms-input-placeholder {
    color: #5b5b5b;
}

::placeholder {
    color: #5b5b5b;
}


.shop_table th {
    font-family: 'Futura' !important;
    color: #5b5b5b;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table th {
    color: #5b5b5b !important;
}

.shop_table {
    font-family: 'Futura';
}

td.product-name a {
    font-family: 'Futura' !important;
    color: #5b5b5b;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 177px;
    padding: 2%;
    height: 50px;
    border: 2px solid #5b5b5b;
    text-transform: uppercase;
}

.checkout-button {
    padding-top: 15px !important;
}


.woocommerce-info,
.woocommerce-message {
    color: #5b5b5b !important;
    text-align: center;
    border: 2px solid #5b5b5b !important;
}

.woocommerce-info:before {
    content: "";
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #5b5b5b !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: none !important;
    border: 2px solid #5b5b5b !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce ul#shipping_method li input,
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto !important;
    margin-right: 20px !important;
}

.wc_payment_method label {
    font-weight: bold;
}

.woocommerce-billing-fields input,
.woocommerce-shipping-fields input {
    padding: 5px;
}


#order_signed_to_dedication {
    border: 2px solid #5b5b5b !important;
    color: #5b5b5b !important;
    padding: 2% !important;
    background: none !important;
    min-height: 150px !important;
}


.woocommerce-shipping-fields input[type="checkbox"] {
    width: auto;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
}

.cart_totals td {
    padding-bottom: 20px !important;
}

.shop_table th {
    color: #5b5b5b;
}

.cart-subtotal th {
    padding-top: 4px !important;
}

p.woocommerce-shipping-destination {
    padding-bottom: 0 !important;
}

.shipping-calculator-button {
    margin-bottom: 10px !important;
    color: #5b5b5b;
    text-transform: uppercase;
    border: 2px solid #5b5b5b;
    padding: 10px;
}

.shipping-calculator-form {
    padding-top: 20px !important;
}

tr.shipping {
    padding-bottom: 20px !important;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: 2px solid #5b5b5b;
    color: #5b5b5b;
    padding-top: 5px;
    text-align: center !important;
}

h3#order_review_heading {
    margin-top: 30px !important;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
}

th {
    text-transform: uppercase;
}

.woocommerce-info,
.woocommerce-message {
    background: none !important;
    color: #5b5b5b;
    border-top-color: transparent;
    border: 2px solid #5b5b5b !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0 !important;
}

#order_review_heading {
    padding-top: 30px !important;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    width: 50px !important;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #5b5b5b;
    padding-top: 15px;
}


.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #5b5b5b;
}


.woocommerce form .form-row label {
    color: #5b5b5b;
}

.woocommerce h2,
.woocommerce h3 {
    color: #5b5b5b;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    font-size: 18px;
    text-align: left;
    font-family: 'Futura';
    margin-bottom: 30px;
    text-transform: uppercase !important;
}

.woocommerce-shipping-fields {
    margin-bottom: 0 !important;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
    width: 189px !important;
    position: relative;
    top: -2.5px !important;
}

.woocommerce-additional-fields {
    text-align: left !important;
    text-transform: uppercase !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding-bottom: 30px !important;
}

/*--- SHOP ARCHIVE ---*/

.sap-content {
    padding-bottom: 0px;
}

.shop-archive_page {

    .wpc-custom-selected-terms {
        width: auto;
        clear: none;
        display: inline-flex;
        float: left;
        min-height: 69px;
        align-items: center;
    }


    .woocommerce-ordering {
        float: right;
        min-height: 69px;
        display: inline-flex;
        align-items: center;
    }

    .ordering-dropdown-wrap {
        display: flex;
        justify-content: space-between;
    }

    .page-content {
        padding-bottom: 50px;
    }


    /* @media screen and (min-width:1920.1px) {
        .page-content {
            padding-left: 10%;
            padding-right: 10%;
        }
    } */

    /* @media screen and (max-width:1920px) {
        .page-content {
            padding-left: 5%;
            padding-right: 5%;
        }
    } */

    .sap-wrapper {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 50px;
    }

    .wpc-open-close-filters-button {
        @media all and (min-width:980px) {
            display: none !important;
        }

        @media all and (max-width:979px) {
            display: block !important;
        }
    }

    .wpc-filters-widget-content {
        @media all and (min-width:980px) {
            display: block !important;
        }
    }

    .wpc-filter-set-widget-title h2 {
        display: none;
    }


    .sap-wrapper {
        display: grid;
        grid-gap: 50px;

        @media all and (min-width:980px) {
            grid-template-columns: 1fr 3fr;
        }

        @media all and (max-width:979px) {
            grid-auto-flow: columns;
        }

        .sap-sidebar {
            grid-column: 1;
            grid-row: 1;

        }
    }


    @media all and (max-width:979px) {

        .woocommerce-ordering,
        .woocommerce-result-count {
            text-align: center;
        }

        ul.products {
            padding: 0;
            width: 100vw;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr
        }

        ul.products li {
            img {
                width: 100%;
                height: auto;
            }

            display: inline-block;
            width: 100%;
            text-align: center;

        }




        table.variations {
            margin: 0;
            text-transform: uppercase;
            font-weight: 700;
            padding-bottom: 2%;
        }

        table.variations select {
            margin-left: 10px;
        }

    }






    table.variations tr {
        display: grid;
    }

    .woocommerce-tabs .woocommerce-Tabs-panel {
        display: block !important;
    }



    .product .button {
        margin-top: 10px !important;
    }

    .woocommerce-tabs {
        display: none !important;
    }


    .woocommerce ul.products li.product .button {
        margin: 1em auto 0;
        width: 90% !important;
        padding-top: 15px;
        height: auto !important;
    }


    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        padding: 1%;
        text-align: center;
    }

    .woocommerce ul.products li.product .price {
        font-family: 'Futura' !important;
        color: #5b5b5b;
        font-size: 18px;
    }


    figure.woocommerce-product-gallery__wrapper {
        margin-top: 0;
    }



    h2.woocommerce-loop-product__title {
        line-height: 1.2em;
        font-family: 'Futura';
    }


    figure.woocommerce-product-gallery__wrapper>div:not(:nth-child(1)) {
        width: 100px !important;
        display: inline-block !important;
    }


    ul.products {
        padding: 0;
        width: 100%;
        /*max-width: 1200px;*/
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }

    ul.products li {
        img {
            width: 100%;
            height: auto;
        }

        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }



    @media all and (max-width:1280px) {
        ul.products {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (max-width: 980px) {
        ul.products {
            grid-template-columns: 1fr 1fr;
        }
    }

    .related {
        display: none !important;
    }

}




/*--- STORE WIDE STYLES ---*/

.product a {
    color: #5b5b5b;
}


.product .price {
    /*color: #fff !important;*/
    font-family: 'Futura' !important;
    padding-bottom: 10px;
    /*  margin-top: -20px; */
    font-size: 15px;
    color: #5b5b5b;
}

.product h2 {
    font-size: 18px;
    color: #5b5b5b;
    font-family: 'Futura';
}

p.price {
    font-family: 'Futura' !important;
    /* color: #fff; */
}

h2.woocommerce-loop-product__title {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-family: 'Futura';
}


.product-thumbnail a {
    border-bottom: 0 !important;
}


.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce {
    padding-bottom: 50px !important;
    padding-top: 20px;
}

.woocommerce a {
    color: #5b5b5b;
    font-weight: bold;
}

.woocommerce a:hover {
    color: #5b5b5b;
}

.woocommerce-notice,
.woocommerce-info {
    color: #5b5b5b;
}


.button {
    font-family: 'NT Epika' !important;
    background: #c09e79 !important;
    color: #f2f2f2 !important;
    border: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 5px 0;
    height: 50px !important;
    line-height: 1.5em !important;
    display: block;
    font-size: 16px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    letter-spacing: 1px;
    position: relative;
    top: -1px;
    border-radius: 0 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.button:hover {
    color: #5b5b5b !important;
    background: #ede6e0 !important;
    cursor: pointer !important;
    border: 0 !important;
}

.wc-backward {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

header.woocommerce-products-header {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering {
    text-align: right;
}

.woocommerce-product-gallery__wrapper {
    text-align: center;
}

.single-product-holder>.product .summary h1.product_title {
    font-size: 22px !important;
    padding-bottom: 0;
    margin-bottom: -10px;
}

.single-product_page .summary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-product_page .summary ul li {
    padding: 0;
    margin: 0;
}

.single-product_page .summary ul li:before {
    content: "• "
}

.single-product_page .summary .qty {
    width: 50px;
    display: inline;
    border: 1px solid #5b5b5b;
    background: none;
    color: #5b5b5b;
    margin-top: 20px;
    padding: 10px;
}

.single-product-holder>.product .summary button[type="submit"] {
    margin: 0 !important;
    margin-top: 10px !important;
}


.wc_payment_method label {
    color: #5b5b5b;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    color: #5b5b5b;
    background: none !important;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
    text-align: left;
    color: #5b5b5b;
}


.select2-container--default .select2-selection--single { border: 0; }

.cart h2,
.checkout h2 {
    color: #c09e79;
}

.pslug_checkout, .pslug_cart {
    .woocommerce h2, .woocommerce h3 {
        color: #c09e79;
    }    
}


figure.woocommerce-product-gallery__wrapper>div:not(:first-child) {
    /* display: none; */
    display: inline-block;
    margin: 0 1% 0 0;
}

.related {
    .button {
        display: none;
    }

    .price {
        text-align: center;
    }

    ul.products li {
        display: inline-block;
        text-align: center;
    }
}



li.related {
    text-align: center;
}

.related .woocommerce-Price-amount {

    text-align: center;
}


.single-product-holder>.product {

    .product_meta,
    .woocommerce-tabs {
        display: none;
    }


    .summary {

        h1.product_title {
            text-transform: uppercase;
            text-align: left;
        }

        h3 {
            font-size: 22px;
        }

        .product_title {}

        text-align:left;

        table.variations {
            margin: 0;
            text-transform: uppercase;
            font-weight: 700;
            padding-bottom: 2%;
        }

        table.variations select {
            margin-left: 10px;
        }

        .reset_variations {
            position: absolute;
            margin-left: 20px;

        }

        button[type="submit"] {
            margin: 3% auto 0 auto;
        }
    }
}

.single-product-holder>.product {
    display: grid; grid-gap: 3%; padding-bottom: 30px;

    .woocommerce-product-gallery__wrapper img {
        width: 100%;
        height: auto;
    }
}

@media all and (min-width:980px) {

    .single-product_page {
        margin: 0 auto;

        .single-product-holder>.product {
            grid-template-columns: 50% 50%;
        }

        h3 {
            font-size: 22px;
        }



    }

}

.single-product_page {

    .product hr {
        display: none !important;
    }

    .summary {
        text-align: left;
        color: #5b5b5b;
    }

    .woocommerce-tabs,
    .related {
        grid-column: 1 / -1;
    }

    .related {
        display: none !important;

        .products {
            display: flex;
            flex: 300px 1 1;
            grid-gap: 2%;
            justify-content: center;
            flex-wrap: wrap;


        }


    }

    .sap-wrapper {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20px;
    }
}


.related h2 {
    font-family: 'Futura';
    font-size: 40px;
}

.related .product h2 {
    font-family: 'Futura';
    font-size: 18px;
}

.related .product img {
    display: block;
    margin: 0 auto 20px;
}



/*--- SLIDE OUT CART ---*/

.xoo-wsc-container .button {
    line-height: 50px !important;
}

.xoo-wsc-basket {
    background: #c09e79;
    color: #f2f2f2;
    box-shadow: none !important;
}

.xoo-wsc-items-count {
    background: #ede6e0;
    color: #5b5b5b;
}


.xoo-wsc-container {
    padding-left: 5px;
    padding-right: 10px;
    background: #c09e79;
}

.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer {
    background: none;

}

/*.xoo-wsc-basket { display: block !important; }*/

.xoo-wsc-bki {
    font-size: 20px !important;
}

.xoo-wsc-items-count {
    border-radius: 50%;
    position: absolute;
    top: -10px;
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
}

.xoo-wsc-items-count {
    left: -10px;
}

.xoo-wsc-content {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    padding-right: 20px;
}

.xoo-wsc-content a {
    color: #fff;
    font-weight: bold;
}

.xoo-wsc-pname {
    text-transform: uppercase;
}

.xoo-wsc-qty-price,
.xoo-wsc-body span.amount {
    font-size: 15px;
}

.xoo-wsc-header {
    font-family: 'Futura' !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #f2f2f2;
}

.xoo-wsc-pname,
.xoo-wsc-qty-price {
    color: #f2f2f2 !important;
    font-family: 'Futura';
}

.xoo-wsc-footer {
    padding-right: 20px;
    font-family: 'Futura';
}

.xoo-wsc-footer a.button {
    font-size: 18px !important;
    margin: 0px auto 5px !important;
    padding: 5px;
    background: #ede6e0;
    color: #c09e79 !important;
    width: 90% !important;
    font-weight: bold;
}

.xoo-wsc-footer a.button:hover {
    color: #c09e79 !important;
    background: #f2f2f2;
    cursor: pointer;
}

.xoo-wsc-footer {
    border-top: 1px solid #f2f2f2;
}

.xoo-wsc-header {
    border-bottom: 1px solid #f2f2f2;
}

.xoo-wsc-ctxt {
    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}


.xoo-wsc-footer-b {
    padding-bottom: 30px !important;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
    background: #c09e79;
    color: #f2f2f2;
}



.xoo-wsc-basket {
    padding: 8px 10px !important;
    margin: 10px;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    transition: 0.5s;
    height: 40px !important;
    width: 40px !important;
}

.xoo-wsc-basket {
    border-radius: 0 !important;
}

.xoo-wsc-sm-left {
    line-height: 1.3em;
    color: #fff;
}

.xoo-wsc-pname,
.xoo-wsc-qty-price {
    color: #f2f2f2 !important;
    line-height: 1.3em;
}


.woocommerce-variation-price,
.woocommerce-variation-description {
    display: none !important;
}

.woocommerce-variation-price::before {
    content: "";
}

.xoo-wsc-ft-buttons-cont .button {
    background: #ede6e0 !important;
    color: #5b5b5b !important;
}

.xoo-wsc-basket {
    box-shadow: 0 !important;
}

.xoo-wsc-ft-buttons-cont {
    grid-row-gap: 0px !important;
}

.xoo-wsc-footer {
    color: #f2f2f2 !important;
}

.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a {
    background: #c09e79;
    color: #f2f2f2 !important;
}

.xoo-wsc-ft-btn:hover {
    background: #f2f2f2 !important;
    color: #c09e79 !important;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
    background: #f2f2f2 !important;
}

.xoo-wsc-cart-active .xoo-wsc-opac { opacity: 0.9; }


/*--- STORE FILTERS ---*/

.wpc-edit-filter-set,
.woocommerce-ordering {
    display: none !important;
}

.ap-label {
    color: #5b5b5b;
}

.widget-area .widget li.wpc-term-item a,
.wpc-filters-widget-main-wrapper li.wpc-term-item a {
    font-size: 15px;
}

.widget-area .widget a.wpc-open-close-filters-button,
.wpc-filters-open-widget,
.wpc-open-close-filters-button,
a.wpc-filters-open-widget,
a.wpc-open-close-filters-button,
body a.wpc-filters-open-widget,
body a.wpc-open-close-filters-button {
    color: #5b5b5b !important;
}

.widget-area .widget a.wpc-open-close-filters-button,
.wpc-filters-open-widget,
.wpc-open-close-filters-button,
a.wpc-filters-open-widget,
a.wpc-open-close-filters-button,
body a.wpc-filters-open-widget,
body a.wpc-open-close-filters-button {
    color: #5b5b5b;
    border: 1px solid #5b5b5b !important;
}

.wpc-icon-html-wrapper span {
    background: #5b5b5b !important;
}

.wpc-filters-section {
    border-bottom: none !important;
    line-height: 1em;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Futura';
}

.wpc-filter-title {
    font-weight: 700;
    color: #5b5b5b;
    font-family: 'Futura';
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

@media screen and (max-width: 980px) {
    .wpc-filter-title {
        padding-top: 30px;
    }
}

.wpc-filters-scroll-container a {
    color: #5b5b5b;
}

.wpc-filter-pa_size ul,
.wpc-filter-pa_color ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.widget-area .widget .wpc-filter-chips-list a,
.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 0 !important;
    font-size: 18px;
    padding: 3px 6px;
}

@media screen and (max-width: 1280px) {

    .wpc-filter-pa_size ul,
    .wpc-filter-pa_color ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

li.wpc-chip-reset-all .wpc-filter-chip-name {
    color: #5b5b5b;
}





/*--- ORDER CONFIRMATION ---*/



.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 0 !important;
}


.woocommerce-order {
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce-column {
    color: #5b5b5b;
    text-align: center;
}

.woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce ul.order_details {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.woocommerce ul.order_details li {
    color: #5b5b5b;
    border-right: 0 !important;
    display: inline-block;
    padding-bottom: 30px !important;
    float: none;
}

.shop_table order_details {
    margin-bottom: 30px;
}

.woocommerce-customer-details {
    padding-top: 30px;
}

.woocommerce .woocommerce-customer-details address {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .woocommerce ul.order_details li {
        display: block;
        float: none;
        padding-bottom: 10px;
        text-align: center;
    }
}




/*--- STORE OVERLAY ---*/
.pswp {
    z-index: 999999;
}

.pswp__bg {
    background: rgba(35, 33 40, 0.95) !important;
}

.pswp__caption__center {
    text-align: center;
    text-transform: uppercase;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: #5b5b5b;
}

.pswp__caption__center {
    display: none;
}







/*--- VIDEOS ---*/

.videos-pg .slider-inner {
    z-index: 1 !important;
}

.videos-pg .slick-slider {
    max-width: 90% !important;
    margin: 0 auto;
}


.videos-pg .slider-inner-inner {
    overflow: hidden !important;
    font-size: 22px !important;
}

.slider-inner img {
    width: 100%;
    height: auto;
}

.placement-pg-slider {
    background: #b9b3a8;
}

.placement-pg-slider img {
    background: #000;
}

.video-ov-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(35, 33 40, 0.95) !important;
    background-size: cover;
    background-attachment: fixed;
    z-index: 99999999999999999 !important;

    .slick-next,
    .slick-prev {
        height: 30px;
        width: 30px;
    }

    .slick-next:before,
    .slick-prev:before {

        font-size: 30px !important;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .slick-next:before {
        content: "\f105" !important;
    }

    .slick-prev:before {
        content: "\f104" !important;
    }

    .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1 !important;
        transform: translate(-50%, -50%);
    }

    // .arve {
    //     width: 80vw !important;
    // }

    >span {
        position: absolute;
        color: #b9b3a8;
        z-index: 99999999999999999 !important;
        cursor: pointer;
    }

    >span.close {
        top: 35px;
        right: 30px;
        font-family: 'Futura';
        font-size: 24px;
        color: #b9b3a8;
    }

    >span.nav {
        top: 50%;
        transform: translateY(-50%);

        i {
            font-size: 3vw;
        }
    }

    >span.prev {

        left: 1%;


    }

    >span.next {

        right: 1%;
    }



    >div {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

        >div {
            width: 100%;
            height: 100%;

            .arve {
                margin: 0 auto;
                width: 80% !important;
            }
        }
    }

    .slick-list,
    .slick-track {


        height: 100%;
    }

    .slick-slide {
        .overlay-content {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

#videos {
    padding-top: 0px;
    padding-bottom: 100px;
    margin-top: 0px;
    min-height: 80vh;

    .slider-inner {
        display: grid;
        grid-gap: 10px;
        /* grid-template-columns: repeat(auto-fit, minmax(min(100%, 32%), 1fr)); */
        grid-template-columns: repeat(4, 1fr);
        line-height: 1.5em;
        font-family: 'Futura';
    }

    @media screen and (max-width: 1400px) {
        .slider-inner {
            display: grid;
            /*grid-template-columns: repeat(auto-fit, minmax(min(100%, 50%), 1fr));*/
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media screen and (max-width: 1024px) {
        .slider-inner {
            display: grid;
            grid-template-columns: repeat(2, 1fr) !important;
        }
    }


    @media screen and (max-width: 768px) {
        .slider-inner {
            display: grid;
            grid-template-columns: 100% !important;
        }
    }

    .videos-pg,
    #discography .videos-ftv {

        .slider-inner-inner {

            .sii-img-wrap {
                position: relative;

                >img {
                    vertical-align: bottom;


                    &:hover+.sii-play-ov {
                        opacity: 1;
                    }
                }

                >img:hover {
                    cursor: pointer !important;
                }

                >img:hover+.sii-play-ov {
                    background: rgba(0, 0, 0, 0.8);
                    transition: all 0.5s;
                }

                >img+.sii-play-ov {
                    transition: all 0.5s;
                }

                >img {
                    width: 100%;
                }
            }

            position: relative;



            .sii-play-ov {

                background: rgba(0, 0, 0, 0.8);
                position: absolute;
                top: 0;
                left: 0;
                padding: 1%;
                text-align: center;
                width: 100%;
                height: 100%;
                z-index: 2;
                display: flex;
                justify-content: center;
                align-items: center;
                pointer-events: none;
                flex-direction: column;
                opacity: 0;

                span {
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 98%;
                    line-height: 1.5em;
                }
            }



        }

    }
}

/*--- SLIDER ARROWS ---*/

.slick-prev:before,
.slick-next:before {
    font-size: 28px !important;
    color: #b9b3a8 !important
}

.slick-prev {
    left: -35px !important;
}


/******************************************/

.video-ov-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(35, 33, 450, 0.95);
    background-size: cover;
    background-attachment: fixed;
    z-index: 99999999999999999 !important;

    .overlay-content {
        min-width: 80vw;

    }

    .slick-next,
    .slick-prev {
        height: 30px;
        width: 30px;
    }

    .slick-next:before,
    .slick-prev:before {

        font-size: 30px !important;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .slick-next:before {
        content: "\f105" !important;
    }

    .slick-prev:before {
        content: "\f104" !important;
    }

    .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2 !important;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    // .arve {
    //     width: 80vw !important;
    // }

    >span {
        position: absolute;
        color: #c7d0cf;
        z-index: 99999999999999999 !important;
        cursor: pointer;
    }

    >span.close {
        top: 10px;
        right: 30px;
        font-size: 30px;
    }

    >span.nav {
        top: 50%;
        transform: translateY(-50%);

        i {
            font-size: 3vw;
        }
    }

    >span.prev {

        left: 1%;


    }

    >span.next {

        right: 1%;
    }



    >div {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

        >div {
            width: 100%;
            height: 100%;

            .arve {
                margin: 0 auto;
                max-width: 80% !important;
            }
        }
    }

    .slick-list,
    .slick-track {


        height: 100%;
    }

    .slick-slide {
        .overlay-content {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

.video-ov-wrap .slider-inner-inner>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



.videos-grid {

    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 33%), 1fr));


    @media screen and (max-width: 1400px) {

        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 49%), 1fr));

    }

    @media screen and (max-width: 800px) {

        display: grid;
        grid-gap: 10px;
        text-align: center;
        grid-template-columns: 100%;

    }



    .vg-grid-item {

        padding-bottom: 30px;
        text-align: center;
        position: relative;
        text-transform: uppercase;

        .vggi-wrap {

            position: relative;

            >img {
                vertical-align: bottom;

                &:hover+.gi-ov {
                    opacity: 1;
                }
            }

            >img:hover {
                cursor: pointer !important;
            }

            >img:hover+.gi-ov {
                background-color: rgba(192, 158, 121, 0.85);
                color: #f2f2f2;
                transition: all 0.5s;
                font-family: 'Futura';
            }

            >img+.sii-ov {
                transition: all 0.5s;
            }

            >img {
                width: 100%;
            }

            .gi-ov {

                background-color: rgba(192, 158, 121, 0.85);
                position: absolute;
                top: 0;
                left: 0;
                padding: 1%;
                text-align: center;
                width: 100%;
                height: 100%;
                z-index: 2;
                display: flex;
                justify-content: center;
                align-items: center;
                pointer-events: none;
                flex-direction: column;
                opacity: 0;
                font-family: 'Futura';

                span {
                    color: #f2f2f2;
                    text-transform: uppercase;
                    font-size: 98%;
                    line-height: 1.5em;
                    font-size: 20px;
                }
            }

            .gi-ov i {
                margin-right: 10px;
            }

        }




    }
}

.videos {

    padding-bottom: 30px;
    text-align: center;
    position: relative;

    .vggi-wrap {

        position: relative;

        >img {
            vertical-align: bottom;

            &:hover+.gi-ov {
                opacity: 1;
            }
        }

        >img:hover {
            cursor: pointer !important;
        }

        >img:hover+.gi-ov {
            background-color: rgba(192, 158, 121, 0.85);
            color: #f2f2f2;
            transition: all 0.5s;
            font-family: 'Futura';
        }

        >img+.sii-ov {
            transition: all 0.5s;
        }

        >img {
            width: 100%;
        }

        .gi-ov {

            background: rgba(35, 33, 40, 0.8);
            position: absolute;
            top: 0;
            left: 0;
            padding: 1%;
            text-align: center;
            width: 100%;
            height: 100%;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            pointer-events: none;
            flex-direction: column;
            opacity: 0;
            font-family: 'Futura';

            span {
                color: #b9b3a8;
                text-transform: uppercase;
                font-size: 98%;
                line-height: 1.5em;
                font-size: 20px;
            }
        }

        .gi-ov i {
            margin-right: 10px;
        }

    }




}


/*--- BLACK VOICES HEARD ---*/

.pslug_black-voices-heard {
    .music-more {
        border: 1px solid #f2f2f2;
        color: #f2f2f2 !important;
        padding: 10px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .music-more:hover {
        position: relative;
        z-index: 5;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        color: #5b5b5b !important;
    }
}

/*--- ACTING ---*/

.pslug_acting {

    .music-more {
        border: 1px solid #f2f2f2;
        color: #f2f2f2;
        padding: 10px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .music-more:hover {
        position: relative;
        z-index: 5;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        color: #5b5b5b;
    }

    h2 {
        padding-bottom: 20px;
    }

    .logos h2 {
        text-align: center;
    }

    .logos-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        align-content: center;

        .logo {
            padding: 20px;
        }

        .logo img {
            max-width: 90%;
            height: auto;
            max-height: 100px;
            display: block;
            margin: 0 auto;
        }
    }

    div.pdfemb-viewer {
        margin: 0 auto;
    }

    .more {
        display: table;
        margin: 20px auto 0;
        font-family: 'Futura';
        padding: 10px;
        text-transform: uppercase;
        border: 2px solid #c09e79;
        text-align: center;
        color: #c09e79;
    }

    .more:hover {
        background: #ede6e0;
        border: 2px solid #ede6e0;
        color: #5b5b5b;
    }


    /*--- PLAYER STYLES ---*/

    .ai-wrap {
        text-transform: uppercase;
    }

    .ai-wrap .ai-audio-control {
        background: #f2f2f2 !important;
    }

    .ai-wrap .ai-btn {
        background: #f2f2f2 !important;
        color: #5b5b5b !important;
    }

    .ai-wrap .ai-audio-control {
        background: #f2f2f2 !important;
    }

    .ai-wrap button.ai-audio-control svg {
        fill: #5b5b5b !important;
    }

    .ai-wrap .ai-btn svg {
        fill: #5b5b5b !important;
    }

    .ai-wrap .ai-volume-bar {
        background: #f2f2f2;
        border-right: 1px solid #c09e79;
    }

    .ai-wrap .ai-scroll-wrap .ai-tracklist {
        margin-right: 0;
    }

    .ai-track-info,
    .ai-track-title,
    .ai-track-name {
        color: #f2f2f2;
    }

    .ai-track-control {

        .ai-track-info,
        .ai-track-title,
        .ai-track-name {
            color: #5b5b5b;
        }
    }

    .ai-wrap .ai-track:hover,
    .ai-wrap .ai-track.ai-track-active {
        background: #f2f2f2;
        color: #5b5b5b;
    }

    .ai-tracklist-wrap {

        .ai-wrap .ai-audio-control,
        .ai-wrap .ai-audio-control:hover,
        .ai-wrap .ai-audio-control:focus,
        .ai-wrap .ai-track-progress,
        .ai-wrap .ai-scroll-wrap>div:last-child div {
            background: #5b5b5b !important;
        }
    }

    .ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
        background: #5b5b5b;
    }

    .ai-with-typography {
        font-family: 'Futura';
    }

    .ai-track-info p {
        text-align: left !important;
        font-family: 'Futura';

    }

    .ai-wrap {
        background: #c09e79;

    }

    .ai-wrap .ai-track {
        background: #c09e79;
    }

    .ai-wrap .ai-track-name {
        font-size: 15px;
    }

    .ai-with-typography .ai-track-title {
        font-size: 20px;
    }

    .ai-with-typography .ai-track-subtitle {
        font-size: 15px;
        color: #f2f2f2;
    }

    @media screen and (max-width: 800px) {
        .ai-wrap .ai-track-name {
            font-size: 11px;
        }
    }


}


@media all and (min-width:800px) {
    .audioigniter-root {
        height: 100%;
        position: relative;

        .ai-audioigniter {
            height: 100%;

            .ai-wrap {
                display: grid;
                grid-template-rows: auto 1fr;
                height: 100%;

            }
        }
    }
}



/*--- EPK ---*/

.pslug_epk {
    div.pdfemb-viewer {
        margin: 0 auto;
    }

    .more {
        display: table;
        margin: 20px auto 0;
        font-family: 'Futura';
        padding: 10px;
        text-transform: uppercase;
        border: 2px solid #c09e79;
        text-align: center;
        color: #c09e79;
    }

    .more:hover {
        background: #ede6e0;
        border: 2px solid #ede6e0;
        color: #5b5b5b;
    }
}

/*--- CONTACT ---*/

.pslug_contact,
.pslug_thank-you {

    .content {
        width: 100%;
        padding: 0;
    }

    .header-underlay {
        opacity: 1 !important;
    }

    h2,
    h3 {
        text-align: center;
    }

    .contact-form {
        text-align: center;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        margin-top: -10px;
    }

    .page-content {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 0;
        align-items: center;
        align-content: center;
        min-height: 95vh;
    }

    .contact-photo {
        max-width: 100% !important;
        width: 100%;
        float: none;
        min-height: 95vh;
    }


    .contact-content {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 50px;
        padding-top: 50px;
        flex-direction: column;
        display: flex !important;
        justify-content: center !important;
    }

    .contact-content a {
        color: #5b5b5b;
    }

    .contact-content a:hover {
        color: #c09e79;
    }

    .contact-content h3 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .contact-box {
        padding-bottom: 30px;
    }

    .contact-info {
        padding-left: 10%;
        padding-right: 12%;
    }

    @media screen and (min-width: 1024.1px) {
        .mob {
            display: none;
        }
    }


    @media screen and (min-width: 1024.1px) {

        .page-content {
            width: 100%;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 50% 50%;
            grid-gap: 0;
            font-size: 16px;
        }

        .contact-content {
            order: 1;
        }

        .contact-photo {
            order: 2;
        }
    }



    @media screen and(min-width: 1024px) {
        .contact-content {
            display: flex;
            order: 2;
            flex-direction: row;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .page-content .contact-content {
            height: 100%;
        }

        .page-content .contact-photo {
            height: 100%;
        }

        .site-wrapper {
            height: 100vh;
        }

        .contact-content,
        .page-content,
        .wrapper-inner {
            height: 100%;
        }
    }


    @media screen and (max-width: 1024px) {

        .contact-content {
            padding-left: 5%;
            padding-right: 5%;
            display: block;
            padding-bottom: 10px;
            padding-top: 30px;
        }

        .page-content div {
            height: auto !important;
        }

        .contact-photo {
            background: none !important;
            height: auto;
            order: 2 !important;
            min-height: 40vh !important;
            margin-bottom: 0 !important;
        }

        .mob {
            display: block;
            width: 100%;
            height: auto;
        }

        .page-content {
            width: 100%;
            margin: 0 auto;
            height: auto !important;
            display: grid;
            grid-template-columns: 100% !important;
            grid-gap: 0;
            height: auto !important;
            min-height: 80vh !important;
        }

        .contact-content {
            padding-top: 30px;
        }


        .contact-box {
            padding-top: 10px;
            text-align: center;
            padding-bottom: 30px;
        }

    }

}


/*--- MUSIC ---*/

.pslug_music {

    h1,
    h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .music-more {
        border: 1px solid #f2f2f2;
        color: #f2f2f2;
        padding: 10px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .music-more:hover {
        position: relative;
        z-index: 5;
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        color: #5b5b5b;
    }

    .disco-grid {
        display: grid;
        max-width: 100%;
        margin: 20px auto;
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-item {
        overflow: hidden;
        padding: 10px;
    }

    .grid-item .grid-content {
        position: relative;
    }

    .grid-item img {
        display: block;
        padding-bottom: 0;
        width: 100%;
        height: auto;
    }

    .title-overlay {
        position: absolute;
        left: 0;
        top: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        width: 100%;
        height: 100%;
        font-family: 'Futura';
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        align-items: center;
        z-index: 3 !important;
        align-content: center;
        text-align: center;
        opacity: 0;
        transition: opacity 0.5s;
        padding: 5%;
        background-color: rgba(192, 158, 121, 0.85);
        color: #f2f2f2;
    }

    .grid-item div:hover .title-overlay {
        opacity: 1;
    }

    @media screen and (max-width: 980px) {
        .grid-item div:hover .title-overlay {
            display: none;
            opacity: 0;
        }
    }

    @media screen and (max-width: 1024px) {
        .disco-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media screen and (max-width: 800px) {
        .disco-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media screen and (max-width: 600px) {
        .disco-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-spacing: 10px;
        }
    }

    hr:last-child {
        display: none;
    }

}


/*-- LYRICS ---*/

.tracklisting { padding-top: 20px; max-width: 800px; margin: 0 auto; }

.lyric-row { margin-bottom: 50px; }

.lyric-title-grid { display: flex; width: 100%; align-items: center; align-content: center; padding-bottom: 10px; border-bottom: 2px solid #000;  }
.lyric-title-grid img { margin-right: 20px; }

    .lyr-wrap {
        grid-column: 1 / -1;
        display: none;
        margin-bottom: 15px;

        padding-top: 20px; padding-bottom: 5px;
    }

    .track-title {
        text-align: left;
    }

    .track-credits,
    .track-lyrics,
    .track-time {
        text-align: right;
    }

    .track-credits a,
    .track-lyrics a {
        color: #c09e79;
        text-decoration: none;
    }

.track-row {
border-bottom: 1px solid #c09e79; padding-top:2px; 

width: 100%;

        &:not(.clpse-row) {
            /* padding-bottom: 15px; */
            /* margin-bottom: 15px; */
            padding: 15px 0;
        }

        &.clpse-row {
            /*background-color: #000;
            color: #fff;*/

        }

        display: grid;

        @media all and (min-width:800px){
            grid-template-columns: 80% 20%;
        }

        @media all and (max-width:799px){
            grid-template-columns: repeat(4,25%);
            grid-template-rows: 1fr auto;

            .track-lyrics,.track-credits{
                text-align: right;
            }

            .track-title{
                
                grid-column: 1 / 3;
            }

            .track-time{
                grid-row: 2;
                text-align: left;
            }
        }
       
        

        /* >div{
            display: table-cell;
        } */
    }

    .tracklisting .track-row:last-child { border-bottom: 0 !important; }

/*--- MUSIC VIDEOS ---*/

.pslug_videos {

    

    .sii-play-ov {
        font-size: 16px;
        font-family: 'Futura';
    }

    .music-more {
        border: 1px solid #f2f2f2;
        color: #f2f2f2;
        padding: 10px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .music-more:hover {
        background: #f2f2f2;
        border: 1px solid #f2f2f2;
        color: #5b5b5b;
    }


    .sov-artist {
        color: #5b5b5b;
        font-family: 'Futura';
        font-size: 15px;
        text-transform: uppercase;
        line-height: 1.2em;
        padding-top: 5px;
    }

    .sov-track {
        color: #5b5b5b;
        font-family: 'Futura';
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 0;
        padding-bottom: 20px;
    }

    .gov-title,
    .gov-track {
        color: #5b5b5b;
        font-family: 'Futura';
        font-size: 18px;
        text-transform: uppercase;
    }

    .vg-grid-info {
        padding-top: 5px;
    }
}




.pslug_press {
    h3 {
        color: #c09e79;
        text-transform: uppercase;
    }

    .radio-print-content {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }

    @media all and (max-width:1199px) {
        .radio-print-content {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 30px;
        }
    }

    @media all and (max-width:819px) {
        .radio-print-content {
            grid-template-columns: 100% !important;
        }

        .press-content {
            width: 100%;
        }
    }

    .radio-print-content {
        display: grid;

    }

    .press-content {
        display: flex;
        flex-direction: column;
        padding: 5%;
        margin: 10px 1% 20px;
        text-align: center;
        border: 1px solid #c09e79;
        color: #5b5b5b;
        font-size: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .press-content b {
        display: block;
        margin-bottom: 10px !important;
        font-size: 20px;
    }

    .feature-source h3 {
        margin-top: 0;
    }

    .press-content p {
        display: block;
    }

    .press-content img {
        display: block;
        margin: 0 auto 20px !important;
        max-width: 100%;
        max-height: 150px;
    }

    .feature-link {
        display: inline-flex;
        margin-top: 5%;
    }

    .feature-link a {
        position: relative;
        /* top: 30px; */
        padding: 10px;
        /* margin-bottom: 20px; */
        border: 2px solid #c09e79;
        color: #c09e79 !important;
    }

    .feature-link a:hover {
        border: 2px solid #ede6e0 !important;
        background: #ede6e0;
        color: #5b5b5b !important;
    }

    @media screen and (max-width: 1680px) {}

    @media screen and (max-width: 820px) {
        .press-content {

            margin-left: auto;
            margin-right: auto;
        }
    }
}



/*--- INDIVIDUAL RELEASE ---*/

.body-ptp-album {


    .release {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }

    .release h2,
    .release h3,
    .release h4 {
        padding: 0;
        margin-top: 0;
        text-transform: uppercase;
        text-align: center;
    }


    .artwork {
        width: 377px;
        float: left;
        display: table-cell;
    }

    .artwork img {
        width: 100%;
        height: auto;
    }

    .buy-links {
        padding-top: 10px;
        padding-bottom: 30px;
        text-align: center;
    }

    .buy-links a {
        display: inline-block;
        max-width: 200px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        font-family: 'Futura';
        padding: 10px;
        text-transform: uppercase;
        border: 2px solid #c09e79;
        text-align: center;
        color: #c09e79;
    }

    .buy-links a:hover {
        background: #ede6e0;
        border: 2px solid #ede6e0;
        color: #5b5b5b;
    }

    .notes {
        padding-top: 20px;
        position: relative;
        top: 20px; text-align:center;
    }

    .artwork-tracklisting {
        display: inline-flex;
        width: 100%;
    }

    .release {
        border-bottom: 1px solid #c09e79;
    }

    .release:last-child {
        border-bottom: 0 !important;
    }

    .player {
        float: right;
        display: table-cell;
        width: auto;
        flex-grow: 1;
    }

    .player iframe {
        width: 100%;
        height: 377px;
    }

    .buy-links i {
        margin-right: 5px;
    }

    .more {
        display: table;
        margin: 0 auto;
        font-family: 'Futura';
        padding: 10px;
        text-transform: uppercase;
        border: 2px solid #c09e79;
        text-align: center;
        color: #c09e79;
    }

    .more:hover {
        background: #ede6e0;
        border: 2px solid #ede6e0;
        color: #5b5b5b;
    }



    @media screen and (max-width: 1024px) {
        .release {
            width: 100%;
            max-width: 600px;
            padding-left: 5%;
            padding-right: 5%;
        }

        .artwork,
        .artwork-tracklisting,
        .player {
            width: 100% !important;
            height: auto;
            display: block !important;
            float: none;
        }

        .buy-links a {
            display: block !important;
            margin: 0 auto 10px;
            text-align: center;
            width: 200px;
        }

        .player iframe {
            width: 100%;
        }

        .artwork-tracklisting {
            padding-bottom: 20px !important;
        }

        .buy-links {
            display: block;
            width: 100%;
        }

        .notes {
            position: relative;
            top: 20px;
        }
    }


    .notes {
        color: #5b5b5b;
        padding-bottom: 30px;
    }

}




/*--- BLOG ---*/

.b-post {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
}

.bp-title {
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin-top: -0.15em;
    margin-bottom: 2%;
    font-size: 1.5em;
    font-family: "NT Epika";
    color: #c09e79;
}

.bp-title h6 { text-align: left; }

.bp-text {
    text-align: justify;
}

.blog-posts {
    width: 100%;
    margin: 0 auto 50px;
}

.b-post {
    padding: 1% 2%;

    img {
        width: 100%;
    }
}

.bp-body {
    padding-left: 2%;
}

.b-post {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c09e79;
}

.b-post,
.bp-body {
    color: #5b5b5b;
}

.bp-rm {
    display: table;
    margin-left: 0;
    margin-top: 20px;
    width: auto;
    font-family: 'Futura';
    padding: 10px;
    text-transform: uppercase;
    border: 2px solid #c09e79;
    text-align: center;
    color: #c09e79;
    text-align: center;
}

.bp-rm:hover {
    background: #ede6e0;
    border: 2px solid #ede6e0;
    color: #5b5b5b;
}

@media screen and(max-width: 800px) {
    .b-post {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bp-img,
    bp-body {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .bp-img {
        margin-bottom: 20px;
    }
}

.bp-nav {
    padding-bottom: 50px;
}

.prev {
    float: left;
}

.next {
    float: right;
}

.read-more {
    display: none;
}


.blog-post-archive {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
}






.body-ptp-post {

    .blog-title {
        font-size: 40px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .blog-date {
        padding-bottom: 30px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .single-blog-post {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        display: block;
    }

    blockquote {
        font-style: italic;
        font-size: 1.3em;
        background: #ede6e0;
        opacity: 0.8;
        padding: 10px;
        width: 100%;
        margin-block-start: 0 !important;
        margin-inline-start: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    img {
        width: 100%;
        height: auto;
    }

    .more {
        display: table;
        margin: 0 auto;
        font-family: 'Futura';
        padding: 10px;
        text-transform: uppercase;
        border: 2px solid #c09e79;
        text-align: center;
        color: #c09e79;
    }

    .more:hover {
        background: #ede6e0;
        border: 2px solid #ede6e0;
        color: #5b5b5b;
    }
}




/*--- PODCAST ---*/

.pslug_podcast {

    .page-content { text-align: center; }

    iframe { margin-top: 30px; }
    
    .podcast-logo-grid { margin: 0 auto; width: 100%; max-width: 800px; display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px; align-items: center; align-content: center; }
    .podcast-logo-grid img { max-width: 100%; height: auto; display: block; margin: 0 auto; }

    @media screen and (max-width: 980px) {
        .podcast-logo-grid { margin-top: 20px; max-width: 400px; grid-template-columns: 100%; }
        .podcast-logo { margin-bottom: 10px; }
    }
}



/*--- ACTIVISM ---*/

.causes { padding-top: 30px; display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 3%; align-items: center; align-content: center;

    @media screen and (max-width: 1200px) {
        grid-template-columns: repeat(2,1fr); 
    }

@media screen and (max-width: 800px) {
    display: block; max-width: 500px; margin: 0 auto; }
}


.ind-cause { padding: 1em; }
.ind-cause:last-child { border-bottom: 0; }
.ind-cause img { width: 100%; height: auto; }
.ind-cause .cause-link { text-transform: uppercase; font-family: 'NT Epika'; font-size: 24px; color: #c09e79; }
.ind-cause .cause-link:hover { color: #5b5b5b; }




/*--- CREATIVE PROJECTS ---*/

.creative-project { max-width: 1200px; margin: 0 auto; 
    display: grid; grid-template-columns: 40% 60%; align-content: top; 

.bio-photo {
    float: none;
    width: auto !important;
    padding-right: 30px;
    padding-bottom: 30px;
    display: flex; justify-content: flex-start; flex-direction: column;
}

.pdfemb-viewer { display: block; margin: 0 auto !important; }

.bio-photo img {
    padding-top: 10px;
    width: 100%;
    height: auto;
}

.bio-content { display: flex; justify-content: center; flex-direction: column; }

@media screen and (max-width: 1024px) {

    display: block; width: 90%; 

    .bio-photo {
        float: none;
        display: block;
        margin: 0 auto 30px;
        max-width: 800px;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .bio-photo img {
        padding-top: 0;
    }
}

}

.project-video { max-width: 1200px; margin: 0 auto;  
    
    @media screen and (max-width: 1024px) {
            width: 90%; }
}




.creative-project-temp {
    .more {
        text-transform: uppercase;
        font-family: 'NT Epika';
        margin: 0 auto;
        display: inline-table;
        border: 2px solid #c09e79;
        color: #c09e79;
        padding: 10px;
    }

    .more:hover { background: #c09e79; color: #ede6e0; }
}



/*--- HOME - VIDEO ---*/

.pslug_home {
.arve,
.arve iframe { margin: 0.5em auto 0; display: block; }
}


.vid-bg { height: auto; width: 100%; aspect-ratio:16/7; 

@media screen and (max-width: 1600px) {
    aspect-ratio:16/9;
}

@media screen and (max-width: 1024px) {
    aspect-ratio: 16/12; 
}
}