





.html-layout {
    background-color: var(--g-accent-color);
} 

.leads-200c .title-underline .title:after, 
.cards-200c .title-underline .title:after, 
.forms-200c .title-underline .title:after, 
.boxes-200c .title-underline .title:after {
    background-color: var(--title-underline-color, #FFF);
}

.leads-200c .text a, 
.cards-200c .text a, 
.forms-200c .text a, 
.boxes-200c .text a {
	color: currentColor;
    transition: all 0.5s ease;
    text-decoration: underline;
}
.leads-200c .text a:hover, 
.cards-200c .text a:hover, 
.forms-200c .text a:hover, 
.boxes-200c .text a:hover {
    color: #dbdbdb;
}




/* --- Listings Color Fix --- */

.mrp-style-area {
    background-color: transparent;
}
#listing-results-view#listing-results-view ul.mrp-listing-results li {
    background-color: #FFF;
}
#listing-details-view#listing-details-view.mrp-style-area .mrp-i-unit, #listing-details-view#listing-details-view.mrp-style-area .mrp-m-unit {
    color: #FFF !important;
}
#listing-details-view#listing-details-view.mrp-style-area .mrp-listing-info-container {
    color: #FFF;
}
#listing-details-view#listing-details-view.mrp-style-area .mdicon {
    color: #FFF;
}
#listing-details-view#listing-details-view.mrp-style-area .mid-content {
    color: #FFF;
}
#listing-results-view#listing-results-view.mrp-style-area .mrp-results-numbers, 
.mrp-listing-results-footer, 
#listing-results-view.mrp-style-area .mrp-listing-last-modified {
    color: #FFF;
}
#listing-results-view.mrp-style-area .mrp-listing-results-sub-categories > ul > li a {
	color: rgba(255, 255, 255, 0.75) !important;
}
#listing-results-view.mrp-style-area .mrp-listing-results-sub-categories > ul > li.selected a {
	color: #FFF !important;
}
#listing-results-view.mrp-style-area.sm560 .mrp-listing-page-navigation .page-buttons a {
    background-color: #FFF;
}
#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
    background: rgba(0, 0, 0, 0.1) !important;
}
#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info a {
    color: #FFF !important;
}


.mrp-popup.mrp-style-area {
    background-color: #FFF;
}
#listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .idx-basic-control, #listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .toggle-control, #listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .save-search, #listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .launch-map, #listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .show-hide, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .basic-control, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .toggle-control, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .save-search, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .launch-map, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .show-hide, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .reset-form {
    background-color: #FFF;
}
#listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .save-search, #listing-results-view#listing-results-view.mrp-style-area .mrp-basic-filter-form .save-search {
    background-color: var(--g-accent-color);
    color: var(--g-inverted-text-color);
}
#listing-details-view#listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .btn, #listing-results-view#listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .btn {
    background-color: #FFF;
    color: var(--g-accent-color);
}
#listing-results-view#listing-results-view.mrp-style-area .idx-basic-form .idx-basic-omni-control .selectize-input {
    background-color: #f9f9f9;
}

/* END LISTINGS COLOR FIX STYLES */