/* Hide page title and page headers globally */
.entry-title, 
.page-header, 
.post-title, 
.entry-header {
	display: none !important;
}

/* Remove top white space padding so Elementor containers start right below the main header */
#content, 
.site-content, 
#primary, 
main#main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Ensure Elementor page templates align flush */
.elementor-template-full-width #content,
.elementor-page #content {
	padding-top: 0 !important;
}
