/* Small global mobile corrections for the Avada header. */
@media (max-width: 767px) {
	/* The search column overlaps the mobile menu toggle in the non-home header. */
	body:not(.home) .fusion-tb-header [id^="menu-home-icons"] {
		transform: translateX(-2.75rem);
	}

	/* Open submenus must take up document flow so they cannot cover the next item. */
	.fusion-tb-header .awb-menu_mobile-toggle .awb-menu__sub-ul {
		position: static !important;
		width: 100% !important;
	}

	.fusion-tb-header .awb-menu_mobile-toggle li.rms-mobile-submenu-open > .awb-menu__sub-ul {
		display: block !important;
	}
}
