
#listingSearch span, #mapSearch span {
	margin-left: 4px;
}


form {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	}


.searchTerms {
float: left;
width: 17rem;
font-size: 1rem;
padding: 0;
height: 24px;
margin-top: 12px;
background-color: white;
border: unset;
border-radius: 10px;
}

.searchTerms::placeholder {
	color:#535353;
	font-family:"oldStandard";
	font-size:16px;
}

