/*************************************/
/********** MEDIA-QUERY **********/
/***********************************/


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 800px) {
    .flex_2_in_3 > div {
        width: 100% !important;
    }
    .flex_2_in_3 > div:nth-child(1) { margin-bottom: 30px !important;  }

    /*BLog sidebar flex*/
    #content .sidebarPosition #primary { width: 100% !important; }
    #content .sidebarPosition #secondary { width: 100% !important; }

    /*Acf Default Flex */
    .FlexBlocHalf > div, .FlexBlocThird > div { width: 100%;}
    .FlexBlocFourth > div, .FlexBlocFifth > div { width: 50%; }
}

@media only screen and (max-width: 767px) {
    .menuAreaDesktop { display: none; }
    .menuAreaMobile { display: block; }
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 500px) {
    .FlexBlocFourth > div, .FlexBlocFifth > div { width: 100%; }
}

@media screen and (max-width: 450px) {
    .input_half > div { width: 100% !important; }

    #block_form_contact .block_title:before, #block_form_contact .block_title:after {
        display: none !important;
    }
    .labelForm {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 360px) {

}
