/* Push top Elementor section up to cover white space below the header */
#content .elementor-section-wrap > .elementor-element:first-child,
#content .elementor-section:first-child,
#content .elementor-container:first-child,
.elementor-section-wrap > section:first-of-type,
main#main article .elementor-element:first-child {
	margin-top: -120px !important;
	position: relative;
	z-index: 10;
}
