/* gets rid of black line on header */
.site-header .wrap {
	border-bottom: 0;
}
.site-header .sub-menu {
	border-top: 0;
}

/* button styles */
button, .button, .btn, input[type="button"] {
	font-weight: 500!important;
	border-radius: 2px;
}

/* spacing adjustments on home page */
.elementor-widget:not(:last-child), .elementor-element-47fab1f p {
	margin-bottom: 0;
}
.home .site-inner {
  padding-top: 0;
}

/* footer */
#genesis-footer-widgets .button {
	color: #fff;
	background-color: #dd2413;
}
#genesis-footer-widgets .button:hover {
	background-color: #A5261A;
}

/* styles images on service pages */
.page .entry-content img {
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}