/* Revert admin bar in mobile */
@media screen and ( max-width: 1023px ) {
	html { margin-top: 0 !important; }
	#wpadminbar {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	#qodef-page-mobile-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		box-shadow: 0 1px 5px rgba(0,0,0,0.1);
		user-select: none;
	}
}

