@charset "UTF-8";

/* Altura do Ubermenu no mobile */
@media only screen and (max-width: 959px) {
	#top #wrap_all #header .ubermenu-main:not(.ubermenu-responsive-collapse) {
		max-height: none;
	}
}

/* Burger Original */
#top #header .ubermenu .av-burger-menu-main,
#top #header .ubermenu #advanced_menu_toggle {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

/* Z-Index */
#top #wrap_all .ubermenu .ubermenu-active,
#top #wrap_all .ubermenu .ubermenu-item:hover {
	z-index: 9999999;
}

/* Esconder menu quando o item filho único está invisível */
.ssif-body.user-logged-in .ubermenu-submenu:has(>.hide-on-logged:only-child),
.ssif-body:not(.user-logged-in) .ubermenu-submenu:has(>.show-on-logged:only-child) {
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
	position: absolute!important;
	top: 0px!important;
	left: 0px!important;
	width: 0px!important;
	height: 0px!important;
	min-width: 0px!important;
	min-height: 0px!important;
	max-width: 0px!important;
	max-height: 0px!important;
	overflow: hidden!important
}
