#page-container .realestate-search-box-container input[type=text] {
    border-radius: 0px;
    height: 53px;
    top: -1px;
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
}
/*.dropdown-filter:last-of-type {*/
/*    border-right: 1px solid #CCCCCC;*/
/*}*/
.dropbtn-filter.inverse {
    background-color: #4E113F !important;
    color: #ffffff;
}
.dropdowns .dropbtn-filter.inverse {
    border: 2px solid #000000;
    color: #000000;
    border-radius: 4px;
}

.dropbtn-filter.inverse:hover, .dropbtn-filter.inverse:focus {
    background-color: rgba(78, 17, 63, 0.6);
    color: #000000;
    /*background-color: rgba(41,128,185, .5);*/
}
.dropbtn-filter:hover, .dropbtn-filter:focus {
    /*background-color: #2980B9;*/
    background-color: rgba(0, 0, 0, 0.2);
}
.image-listing-tag {
    background-color: #666666;
    color: #ffffff;
}
.image-listing-tag.new-price {
    background-color: #29A9DF;
}
.image-listing-tag.new {
    background-color: #ba7712;
}
.image-listing-tag.open-house {
    background-color: #3CAE2C;
}
.image-listing-tag.undercontract {
    background-color: #666666;
}
.image-listing-tag.pending {
    color: #D81F23;
}
.realestate-radio-container > label.active {
    /*background-color: #3498DB;*/
    background-color: rgba(78, 17, 63, 1.0);
    color: #ffffff;
}
.realestate-filter-done {
    background-color: rgba(78, 17, 63, 0.6);
}
.realestate-filter-done button {
    background-color: #ffffff;
    color: rgba(78, 17, 63, 1.0);
}
.realestate-contact-details-container div:nth-child(1){
    color: #4E113F;
}
.realestate-contact-details-container div:nth-child(2){
    color: #999999;
}
.realestate-contact-details-container div:nth-child(3){
    /*color: #4E113F;*/
}