/* button styling */
.button, .btn, input[type=button] {
	border-radius: 36px;
	background: #D12816;
	border: none!important;
	letter-spacing:1px;
	color:#fafafa;
}
.button:hover, .btn:hover, input[type=button]:hover {
  color:#fff;
  background:#A61B0D;
}

/* home page spacing */
.home .site-inner {
	padding: 0;
}
.elementor-element-5311ca4 p {
	margin-bottom: 0;
}

/* footer */
.footer-widgets {
	background: #D12816;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* 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;
}