.site-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.header-inner,
.header-container,
.header-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* Remove extra space above header in Panoramic theme */
#masthead {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Also collapse inner container spacing just in case */
#masthead .site-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.site-top-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* Panoramic theme: remove header gap above banner */
#masthead {
    min-height: 0 !important;
    padding-top: 30 !important;
    margin-top: 0 !important;
}

/* remove any forced header image height */
#masthead .header-image,
#masthead .site-header-image {
    min-height: 0 !important;
    height: auto !important;
}

/* remove top-bar spacing if exists */
.site-top-bar {
    margin: 0 !important;
    padding: 0 !important;
}
.home .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Remove excess space around branding area in Panoramic theme */
.site-header .branding {
    padding: 0 !important;
}

/* Remove forced minimum height that creates the big gap */
.panoramic-header-layout-centered .branding {
    min-height: 0 !important;
}
.main-navigation {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.site-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.main-navigation a img {
    vertical-align: middle;
    height: auto !important;
    max-height: 40px;
}
.main-navigation li.menu-item a img {
    margin-top: -16px;
}