/* 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 {
	--primary: #566f8b;
    --secondary: #C6BB99;
    --blue: #566f8b;
    --green: #83936f;
    --gold: #ff9800;
    --gray: #bbbbbb;
    --alt-green: #7F8C6C;
    --purple-blue: #866C8C;
    --yellow: #ffc107;
    --golden: #EDC64F;
    --light-yellow: #e0ddd5;
    --light-blue: #9babc5;
}

/* TEMP CSS Area - Starts */
#top .ginput_container_radio label {
    font-weight: normal !important;
}
#socket .container {
    text-align: center !important;
}

#socket .copyright {
    float: none;
    font-size: 13px;
}
/* TEMP CSS Area  - Ends */