a:hover, 
.clr, 
.clr a,
a.clr, 
.owl-buttons .owl-prev:hover::before, 
.owl-buttons .owl-next:hover::before,
.watchlist2 a,
.scrollToTop span:hover {
	color:#0e7c00c9;
}
.sclr,
.sclr a,
.sclr a:hover,
a.sclr, 
a.sclr:hover {
	color:#ff9900!important;
}
a.whover:hover, .whover a:hover { color:#fff; }


.clr-layer {
	background:rgba(88, 189, 90, 0.95);
}
.bg-layer {
	background: #dcdcdc
}

.bdr {
	border:1px solid #58bd5a;
}

.bg {
	background:#555;
}
.sbg,
#sections #fuListings .carousel-control {
	background-color:#fca626;
}

.togglebutton.active a.grid-button, 
.togglebutton a.list-button { 
	background:#58bd5a; border:1px solid #4cae4c;
	border-radius: 5px;
}
.dropdown-submenu>a:hover::after {
	border-left-color: #58bd5a;
}
.widget.subscribe { border-color:#f19203; background:#fca626; }
#footer .footer-top a:hover { color:#fff!important;}

/** BUTTONS **/
.btn-clr, a.btn-clr, button.btn-clr {
    background-color: #fca626;
    color: #fff;
    border: none;
    width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
    outline: none!important;
    border-radius: 5px;
	font-size: 16px;
    line-height: 32px;
}
.btn-clr:hover, .btn-clr:active, .btn-clr:focus, a.btn-clr:hover, a.btn-clr:focus {
	background-color:#eea236!important;
	color:#fff!important;
	border:none!important; /* Remove border on hover/focus */
	outline:none!important; /* Ensure no outline on hover/focus */
}
.btn-sclr, a.btn-sclr, button.btn-sclr {
	background-color:#fca626!important;
	color:#fff!important;
	border:none!important; /* Remove border */
	width:100%!important; /* Set width to 100% */
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	outline:none!important; /* Remove outline on focus */
	border-radius: 5px;
	line-height: 26px;
    height: 38px;
}
.btn-sclr:hover, .btn-sclr:active, .btn-sclr:focus, a.btn-sclr:hover, a.btn-sclr:focus {
	background-color:#ffb13d!important;
	color:#fff!important;
	border:none!important; /* Remove border on hover/focus */
	outline:none!important; /* Ensure no outline on hover/focus */
}

.price.sclr {
}
