.search-by-location-wrapper{
	position: relative;
}
.search-by-location-wrapper .inputs-wrapper input{
	margin: 0;
}
.search-by-location-wrapper .inputs-wrapper button{
    position: absolute!important;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 1em;
    border: none;
    margin: 0;
}
.search-by-location-wrapper .locate-me{
    cursor: pointer;
}
.search-by-location-wrapper .error{
    display: none;
    color: red;
}
.search-by-location-wrapper .error::before{
    content: "";
    display: none;
}
.search-by-location-wrapper .error.show{
	display: block;
}
@media screen and (max-width: 600px){

}
