#top-header {
display: none !important;
}
body.et_secondary_nav_enabled:not(.admin-bar) #main-header {
top: 0 !important;
}
body.et_secondary_nav_enabled.admin-bar #main-header {
top: 32px !important;
}
.et_header_style_centered #main-header .logo_container {
height: 72px !important;
}
.et_header_style_centered #main-header #logo {
max-height: 62px !important;
}
.et_header_style_centered #et-top-navigation {
padding-top: 0 !important;
}
body.et_fixed_nav.et_secondary_nav_enabled #page-container {
padding-top: 120px !important;
}
@media (max-width: 980px) {
body.et_fixed_nav.et_secondary_nav_enabled #page-container {
padding-top: 82px !important;
}
}