/*
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.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bravad
*/

:root{
    --gris: #E9EAEA;
    --gris-fonce: #494A4C;
}

/* BLOCK TESTIMONIALS */
.testimony-container{
    align-items: center;
    background: var(--gris);
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
}
.testimony-left{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.testimony-left img{
    border: 2px solid #000;
    border-radius: 50%;
    height: 200px;
    margin: 4rem 4rem 2rem;
    max-width: inherit;
    object-fit: cover;
    width: 200px;
}
.testimony-left h3{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}
.testimony-line{
    background: #000;
    height: 2px;
    width: 50%;
}
.testimony-left p{
    margin: 1rem 0 5rem;
}
.testimony-right{
    height: 100%;
    padding: 2rem;
}
.testimony-text p{
    quotes: "«" "»" "‹" "›";
    text-align: center;
}
.testimony-text p::before {
    content: open-quote;
}
.testimony-text p::after {
    content: close-quote;
}
.swiper-pagination-testimonials .swiper-pagination-bullet{
    background: #000;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    text-align: center;
    width: 20px;
}
.swiper-pagination-testimonials .swiper-pagination-bullet-active{
    background: var(--gris-fonce);
    color: #fff;
}
.swiper-pagination-testimonials{
    margin: 10px 0;
}

@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;
}

html, body{
    font-family: "Roboto", sans-serif;
    color: #000;
}
.site{
    background-color: #fff;;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 600;
}
.bg-c-grey{
    background: var(--gris);
    color: #000;
}
.bg-c-grey h1, .bg-c-grey h2, .bg-c-grey h3, .bg-c-grey h4, .bg-c-grey h5, .bg-c-grey h6{
    color: #000;
}
.bg-c-grey p, .bg-c-grey li{
    color: #000;
}
@media(min-width: 768px){
    .home .hero-caption{
        max-width: 75%;
    }
}
.home .hero-caption h1{
    width: 100%;
}

.block-image{
    padding: 0;
}
.block-image .content-image img{
    aspect-ratio: 16/9;
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
}
.fix-pd-normal{
    padding: 4rem 0!important;
}
.fix-pd{
    padding: 4rem 0!important;
}
@media(min-width: 768px){
    .fix-pd-normal{
        padding: 6rem 0!important;
    }
    .fix-pd{
        padding: 6rem 0!important;
    }
}
@media(min-width: 992px){
    .fix-pd-normal{
        padding: 8rem 0!important;
    }
    .fix-pd{
        padding: 8rem 0!important;
    }
}
@media(min-width: 1200px){
    .fix-pd-normal{
        padding: 10rem 0!important;
    }
    .fix-pd{
        padding: 20rem 0!important;
    }
}

.block-text-image h2{
    position: relative;
}
.block-text-image h2::after{
    background: #000;
    bottom: -1.5rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30%;
}
.block-text-image.bg-black h2::after{
    background: #fff;
}
.block-text-image, .block-features{
    position: relative;
}
.block-text-image .ruler, .block-features .ruler, .ruler-vertical-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    background-image: url('/wp-content/themes/Sushikiriz/src/img/ruler.svg');
    background-repeat: repeat-y;
    background-size: 32px auto;
    background-position: left top;
    pointer-events: none;
}
@media(min-width: 1200px) {
    .block-text-image .ruler, .block-features .ruler, .ruler-vertical-bg{
        width: 60px;
        background-size: 60px auto;
    }
}
@media (max-width: 992px) {
    .block-text-image .ruler, .block-features .ruler, .ruler-vertical-bg{
        width: 20px;
        background-size: 20px auto;
    }
}
@media(max-width: 576px) {
    .block-text-image .ruler, .block-features .ruler, .ruler-vertical-bg{
        width: 12px;
        background-size: 12px auto;
    }
}
.block-text{
    position: relative;
}
.block-text .ruler-horizontal{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100px;
}
.btn-primary{
    background: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    border-color: #000;
}
.bg-black .btn-primary{
    border-color: #fff;
    background: #fff;
    fill: #000;
    color: #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: var(--gris-fonce);
    color: #fff;
    fill: #fff;
    border-color: var(--gris-fonce);
}
.btn-primary:hover::before, .btn-primary:active::before, .btn-primary:focus::before{
    opacity: 0;
}


