/**
 * Styles specific to features in this plugin
 */

.zip-search-form {
	margin: 20px 0;
}
.col, .wpbdp-form-field-label-listing_type {
	padding: 0 15px 25px;
}

.col-one-half {
	float: left;
	width: 50%;
	min-width: 150px;
}

.col-one-third {
	float: left;
	width: 33.33%;
}

.invalid-msg {
	display: none;
	color: #A94732;
}

.zip-search-form p {
	margin-bottom: 3px;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

@media all and (max-width: 480px) {
	.col-one-half, .col-one-third {
		width: 100%;
	}
}