/**
 * Mobile header contrast for the Theme Builder menu.
 *
 * Divi 5 defaults the hamburger icon to --gcid-primary-color, the same blue
 * as the header background. Desktop menu link color (#fff) also leaks into
 * the white mobile dropdown.
 */

.et-l--header .et_pb_menu .mobile_nav .mobile_menu_bar:before {
	color: #ffffff;
}

.et-l--header .et_pb_menu ul.et_mobile_menu li a {
	color: #333333;
}

.et-l--header .et_pb_menu ul.et_mobile_menu .menu-item-has-children > a {
	background-color: rgba(0, 0, 0, 0.06);
}
