/**
 * Hide the global WordPress/MyListing header when the hide class is present.
 */
body.hilucy-hide-header {
	padding-top: 0 !important;
}

body.hilucy-hide-header .c27-main-header,
body.hilucy-hide-header header.header,
body.hilucy-hide-header .site-header,
body.hilucy-hide-header #header,
body.hilucy-hide-header .header-placeholder,
body.hilucy-hide-header .header-gap {
	display: none !important;
	visibility: hidden !important;
}

body.hilucy-hide-header #c27-site-wrapper,
body.hilucy-hide-header .site-content,
body.hilucy-hide-header .page-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

