/*
 Theme Name:   Marbella Propiedades
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:   Marbella Propiedades child theme
 Author:       NARAN-HO Design
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.property_listing.property_unit_type2 h4{
     font-size: 24px !important;

}

.property_listing, .property_listing_blog{
     font-size: 15px !important;
}

.property_listing.property_unit_type2 .listing_unit_price_wrapper {
    margin-left: 20px;
    font-size: 16px;
    margin-top: 5px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

.property_listing.property_unit_type2 .property_agent_wrapper span{
      font-size: 13px !important;
}

@media(max-width: 700px){

 .select2-container--default .select2-selection--multiple{
  font-size: 15px !important;
 }
 
 .btn-group-mobile a {
        width: 100% !important;
                font-size: 15px;
        margin-bottom: 5px;
    }
    
input[type=email], input[type=number], input[type=password], input[type=text], input[type=url]{
    font-size: 15px;
    padding: 9px 0 9px 9px;
    color: #8593a9;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control{
  font-size: 15px;
}

.list-unstyled {
    padding-left: 15;
    list-style: none;
        font-size: 15px;
}

}


.d-sm-block{
  display: none;
}
.d-md-block{
  display: block;
}

@media(max-width: 750px){

.d-md-block{
  display: none;
}

.d-sm-none{
  display: none;
}
.d-sm-block{
  display: block;
}
}
