/* front page spacing fixes */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-ed8f78f p, .elementor-element-8582294 p {
	margin-bottom: 0;
}

/* fixes visiblity issues with sub-menus */
.sub-menu li.menu-item:first-child, .sub-menu li.menu-item:last-child {
	overflow: visible!important;
}

/* coupon in footer */
.couponHTML {
   margin: 0 0 24px 0; 
   background-color: #f9f9f9; 
   padding: 10px; 
   text-align: center; 
   border: 3px dashed #5DC0CA;
   font-size: 12px;
}

/* images on pages */
.entry-content img {
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.25);
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}