#wpbdp-search-form .wpbdp-search-filter > .wpbdp-search-field-label {
    display: block;
    float: none;
    width: 100%;
}
#wpbdp-search-form .wpbdp-search-filter > div.field {
    display: block;
    margin-left: 0;
    padding-left: 5px;
    width: 100%;
}
#wpbdp-search-form .wpbdp-search-filter > div.field > select {
    width: 100%;
}
#wpbdp-search-form .wpbdp-search-filter > div.field > input[type="text"] {
    width: 100%;
}
#wpbdp-search-form {
    padding-left: 0px;
    margin-bottom: 3em;

}
input.wpbdp-button.reset {
	display: none
}
input.wpbdp-submit.wpbdp-button.submit {
	font-size: 1.2em;
}
#wpbdp-search-form input[type="submit"] {
	float: right;
	margin-right: 35%;
}