input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], select{
	padding: 0 15px 0 30px;
}
.searchTextBtn{ 
	min-height: 54px;
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ee3e8f;
	color: #fff;
	transition: all 0.8s ease;
	border: 0;
	cursor: pointer;
	margin: 0;
	outline: 0;
}
.fusion-column select#categories, .fusion-column select#borough {
	min-height: 54px;
	width: 100%;
	box-shadow: none;
	transition: all 0.8s ease;
	border: 1px solid #CCC;
	cursor: pointer;
	margin: 0;
	outline: 0;
	
}
.nopadding {
    padding: 0px !important;
}
#searchBox{
	border: 1px solid #ee3e8f !important;
	min-height: 54px;
}