/* header */
header h1 {
	font-size: 36px;
}
header h1, .hfe-nav-menu-icon {
	margin: 6px 12px;
}

/* site-inner */
.home .site-inner {
	padding-top: 0!important;
}

/* buttons */
.elementor-element-0003991 p {
	margin-bottom: 0;
}

/* page titles */
.page .entry-title {
	margin-bottom: 32px;
}
.page .site-inner {
	padding-top: 32px;
}

/* featured images on pages */
.page .full-width-image {
	min-height: 300px;
	background-image: url("/wp-content/uploads/2022/05/kitchen-fridge.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page .full-width-image img {
	display:none!important;
}
@media screen and (max-width: 800px) {
	.page .full-width-image {
		min-height: 200px;
	}
}

/* removes featured image before footer */
.footer-cta-image {
	display: none!important;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}