/* spacing fixes */
.home .site-inner {
	padding-top: 0;
}
.elementor-element-ff336c3 {
	margin-bottom: 0!important;
	max-height: 46px;
}

/* button styles */
.yellowBtn {
	color: #333;
	background-color: #F7A400;
}
.yellowBtn:hover {
	color:#fff;
	background-color:#333;
}

/* contact forms */
.emailFormLine, #SendEmail, #map, #directionsFrom {
	margin-bottom:12px;
}
@media screen and (min-width: 800px) {
	#SendEmail, #getDirections {
		float: right;
	}
}
@media screen and (max-width: 800px) {
	#SendEmail, #getDirections {
		width: 100%;
	}
}