/* removes weird space on top of home page */
.home .site-inner {
	padding-top: 0;
}

/* nav bar sub menus */
.wpr-sub-menu, .wpr-mobile-nav-menu {
	border-radius: 6px;
	overflow: hidden;
}

/* other home page spacing fizes
 */
.elementor-widget:not(:last-child), .elementor-element-026f9c6 p {
	margin-bottom: 0;
}

/* buttons */
.button, .btn, button, input[type="button"] {
	border-radius: 36px;
	background-color: #3A5FDB;
}
.button:hover, .btn:hover, button:hover, input[type="button"]:hover {
	border-radius: 36px;
	background-color: #2444B0;
}
.whiteBtn {
	color:#222;
	background-color:#fff;
	width: 100%;
}
.whiteBtn:hover {
	color: #222;
	background-color: #ebebeb;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}

/*images on service pages*/
#genesis-content img {
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
}