/*header*/
.elementor-element-7486cb8 .elementor-widget-wrap {
  padding:0!important;
}

/* home page spacing fixes */
.home .site-inner {
	padding: 0;
}
.elementor-element-ac6e588, .elementor-element-4da8f24 {
	max-height: 60px;
}
.elementor-element-ac6e588, .elementor-element-28387f6, .elementor-element-3308277, .elementor-element-b695312, .elementor-element-4da8f24, .elementor-element-e2b42b3 p {
		margin-bottom: 0!important;
}

/* button styles */
.button, .btn, button, input[type="button"] {
	color: #1a1a1a!important;
	border: none!important;
}
.button:hover, .btn:hover, button:hover, input[type="button"]:hover {
	color: #fff!important;
	background-color: #1a1a1a;
}

/* testimonial slider */
.strong-view-id-1 .wpmtst-testimonial-inner {
	background-color: rgba(0,0,0,.5)!important;
}

/* footer */
.footer-widgets {
	background: #1A1A1A;
}
.site-footer, .footer-bottom {
  color:#fff;
}

/* makes links readable */
a {
	color: #1a1a1a;
	text-decoration: underline;
}
.site-footer a {
  color: #F7DA22;
}

/* hides sidebar email form on /contact-us/ */
.page-id-142 #text-13 {
	display: none;
}

/* all contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}