
/* NOIO 0.9.1 – sticky header hotfix
   Restores the sticky navigation that NOIO 0.9 accidentally overrode. */

.noio-home-header-desktop,
.noio-sub-header-desktop {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
}

.noio-home-header-mobile,
.noio-sub-header-mobile {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
}

.admin-bar .noio-home-header-desktop,
.admin-bar .noio-sub-header-desktop {
	top: 32px !important;
}

@media (max-width: 900px) {
	.admin-bar .noio-home-header-mobile,
	.admin-bar .noio-sub-header-mobile {
		top: 46px !important;
	}
}
