/*
Theme Name: Human Consult Child
Theme URI: http://webdesign-finder.com/human-consult
Template: human-consult
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Human Consult - light and airy WordPress theme created specifically for the human resources agency.
Tags: custom-header,left-sidebar,right-sidebar,post-formats,full-width-template
Version: 1.0.0.1508369927
Updated: 2017-10-18 23:38:47

*/

/* Mobile hamburger: body:after (side-header dimmer) sits at z-index 1001
   above .page_header (1000), so invisible overlay ate taps on the toggle.
   Closed mobile nav overlay had the same risk via opacity:0 hit-testing. */
body:after {
	pointer-events: none;
}

body.active-side-header:after {
	pointer-events: auto;
}

@media (max-width: 991px) {
	.mainmenu_wrapper {
		pointer-events: none;
	}

	.mobile-active .mainmenu_wrapper {
		pointer-events: auto;
	}

	.page_header {
		z-index: 1002;
	}

	.toggle_menu {
		pointer-events: auto;
	}
}
