/*
 Theme Name:     Agate Child
 Theme URI:      http://wpl.realtyna.com
 Description:    A plain-vanilla & lightweight theme for Elementor page builder
 Author:         Realtyna Inc
 Author URI:     http://realtyna.com/
 Template:       Agate
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.wpl_mls_office{
  vertical-align:middle;
  font-size:14px;
}
.wpl_prp_listing_compliance img{
  margin-bottom:3px;
}

.q-form .wpl_search_from_box .q-label,
.q-form .wpl_search_from_box .q-input input, 
.q-form .wpl_search_from_box .q-select select, 
.q-form .wpl_search_from_box .q-textarea textarea,
.q-form .chosen-container,
.q-form .wpl_search_from_box label,
.q-form .q-button{
  font-size: 16px;
}
.q-hero-section .q-input input::placeholder,
.q-booking-section .q-form .q-button{
    color: #FFFFFF;
}
@media (min-width: 768px){
.wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings.select_type {
    width:18%;
}
}
@media (max-width: 1260px) {
    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings.select_type,
    .wpl_search_from_box .wpl_search_from_box_top .q-location{
    width:50%;
}
}
@media (max-width: 767px){
    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings.select_type,
    .wpl_search_from_box .wpl_search_from_box_top .q-location{
        width:100%;
    }
}