





.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 */

.blocks-site .infographic-rss .weblet_web-syndication {
	margin-top: 0;
	padding-top: calc(var(--spacing-1,0) * 20);
}
.infographic-rss .weblet_web-syndication h1, 
.infographic-rss .weblet_web-syndication h2, 
.infographic-rss .weblet_web-syndication h3, 
.infographic-rss .weblet_web-syndication h4, 
.infographic-rss .weblet_web-syndication h5, 
.infographic-rss .weblet_web-syndication h6, 
.infographic-rss .weblet_web-syndication .title {
	text-transform: var(--title-case);
	font-family: var(--custom-title-font-family, var(--title-font-family));
	font-weight: var(--title-weight);
	font-style: var(--title-style);
	letter-spacing: var(--title-spacing);
	color: #FFF;
}
.mrp-weblet-web-syndication .weblet_web-syndication-entry-heading a {
	color: #FFF;
}

.infographic-rss .weblet_web-syndication h1 {
	text-align: center !important;
	font-size: var(--text-size6) !important;
}
.infographic-rss .weblet_web-syndication h1:after {
	content: "";
	width: 8rem;
	height: 2px;
	background-color: #FFF;
	display: block;
	margin: 0.75rem auto 0 auto;
} 

.infographic-rss .weblet_web-syndication-entry-text img {
	float: left;
	max-width: 45% !important;
	margin: 0 1rem 1rem 0 !important;
} 
.infographic-rss .weblet_web-syndication-entry-text a img {
	float: none !important;
	max-width: none !important;
	margin: initial !important;
}

.infographic-rss .weblet_web-syndication-entry-text p:first-of-type {
	margin-top: 0 !important;
} 

.infographic-rss .weblet_web-syndication-entry-text a {
	color: currentColor;
	text-decoration: underline;
	transition: all 0.5s ease;
}
.infographic-rss .weblet_web-syndication-entry-text a:hover {
	color: #dbdbdb;
} 

.infographic-rss .info-button {
	background-color: #FFF;
	color: var(--g-accent-color);
}