@charset "utf-8";
/*
 Theme Name:   Equadio Child
 Theme URI:    http://equadio.themerex.net/
 Description:  Equadio Child Theme
 Author:       ThemeRex
 Author URI:   http://themerex.net/
 Template:     equadio
 Version:      1.0.0
 Tags:         inheritable theme options
 Text Domain:  equadio
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


	#mainMenuContainX #navMainEG_sc .menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after, #mainMenuContainX #navMainEG_sc .menu_hover_color_line .sc_layouts_menu_nav > li:not(.menu-collapse).menu-item-has-children > a:after{
		background-color: #FFC325;
		height: 2px;
	}
	#mainMenuContainX #navMainEG_sc.menu_hover_color_line>ul>li:not(.menu-collapse)>a:hover:after{
		-webkit-transition-delay:unset;
		transition-delay: unset;
	}
	#mainMenuContainX .header_position_over .top_panel .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) span, #mainMenuContainX .header_position_over .top_panel [class*=scheme_].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) span{
		color:#fff !important;
	}
	#navMainEG{
		display: none;
	}
	#deskNavX{
		display: block;
	}
@media screen and (max-width: 768px) {
	#navMainEG{
		display: block !important;
	}
	#deskNavX{
		display: none !important;
	}
}