/* spacing tweaks */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child), .elementor-element-c021495 p {
	margin-bottom: 0;
}

/* contact form */
#emailFormInner .emailFormLine, #SendEmail {
	margin-bottom:12px;
}
#SendEmail {
	width: 100%;
}

/* phone button in header */
.site-header .button a {
	color: #fff;
}

/*forces image gallery thumbnails to uniform size*/
.gallery-caption {
	display: none;
}
@media screen and (min-width: 465px) {
	.gallery-item, .gallery-icon, .gallery-icon a, .gallery-icon img {
		height: 240px;
		overflow: hidden;
	}
	.gallery-icon img {
		object-fit: cover;
	}
}