/************
* Add CSS to style the header of the site, including a top bar, main menu, slide-in menu, etc 
*************/

/* START - Break to Mobile at a custom width */
/* Use desktop-hide and desktop-only on different sections to hide/display at a custom width */
/*.desktop-hide,
.et_pb_row.desktop-hide {
	display: none;
}
@media (max-width: 1100px) {
	.desktop-hide {
		display: block;
	}
	
	.et_pb_row.desktop-hide {
		display: flex;
	}
	
	.desktop-only {
		display: none;
	}
}*/
/* END - Break to Mobile at a custom width */

/** START - Nav Logo **/
/*.nav-logo-container a,
.mobile-nav-logo a {
	display: inline-block;
}

.nav-logo-container a:focus,
.mobile-nav-logo a:focus {
	outline: 1px solid #005eb8;
	outline-offset: 2px;
}*/
/** END - Nav Logo **/

header .et_mobile_menu {
	width: 100% !important;
	margin-left: 0 !important;
}