body {
    background-color: #ffffff !important;
}
.home .site-inner {
	padding-top: 0;
}
.sub-footer {
	display: none;
}

/* site title */
.sitetitle, .site-title {
	font-size: 28px;
	letter-spacing: 1px;
}

/* home page spacing */
.elementor-widget:not(:last-child), .elementor-element-53d41da p, .elementor-element-8c1ad67 p {
	margin-bottom: 0!important;
}

/*  buttons */
button, input[type="button"], .button, #SendEmail, #getDirections, .elementor-button-link {
  background-color: #1B6207; 
	border-radius: 36px;
	color: #fff!important;
}
button:hover, input:hover[type="button"], .button:hover, #SendEmail, #getDirections, .elementor-button-link {
    background-color: #2C8812;
	color: #fff!important;
}

/* footer menu */
#nav_menu-3 a {
    color: #f3f3f3;
}

/* changes footer background color */
.footer-widgets, .site-footer {
	background-color: #222!important;
}

/* contact pages */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}