/* business name in header */
header h1 {
	font-size: 24px;
	margin-bottom: 0;
}

/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2024/04/menu-toggle-light.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* home page spacing adjustments */
.home .site-inner {
	padding-top: 0px;
}
.elementor-widget:not(:last-child), .elementor-element-ed942e6 p {
	margin-bottom: 0;
}

/* color change on buttons */
button, .button, .btn, input[type="button"] {
	background-color: #EA6D00;
}
button:hover, .button:hover, .btn:hover, input[type="button"]:hover {
	background-color: #333;
}

/* color change on footer */
#genesis-footer-widgets, .site-footer {
	background-color: #121212;
	color: #fff;
	border-top: 1px solid #333;
}
#genesis-footer-widgets a:hover, .site-footer a:hover {
	color: #fff;
}

/* images on service pages */
.entry-content img {
	box-shadow: 0 0 6px rgba(0,0,0,.25);
	border-radius: 3px;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}