/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.map-size {
	height: 450px;
}

#wem-search-form {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 8px auto;
	padding: 0 15px;
}

#wem-search-form input[type="text"] {
	line-height: 1.2;
	font-size: 1rem;
	height: 50px;
	width: 80%;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

#wem-search-submit {
	line-height: 1.2;
	font-size: 1rem;
	height: 50px;
	width: 20%;
	margin: 0 -5px 0 0;
	vertical-align: top;
	padding: 10px 15px;
	border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 768px ) {
	#wem-search-form {
		width: 500px;
		padding: 0;
	}
}