.acallcsf-search-form--wrapper {
	padding: 20px 15px;
	border: 1px solid var(--ast-border-color);
}

.acallcsf-search-form--fields {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.acallcsf-search-form--field-wrap {
	padding-left: 15px;
	width: 23%;
}

.acallcsf-search-form--field-wrap:nth-of-type(1) {
	padding-left: 0;
	width: 31%;
}

.acallcsf-search-form--field-wrap input[type="text"],
.acallcsf-search-form--field-wrap select {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.acallcsf-search-form--field-wrap input[type="text"] {
	padding: 10px;
}

.acallcsf-search-form--field-wrap select {
	padding: 10px 2em 10px 10px;
}

.acallcsf-search-form--submit-wrap {
	display: flex;
	justify-content: flex-end;
}

.acallcsf-search-form--wrapper .acallcsf-search-form--submit-wrap .button.acallcsf-search-form--submit,
.acallcsf-search-form--wrapper .acallcsf-search-form--submit-wrap .button.acallcsf-search-form--submit:disabled[disabled] {
	font-family: "Open Sans", Sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 12px 24px;
	border: 0;
	border-radius: 30px;
}

.acallcsf-search-form--wrapper .acallcsf-search-form--submit-wrap .button.acallcsf-search-form--submit {
	color: #353535;
	background-color: #FFECEC;
	transition: all .3s;
}

.acallcsf-search-form--wrapper .acallcsf-search-form--submit-wrap .button.acallcsf-search-form--submit:hover {
	color: #ffffff;
	background-color: #111111;
}
