/* Custom Menu Height Fix - Reduce header covering hero section */
#main_header .logo-section {
    padding: 5px 0 !important;
}

header .logo img,
header .logo_image img {
    max-height: 45px !important;
    height: auto !important;
}

.main-nav.dark_style,
.main-nav {
    max-height: 55px !important;
    min-height: 55px !important;
}

nav.top_menu > ul > li > a {
    padding: 8px 13px !important;
    line-height: 18px !important;
}

.header_wrap {
    min-height: auto !important;
}

.logo_section_wrap {
    padding: 8px 0 !important;
}

/* Mobile menu height fix */
@media (max-width: 768px) {
    #slide-menu-mobile {
        max-height: 70vh !important;
        overflow-y: auto !important;
    }
}
