/* buttons */
.widebtn {
	width: 100%;
	text-align: center;
}
.button, .btn, button, input[type="button"] {
	border: none!important;
}
.button:hover, .btn:hover, button:hover, input[type="button"]:hover {
	color: #fff!important;
	background-color: #001083;
}

/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/01/menu-toggle-light.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* home page spacing fixes */
.home .site-inner {
	padding: 0;
}
.elementor-widget:not(:last-child), .elementor-element-47cf685 p, .elementor-element-5c2bdc1 p {
	margin-bottom: 0;
}

/* footer */
.footer-widgets {
	background: #0f0f0f;
}
.site-footer, .footer-bottom {
  color:#fff;
}

/* all contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* images on pages */
#genesis-content img {
	box-shadow:0 0 6px rgba(0,0,0,.2);
}