@charset "utf-8";
#wpadminbar {
	position: fixed;
	top: 0;
	background-color:#0085CD;
	box-shadow: 1px 1px 3px #333333;
}
li#wp-admin-bar-stats {
display: none;
}
li#wp-admin-bar-notes {
display: none;
}
.fl-builder-upgrade-button, .fl-builder-help-button, .fl-builder-modules-cta, .fl-builder-templates-button {
display: none;
}
@media (max-width: 768px) { #wpadminbar { display: none; } }
@media (min-width: 769px) { body.logged-in > header { top: 30px;} }

