.section-location {
	background-color: #EFEFEF;
}
.location-heading {
	text-align: center;
	border-bottom: 5px solid #B11B29;
}

.section-listings {
	background-color: #EFEFEF;
}

.listings-heading {
	text-align: center;
	border-bottom: 5px solid #B11B29;
}
.listings-container .listing {
	background-color: #FFFFFF;
}
.listings-container .listing img {
	width: 100%;
	max-width: 100%;
}
.listings-container .listing-info {
	position: relative;
	z-index: 1;
}
.listings-container .listing-info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 10px;
	height: 120px;
	background-color: #B11B29;
}
.listings-container .listing-price {
	color: #B11B29;
}
.listings-container .listing-button .z-button {
	background-color: #000000 !important;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.view-more-listings.z-button {
	background-color: #B11B29 !important;
	color: #FFFFFF;
	padding: 1em 2em !important;
	text-transform: uppercase;
}


@media screen and (max-width: 1362px) {

}

@media screen and (max-width: 992px) {
	.listing {
		max-width: 43%;
	}
}

@media screen and (max-width: 767px) {
	.community-logo {
		float: none;
		display: block;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 479px) {
	.listing {
		width: 85%;
		max-width: 85%;
	}
}
