/* Forms
--------------------------------------------- */

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* hack to disable the autofill color on Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 9999s, color 9999s;
}

/* hack to disable the autofill color on Chrome */
/* #cfblock input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px var(--midnight-blue, #001F61) inset;
	-webkit-text-fill-color: #fff;
}

#cfblock input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px var(--midnight-blue, #001F61) inset;
	-webkit-text-fill-color: #fff;
} */

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.search-form {
	position: relative;
	width: 100%;
}

.search-field {
	border: 1px solid var(--gray-10, #E6E6E6);
	background-color: var(--gray-5);
	line-height: 1;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 38px;
	padding-right: 50px;
	width: 100%;
}

.search-field:focus,
.search-field:focus-visible {
	outline: 2px solid var(--golden-grass-50);
	outline-offset: -2px;
}

.search-field--full {
	border-radius: 60px;
}

.search-field--main {
	border-left: none;
	border-right: none;
}

.search-submit {
	background-color: transparent !important;
	border: none;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: 61px;
	right: 0;
	padding: 20px !important;
	z-index: 10;
}

.cf7-btn-wrapper .wpcf7-spinner {
	background-color: var(--golden-grass-60);
	opacity: .5;
}

@media (max-width: 1223px) {
	.search-field {
		line-height: 1;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 50px;
		width: 100%;
	}

	.search-field--main {
		border: none;
		background-color: var(--gray-5);
	}
}
