/* Banner ----------------------------------------------------------------------------------------------------------- */

.banner_background_image{
    background-image: url("../../img/contact_banner_image@2x.jpg");
}

.open{
    color: var(--main-green)!important;
}

.closed{
    color: var(--main-red)!important;
}

.banner_h2{
    font-family: var(--cgm);
    font-size: calc(2vw + 14pt);
}

.banner_text{
    padding-top: 30px;
    padding-bottom: 10px;
}

.banner_image_text{
    padding: 10px 29px 30px 10px;
    justify-content: center;
}

.banner_image_text_item a > p{
    display: block;
    text-align: center;
}

.banner_image_text_item{
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
}

/* Modal ------------------------------------------------------------------------------------------------------------ */

/*

.modal{
    background-color: white!important;
    padding:30px!important;
    width:auto!important;
    max-width: 320px!important;
}

.modal h1{
    font-size: 16pt;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--osb);
}

.modal p{
    margin-bottom: 14px;
}

.close-modal{
    display: none!important;
}

*/


/*

.faqs_link i{
    width:50px;
    margin-left: 5px;
    animation: 1.5s ease-out infinite arrow-right;
}

@keyframes arrow-right {
    0% {
        opacity: 100%;
        padding-left: 0;
    }
    20%{
        opacity:100%;
    }
    80%{
        padding-left: 20px;
        opacity:0%;
    }
    100%{
        padding-left: 20px;
        opacity:0%;
    }
}

*/

/* Actions -----------------------------------------------------------------------------------------------------------*/

.contact_info .action {
    padding: 25px 0;
    justify-content: flex-start;
    width: 100%;
}

.contact_info .action_icon img{
    margin-bottom: 20px;
    padding-right: 0;
}

.contact_info .action_text{
    text-align: center;
}

.contact_info .action_text p, .contact_info .action_text .p{
    flex-grow: 0;
    display: block;
}

.action_text .days{
    font-weight:bold;
}

.contact_info{
    flex-wrap: wrap;
}

.contact_info .action{
    margin-bottom: calc(1vw + 10px);
}

.contact_info .action a{
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.contact_info .action a > *{
    margin: 0 3px;
}




/* Contact form ------------------------------------------------------------------------------------------------------*/


#contact_form{
    padding-top: calc(1vw + 35px);
}



/* Contact info ------------------------------------------------------------------------------------------------------*/



.shop_address .s_name{
    font-weight:bold;
}

.shop_address .s_address{
    display:block;
}

.contact_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(1vw + 12px) calc(3vw + 30px);
    position:relative;
    /*background: url(../../img/gray_background_90.svg) no-repeat center;*/
    background-color: var(--grey-topnav);
    background-size: cover;
}

.hours span{
    color: var(--main-red);
    font-family: var(--cgm);
    display: block;
}

.hours span.open{
    color: var(--main-green);
}

/* -------------------------------------------- Media Queries -------------------------------------------------------*/



/* iPad */
@media (min-width: 768px) {

    /* Layout */

    .welcome_banner{
        min-height: unset;
    }

    .welcome_banner_top,.top_info_nav_down{
        display: none;
    }

    .banner_image_text{
        padding: calc(1vw + 10px) calc(3vw + 40px) calc(1vw + 10px) calc(1vw + 15px);
        justify-content: flex-start;
    }

    .banner_ocasionista{
        color: white;
        font-family: var(--cgm);
        font-size: calc(2vw + 14pt);
        text-transform: capitalize;
    }

    .banner_image_text_item{
        flex: unset;
        max-width: unset;
    }



    /* Contact info */

    .contact_info .action{
        padding: 30px 25px;
        height: auto;
        width: 45%;
    }

    .contact_info{
        flex-direction: row;
        background-size: cover;
        align-items: stretch;
        background-color: var(--grey-topnav);
    }

    #contact_form{
        padding-top: calc(1vw + 45px);
    }

    /* Action */

    .action_text .h2{
        font-size: calc(.8vw + 12pt);
    }


}

/* iPad Pro / Low screen */
@media (min-width: 992px){
    /* Actions */
    .contact_info .action{
        margin-bottom: 0;
    }

    .contact_info{
        flex-wrap: nowrap;
        padding: calc(2vw + 15px) calc(3vh + 30px);
    }
}

/* iPad Pro on only portrait */
@media (min-width: 992px) and (orientation: portrait){

}

/* Medium screens */
@media (min-width: 1200px){
    .contact_faqs_container>.container{
        max-width:1200px;
    }

}

/* Big screens */
@media (min-width: 1400px){


}

/* Very big screens */
@media (min-width: 1600px){

}
