.AL_properties_widget {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.AL_properties_widget .property {
	width: 30%;
	border-radius: 30px;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.AL_properties_widget .resize-con img {
	float: none;
}
.AL_properties_widget .property .brokerage {
	width: auto;
	background: rgba(0,0,0,0.38);
	top: 10px;
	right: 20px;
	height: auto;
	padding: 3px 10px;
	font-size: 7px;
}
.AL_properties_widget.feature-listings .property::after {
	content: 'Featured Listing';
	background: #a52b2f;
	color: #fff;
	position: absolute;
	top: 0px;
	z-index: 1;
	font-size: 10px;
	left: 20px;
	top: 10px;
	padding: 3px 10px;
}
.AL_properties_widget .property .info {
	width: 100%;
	background: transparent;
	padding: 15px 20px;
	border-radius: 0px 0px 30px 30px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 56%, rgba(0,0,0,0) 100%);
}
.AL_properties_widget .property .info .details {
	color: #222;
	text-shadow: none;
	font-size: 8px;
	font-weight: 700;
	background: #fff;
	padding: 0px 10px;
	letter-spacing: 1px;
}
.AL_properties_widget .property .info .location {
	background: transparent;
	display: block;
	width: 100%;
	text-shadow: none;
	font-size: 14px;
	margin-top: 15px;
	padding-right: 140px;
	line-height: 22px;
}
.AL_properties_widget .hasPagination ul.pagination {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.AL_properties_widget .property .info .price {
	float: right;
	color: #fff;
	font-size: 28px;
	text-shadow: none;
	font-weight: 700;
	position: absolute;
	bottom: 20px;
	right: 15px;
}
.AL_properties_widget .property:hover img {
	transform: none;
}
.AL_properties_widget .property{
    transition:0.3s;
}
.AL_properties_widget .property:hover {
	transition: 0.3s;
	transform: scale(1.01);
}
.AL_properties_widget .hasPagination ul.pagination a {
	width: auto;
}
.communityListingsWrap .AL_properties_widget .property {
	width: 30%;
	margin: 15px 15px;
}
.AL_properties_widget.customBox .property{
    overflow:hidden;
}
@media only screen and (max-width:1300px){
    .AL_properties_widget .property .brokerage {
	display: none;
}
.AL_properties_widget .property {
	width: 40%;
}
.AL_properties_widget .property .info .price {
	font-size: 18px;
}
.AL_properties_widget .property .info .location {
	font-size: 12px;
	padding-right: 110px;
	margin-top: 5px;
}
.communityListingsWrap .AL_properties_widget .property {
	width: 40%;
}
}

@media only screen and (max-width:991px){
    
}

@media only screen and (max-width:767px){
    .communityListingsWrap .AL_properties_widget .property {
	width: 100%;
	margin: 15px 15px;
	max-width: 500px;
}
}

@media only screen and (max-width:580px){
    
}