/*
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
*/

/* Color edit */
.block-team a{
    color: #28739B;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.block-team a:hover, .block-team a:focus, .block-team a:active{
    color: #3F637C!important;
    text-decoration: underline;
}
.primary-nav .menu a{
    color: #002D37!important;
    font-weight: 600;
    transition: all 0.3s ease;

}
.primary-nav .menu > .current-menu-item > a{
    color: #002D37!important;
}
.primary-nav .menu a:hover, .primary-nav .menu a:focus, .primary-nav .menu a:active{
    color: #3F637C!important;
}
.primary-nav .menu > .current-menu-item > a:before{
    background-color: #28739B!important;
}
.primary-nav .menu li:last-child a{
    color: #fff!important;
    background-color: #28739B!important;
    border-radius: 100vw;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.primary-nav .menu li:last-child a:hover, .primary-nav .menu li:last-child a:focus, .primary-nav .menu li:last-child a:active{
    background-color: #3F637C!important;
    color: #fff!important;
    text-decoration: none;
}
@media(max-width: 992px){
    .primary-nav .menu a{
        color: #fff!important;

    }
    .primary-nav .menu > .current-menu-item > a{
        color: #fff!important;
    }
    .primary-nav .menu li:last-child a{
        text-align: center;
        margin: 0 20px;
    }
}
.btn, button{
    border-radius: 100vw;
    padding: 5px 20px;
}
.btn.btn-primary, button{
    background:#28739B;
    border:0;
    color:#fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, button:hover, button:focus, button:active{
    background:#3F637C!important;
    color:#fff;
    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:#494A4C;
    text-decoration:none;
}

.bg-primary{
    background:#DBD0C8!important;
    color:#494A4C!important;
}
.bg-secondary{
    background:#7B7878!important;
    color:#fff!important;
}
.page-footer{
    background: #E6EAEB!important;
    color: #4e5354!important;
    font-size:20px;
}
.page-footer h3{
    font-size:24px;
    font-weight: 500;
    color: #4e5354!important;
}
.page-footer a{
    color: #28739B!important;
    text-decoration: none;
    transition: all 0.3s ease;
}
.page-footer a:hover, .page-footer a:focus, .page-footer a:active{
    color: #3F637C!important;
    text-decoration: none;
}
.page-footer .custom-html-widget svg{
    height: 20px;
    object-fit: contain;
    width: auto;
}
footer{
     color: #fff!important;
}
footer:before{
    background: #28739B!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: #494A4C!important;
    text-decoration: none!important;
}

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

/* BLOCK TESTIMONIALS */
.testimony-container{
    align-items: center;
    background: #fff;
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
}
.testimony-left{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 4rem 2rem;
    text-align: center;
}
.testimony-left img{
    border: 2px solid #28739B;
    border-radius: 50%;
    height: 200px;
    margin: 4rem 4rem 2rem;
    max-width: inherit;
    object-fit: cover;
    width: 200px;
}
.testimony-left h3{
    color: #58585B!important;
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}
.testimony-line{
    background: #28739B;
    height: 2px;
    width: 50%;
}
.testimony-left p{
    margin: 1rem 0 0rem;
    color: #58585B!important;
}
@media(max-width: 992px){
    .testimony-left{
        margin: 2rem 2rem 0 2rem;
    }
    .testimony-container{
        height: 100%;
    }
}
.testimony-right{
    height: 100%;
    padding: 2rem;
}
.testimony-text p{
    quotes: "«" "»" "‹" "›";
    text-align: center;
    color: #3B3B3C!important;
}
.testimony-text p::before {
    content: open-quote;
}
.testimony-text p::after {
    content: close-quote;
}
.swiper-pagination-testimonials{
    position: relative;
    margin-top: 2rem!important;
}
.swiper-pagination-testimonials .swiper-pagination-bullet{
    background: #73B4E1;
    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: #fff;
    color: #28739B;
}
.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: 2rem;
    }
    .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;
}
body{
    font-family: "museo-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 600;
}
.bg-c-blue{
    background-color: #28739B;
}
.bg-c-dark-blue{
    background-color: #163F55;
}
.bg-c-light-blue{
    background-color: #507E9E;
}
.feature-item{
    background: #3F637C;
    color: #fff;
}
.feature-item-dark{
    background: #163F55;
    color: #fff;
    text-align: left;
}
.feature-item-image{
    background: #fff;
    padding: 0;
    text-align: left;
}
.feature-item-image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.feature-item-image h3{
    color: #545454;
    padding: 0 2rem;
    font-size: 20px;
}
.feature-item-image p{
    color: #878787;
    padding: 0 2rem 2rem;
}
.hero-caption{
    text-align: left;
    max-width: 90%;
}
@media(min-width: 768px){
    .hero-caption{
        max-width: 100%!important;
    }
}
.home .hero-caption{
    max-width: 100%;
}
.home .hero-caption h1{
    width: 100%;
}
.ft-confirmation-success{
    color: #fff;
    background-color: #38B660;
}
.ft-confirmation-success::before{
    content: "✓";
    background-color: #38B660;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-confirmation-success::after{
    background-color: #38B660;
    opacity: 1;
}

.block-text a, .block-text-image a{
    color: #28739B;
    text-decoration: none;
    transition: all 0.3s ease;
}
.block-text p a:hover, .block-text-image p a:hover{
    color: #3F637C;
}
.cookie-buttons button{
    border-radius: 20px!important;
    font-weight: 600!important;
}
.primary-nav .menu > .current-menu-item > a:before{
    display: none;
}
@media(max-width: 992px){
    .block-text-image .image{
        margin-top: 4rem;
    }
}