#filteringBox label {
	font-size: 14px;
	margin: 10px;
	position: relative;
	top: 0;
}

.lf-count {
	font-size: 14px;
	margin: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.filter-inputs-group {
	display: flex; 
	align-items: center;
	position: relative;	
}

.filter-inputs-group input[type="checkbox"] {
	margin: 0;
}

.listings-showmore {
    transition: height 100ms;
    overflow: hidden;
	max-height: none;
	height: 260px;
}

.listings-morelink {
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 12%,#FFF 88%,#FFF 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 12%,#FFF 88%,#FFF 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 12%,#FFF 88%,#FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#FFFFFF',GradientType=0);
}

.listings-showmore + [data-readmore-toggle] {
	width: 100%;
}

.listings-morelink {
	position: relative;
	top: -15px;
}

.services-filter-group .listings-morelink {
	top: 10px;
}

.listings-lesslink,
.listings-morelink {
	padding-top: 0;
	margin-top: 0;
	display: inline-block;
	font-size: 14px;
}

.filtered-post {
	margin-bottom: 20px;
	min-height: 240px;
}

.filtered-post img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.filtered-post h6 {
	line-height: 120%;
	font-size: 12px;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #aa9757;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

.ajax-loader {
	display: none;
}