/* gets rid of weird space on top of home page */
.home .site-inner {
	margin-top: 0;
}

/* button styles */
.btnLite {
	background-color: #d87a00;
	color: #000;
}
input[type="button"] {
	font-family: "Roboto Slab";
	font-weight: 500;
}
.elementor-element-0419e76 .btn {
	margin-top: 12px;
}
.elementor-element-0419e76 .btn:hover {
	background-color: #fff;
}

/* logos */
.site-footer .footer-logo {
	height: 100px;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
.page-id-103  #text-4 {
  display: none;
}

/* footer */
#footerServingSince, .p-street-address, #copyrightNotice {
	padding: 0 12px;
	text-align: center;
	display: block;
	width: 100%;
}
.site-footer .footer-logo {
	height: 160px;
}
.site-container {
	margin-bottom:300px!important;
}

/* custom headers on /about-us/ and /category/news/ */
.category .site-header  {
	padding-top: 0;
	position: static;
}
.page-id-99 .hfe-menu-item, .category .hfe-menu-item {
	color: #000;
}
.page-id-99 .hfe-menu-item:hover, .category .hfe-menu-item:hover {
	color: #d87a00;
}