
.form-template-elegant {
	max-width: 533px;
	display: block;
	margin: auto;
	color: #fff;
}

.form-template-elegant label span {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}

.form-template-elegant .wpcf7-text {
	padding: 6px 8px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	border-radius: 0 !important;
	transition: all .3s;
	height: 40px;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	width: 100%;
}

.form-template-elegant .wpcf7-text:hover {
	background: rgba(255, 255, 255, 0.3);
}

#consent_label {
	margin-top: 14px;
}

#consent_label a {
	text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.form-template-elegant .wpcf7-list-item label span {
	font-size: 22px;
	font-weight: 400;
}

.wpcf7-spinner {
	margin: em auto;
	background: #1de3e388;
	display: block;
}

.form-template-elegant .wpcf7-submit {
	padding: 6px 65px;
	display: inline-block;
	background: #973a43;
	border-radius: 0px;
	color: #ffffff;
	border: none;
	height: auto;
	line-height: 28px;
	font-size: 22px;
	font-weight: 500;
	box-sizing: border-box;
	width: auto;
	display: block;
	margin: auto;
	cursor: pointer;
	margin-top: 28px;
	transition: all 0.5s;
}

.wpcf7-submit:hover {
/*	background: #b64b57;*/
}

.wpcf7-not-valid-tip {
	display: inline-block;
	margin-right: 0.5em;
}

.form-template-elegant .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.form-template-elegant .wpcf7-list-item input[type=checkbox] {
	display: inline-block;
	width: auto;
	margin-right: 0.2em;
/*	accent-color: #b64b57;*/

}

.wpcf7-list-item label {
	display: inline-block;
	margin: 0;
}

.form-template-elegant .wpcf7-text:focus {
/*	border: 2px solid #0ff;*/
height: 40px;
color: linear-gradient(calc(1deg*var(--all--tab_line_color--degree)), var(--all--tab_line_color--color_start), var(--all--tab_line_color--color_end))
}

.form-title {
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 56px;
	/*color: #FFFFFF;*/
	/*-webkit-text-stroke: 1px #E81E57;*/
	/*text-shadow: 0px 1px 12px #F84577;*/
	text-align: center;
}

.form-template-elegant .form-column-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 22px 16px;
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
	.form-template-elegant .form-column-2 {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}

	.form-template-elegant .wpcf7-text {
		width: 100%;
	}

	.form-column-2 label {
		width: 100%;
	}
}

.form-contact {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-contact .-txt {
	width: 3em;
	text-align: center;
}

.form-contact .-line {
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	width: calc(40% - 2em);
}

.hov-glow {
	position: absolute;
	top: 19.5%;
	left: 19.5%;
	opacity: 0;
}

.concept-nav-arrow:hover .hov-glow {
	opacity: 0.1;
}

.pr-25px {
	padding-right: 25px;
}

.pl-25px {
	padding-left: 25px;
}
.width-20px{
	width: 20px;
}
.cl-contact{
	color: #c6bdbc
}
.hover-white{
	transition: all .5s;
}
.hover-white:hover{
	color: #fff;
}




/*---- JB*/

/*-- Mobile Version --*/
@media (max-width: 1023px) {
	.form-pic-side{
		margin-top: 2rem;
	}
}
#consent_label {
	padding-top: 10px;
}

.img-height {
	height: 100%;
}

#form .container {
	max-width: 100% !important;
}

.form-contact .-line {
	/* background: var(--text-color); */
	background: var(--form--color_swatch--body_text);
}

.form-title {
	color: var(--form--color_swatch--heading_h2);
	-webkit-text-stroke: 0;
	text-shadow: none;
	padding-bottom: 13px;
}

.form-template :is(.wpcf7-text,.wpcf7-date),
#form select.wpcf7-form-control.wpcf7-select
 {
	border-radius: 0px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid;
	border-color: var(--form--form_color--border_field);
	;
}

.-rotate {
	display: none;
}

.form-template .wpcf7-submit {
	border-radius: 0px;
}

.-absolute.form_input_underline {
	bottom: 0;
	transition: none;
}

.form-template :is(.wpcf7-text,.wpcf7-date):focus {
	/* border: 0px solid rgba(255, 255, 255, 0.3); */
	/*height: 0px;*/
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid;
	border-color: var(--form--form_color--border_field_focus);
}

.pr-25px {
	margin-right: 30px;
}

.pl-25px {
	margin-left: 15px;
}

.form-contact {
	align-items: unset;
}
select.wpcf7-form-control.wpcf7-select{
	border-radius: 0px;
	border: 0px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff88' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
	#consent_label {
		margin-top: 22px;
	}

	.form-template .wpcf7-submit {
		width: 100%;
	}

	.form-contact .-line {
		width: calc(55% - 2em);
	}

	.form-title {
		font-size: 38px !important;
		line-height: 40px;
		padding-top: 44px;
	}

	.underline-m {
		text-decoration: underline;
	}
}