
.seren-search-toggle.btn-default {
	padding: 3px 8px;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border: none;
	font-weight: normal !important;
}
.seren-search-toggle.btn-default:hover, .seren-search-toggle.btn-default:focus, .seren-search-toggle.btn-default:active {
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border: none;
}
input[type="button"] {
	font-family: FontAwesome;
	border-radius: 0;
}
input[type="text"] {
	border-radius: 0;
}
.seren-search-toggle {
	display:block;
	float: left;
	width:36px;
	margin:0 5px;
}
.seren-search-text input {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
	border: none;
}
.seren-search-input-wrapper {
	position:relative;
	float: left;
}

