@charset "utf-8";

.searchForm {
	background: #ffd741;
}


/*  FIELDS  ============================================================================= */
form.search input {
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 20px;
}





/*  FOCUS & HOVER  ============================================================================= */
form.search input:focus {
	outline-style:none;
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #eee;
}

form.search input.button,
form.search input.button:focus {
	text-transform: uppercase;
	background: #252525;
	margin:0;
	padding: 10px 0;
	border-radius: 0px;
	font-size:14px;
	border: 0px;
	font-family: 'LatoWebBold';
	color: #ffd741;
}

form.search input.button:hover {
	text-transform: uppercase;
	background: #000000;
	margin:0;
	padding: 10px 0;
	border-radius: 0px;
	font-size:14px;
	border: 0px;
	font-family: 'LatoWebBold';
	color: #ffd741;
}