/*
Theme Name: Volvo Truck Center Jobs
Theme URI: 
Author: Comith
Author URI: https://comith.be
Description: Volvo Truck Center Jobs Theme
Version: 1.0
*/
@font-face {
    font-family: VolvoNovum;
    src: url(/wp-content/themes/VolvoTruckCenterJobs/assets/fonts/Volvo_Novum-Medium.woff);
    font-weight: normal;
}

@font-face {
    font-family: VolvoNovum;
    src: url(/wp-content/themes/VolvoTruckCenterJobs/assets/fonts/Volvo_Novum-Regular.woff);
    font-weight: bold;
}

@font-face {
    font-family: VolvoNovum;
    src: url(/wp-content/themes/VolvoTruckCenterJobs/assets/fonts/Volvo_Novum-Light.woff);
    font-weight: 100;
}
@font-face {
    font-family: VolvoBroad;
    src: url(/wp-content/themes/VolvoTruckCenterJobs/assets/fonts/VolvoBroadProDigital.woff);
    font-weight: normal;
}

body {
    font-family: 'VolvoNovum', sans-serif, 'Arial';
    font-weight: normal;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100vw;
    overflow-x: hidden;
    background-color: #001b36;
    color: white;
}
h1, h2{
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}
h1 strong, h2 strong{
    font-family: VolvoBroad;
    font-size: 4rem;
    letter-spacing: 0.15rem;
    font-weight: normal;
}
h3{
    font-size: 1.75rem;
    margin-bottom: 0;
    margin-top: 0;
}
h3 strong{
    letter-spacing: 0.15rem;
    font-family: VolvoBroad;
}
a{
    color: white;
}
.addArrow a, .vacatureLinks a{
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
    width: fit-content;
    font-size: 1.1rem;
    letter-spacing: .15rem;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.addArrow a::after, .vacatureLinks a::after{
    content: '';
    background-image: url(/wp-content/themes/VolvoTruckCenterJobs/assets/arrow.svg);
    width: 16px;
    height: 20px;
    background-size: contain;
    background-position: center;
    margin-left: 20px;
    display: inline-block;
    filter: invert(1);
}
.vacatureLinks ul{
    padding-left: 0;
}
.vacatureLinks ul li{
    list-style: none;
    margin-bottom: 35px;
}
.vacatureLinks ul li a{
    font-family: VolvoBroad;
    font-size: 2.5rem;
}
.vc_row{
    margin-left:0;
    margin-right: 0;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
    z-index: unset!important;
}
.container, .vc_row.container{
    margin-left: auto;
    margin-right: auto;
}
.row{
    display: flex;
}
.row .col-2{
    width: calc(100% / 6);
}
.row .col-3{
    width: calc(100% / 4);
}
.row .col-4{
    width: calc(100% / 3);
}
.row .col-6{
    width: calc(100% / 2);
}
.row .col-8{
    width: calc(100% / 3 * 2);
}
.row .col-12{
    width: 100%;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    z-index: 9999;
}
header.scrolled {
    background-color: #191919;
}
header .col-8 a {
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    margin: auto;
    display: inline-block;
    font-size: 1.3rem;
    background-color: rgba(0,27,54,.3);
}
header .row > div{
    display: flex;
    align-items: center;
}
.volvoButton, .vc_btn3.vc_btn3-style-modern{
    color: #fff!important;
    border-color: #1251b5!important;
    background-color: #1251b5!important;
    padding: 1rem 1.5rem;
    text-decoration: none;
    height: fit-content;
    width: fit-content;
    font-size: 1.1rem;
    background-image: none!important;
    border-radius: 0!important;
    white-space: nowrap;
    text-transform: uppercase;
    transition-duration: 300ms;
}
.vc_btn3.vc_btn3-style-modern.vc_btn3-color-white{
    background-color: white!important;
    color: #1251b5!important;
    border-color: white!important;
}
.volvoButton:hover, .vc_btn3.vc_btn3-style-modern:hover{
    filter: brightness(0.8);
}
.menuToggleContainer {
    background-color: #001b36;
    padding: 1rem;
}
.menuToggle{
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0.25rem 0;
}
.menuToggle > span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    background: #f3e5f5;
}
.menuToggle span:first-child {
    top: 0;
}
.menuToggle span:nth-child(2) {
    top: 10px;
}
.menuToggle span:nth-child(3) {
    top: 20px;
}
.menuContainer{
    background-color: #001b36;
    padding: 1.5rem;
    position: absolute;
    top: 40px;
    text-align: right;
    display: none;
}
.menuContainer ul{
    padding-left: 0;
    text-align: left;
}
.menuContainer li{
    list-style: none;
    font-family: 'VolvoBroad', sans-serif, Arial;
    font-size: 2.5rem;
    display: block;
    padding: 0.25rem 0;
}
.menuContainer li a{
    text-decoration: none;
    color: white;
    text-wrap: nowrap;
}
.menuContainer .navbar-toggler{
    background-color: unset;
    border: 0;
}
footer{
    background-color: #191919;
    padding: 1rem 0;
}
footer p{
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: .875em;
}
footer p a{
    text-decoration: none;
    color: white;
}
.videoButtonBG {
    padding-bottom: 56.25%;
    margin-bottom: 32px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.videoButtonBG.noButtonText{
    margin-bottom: 0;
}
.videoButton {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.videoButton a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,27,54,.7);
    padding: 1.5rem;
    border-radius: 999px;;
}
.videoButton a::before{
    content: '';
    display: inline-block;
    background-image: url(/wp-content/themes/VolvoTruckCenterJobs/assets/playButton.png);
    width: 37px;
    height: 37px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.videoEmbedPopupContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / 50%);
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: center;
}
.videoEmbedPopupContainer .container{
    width: 100%;
}
.videoEmbedPopupContainer .videoEmbedPopup{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoEmbedPopupContainer .videoEmbedPopup iframe{
    width: 100%;
    height: 100%;
    max-height: 56.25%;
}
.videoPlaybutton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.wpcf7 form{
    margin-bottom: 50px;
}
.wpcf7 form .col-4 p{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0.5rem;
}
.wpcf7 form .col-4 p label, .callBackPopup .wpcf7 form p label{
    color: white;
    background-color: #001b36;
    margin-bottom: -28px;
    display: block;
    padding: 0 10px;
    width: fit-content;
    position: relative;
    z-index: 5;
    margin-left: 20px;
}
.wpcf7 form .col-4 input, .callBackPopup form input{
    width: -webkit-fill-available;
    padding: 1rem;
    display: block;
    background-color: unset;
    border: 2px solid white;
    color: white;
    font-size: 1.2rem;
}
.wpcf7 form .col-4 input[type=submit]{
    margin-top: 12px;
    text-align: left;
}
.wpcf7-spinner{
    display: none!important;
}
.wpcf7 form .col-4 p label.uploadcvLabel{
    border: 2px solid white;
    margin-top: 12px;
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    color: #001b36;
    background-color: white;;
    padding: 0;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/themes/VolvoTruckCenterJobs/assets/upload.png);
    background-size: 20px;
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
    text-transform: uppercase;
}
.wpcf7 form .col-4 p label.uploadcvLabel::before{
    padding: calc(1rem + 1px) 1rem;
    display: block;
    width: 80%;
    font-size: 1rem;
}
.wpcf7 form .col-4 p label.uploadcvLabel ~ span{
    height: 0;
    visibility: hidden;
    display: block;
    overflow: hidden;
}
.wpcf7 form .col-4 p input[type=file]{
    height: 0;
}
.wpcf7 form .col-4 p input[type=submit], .callBackPopupContainer .wpcf7 form .col-12 p input[type=submit]{
    background-color: #1251b5;
    border-color: #1251b5;
    color: white;
    position: relative;
    background-image: url(/wp-content/themes/VolvoTruckCenterJobs/assets/send.svg);
    background-size: 20px;
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 1rem;
    padding: calc(1rem + 2px) 1rem;
}
.locaties p{
    margin-top: 5px;
}
.locaties .vc_col-sm-3 .wpb_content_element{
    margin-bottom: 2.5rem;
}
.callBackPopupContainer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0 0 0 / 50%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.callBackPopupContainer .container{
    max-width: 650px;
}
.callBackPopup {
    background-color: white;
    padding: 2.5rem;
}
.callBackPopupContainer .callBackPopup h2{
    color: #001b36;
    margin: 0;
}
.callBackPopup .wpcf7 form{
    margin-bottom: 0;
}
.callBackPopup .wpcf7 form .row{
    gap: 15px;
}
.callBackPopup p, .callBackPopup label, .callBackPopup input, .callBackPopup textarea{
    color: black;
    border-color: #001b36;
    border-width: 2px;
    font-weight: 800;
}
.callBackPopup .wpcf7 form textarea{
    width: calc(100% - 44px);
    margin-bottom: 15px;
    padding: 20px;
    font-weight: 800;
    font-size: 1rem;
}
.callBackPopup .wpcf7 form input[type=submit]{
    width: fit-content;
    padding-right: 50px!important;
    position: initial;
    margin: 0 0 0 auto;
}
.callBackPopup .wpcf7 form p label{
    color: #001b36;
    background-color: white;
    font-weight: 300;
}
.callBackPopup form input{
    border-color: #001b36;
    color: #001b36;
    font-size: 1rem;
}
@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}
@media (max-width: 992px){
    header{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .fullWidthAt992 > .vc_column_container{
        width: 100%;
        float: none;
    }
    div .wpb_single_image .vc_figure, div .wpb_single_image .vc_single_image-wrapper{
        display: block;
    }
    .wpb_single_image img{
        width: 100%;
    }
}
@media (max-width: 767px){
    h1 strong{
        font-size: calc(1.475rem + 2.7vw);
    }
    h2, h2 strong{
        font-size: 2rem;
    }
    .vc_video-bg-container .vc_col-sm-6{
        max-width: 50%;
        float: left;
    }
    header > .container > .row .col-2:last-child{
        display: none;
    }
    header > .container > .row .col-8{
        width: calc(100% / 12 * 10);
    }
    .wpcf7 form .row .col-4{
        width: 100%;
        margin-bottom: 20px;
    }
    .wpcf7 form .row{
        flex-direction: column;
    }
    .vacatureLinks ul li a{
        font-size: 1.5rem;
    }
}
@media (max-width: 576px){
    .container{
        padding: 0 15px;
    }
    .volvoButton, div .vc_btn3.vc_btn3-style-modern{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
    .vc_video-bg-container .vc_col-sm-6{
        max-width: 100%;
        float: none;
    }
}