/* MHBA Overrides */

/* General Styles */
button, 
#searchbox input[type="submit"],
#advsearch input[type="submit"] {
    background: #5b8634;
}
button:hover, 
#searchbox input[type="submit"]:hover,
#advsearch input[type="submit"]:hover {
    background: #384d24;
}

.map_container { 
    display: none;
}
.results .results-list {
    width: 100%;
}

#searchbox, #advsearch {
    background: #fff;
    border: 1px #ddd solid;
    box-sizing: border-box;
    color: #191919;
    padding-top: 0;
}
#advsearch form {
    margin-top: 0;
}
a, 
a:link, 
a:visited,
a#advanced_search_link, 
a#regular_search_link {
    color: #5b8634;
}
a:hover,
a#advanced_search_link:hover, 
a#regular_search_link:hover {
    color: #384d24;
}

/* Map Listings Page */
#map_listing_popup h3 {
    font-size: 1.85em !important; 
}
#map_listing_popup h4 {
    font-size: 1.15em !important; 
    text-align: left;
}
#map_listing_popup p {
    font-size: 1em;
    padding-bottom: 5px;
}
#map_listing_popup p.viewlisting {
    text-align: right;
}
.gm-style img {
    /* min-width: 200px !important; */
    height: auto !important;
    float: left;
    margin: 0 10px 10px 0;
}

/* Details Pages */
.address-bar {
    background: #5b8634;
}
.home-information.details h3 {
    color: #555;
    border-bottom: 1px #555 solid;
}
.rsThumbsArrow {
    background: rgba(91, 134, 52, 0.75);
}
.right-side .inf p.more, .right-side .inf p.more2 {
    color: #5b8634;
}
.right-side a > i {
    color: #555;
}
.right-side .interact h3 {
    border-top: 5px #5b8634 solid;
}
p.back.bottom {
    padding-left: 0;
}
form#contact_agent input[type="submit"] {
    background: #5b8634;
}
form#contact_agent input[type="submit"]:hover {
    background: #384d24;
}
@media screen and (max-width: 768px) {
    body, body#home {
        border-top: 0;
        background: #fff;
    }
}