/* Custom Hide Menu on Certain Width 
@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

*/

:root {
    --red: #CB2E24;
    --background-black: #141414;
    --grey: #585858;
    
}

/* TEMP CSS Area - Starts */

#footer .menu a {
    font-size: 16px;
}

/* TEMP CSS Area  - Ends */

/* General Type CSS - Starts*/
 
#footer .menu a {
    font-size: 16px;
}
 
span.post-meta-infos,
.error404 .title_container,
.search .title_container,
.archive .title_container,
.single .title_container {
    display: none !important;
}
 
/* General Type CSS - Ends*/

#header_main .logo {
    padding: 30px 0;
    width:  300px;
    height: auto;
}

.main_menu .menu-item-top-level .avia-menu-text {
    font-size: 16px;
    font-weight: normal;
}

.color-section {
    margin: 0 -1210px;
    padding: 60px 1210px;
    overflow: hidden;
}

.color-section-alt {
    margin: 0 -1210px;
    padding: 60px 1210px;
    background-color: #f8f8f8;
}