/* button styling */
.button, .btn, input[type=button] {
	border: none!important;
}

/* gets rid of broken arrow on header service menu */
.hfe-menu-toggle.sub-arrow {
	display: none;
}

/* home page spacing */
.home .site-inner {
	padding: 0;
}
.elementor-element-5ed211a p, .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/* images on all pages */
#genesis-content img {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* footer */
.footer-widgets {
	background-image: none;
	background-color: #efefef;
	color: #1e1e1e;
}
.footer-widgets .widget-title {
	color: #1e1e1e;
}