/*
Theme Name: Sushikiriz
Theme URI: https://bravad.ca
Author: Sébastien Gagné / Carl Spooner
Author URI: https://bravad.ca
Description: Wordpress bravad theme (Sushikiriz)
Version: 2.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
    color:#49423D;
    fill:#49423D;
}
.no-pad.block{
    padding:0 0 12rem!important;
}
.site-header{
    background: #E0DED8!important;
}
.hero{
    padding:36rem 0;
    h1{
        font-weight: 500;
    }
}
.block{
    padding: 12rem 0!important;
}
.red{
    color: #8D2C36!important;
}
.bg-none{
    background: #E0DED8!important;
}
h2{
    font-size: 50px!important;
    font-weight: 500!important;
}
.home .hero-caption{
    max-width:100%;
}
.home .hero-caption h1{
    width: 100%;
}

/*************** Blocks ***************/

/* Portfolio */
.block-portfolio{
    &.bg-white{
        background-color: #E0DED8!important;
    }
}

/* Tabs */
.block-tabs{
    .tabs-nav a{
        border:0;
        border-radius:0;
    }
    .tabs-nav :not(.is-active){
        background: #8D2C36;
        color:#E0DED8;
    }
}

/* Services */

.block-services{
    background:#000!important;
    color:#E0DED8;
    h2{
        margin-bottom:10rem!important;
    }
}
.services-swiper .swiper-slide {
        opacity: 0.6;
        transform: skewY(8deg);
        transition: all 0.5s ease;
    }

    .services-swiper .service-item {
        background-position: center;
        background-size: cover;
        border-left: 20px solid #000;
        border-right: 20px solid #000;
        padding: 400px 80px 40px 80px;
        position: relative;
        @media (max-width: 992px) {
            padding: 200px 40px 20px 40px;
        }
    }

    .services-swiper .service-item h3 {
        color: #fff;
        font-size: 38px;
        font-weight: 500;
        margin-bottom: 40px;
        position: relative;

        &::after {
            background-color: #8D2C36;
            bottom: -3rem;
            content: "";
            height: 12px;
            left: 0;
            position: absolute;
            transform: skew(-30deg);
            width: 180px;
        }
    }

    .services-swiper .service-item::before {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    .services-swiper .service-item .text {
        margin-top: 60px;
    }

    .services-swiper .swiper-slide .overlay {
        opacity: 0;
        position: relative;
        transition: opacity 0.5s ease;
        z-index: 2;
    }

    .services-swiper .swiper-slide {
        transform: scaleY(1) !important;
        width: 80vw;
    }

    .services-swiper .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

    .services-swiper .swiper-slide.swiper-slide-active .service-item::before {
        opacity: 1;
    }

    .services-swiper .swiper-slide.swiper-slide-active .overlay {
        opacity: 1;
    }

    .services-swiper .swiper-slide-prev {
        opacity: 0.6;
        transform: translate3d(10.2952px, 0px, -10.2952px) rotateX(0deg) rotateY(15deg) scale(1.15) !important;
    }

    .services-swiper .swiper-slide-next {
        opacity: 0.6;
        transform: translate3d(-10.2952px, 0px, -10.2952px) rotateX(0deg) rotateY(-15deg) scale(1.15) !important;
    }

    .services-swiper .swiper-slide-next .overlay {
        opacity: 0;
    }

    .services-swiper .swiper-pagination {
        bottom: -40px;
        display: flex;
        gap: 8px;
        justify-content: center;
        padding: 20px 0;
        position: relative;
        width: 100%;
    }

    .services-swiper .swiper-pagination-bullet {
        background-color: #000;
        border: 1px solid #8D2C36;
        border-radius: 0;
        cursor: pointer;
        height: 10px;
        opacity: 1;
        transition: all 0.3s ease;
        width: 10px;
    }

    .services-swiper .swiper-pagination-bullet-active {
        background-color: #8D2C36;
    }

/* Text */
.block-text{
    &.bg-primary{
        background-color: #8D2C36!important;
        color:#E0DED8!important;
        .btn-white{
            background:#000;
            border:1px solid #000;
            color:#fff;
        }
    }
}


/* Gallery */
.block-gallery {
    padding:10rem 0!important;
    h2{
        position: relative;
        span{
            background-color: #E0DED8;
            display: inline-block;
            padding: 0 3rem 0 0;
        }
        &::after{
            background-color: #49423D;
            content: "";
            height: 5px;
            left:0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            z-index: -1;
        }
    }
}
/* Text image angled */
.block-text-image-angled{
    color:#E0DED8;
    padding:24rem 0!important;
    position: relative;
    @media  (width <= 992px){
        padding: 12rem 0 0!important;
    }
    &.bg-none{
        background-color: #000!important;
    }
    &.bg-white{
        background-color: #E0DED8!important;
    }
    h2{
        font-weight: 500;
        margin-bottom: 6rem!important;
        position: relative;
        &::after{
            background-color: #8D2C36;
            bottom:  -3rem;
            content: "";
            height: 12px;
            left:0;
            position: absolute;
            transform: skew(-30deg);
            width: 180px;
        }
    }
    .angled-image{
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 45%;
        @media  (width <= 992px){
            height:500px;
            margin-top:3rem;
            overflow: hidden;
            position: relative;
            width: 100%;
        }
        &.order-first{
            &::before{
                background: linear-gradient(90deg, #000000 85%, #8D2C36 15%);
                content: "";
                height: 140%;
                left: -120px;
                position: absolute;
                rotate: 15deg;
                top: -20%;
                width: 250px;
                z-index: 1;
                @media  (width <= 992px){
                    left:-150px;
                }
            }
            .image{
                height: 100%;
                width: 100%;
                img{
                    height: 100%;
                    object-fit: cover;
                    width: 100%;
                }
            }
        }
        &.order-last{
            left:0;
            right: auto;
            &::before{
                background: linear-gradient(90deg, #000000 85%, #8D2C36 15%);
                content: "";
                height: 140%;
                position: absolute;
                right: -120px;
                rotate: 165deg;
                top: -20%;
                width: 250px;
                z-index: 1;
                @media  (width <= 992px){
                    right:-150px;
                }
            }
            .image{
                height: 100%;
                width: 100%;
                img{
                    height: 100%;
                    object-fit: cover;
                    width: 100%;
                }
            }
        }
    }
    &.bg-white{
        .angled-image{
            &.order-first{
                &::before{
                    background: linear-gradient(90deg, #E0DED8 85%, #8D2C36 15%);
                }
            }
            &.order-last{
                &::before{
                    background: linear-gradient(90deg, #E0DED8 85%, #8D2C36 15%);
                }
            }
        }
    }
}

/* Features */
.block-features-alt{
    background: #8D2C36!important;
    color:#E0DED8;
    padding: 12rem 0!important;
    h2{
        margin-bottom: 12rem!important;
        position: relative;
        text-align: center;
        &::after{
            background-color: #E0DED8;
            bottom:  -6rem;
            content: "";
            height: 12px;
            left:50%;
            position: absolute;
            transform: skew(-30deg) translateX(-50%);
            width: 180px;
        }
    }
    .features-list{
        background: url('src/img/lightning-logo.svg') no-repeat center center;
        background-size: 150px;
        @media (max-width: 992px){
            background: none;
        }
        .feature-item{
            background:none;
            box-shadow: none;
            color:#E0DED8;
            h3{
                font-size: 28px;
                font-weight: 500;
                margin:40px 0;
            }
        }
    }
}

/* Jobs accordeon */
.block-jobs{
    h2{
        font-size:48px!important;
        font-weight: 500!important;
         
    }
    .job:not(:last-child) .job-header{
        border-bottom: 1px solid #8D2C36;
    }
    .job{
        margin-bottom: 2rem;
        a{
            background:#8D2C36;
            border-bottom:0;
            color:#E0DED8;
            &[aria-expanded="true"]{
                background: #8D2C36;
            }
            h3{
                color:#E0DED8;
                font-size:28px;
                font-weight: 500;
            }
        }
        .job-arrow{
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
        }
        .job-body{
            background:#fff;
            border:1px solid #8D2C36;
            color:#49423D;
            padding:2rem;
        }
    }
}

/* FAQ accordeon */
.block-faq{
    h2{
        font-size:48px!important;
        font-weight: 500!important;
    }
    .faq-item:not(:last-child) .faq-header{
        border-bottom: 1px solid #8D2C36;
    }
    .faq-list{
        box-shadow: none;
    }
    .faq-item{
        .faq-question{
            background:#8D2C36;
            border-bottom:0;
            color:#E0DED8;
            h3{
                color:#E0DED8;
                font-size:28px;
                font-weight: 500;
            }
        }
        .faq-answer{
            background:#fff;
            border:1px solid #8D2C36;
            color:#49423D;
            padding:2rem;
        }
        .icon{
            background: #8D2C36 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
        }
    }
}


/* Color edit */
.primary-nav .menu a{
    color: #49423D!important;
    font-weight: 400;
    transition: all 0.3s ease;
}
.primary-nav .menu > .current-menu-item > a{
    color: #8D2C36!important;
}
.primary-nav .menu a:hover, .primary-nav .menu a:focus, .primary-nav .menu a:active{
    color: #8D2C36!important;
}
.primary-nav .menu > .current-menu-item > a:before{
    background-color: #8D2C36!important;
    display: none!important;
}
.btn, button{
    border-radius: 0;
    padding: 5px 20px;
}
.btn.btn-primary, button{
    background:#8D2C36;
    border:0;
    color:#E0DED8;
    transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, button:hover, button:focus, button:active{
    background:#83454b!important;
    color:#E0DED8;
    text-decoration:none;
}
.btn.btn-secondary{
    background:#7B7878;
    border:0;
    color:#fff;
    transition: all 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:focus,  .btn-secondary:active{
    background:#8D2C36;
    text-decoration:none;
}

.bg-primary{
    background:#DBD0C8!important;
    color:#8D2C36!important;
}
.bg-secondary{
    background:#7B7878!important;
    color:#fff!important;
}
.page-footer{
    background: #000!important;
    color: #E0DED8!important;
    font-size:20px;
}
.page-footer h3{
    color: #E0DED8!important;
    font-size:24px;
    font-weight: 500;
}
.page-footer a{
    color: #8D2C36!important;
    text-decoration: none;
    transition: all 0.3s ease;
}
.page-footer a:hover, .page-footer a:focus, .page-footer a:active{
    color: #fff!important;
    text-decoration: none;
}
.page-footer .custom-html-widget svg{
    height: 20px;
    object-fit: contain;
    width: auto;
}
.site-footer, .site-footer::before{
    background: #8D2C36!important;
    color: #E0DED8!important;
}
.site-footer a{
    color: #E0DED8!important;
    font-weight: 700;
    text-decoration: underline!important;
    transition: all 0.3s ease;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active{
    color: #E0DED8!important;
    text-decoration: none;
}
footer{
     color: #fff!important;
}
footer:before{
    background: #D0C3B9!important;
}
footer a{
    color: #fff!important;
    text-decoration: none!important;
    transition: all 0.3s ease!important;
}
footer a:hover, footer a:focus, footer a:active{
    color: #8D2C36!important;
    text-decoration: none!important;
}

.ft-input--checkbox{
    display:flex;
    gap:1rem;
}

/* BLOCK TESTIMONIALS */
.block-testimonials{
    background: #8D2C36!important;
    color: #E0DED8!important;
     padding: 12rem 0!important;
     h2{
        font-size: 48px!important;
        font-weight: 500!important;
        margin-bottom: 12rem!important;
        position: relative;
        text-align: center;
        &::after{
            background-color: #E0DED8;
            bottom:  -6rem;
            content: "";
            height: 12px;
            left:50%;
            position: absolute;
            transform: skew(-30deg) translateX(-50%);
            width: 180px;
        }
    }
}
.testimony-container{
    align-items: center;
    background: #8D2C36;
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
}
.testimony-item{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
}
.testimony-item::before{
    background: url('src/img/lightning-logo.svg') no-repeat center center;
    background-size: contain;
    content: "";
    height:200px;
    left: 25%;
    position: absolute;
    top: 8%;
    width: 88px;
}
.testimony-item::after{
    background: url('src/img/lightning-logo.svg') no-repeat center center;
    background-size: contain;
    content: "";
    height:200px;
    position: absolute;
    right: 25%;
    top: 8%;
    transform: scaleX(-1);
    width: 88px;
}
.testimony-item img{
    border: 2px solid #8D2C36;
    border-radius: 50%;
    height: 200px;
    margin: 4rem 4rem 2rem;
    max-width: inherit;
    object-fit: cover;
    width: 200px;
}
.testimony-item h3{
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
}
.testimony-item p{
    margin: 0 0 4rem;
}

.testimony-text p{
    quotes: "«" "»" "‹" "›";
    text-align: center;
}
.testimony-text p::before {
    content: open-quote;
}
.testimony-text p::after {
    content: close-quote;
}
.swiper-pagination-testimonials{
    bottom:0!important;
}
.swiper-pagination-testimonials .swiper-pagination-bullet{
    background: none;
    border:1px solid #E0DED8;
    height: 12px;
    opacity: 1;
    text-align: center;
    width: 12px;
}
.swiper-pagination-testimonials .swiper-pagination-bullet-active{
    background: #E0DED8;
}

@media screen and (max-width: 768px) {
    .testimony-container{
        flex-direction: column;
    }
    .testimony-left{
        width: 100%;
    }
    .testimony-left img{
        height: 200px;
        width: 200px;
    }
    .testimony-left h3{
        font-size: 1.8rem;
    }
    .testimony-left p{
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .testimony-right{
        padding: 1rem;
    }
    .quote-out{
        margin-bottom: 5rem;
    }
}

/* BLOCK VIDEOS */
.videos{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 4rem;
}
.video{
    height: auto;
}
.video-container{
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative;
    width: 100%;
}
.video-player{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.v-100{
    width: 100%;
}
.v-50{
    width: 49%;
}
.v-33{
    width: 32%;
}
@media (max-width: 1200px) {
    .v-50{
        width: 48%;
    }
    .v-33{
        width: 31%;
    }
}
@media (max-width: 768px) {
    .v-50{
        width: 100%;
    }
    .v-33{
        width: 100%;
    }
}

/* BLOCK TEXT-COLUMNS */
.text-column li{
    margin: 10px 0;
}

/* BLOCK JOBS */
.job-header{
    align-items: center;

    background: #fff;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.job:not(:last-child) .job-header{
    border-bottom: 1px solid #ff784d;
}
.job-header:hover, .job-header:active, .job-header:focus{
    background: #ff784d;
    cursor: pointer;
    text-decoration: none;
}
.job-header:hover h3, .job-header:active h3, .job-header:focus h3{
    color: #fff;
}
.job-header:hover .job-arrow, .job-header:active .job-arrow, .job-header:focus .job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
}
.job-header h3{
    color: #4e5354;
    font-size: 3rem;
    margin: 2rem;
    transition: all 0.3s ease;
}
.job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ff784d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    height: 2rem;
    margin: 2rem;
    transition: all 0.3s ease;
    width: 2rem;
}
.job a[aria-expanded="true"]{
    background: #ff784d;
}
.job a[aria-expanded="true"] h3{
    color: #fff;
}
.job a[aria-expanded="true"] .job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}
.job-body{
    background: #fff;
    border: 1px solid #ff784d;
    padding: 2rem;
    padding-bottom: 6rem;
    position: relative;
}
.btn-apply{
    bottom: 2rem;
    position: absolute!important;
    right: 2rem;
}
.bg-black .job-text{
    color: #000;
}
@media screen and (max-width: 768px){
    .job-header h3{
        font-size: 2.2rem;
    }
}
html{
    scroll-behavior: smooth;
}

