.easy-notification-bar {
	z-index: 99999 !important;
	margin-top: 33px !important;
}

#header-outer:not(.small-nav) {
	margin-top: 80px !important;
}

@media only screen and (max-width: 999px) {
	#header-outer:not(.small-nav) {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.easy-notification-bar {
		margin-top: 0 !important;
	}
}