.feature-item{
    background: var(--gris);
    border: 3px solid #000;
    fill: #000;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
@media(max-width: 768px){
    .feature-item{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.feature-item h3{
    font-size: 30px;
    font-weight: 400;
}
.feature-item svg{
    margin-bottom: 40px!important;
}
.feature-item a:hover{
    background: transparent;
}
.feature-item:hover:has(a){
    background: #fff;
    border-color: #fff;
}
.bg-black .feature-item:has(a){
    background: #fff;
    color: #000;
    fill: #000;
}
.bg-black .feature-item{
    background: #000;
    color: #fff;
    fill: #fff;
    border: 2px solid #fff;
}
.bg-black .feature-item:hover:has(a){
    background: var(--gris);
}

@media(min-width: 768px){
    .site-header .holder{
        padding: 0;
    }
    .site-logo{
        height: 9rem;
    }
    .primary-nav .menu a{
        font-weight: 700;
        color: #000;
        position: relative;
    }
    .primary-nav .menu a::after, .primary-nav .menu>.current-menu-item>a::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px; /* Adjust to your image height */
        width: 0;
        background-image: url('/wp-content/themes/Sushikiriz/src/img/ruler-horizontal.svg');
        background-repeat: repeat-x;
        background-size: auto 8px; /* Do not stretch horizontally */
        transition: width 0.3s ease-in-out;
        pointer-events: none;
        z-index: 2;
    }
    .primary-nav .menu>.current-menu-item>a::before{
        content: none;
    }
    .primary-nav .menu a:hover, .primary-nav .menu a:active, .primary-nav .menu a:focus, .primary-nav .menu a.active, .primary-nav .menu>.current-menu-item>a{
        color: var(--gris-fonce);
    }
    .primary-nav .menu a:hover::after, .primary-nav .menu a:active::after, .primary-nav .menu a:focus::after, .primary-nav .menu a.active::after, .primary-nav .menu>.current-menu-item>a::after{
        width: 100%;
    }
    .primary-nav .menu li:last-child a{
        background: #000;
        color: #fff;
    }
    .primary-nav .menu li:last-child a:hover, .primary-nav .menu li:last-child a:active, .primary-nav .menu li:last-child a:focus{
        background: var(--gris-fonce);
        color: #fff;
    }
    .primary-nav .menu li:last-child a::after{
        content: none;
    }
}

.page-footer{
    background: #fff;
    color: #000;
}
.page-footer .widget-title{
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

#custom_html-2{
    padding-top: 0;
}
.footer-socials{
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.i{
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 33px;
    width: 33px;
}
.i:hover, .i:active, .i:focus{
    opacity: 0.8;
}
.i-facebook{
    background-image: url('/wp-content/themes/Sushikiriz/src/img/facebook.svg');
}
.i-instagram{
    background-image: url('/wp-content/themes/Sushikiriz/src/img/instagram.svg');
}
.i-youtube{
    background-image: url('/wp-content/themes/Sushikiriz/src/img/youtube.svg');
}

.page-footer a{
    color: #000;
}
.page-footer a:hover, .page-footer a:active, .page-footer a:focus{
    color: var(--gris-fonce);
    text-decoration: none;
}
.block-team a{
    color: #000;
}
.block-team a:hover, .block-team a:active, .block-team a:focus{
    color: var(--gris-fonce);
    text-decoration: none;
}
.faq-list{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.faq-item{
    background: #000;
}
.faq-question:hover, .is-active .faq-question{
    background: var(--gris-fonce);
    color: #fff;
    fill: #fff;
}
.faq-answer{
    color: #fff;
}
.faq-question{
    color: #fff;
    fill: #fff;
    font-size: 30px;
}
.faq-question .icon{
    background-color: transparent;
}
.title-text-ruler{
    position: relative;
    margin-bottom: 100px;
    margin-top: 80px;
}
@media (max-width: 992px) {
    .title-text-ruler{
        margin-bottom: 50px;
        margin-top: 30px;
    }
}
.title-text-ruler img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* BLOCK PROJECT MODULE */
.block-project-module{
    position: relative;
}
.block-project-module section{
    margin-bottom: 4rem;
}
/* project-text */
.project-text h2{
    text-align: center;
}
.project-text .text{
    text-align: center;
}
.project-text .link{
    display: flex;
    justify-content: center;
}
/* project-image */
.project-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1293 / 698;
}
/* project-two-images */
.project-two-images img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 623 / 851;
}
/* project-text-image */
.project-text-image .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.project-text-image h2{
    position: relative;
    width: 100%;
}
.project-text-image h2::after{
    background: #fff;
    bottom: -1.5rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30%;
}
.project-text-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}
@media(max-width: 768px){
    .project-text-image img{
        margin-top: 3rem;
    }
}

/* PORTFOLIO */
.portfolio-filter-bar{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 80px;
    
}
@media (max-width: 768px) {
    .portfolio-filter-bar{
        margin-bottom: 40px;
    }
}
.portfolio-filter-bar span{
    font-weight: 600;
    color: #000;
    font-size: 30px;
    margin-right: 30px;
}
.portfolio-filter-btn{
    color: #000;
    background: var(--gris);
    border: var(--gris);
}
#place_order:not(:disabled):not(.disabled).active, #place_order:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .button.single_add_to_cart_button:not(:disabled):not(.disabled).active, .button.single_add_to_cart_button:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .show>.dropdown-toggle#place_order, .show>.dropdown-toggle.button.single_add_to_cart_button, .wc-proceed-to-checkout .checkout-button:not(:disabled):not(.disabled).active, .wc-proceed-to-checkout .checkout-button:not(:disabled):not(.disabled):active, .wc-proceed-to-checkout .show>.dropdown-toggle.checkout-button{
    background: var(--gris-fonce);
    color: #fff;
}
.portfolio-loader{
    margin: 40px 0;
}

