
/* This CSS file loads only when admin top bar is displayed on frontend */
.admin-bar .page_header.affix {
	top: 32px;
}

.admin-bar .toggle_menu_side {
	top: 50px;
}

.admin-bar .page_header.affix {
	position: static !important;
}

.modal-open .page_header_wrapper, .modal-open .page_header.affix, .modal-open .modal#search_modal {
	top: 32px;
}

@media (max-width: 991px) {
	.admin-bar .sf-menu, .admin-bar .toggle_menu.mobile-active {
		top: 35px;
	}
}

@media (max-width: 782px) {
	.admin-bar .page_header.affix {
		top: 46px;
	}
	
	.modal-open .page_header_wrapper, .modal-open .page_header.affix, .modal-open .modal#search_modal {
		top: 46px;
	}
}

@media (max-width: 600px) {
	html, body {
		position: static !important;
	}
	
	.admin-bar .page_header.affix {
		top: 0;
	}
	
	.modal-open .page_header_wrapper, .modal-open .page_header.affix, .modal-open .modal#search_modal {
		top: 0;
	}
	
	.admin-bar .sf-menu, .admin-bar .toggle_menu.mobile-active {
		top: 40px;
	}
}
