.sp-default-logo {
	max-width: 80% !important;
}
.sp-scroll-logo {
	max-width: 80% !important;
}

.spproperty-agent-widget .agent-img {
	max-width: 25%;
}

.spproperty-agent-widget .agent-img img {
	border: 9px solid #fff;
	border-radius: 0% !important;
}


.slide_thumb_wrap .flexslider .slides li {
	cursor: pointer;
	width: 50% !important;
}

.slide_thumb_wrap .flexslider .slides li img {
	object-fit: cover;
	object-position: center;
}

/* When the slide is active, scale the container */
.slide_thumb_wrap .flexslider .slides li.flex-active-slide .thumb-wrap {
	transform: scaleY(1.4);
	transform-origin: bottom;
}

/* Cancel the scaling for the text inside */
.slide_thumb_wrap .flexslider .slides li.flex-active-slide .thumb-wrap .thumb-text {
	visibility: visible;
	opacity: 1;
	transform: scaleY(0.714); /* inverse of 1.4 to neutralize */
	transform-origin: bottom;
	height: 140px !important;
	top: 0px !important;
}


.slide_thumb_wrap .flexslider .slides li .thumb-wrap .thumb-text {
	background: rgba(0,0,0,0.8) none repeat scroll 0 0;
}

.slide_thumb_wrap .flexslider .slides li:nth-child(2) .thumb-wrap .thumb-text {
	background: rgba(0, 111, 17, 0.8);
}

#spproperty-slider.owl-carousel .owl-item::before {
	background: rgba(0, 4, 2, 0.77) !important;

}

@media screen and (max-width: 768px) {
#sp-header-sticky-wrapper {
	height:100px !important;
}	
#sp-header {
	height:100px !important;
}	
}

.property-image .owl-dots {
	display: none !important;
}

.property-image {
	max-height: 350px;
}

.spproperty-map #map {
	display: none !important;
}

.spproperty .sp-properties-wrapper .property-details .property-title {
	text-transform: none !important;
}

.badge.is-overlay.is-sold {
    position: absolute;
    top: 15px;
    left: -56px;
    background-color: #d9534f; /* Red-ish, adjust as needed */
    color: white;
    padding: 12px 60px !important;
    font-weight: bold !important;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 10;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    font-size: 15px !important;
}


.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 42px !important;
	border: 1px solid #d5d5d5 !important;
	border-radius: 0px !important;
	background-color: #fff;
	background: #fff !important;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0, 0, 0, 0.1) !important;
	color: #9d9fa1 !important;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container-single .chosen-single {
	color: #444;
	white-space: nowrap;
	line-height: 38px !important;
}

.chosen-container-single .chosen-single div b {
	display: none !important;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #b3b3b3;
	background-image: linear-gradient(#b3b3b3 20%, #b3b3b3 90%);
	color: #fff;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.slider-title-wrap .btn.btn-primary {
    animation: pulse 2s infinite ease-in-out;
}

.slider-title-wrap .btn.btn-primary:hover {
    animation: none;
}


.spproperty-feature-overview .spproperty-feature-overview-list li {
	float: left;
	width: 200px !important;
}