/*--Vista Oaks Realty custom-color.css--*/

#header .container .row-flex:nth-child(2) .column-end > ul li.list-inline-item.action span, #header .map-filter-wrapper .row-flex:nth-child(2) .column-end > ul li.list-inline-item.action span {
	color: #651D33;
}
@media (max-width: 991px) {
	.nav-primary .nav-item-parent:hover > a {
    	color: #651D33;
	}
}
@media (min-width: 992px) {
	.nav-primary .nav-item-parent:hover > a,
	.nav-primary .sub-menu a:hover {
    	color: #651D33;
	}
}


a {
    color: #651D33;
}
a:hover {
    color: #51091F;
}
.btn-primary, .pricing-btn {
	background-color: #651D33;
}
.btn-primary:active, .pricing-btn:active, .btn-primary:hover, .pricing-btn:hover, .btn-primary:focus, .pricing-btn:focus, .btn-primary:active:active, .pricing-btn:active:active {
	background-color: #51091F;
}

/**
 * https://www.cssfontstack.com/oldsites/hexcolortool/
 * 8% to each side of primary
**/
.information-bar,
.content-title {
    background-color: #651D33;
    background-image: linear-gradient(to right, #51091F, #793147);
}

.section-inverse {
    background-color: #651D33;
}

.chatbox-launch-button {
    background-color: #651D33 !important;
}


.listing-box:hover .listing-box-title,
.listing-box-image-link:after,
.listing-box-background .listing-box-title {
	background-color: #651D33;
}

.filter.filter-primary {
	background-color: #651D33;
}

/**
 * Property type filters
**/
.imagecheck-group .imagecheck:checked + .checker,
.imagecheck-group label:hover {
    color: #651D33;
}

/**
 * Map view sales clusters
 * Primary RGBA
**/
.marker-cluster-small,
.marker-cluster-small div, 
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-large,
.marker-cluster-large div {
    background-color: rgba(101, 29, 51, 0.6) !important;
}

/**
 * Map view popup listing box price and search
**/
.popup-price,
.listing-window-image:before {
	background-color: #651D33;
}

/**
 * Map view property links
**/
#scrolling-column #map-listings-container .col .card .listing-id .card-body .card-title .card-price {
	background-color: #651D33;
}

#scrolling-column #map-listings-container .col .card .card-actions a,
.listing-row-image-links a,
.listing-box-image-links a {
	background-color: #651D33;
}
#scrolling-column #map-listings-container .col .card .card-actions a:hover,
.listing-row-image-links a:hover,
.listing-box-image-links a:hover {
	color: #fff;
}
/**
 * https://www.cssfontstack.com/oldsites/hexcolortool/
 * 7% darker than primary
**/
#scrolling-column #map-listings-container .col .card .card-actions a:first-child,
.listing-row-image-links a:first-child,
.listing-box-image-links a:first-child {
    background-color: rgba(47, 0, 0, 0.9);
}
#scrolling-column #map-listings-container .col .card .card-actions a:nth-child(2),
.listing-row-image-links a:nth-child(2),
.listing-box-image-links a:nth-child(2) {
    background-color: rgba(65, 0, 15, 0.9);
}
#scrolling-column #map-listings-container .col .card .card-actions a:nth-child(3),
.listing-row-image-links a:nth-child(3),
.listing-box-image-links a:nth-child(3) {
    background-color: rgba(83, 11, 33, 0.9);
}
#scrolling-column #map-listings-container .col .card .card-actions a:first-child:hover,
.listing-row-image-links a:first-child:hover,
.listing-box-image-links a:first-child:hover {
    background-color: rgba(47, 0, 0, 1);
}
#scrolling-column #map-listings-container .col .card .card-actions a:nth-child(2):hover,
.listing-row-image-links a:nth-child(2):hover,
.listing-box-image-links a:nth-child(2):hover {
    background-color: rgba(65, 0, 15, 1);
}
#scrolling-column #map-listings-container .col .card .card-actions a:nth-child(3):hover,
.listing-row-image-links a:nth-child(3):hover,
.listing-box-image-links a:nth-child(3):hover {
    background-color: rgba(83, 11, 33, 1);
}



/**
 * List view listing box details
**/
.listing-row-content h4 {
    background-color: #651D33;
}
.listing-row-attributes li .fa {
    color: #651D33;
}
.widget .nav-style-secondary .nav-link:hover {
    background-color: #651D33;
}
.valuation-item-value span {
    background-color: #651D33;
}

/**
 * Listing details label over image
**/
.listing-box-image-label,
.listing-details-label {
	background-color: #651D33;
}

/**
 * https://www.cssfontstack.com/oldsites/hexcolortool/
 * 1% darker than primary
**/
.widget .nav-style-primary .nav-item:hover {
	background-color: #651D33;
}
.widget .nav-style-primary .nav-item {
    background-color: #651D33;
}
.widget .nav-style-primary .nav-item:nth-child(10) {
    background-color: #621A30;
}
.widget .nav-style-primary .nav-item:nth-child(9) {
    background-color: #60182E;
}
.widget .nav-style-primary .nav-item:nth-child(8) {
    background-color: #5D152B;
}
.widget .nav-style-primary .nav-item:nth-child(7) {
    background-color: #5B1329;
}
.widget .nav-style-primary .nav-item:nth-child(6) {
    background-color: #581026;
}
.widget .nav-style-primary .nav-item:nth-child(5) {
    background-color: #550D23;
}
.widget .nav-style-primary .nav-item:nth-child(4) {
    background-color: #530B21;
}
.widget .nav-style-primary .nav-item:nth-child(3) {
    background-color: #50081E;
}
.widget .nav-style-primary .nav-item:nth-child(2) {
    background-color: #4E061C;
}
.widget .nav-style-primary .nav-item:nth-child(1) {
    background-color: #4B0319;
}


.listing-small-image a:before {
    background-color: #651D33;
}
.listing-small-content h4 a {
    color: #651D33;
}


/**
 * Pagination
**/
.numpage:first-child .page-link, .numpage:last-child .page-link {
    background-color: #651D33;
}


.footer-top .social .fa:hover {
    background-color: #651D33;
}