/*
 Theme Name:     DNS Child
 Theme URI:      
 Description:    DNS Child 
 Author:         DNS
 Author URI:     
 Template:       autodealer
 Version:        1.1.0
*/
 
@import url(../autodealer/style.css);

/* Search fields in one line */
div .home-search-form-wrapper .wpas-field {
  width: 239px;
}
.home-search-form-wrapper #wpas-submit, .custom-search-form #wpas-submit {	
	width: 184px!important;
}

/* Home Search Form */
.home-search-form-wrapper {
	margin-top: -60px;
}
.homepage-search-title {
	margin-top: -102px;
}

.wpas-meta_purpose .icheckbox_square-blue {
    float: left;
    margin-right: 5px!important;
}

/* Required field bug fix */
label.error {    
    color: red!important;
}

fieldset.fieldset-auto_description {
    clear: both;
}

/*iPad Landscape*/
@media only screen and (min-width: 959px) {
	.home-search-form-wrapper #wpas-submit, .custom-search-form #wpas-submit {
		float: right;		
	}
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px), screen and (max-width: 1200px)  {

	/* responsive: Search fields in one line */
	div .home-search-form-wrapper .wpas-field {
		width: 205px !important;
	}

}