.fullWidthImg {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,.25);
}

/*spacing adjustments*/
.site-header h1 {
	margin-bottom: 0px;
}
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0:
}

/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/10/menu-toggle.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}