#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #00a69c;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #007674;
	border-color: transparent;
	color: #fff;
}