/********************************************************************************
--- WP Toolbar  ---
*********************************************************************************/
/* This might require updating based on header whether it's fixed or not */
.admin-bar .header {/*top: 32px;*/}

@media only screen and (min-width: 783px) and (max-width: 800px) {
	
}

@media only screen and (max-width: 782px) {

	#wpadminbar {position: fixed;}
}
