/* Contact Form 7 */

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7-form .halfcol {
	max-width: 50%;
}
.wpcf7-form p {
	width: 100%;
	margin-bottom: 30px;
}
.wpcf7-form p:last-of-type {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-left: 36px;
	padding-right: 36px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form-control,
.wpcf7-not-valid-tip {
	margin-top: 10px;
}
.wpcf7-textarea {
	max-height: 200px;
	max-width: 100%;
}
.wpcf7-list-item {
	margin-left: 0;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
	font-size: 15px;
	line-height: 1;
	background-color: var(--e-global-color-e5d1dc0);
	margin: 0 auto;
	display: block;
    border-color: var(--e-global-color-e5d1dc0);
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover,
.wpcf7 .wpcf7-form .wpcf7-submit:focus {
	background-color: var(--e-global-color-ca65c3d);
	border-color: var(--e-global-color-ca65c3d);
}
.wpcf7 .wpcf7-spinner {
	margin: 0;
	position: absolute;
	right: 0;
}

/* Elementor Helpers */

.elem-container-relative > .e-con-inner {
	position: relative;
}

/* Header */

.header-logo a:after {
    display: none;
}

.header-logo img {
    max-width: 200px;
}

.elementor-location-header .e-con-inner {
	position: relative;
}

.elementor-location-header .elementor-widget-wpml-language-switcher {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	will-change: transform;
}

.elementor-location-header .wpml-ls-legacy-dropdown {
	width: auto;
}

.elementor-location-header .wpml-ls-item-toggle .wpml-ls-flag {
	display: block;
}

.elementor-location-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

/* Footer */

.elementor-location-footer .wpcf7-form p {
	margin-bottom: 15px;
}
.elementor-location-footer .wpcf7-form p:last-of-type {
	justify-content: flex-end;
	padding-right: 0;
}
.elementor-location-footer .wpcf7-form label {
	font-size: 10px;
}
.elementor-location-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
	font-size: 12px;
}
.elementor-location-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance) {
	padding: 10px 15px 10px 15px;
}
.elementor-location-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
	margin-right: 5px;
}
.elementor-location-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label {
	line-height: 1.5;
}
.elementor-location-footer .wpcf7 .wpcf7-form .wpcf7-submit {
	font-size: 12px;
	padding: 10px 15px 10px 15px;
	margin-right: 0;
}
.elementor-location-footer .wpcf7-form .wpcf7-spinner {
	right: initial;
	left: 0;
}

/* Homepage */

.video-banner .elementor-background-video-container {
	overflow: hidden;
}
.video-banner .elementor-html5-video {
	transform: translate(-50%,-50%) scale(1.25);
	filter: grayscale(1);
}

.bg-heading-fixed {
	user-select: none;
	pointer-events: none;
}