/**
 * Press / Works submenu click fixes (header overlay + footer inline).
 * Scoped to navigation menus only.
 */

/* Header: bridge hover gap between parent and Superfish dropdown */
.shifter-navigation .menu li.parent > .sub-menu {
	padding-top: 0;
	margin-top: 14px;
}

.shifter-navigation .menu li.parent > .sub-menu::before {
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	height: 14px;
}

.shifter-navigation .menu li.parent > .sub-menu,
.shifter-navigation .menu li.parent > .sub-menu a {
	pointer-events: auto;
}

/* Footer: keep child links above parent toggle area */
.footer .footer-menu li.menu-item-has-children {
	position: relative;
}

.footer .footer-menu li.menu-item-has-children > .sub-menu {
	position: relative;
	z-index: 3;
	pointer-events: auto;
}

.footer .footer-menu li.menu-item-has-children > a[href="#"] {
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

.footer .footer-menu li.menu-item-has-children > .sub-menu > li > a {
	position: relative;
	z-index: 4;
	pointer-events: auto;
}
