/**
 * #topnav in normal document flow (not fixed to viewport).
 *
 * @package _property64
 */

.admin-bar #topnav {
	margin-top: 0 !important;
}

#topnav {
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}

/* Scroll script may still add .nav-sticky; keep bar in flow. */
#topnav.nav-sticky {
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}
