
/* WP ADMIN BAR conflict fixes
---------------------------------------------- */


/*.admin-bar .global-wrapper {*/
	/*padding-top: 0px;*/
/*}*/

.admin-bar .sticky-header.fixed-top {
	padding-top: 32px;
	margin-bottom: -32px;
}
.admin-bar #hidden-sidebar {
	padding-top: 32px;
	position: fixed;
	top: 0;
}
.admin-bar .sf-footer {
	/*padding-bottom: 32px;*/
}
.admin-bar .footer-is-sticky .sf-footer {
	padding-bottom: 0;
}
@media screen and (max-width: 782px) {
	.admin-bar .sticky-header.fixed-top {
		padding-top: 46px;
		margin-bottom: -46px;
	}
	.admin-bar #hidden-sidebar {
		padding-top: 46px;
	}
	.admin-bar .sf-footer {
		/*padding-bottom: 46px;*/
	}
	.admin-bar .footer-is-sticky .sf-footer {
		padding-bottom: 14px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}