/* wpbdp.css saved in css folder in active theme to style the business directory */

.wpbdp-categories .cat-item {
    margin: 0;
}

.wpbdp-form-field .wpbdp-form-field-inner {
/*    min-height: 50px;*/
}
input[type="checkbox"][name="terms-and-conditions-agreement"] {
    margin-right: 10px;
}

.wpbdp-form-field-label {
    clear: left;
    padding-left: 6px;
}

.wpbdp-form-field-inner input[type="text"] {
    line-height: 30px;
    height: 30px;
}
.wpbdp-form-field .wpbdp-form-field-inner {
    padding-right: 6px;
}
/* make sure correct height for div with floating elements */
.wpbdp-form-field-html.wpbdp-form-field-inner:after { 
    content: ' ';
    display: block;
    clear: left;
    height: 0;
    margin: 0;
}
.wpbdp-submit-page .wpbdp-form-field {
	margin-bottom: 0 !important;/* override style.css - hopefully delete later */
}
/* remove sections that aren't needed on submit a listing */
.wpbdp-submit-listing-section.wpbdp-submit-listing-section-listing_images,
.wpbdp-submit-listing-section.wpbdp-submit-listing-section-recaptcha {
	display: none !important;
}
.wpbdp-msg {
    background: #8bbb22 !important;
}
.wpbdp-form-field input[type=text], .wpbdp-form-field textarea { /* override 97% width from main stylesheet */
	width: 100% !important;
}
@media (max-width: 479px) {
	/* various fixes to wpbdp form at small size */
	.wpbdp-url-field-col {
		clear:left;
	}
	.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child,
	.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:last-child {
	    padding-left: 0;
	}
	.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col {
		width: 100%;
	}
	.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col:first-child {
	    padding-right: 0;
	}
	.wpbdp-form-field input[type=text] {
		max-width: 100%;
	}
}