@import url(../styles.css);


.banner1 .banner-details-wrapper{
    background: rgba(255, 255, 255, .8);
}
body{
    background:#fff;
}
.banner1 .banner-details-wrapper p,
.home .welcome-content,
.home .cta .col-sm-4:hover p,
[data-widget-type="featured_listings"] .item:hover .details-container .details-minor li{
    color:#000;
}
.home .section-below-banner .widget-container{
    background:#fff;
}
[data-widget-type="search_board_listings"] .form-control,
[data-widget-type="search_board_listings"] .row:nth-child(2) button{
    border: 1px solid #000;
}
.home .cta .col-sm-4:hover{
    background:#fff;
}

[data-widget-type="featured_listings"] .item:hover .details-container {
    background: rgba(255, 255, 255, .8);
}

.neighborhood-wrapper .col-sm-3:hover{
    box-shadow:inset 0 0 0 2000px rgba(255, 255, 255, .8);
}
.neighborhood.container hr{
    border-top: 1px solid #fff;
}
.neighborhood-wrapper .col-sm-3.item-top {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.neighborhood-wrapper .col-sm-3.item-bottom {
    border: 1px solid #fff;
}

.section-above-footer-bottom{
    background:#fff;
}
.align-left-content{
    background:#fff;
    opacity:.9;
}
.about-section p{
    color:#000;
}
.neighborhood-wrapper .neighbor-item:hover .overlay{
    background: rgba(255, 255, 255, .5);
}



