/*
Theme Name: Belle Maisons Realty
Theme URI:
Description: This Wordpress Theme has been developed specifically for Belle Maisons Realty Site
Author: INGAGE MEDIA
Author URI: http://ingagemedia.com.au/
Tags: Realty, Belle Maisons
Version: 1.0
*/
@import "css/style.css";


.bootstrap-select.btn-group .dropdown-menu dt{
    color: #333333;
    font-weight: bold;
}

.suburb-select .bootstrap-select.btn-group .btn .filter-option{
    max-width: 100%;
    max-height: 105px;
    white-space: normal;
    overflow: hidden;
}
.property-listing-table th.price{
    width: 160px;
}
.property-listing-table th.bed,
.property-listing-table th.bath,
.property-listing-table th.parking{
    width: 80px;
}
.property-listing-table th.property-type{
    width: 160px;
}

.property-listing-table th.icon{
    width: 50px;
}
#properties-map{
    height: 400px;
    margin-bottom: 50px;
}

#properties-map img{
    max-width: none;
}
.info-window{
    width: 400px;
    height: 120px;
    position: relative;
}
.info-window h3{
    font-size: 16px;
}
.info-window .featured-image{
    width: 160px;
    float: left;
}
.info-window .featured-image img{
    max-width: 100% !important;
}
.info-window .info-detail{
    margin-left: 170px;
}
.info-window .info-detail .more-detail{
    position: absolute;
    bottom: 0px;
}
.info-window .info-detail .more-detail a{
    font-weight: bold;
    color: #F96125;
    text-decoration: underline;
}
#map-listing-table .tr-property.active td{
    background-color: #f6bd9c;
}

/*.inspection-list{
    text-transform: none;
    font-family: 'Istok Web',sans-serif;
    font-size: 13px;
    text-align: left;
}
.latest-inspection a{
    text-transform: none;
    text-decoration: none;
}*/

.property-listing-detail .property-images .more-images .nav .pre a.disabled,
.property-listing-detail .property-images .more-images .nav .next a.disabled{
    display: none;
}