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