.site-header-main {
	background: rgba(100, 100, 100, 0.5);
}
.site-title {
	border-color: rgba( 255, 255, 255, 0.1 );
}
.site-title a, .main-navigation a {
	color: #fff;
	text-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.social-top {
	display: block;
	float: left;
}
#social-search-wrapper .menu-toggle-wrapper {
	display: none;
}
.social-navigation .contact-btn a {
	background-color: #1595ce;
	width: 150px;
}
.contact-btn a .screen-reader-text {
	clip: unset;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 16px;
	height: auto;
	line-height: 35px;
	position: relative !important;
	text-align: center;
	width: 100%;
	z-index: 999;
}
.contact-btn a svg {
	display: none;
}
body.home .hero-content-wrapper .section-content-wrap {
	padding-top: 0;
}
.hero-content-wrapper .entry-container .entry-content {
	margin-top: 0;
}
.main-headline {
	margin: 32px calc(50% - 50vw) 60px;
	max-width: 100vw;
	width: 100vw;
}
.sp-testimonial-free-section .slick-prev, .sp-testimonial-free-section .slick-next {
	line-height: 29px;
}
.lead-gen {
	background: #1595ce;
	padding: 40px;
	text-align: center;
}
.lead-gen h1, .lead-gen h3, .lead-gen label {
	color: #fff;
}
.lead-gen h3, .lead-gen input, .lead-gen button {
	margin: 0 auto !important;
	max-width: 450px !important;
	width: 100% !important;
}
.lead-gen button {
	border-radius: 30px !important;
}
body.home #primary {
	display: none;
}
.textwidget, .textwidget a {
	color: #fff;
}
#colophon {
	background: #111;
	margin-top: 0;
	text-align: center;
}
#colophon .widget-title {
	color: #fff;
}
#colophon .jetpack_widget_social_icons svg {
	color: #fff;
}
#colophon .site-info {
	padding: 0;
}

/* Forms */
.entry-content .contact-form label.checkbox-multiple:nth-last-child(2), .entry-content .contact-form label.checkbox:nth-last-child(2), .entry-content .contact-form label.radio:nth-last-child(2), .entry-content .contact-form input[type="text"], .entry-content .contact-form input[type="email"], .entry-content .contact-form textarea, .entry-content .contact-form select,
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='tel'], .contact-form input[type='url'] {
	margin-bottom: 0.5em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	padding: 5px 15px;
}
.contact-form textarea.textarea {
	height: 125px;
}
.wp-block-jetpack-button.wp-block-button {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

@media (max-width: 1023px) {
	.mobile-social-search, #site-header-menu {
		display: none;
	}
}