/* header */
@media screen and (min-width: 800px) {
	.title-area {
		margin-top: 18px;
	}
	.site-title {
		font-size: 24px;
	}
	.site-header .button {
		margin-left: 24px;
	}
	/*footer*/
	.elementor-element-5f52d7f .elementor-widget-wrap {
  	justify-content: flex-end;
  }
}
/*header again*/
.site-header .button {
	padding: 12px 24px;
	text-align: center!important;
}
.site-header .button a, .site-header .button a:hover {
	color: #fff;
}

/* reviews */
.post-39 .entry-content h3::after {
  content:url('/wp-content/uploads/2025/07/5stars.png');
	margin-left: 6px;
}

/* images on service pages */
.entry-content img {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	border: 6px solid white;
}

/* home page */
.home .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.elementor-widget:not(:last-child), .elementor-element-90c9c57 p, .e-rating p {
	margin-bottom: 0;
}
.elementor-element-a797d48 h3, .elementor-element-8b756dc h3, .elementor-element-9a00196 h3 {
	color: #fff;
}

/* links */
a {
	border: none!important;
}

/* buttons */
button, .button, .btn, input[type="button"], .footer-widgets-1 {
	background: linear-gradient(90deg, rgba(49, 150, 255, 1) 0%, rgba(56, 83, 237, 1) 100%);
}
.footer-widgets-1 .button {
	background: #232525;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width:100%;
}