/*
Theme Name: GBS
Author: Dmitry Faley
Author URI: https://t.me/dmitriySD
Version: 1.0
*/

/*CF7*/

.contacts .wpcf7-form-control-wrap {
	display: contents;
}

.contacts .wpcf7-not-valid-tip {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	position: absolute;
	bottom: -25px;
	color: #F5222D;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.contacts .wpcf7-not-valid-tip::before {
	content: '';
	background: url(/content/themes/gulp-theme/assets/img/icons/warning.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 17px;
}

.contacts .wpcf7 form.invalid input.wpcf7-not-valid {
	border: 1px solid #ea464d !important;
}

.contacts .wpcf7-response-output {
	display: none;
}

.contacts .wpcf7 form.failed .wpcf7-response-output,
.contacts .wpcf7 form.invalid .wpcf7-response-output,
.contacts .wpcf7 form.sent .wpcf7-response-output {
	border-radius: 5px;
	width: 31rem;
	font-weight: 600;
	margin: 1rem 0 0 0;
	padding: 0;
	line-height: initial;
	color: #000;
}

.wpcf7-spinner {
	display: none;
}

@media screen and (max-width: 768px) {
	.contacts .wpcf7-not-valid-tip {
		font-size: 10px;
		top: auto;
		bottom: 48px;
	}

	.contacts .wpcf7-not-valid-tip::before {
		width: 12px;
		height: 12px;
	}

	.contacts .wpcf7 form.invalid .wpcf7-response-output {
		width: 100%;
		font-size: 14px;
	}
}

/*End*/