/* PORTFOLIO ITEM */
.portfolio-item{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
}
.portfolio-item .title{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin: 16px 0;
    padding: 0;
}
.portfolio-item .title:hover, .portfolio-item .title:active, .portfolio-item .title:focus{
    color: var(--gris-fonce);
    text-decoration: none;
}
.portfolio-cats{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.portfolio-cat{
    padding: 10px;
    color: #000;
    background: var(--gris);
}
.portfolio-item .image{
    border-radius: 0;
    padding: 0;
    position: relative;
    height: auto;
    aspect-ratio: 856 / 480;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.portfolio-item .image:hover{
    opacity: 1;
}
.portfolio-item .image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.portfolio-item .image:hover::after{
    opacity: 1;
}
.portfolio-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.portfolio-item .image:hover img{
    transform: scale(1.05);
}
.portfolio-list-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* PROJECT-CAROUSEL */
.block-project-carousel {
    position: relative;
}
.block-project-carousel .content-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.block-project-carousel .content-title .btn-primary{
    background: #fff;
    color: #000;
}
.block-project-carousel .swiper-slide{
    position: relative;
    overflow: hidden;
}
.block-project-carousel .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 637/361;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.block-project-carousel .swiper-slide:hover img{
    transform: scale(1.05);
}
.block-project-carousel .slide-image {
    position: relative;
    overflow: hidden;
}
.block-project-carousel .slide-image::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.block-project-carousel .swiper-slide:hover .slide-image::after {
    opacity: 1;
}
.block-project-carousel .swiper-slide .slide-title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.block-project-carousel .swiper-slide:hover .slide-title{
    opacity: 1;
}
.block-project-carousel .content-title .btn-primary:hover,
.block-project-carousel .content-title .btn-primary:active,
.block-project-carousel .content-title .btn-primary:focus{
    background: var(--gris);

}
.block-project-carousel h2{
    margin-bottom: 0;
}
.block-project-carousel .swiper-button-next,
.block-project-carousel .swiper-button-prev {
    color: #fff;
    background: #000;
    padding: 10px;
    transition: all 0.3s ease;
}
.block-project-carousel .swiper-button-next::after,
.block-project-carousel .swiper-button-prev::after {
    font-size: 30px;
    
}
.block-project-carousel .swiper-button-next:hover,
.block-project-carousel .swiper-button-prev:hover {
    color: var(--gris-fonce);
    background: #fff;
}
.block-project-carousel .swiper-button-next{
    right: -20px;
    top: 80%;
}
.block-project-carousel .swiper-button-prev{
    left: -20px;
    top: 80%;
}
@media(max-width: 768px){
    .block-project-carousel .swiper-button-next{
        top: 50%;
    }
    .block-project-carousel .swiper-button-prev{
        top: 50%;
    }
}
.swiper-container{
    position: relative;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

#cookie-popup{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.block-text-image .image{
    margin-top: 4rem;
}
.alert-success{
    color: #fff;
    background-color: #77c18c;
}
.ft-confirmation:before{
    content: "✓";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #77c18c;
}