.forminator-field input[type=text], .forminator-field input[type=number], .forminator-field input[type=email], .forminator-field select, .forminator-field textarea{
background: #fff !important;
}
.forminator-button-submit{
background: red !important;
color: #fff !important;
border-radius: 2px !important;
padding: .5rem 1rem !important;
box-shadow: none !important;
}
.forminator-button-submit:hover{
background: var(--bs-dark) !important;
box-shadow: none !important;
} .applicant-registration-form input[type=text], .applicant-registration-form input[type=email], .applicant-registration-form .ms-options-wrap, .applicant-registration-form textarea, .applicant-registration-form input[type=number]{
margin-bottom: 1.5rem;
width: 100% !important;
height: 50px;
padding: 0 1rem;
max-width: unset !important;
border-color: var(--bs-dark);
border: 1px solid var(--bs-dark);
}
.applicant-registration-form label{
display:block;
margin-bottom: .25rem;
}
.applicant-registration-form .control-minimum_price, .applicant-registration-form .control-minimum_bedrooms{
width: calc(50% - 15px);
margin-right: 30px;
float: left;
}
.applicant-registration-form .control-minimum_bedrooms{
margin-right: 0;
}
.applicant-registration-form input[type=submit]{
padding: .75rem 1rem;
line-height: 1;
background: red;
color: #fff;
border: none;
border-radius: 2px;
width: auto;
}
.applicant-registration-form input[type=submit]:hover{
background: var(--bs-dark);
}
.applicant-registration-form .ms-options-wrap{
padding: 0;
height: unset;
border: none;
}
.applicant-registration-form .ms-options-wrap .selected{
height: 50px;
padding: 0 1rem;
display: flex;
align-items: center;
border-color: var(--bs-dark);
} .property-search-form-default{
display: block;
padding: 0;
margin-bottom: 1rem;
}
.property-search-form-default .control, .property-search-form-default input[type=submit]{
width: calc(25% - 1rem);
margin-right: 1rem;
float: left;
padding: 0;
}
.property-search-form-default input[type=submit]{
width: 25%;
margin-right: 0;
height: 40px;
margin-top: 28px;
border: none;
background: var(--bs-primary);
color: #fff;
border-radius: 2px;
}
.property-search-form-default input[type=submit]:hover{
background: var(--bs-dark);
}
.property-search-form-default input[type=text], .property-search-form-default select{
width: 100%;
height: 40px;
padding: 0 1rem;
}
.property-search-form-default label{
margin-bottom: .25rem;
}
.propertyhive-ordering{
margin-bottom: 1.5rem;
}
@media(max-width:990px){
.property-search-form-default .control{
width: 100%;
margin: 0 0 1rem 0;
}
.property-search-form-default input[type=submit]{
width: 100%;
margin: 0;
}
}
@media(min-width: 991px){
.propertyhive-result-count{
float: left;
width: 33.33%;
margin: 0;
margin-bottom: 50px;
padding-top: 26px;
}
.propertyhive-ordering{
float: left;
width: 33.33%;
margin: 0;
margin-bottom: 50px;
height: 50px;
display: flex;
justify-content: end;
}
.propertyhive-views{
width: 33.33%;
float: left;
}
}
.propertyhive-views ul{
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 0;
}
@media(max-width:990px){
.propertyhive-views ul{
justify-content: start;
}
}
.propertyhive-views ul li{
padding: 0 .5rem;
}
.propertyhive-views li a{
color: var(--bs-dark);
}
.propertyhive .active a{
color: var(--bs-primary);
}
.propertyhive-views li:before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: .5rem;
color: var(--bs-dark);
}
.propertyhive-views .list-view:before{
content: "\f03a";
}.propertyhive-views .map-view:before{
content: "\f5a0";
}
.propertyhive-views li a:hover{
color: var(--bs-primary);
}
.propertyhive-views .active:before{
color: var(--bs-primary);
}
.propertyhive-views{
padding-top: 27px;
margin-bottom: 1rem;
}
.propertyhive-map-canvas-wrapper{
margin-bottom: 1.5rem;
}