/**
 * Theme Name: YWAM Cadore
 */


:root{
    --primary1: #616E77;
    --primary2: #E8D9A9;
    --secondary1: #929B7C;
    --secondary2: #ECC0A4;
    --root-bg: #000;
    --primary-text: #fff;
    --light-text: #fff;
    --primary-bg: #000;
    
}

* {
  box-sizing: border-box;
}

body{
    background-color: var(--root-bg);
    margin: 0;
    
}

.page{
    background-color: var(--primary-bg);
    
}




.section{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_primary{
    background-color: var(--primary);
}

.section_hero{
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media(max-width: 1370px){
    .section{
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media(max-width: 1025px){
    .section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width: 750px){
    .section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
}


@media(max-width: 480px){
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}



.content{
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.content_filter{
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media(max-width: 1370px){
    .content{
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media(max-width: 1025px){
    .content{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 750px){
    .content{
        padding-left: 35px;
        padding-right: 35px;
    }
}


@media(max-width: 480px){
    .content{
        padding-left: 25px;
        padding-right: 25px;
    }
}


p{
    margin: 0;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}


@font-face {
    font-family: boldonse;
    src: url(/wp-content/themes/ywamcadore/assets/fonts/Boldonse/Boldonse-Regular.ttf);
}

.text{
    color: var(--primary-text);
    font-family: 'acumin-pro';
    font-size: 18px;
    font-weight: 300;
}

.text_alt{
    font-family: 'boldonse';
}

.text_light{
    color: var(--light-text);
}

.text_md{
    font-size: 16px;
}

.text_center{
    text-align: center;
}

@media(max-width: 1370px){
    .text{
        font-size: 16px;
    }
    .text_md{
        font-size: 15px;
    }
}

@media(max-width: 1025px){
    .text{
        font-size: 15px;
    }
    .text_md{
        font-size: 14px;
    }
}

@media(max-width: 750px){
    .text{
        font-size: 15px;
    }
    .text_md{
        font-size: 13px;
    }
}


@media(max-width: 480px){
    .text{
        font-size: 14px;
    }
    .text_md{
        font-size: 12px;
    }
}


/* Title */




.title{
    color: var(--primary-text);
    font-family: 'acumin-pro';
    font-size: 48px;
    font-weight: 700;
}

.title_alt{
    font-family: 'boldonse';
}

.title_light{
    color: var(--light-text);
}

.title_hero{
    font-family: 'boldonse';
    font-size: 84px;
    text-transform: uppercase;
}

.title_heading{
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary2);
    text-align: center;
    margin-bottom: 50px;
}

.title_md{
    font-size: 36px;
}

.title_sm{
    font-size: 24px;
}

.title_center{
    text-align: center;
}

.title_sec{
    color: var(--secondary1);
}



@media(max-width: 1370px){
    .title{
        font-size: 40px;
    }
    .title_hero{
        font-size: 76px;
    }
    .title_md{
        font-size: 30px;
    }
    .title_sm{
        font-size: 22px;
    }
    .title_heading{
        font-size: 22px;
    }
}

@media(max-width: 1025px){
    .title{
        font-size: 36px;
    }
   .title_hero{
        font-size: 70px;
    }
    .title_md{
        font-size: 28px;
    }
    .title_sm{
        font-size: 20px;
    }
    .title_heading{
        margin-bottom: 40px;
        font-size: 20px;
    }
}

@media(max-width: 750px){
    .title{
        font-size: 32px;
    }
    .title_hero{
        font-size: 60px;
    }
    .title_md{
        font-size: 24px;
    }
    .title_sm{
        font-size: 18px;
    }
    .title_heading{
        margin-bottom: 40px;
        font-size: 20px;
    }
}


@media(max-width: 550px){
    .title_heading{
        margin-bottom: 25px;
        font-size: 18px;
    }
}


@media(max-width: 480px){
    .title{
        font-size: 28px;
    }
   .title_hero{
        font-size: 50px;
    }
    .title_md{
        font-size: 22px;
    }
    .title_sm{
        font-size: 16px;
    }
   .title_heading{
        margin-bottom: 25px;
        font-size: 18px;
    }
}


/* Button */
.button, .wpforms-submit{
    font-family: 'Montserrat' !important;
    font-weight: 700!important;
    outline: none !important;
    font-size: 18px!important;
    text-decoration: none!important;
    border: 2px solid var(--primary2)!important;
    border-radius: 5px!important;
    color: var(--primary-text)!important;
    background-color: transparent!important;
    display: inline-block!important;
    padding: 0.55em 2.5em!important;
    box-shadow: none!important;
    transition: 0.4s!important;
    text-align: center;

}

.button:hover, .wpforms-submit:hover{
    outline: none !important;
    cursor: pointer!important;
    color: #fff!important;
    background: var(--primary2)!important;
    box-shadow: 0px 1px 5px #2e2e2e!important;
}

.wpforms-submit-container{
    display: flex;
    justify-content: center;
}

@media(max-width: 1370px){
    .button, .wpforms-submit{
        font-size: 17px!important;
    }
}

@media(max-width: 1025px){
    .button, .wpforms-submit{
        font-size: 16px!important;
    }
}

@media(max-width: 750px){
    .button, .wpforms-submit{
        font-size: 15px!important;
    }
}


@media(max-width: 480px){
    .button, .wpforms-submit{
        font-size: 14px!important;
    }
}


/* Forms */
input{
    font-family: 'acumin-pro';
    display: block;
    border: none;
    padding: 0.625em;
    font-size: 16px;
}

input[type='email'], input[type='text'],textarea{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

input:focus, textarea:focus{
    outline: none;
    border: 1px solid var(--primary2);
}

textarea{
    font-family: 'acumin-pro';
    display: block;
    border: none;
    padding: 0.625em;
    font-size: 16px;
    resize: none;
}

label,legend{
    color:var(--primary-text)!important;
    display: block!important;
    width: 100%!important;
    font-family: 'acumin-pro'!important;
    font-weight: 700!important;
    font-size: 16px!important;
    margin-bottom: 5px!important;
}

.wpforms-field-sublabel{
    font-size: 14px!important;
    font-weight: 500!important;
}


@media(max-width: 1370px){
    input, textarea, label, legend{
        font-size: 15px!important;
    }
    .wpforms-field-sublabel{
        font-size: 13px!important;
    }   
}

@media(max-width: 1025px){
    input, textarea, label, legend{
        font-size: 14px!important;
    }
    .wpforms-field-sublabel{
        font-size: 12px!important;
    }
}

@media(max-width: 750px){
    input, textarea, label, legend{
        font-size: 13px!important;
    }
    .wpforms-field-sublabel{
        font-size: 11px!important;
    }
}


@media(max-width: 480px){
    input, textarea, label, legend{
        font-size: 12px!important;
    }
    .wpforms-field-sublabel{
        font-size: 10px!important;
    }
    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half{
        width: 100%!important;
        padding: 0!important;
    }

}


/* Hero */
.content_hero{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0, black 0%, transparent);
}

.hero{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hero__title{
    max-width: 800px;
}

.hero_video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.header__logo-wrapper{
    margin-left: 25px;
    margin-top: 25px;
    width: 100px;
}

.header__logo{
    padding-top: 46.47%;
    background-image: url("/wp-content/themes/ywamcadore/assets/images/ywam\ cadore_logo\ white.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.change-language{
    display: block;
    margin-right: 25px;
    margin-top: 25px;
    width: 30px;
    height: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Vison */
.vision{
    
}

.vision__content{
    max-width: 600px;
    margin: 0 auto;
}

.vision__title{
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary2);
    text-align: center;
    margin-bottom: 50px;
}

.vision_row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 3%;
}

.vision_row-text{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    white-space: nowrap;
}

.vision_row-img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: stretch;
    width: 100%;
    border-radius: 25px;
}

.vision-divider{
    display: block;
    background-color: var(--primary2);
    width: 75px;
    height: 2px;
    justify-self: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.vision__subtext{
    text-align: center;
}

@media(max-width: 1370px){
    .vision__content{
        max-width: 500px;
    }
    .vision_row-text{
       font-size: 41.66px;
    }
}

@media(max-width: 1025px){
    .vision__content{
        max-width: 400px;
    }
    .vision_row{
        gap: 15px;
    }
    .vision_row-text{
       font-size: 33.328px;
    }
}


@media(max-width: 550px){
    .vision__content{
        max-width: 300px;
    }
    .vision_row{
        gap: 10px;
    }
    .vision_row-text{
       font-size: 25px;
    }   
}


@media(max-width: 750px){
    .vision{
        flex-direction: column;
        gap: 25px
    }
    .vision__type{
        width: 100%;
    }

}

/* Vison 2 */
.vision2{
}

.vision2__tiles{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -25px;
    margin-bottom: -25px;
}

.vision2__tile-wrapper{
    width: 20%;
}


.vision2__tile-inner-wrapper{
    margin-right: 25px;
    margin-bottom: 25px;
}

.vision2__tile{
    position: relative;
    padding-top: 175%;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 25px;
}


.vision2__tile-filter{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.4s;
}

.vision2__tile:hover .vision2__tile-filter{
    background-color: rgba(0,0,0, 0.3);
}

.vision2__tile:hover .vision2__content{
    transform:translateY(-50px);
}


.vision2__content{
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 0;
    width: 100%;
    transition: 0.4s;

}

.vision2__title{
    text-align: center;
}

.vision2__header{
    padding-bottom: 15px;
}

.vision2__divider{
    width: 75px;
    border-radius: 1px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vision2__text{
    margin-bottom: 25px;
    min-height: 100px;
    text-align: center;
}




@media(max-width: 1370px){
    .vision2__tile-wrapper{
        width: 25%;
    }
    .vision2__title{
        padding-bottom: 5px;
    }
}

@media(max-width: 1025px){
    .vision2__tiles{
        flex-wrap: wrap;
    }

    .vision2__tile-wrapper{
        width: 33%;
    }

}

@media(max-width: 750px){
    .vision2__tile-wrapper{
        width: 50%;
    }
}


@media(max-width: 480px){
    .vision2__tile-wrapper{
        width: 100%;
    }
    .vision2__text{
        min-height: 50px;
    }
}


/* Contact Form*/
.contact{

}
.contact__form{
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.contact__text{
    display: block;
    max-width: 500px;
    margin: 15px auto 15px auto;
}

/* Support */
.support{
    display: flex;
    gap: 50px;
    max-width: 1500px;
    justify-content: center;
    margin: 0 auto;
}

.support__title{
    text-align: left;
}

.support__desc{
    margin-bottom: 30px;
}

.support__cat{
    margin-bottom: 25px;
}

.support__button{
    align-self: baseline;
}

.support__col{
    display: flex;
    width: 40%;
}

.support__col2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support__img{
    align-self: baseline;
    padding-top: 60%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
}


@media(max-width: 1370px){
    .support__col{
        width: 60%;
    }
    .support__col2{
        width: 40%;
    }
}

@media(max-width: 1025px){
    .support__col{
        width: 60%;
    }
    .support__col2{
        width: 40%
    }
}

@media(max-width: 750px){
    .support{
        flex-wrap: wrap;
        max-width: 400px;
        gap: 10px;
    }
    .support__col{
        width: 100%;
    }
    .support__col2{
        width: 100%
    }
    .support__desc, .support__cat, .support__title{
        text-align: center;
    }
    .support__button{
        align-self: center;
    }
}



/* Footer */
.footer{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.footer-logo{
    padding-top: 46.47%;
    background-image: url(/wp-content/themes/ywamcadore/assets/images/ywam\ cadore_logo\ white.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
