/**
 * Theme Name: Inspiro Child
 * Template:   inspiro 
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}
.site #site-navigation.navbar {
	background: #fff;
}
.has-header-image.home.blog .headroom--not-top .navbar,
.has-header-image.inspiro-front-page .headroom--not-top .navbar,
.has-header-video.home.blog .headroom--not-top .navbar,
.has-header-video.inspiro-front-page .headroom--not-top .navbar {
	padding: 18px 0;
}
.headroom--not-top .navbar {
	padding: 18px 0;
}

.site #site-navigation.navbar .navbar-toggle {
	display: none;
}
.site-branding-text {
	padding: 3% 0 0;
}
.site-branding-text .site-description {
	font-size: 24px;
}
.custom-header {
	display: block !important;
}
.site header.site-header {
	width: 100vw;
}
.site-branding-image {
	margin: 0;
	width: 90%;
	max-width: 1000px;
}
.site-branding-logos {
	width: 90%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 2%;
	margin: 2% auto;
	max-width: 980px;
	transform: translateX(3.5%);
}
.site-branding-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 32%;
	padding: 0 12px;
}
.site-branding-logo.spf {
	padding: 0 20px;
}
.site-branding-logo.adema {
	padding: 0 30px;
	transform: translateY(5px);
}
.swiper-hero-homepage {
	position: relative;
	height: 100%;
	z-index: 1;
}
.swiper-hero-homepage::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.swiper-hero-homepage .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.custom-header h1.site-title {
		font-size: 44px;
	}
	.site-branding-image {
		width: 100%;
	}
	.site-branding-logos {
		width: 100%;
		margin: 30px 0;
		row-gap: 12px;
		transform: translateX(3px);
	}
	.site-branding-logo {
		padding: 0;
	}
	.site-branding-logo.spf {
		padding: 0;
	}
	.site-branding-logo.adema {
		padding: 0 5px;
		transform: translateY(2px);
	}
}
@media (min-width: 769px) {
	.swiper-hero-homepage {
		height: 100vh;
	}
}
#site-navigation.navbar li a:hover {
	color: #00af35;
}
h2.elementor-heading-title {
	position: relative;
	padding: 0 0 20px;
	color: #000 !important;
}
h2.elementor-heading-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 2ch;
	height: 4px;
	background-color: #00af35;
}
.home.has-header-image .custom-header-media:before,
.home.has-header-video .custom-header-media:before {
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.15) 0,
		rgba(0, 0, 0, 0.3) 100%
	);
}
.home .custom-header-media:after {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0.15) 75%,
		rgba(0, 0, 0, 0.3) 100%
	);
}
.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
}
.wpcf7 input {
	width: 100%;
}
.home.elementor-kit-10 button,
.home.elementor-kit-10 input[type='button'],
.home.elementor-kit-10 input[type='submit'],
.home.elementor-kit-10 .elementor-button {
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
	border-radius: 2px;
	padding: 14px 18px;
	width: auto;
	padding: 14px 28px;
	border: none;
}
.submit-wrapper p {
	text-align: center;
	transform: translateX(22px);
}
@media (max-width: 768px) {
	.home.elementor-kit-10 button,
	.home.elementor-kit-10 input[type='button'],
	.home.elementor-kit-10 input[type='submit'],
	.home.elementor-kit-10 .elementor-button {
		display: block;
		width: 100%;
	}
	.submit-wrapper p {
		transform: none;
	}
}
.wpz-slick.wpz-slick--slider .wpz-slick-item {
	display: flex;
	align-items: center;
}
.footer-widgets .widget-column p {
	margin: 0;
}
.footer-widgets .widget,
.footer-widgets .widget_block {
	margin-bottom: 20px;
}
.footer-widget-4 .widget_block.widget_text {
	margin: 0;
}
.site-footer {
	padding: 50px 0 20px;
	text-align: center;
}
.site-footer .footer-logo {
	max-width: 250px;
	margin-bottom: 30px;
}
.site-footer .footer-menu {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 40px;
	margin: 0 0 20px;
	padding: 10px 0 30px;
	border-bottom: 4px solid #00af35;
}
.site-footer .footer-menu li:nth-child(2) {
	position: relative;
}
.site-footer .footer-menu li:nth-child(2)::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: white;
}
.site-footer .footer-menu li:nth-child(2)::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: white;
}
.footer-bottom {
	font-size: 12px;
	color: #000 !important;
}
.site-footer a {
	color: #000 !important;
}
.site-footer a:hover {
	color: #00af35 !important;
}
.site-footer .footer-menu-item {
	max-width: 660px;
}

.elementor-kit-10 button:hover,
.elementor-kit-10 button:focus,
.elementor-kit-10 input[type='button']:hover,
.elementor-kit-10 input[type='button']:focus,
.elementor-kit-10 input[type='submit']:hover,
.elementor-kit-10 input[type='submit']:focus,
.elementor-kit-10 .elementor-button:hover,
.elementor-kit-10 .elementor-button:focus {
	border: none !important;
}

.flex-field-wrapper p {
	display: flex;
	justify-content: space-between;
	gap: 1.5em;
}
.flex-field-wrapper input {
	margin-bottom: 0 !important;
}
