/* header */
.site-header h1 {
	margin-bottom: 0;
}
.site-header .button:not(.text) {
	padding: 12px 24px;
}
.page:not(.home) .site-header {
	margin-bottom: 60px;
}

/* inserts new menu toggle, because the built in one isn't showing up (?) */
.hfe-menu-toggle {
	background:url('/wp-content/uploads/2024/04/menu-toggle.png');
	background-size: cover;
	padding: 0;
	width: 6px;
	height: 6px;
}

/* fixes alignment on front page */
.elementor-widget:not(:last-child), .elementor-element-c65fa94 p, .elementor-element-987338d p {
	margin-bottom: 0;
}

/* footer widgets */
.footer-cta, .footer-cta .widget {
	text-align: left!important;
}
.footer-cta .widget-title {
	font-size: 24px;
}

/* images on pages */
.page .content img {
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}