/* Remove whitespace between header and page content */
.site-header,
.elementor-location-header,
header#masthead,
header.site-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.site-content,
.elementor-location-single,
.elementor-location-archive,
.page-content,
main#main,
main.site-main,
.elementor .elementor-section-wrap > .elementor-section:first-child,
.elementor .e-con:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body:not(.elementor-editor-active) .elementor-location-header + .elementor-location-single,
body:not(.elementor-editor-active) .elementor-location-header + .elementor-location-archive,
body:not(.elementor-editor-active) .elementor-location-header + main,
body:not(.elementor-editor-active) .elementor-location-header + .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
