/* Remove theme header/title spaces pushing Elementor down */
.site-header, 
.entry-header, 
.page-header, 
#masthead {
    display: none !important;
}

/* Force Elementor content to top edge */
#content, 
.site-content, 
.elementor-location-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
