/*******************************************************
 *
 * Community Landing Page
 *
 *******************************************************/

.ip-banner h1 {
  display: none;
}
#content #breadcrumbs {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}
#inner-page-wrapper > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.comm-wrapper {
	margin-top: 100px;
}
.comm-top {
	background: url('../../images/bg-stats.jpg') no-repeat center / cover;	
	font-size: 0;
}
.comm-title {
	text-align: center;
}
.section-title {
	display: inline-block;
	padding: 10px 30px;	
}
.comm-top .section-title {
	background: #fff;
}
.section-title::before {
	display: none;
}
.comm-head-wrapper {
  max-width: 1370px;
  margin: 0 auto;
	background: #fff;
  padding-bottom: 100px;
}

.head-title {
	text-align: center;
	 color: #000;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 20px;
	padding-top: 50px;
}
.comm-head-title {
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
	line-height: 1.2;
  padding-bottom: 20px;
	font-weight: 100;
}
.comm-head-title span {
  display: block;
  font-size: 17px;
  line-height: 10px;
}
.comm-head-block {
  max-width: 100%;
  margin: 0 auto;
}
.comm-head-items {
  display: flex;
}
.comm-head-item {
  display: inline-block;
  width: calc(100% /3);
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  position: relative;
  color: #000;
}
.comm-head-item:first-child:after {
	content: '';
	display: block;
	width: 100%;;
	height: 1px;
	position: absolute;
	background: #bdae9b;
	top: 0;
	left: 50%;
}
.comm-head-item:nth-child(2):after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #bdae9b;
	top: 0;
	left: 0;
}
.comm-head-item:last-child:after {
	content: '';
	display: block;
	width: 100%;;
	height: 1px;
	position: absolute;
	background: #bdae9b;
	top: 0;
	right: 50%;
}
#content .comm-head-item strong {
	font-weight: normal;
}
.comm-head-item span {
  display: block;
  font-size: 14px;
	font-family: "Roboto", sans-serif;
  font-weight: 300;
	color: #484848;
}
.comm-head-item::before {
  content: '';
  width: 1px;
  height: 30px;
  background: #bdae9b;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.content-main, 
.content-section {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 105px 0;
}
.content-wrapper {
	padding: 25px 0;
	max-width: 1470px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.content-photo-wrap {
	position: relative;
	width: 46%;
	padding-left: 3%;
}
.content-text {
	width: 54%;
	padding-left: 4%;
  padding-right: 2%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #484848;
}
#content .content-text h3 {
  font-size: 20px;
	margin-top: 40px;
	font-weight: 300;
}
.content-photo-wrap::before {
	background: url('../../images/bg-stats.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
  content: '';
  width: calc(100% + 50px);
  height: calc(100% + 12px);
  max-height: 500px;
  left: -20%;
  bottom: -30%;
}
.content-photo {
	position: relative;
}
.content-photo canvas {
	display: block;
	width: 100%;
	height: auto;
}
.content-photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 0.3s;
}
.content-photo::before, 
.content-photo::after {
	position: absolute;
	content: '';
	width: 186px;
	height: 186px;
	border: 4px solid;
	border-image-source: -webkit-linear-gradient(#b34e7d, #0083c0, #b34e7d);
	border-image-source: -o-linear-gradient(#b34e7d, #0083c0, #b34e7d);
	border-image-source: linear-gradient(#b34e7d, #0083c0, #b34e7d);
	border-image-slice: 1;
	z-index: 1;
}
.content-photo::before {
	top: -25px;
	right: -25px;
	border-left: none;
	border-bottom: none;
}
.content-photo::after {
	bottom: -25px;
	left: -25px;
	border-right: none;
	border-top: none;
}
.section-bg {
	position: absolute;
	width: 100%;
	  height: auto;
    bottom: 0;
    left: 0;
	overflow:hidden;
}
.section-bg canvas {	
	display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
	filter: grayscale();	
	opacity: 0.2;
}
.section-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 59%, rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 59%, rgba(125,185,232,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 59%, rgba(125,185,232,0) 100%);

}
.content-text .section-title {
	color: #484848;
	padding: 0;
  margin-bottom: 30px;
}
.first-section .content-wrapper {
	flex-direction: row-reverse;
}
.first-section .content-photo-wrap {
	padding-right: 3%;
}
.first-section .content-text {
	padding-left: 2%;
  padding-right: 4%;
}
.first-section .content-photo-wrap::before {
	right: -20%;
	left: auto;
}
.content-section .content-text {
	font-family: inherit;
}

.second-section .content-wrapper:nth-child(odd) {
	flex-direction: row-reverse;
}
.second-section .content-wrapper:nth-child(odd) .content-photo-wrap {
	padding-right: 3%;
}
.second-section .content-wrapper:nth-child(odd) .content-text {
	padding-left: 2%;
  padding-right: 4%;
}
.second-section .content-wrapper:nth-child(odd) .content-photo-wrap::before {
	right: -20%;
	left: auto;
}

.third-section .content-wrapper:nth-child(even) {
	flex-direction: row-reverse;
}
.third-section .content-wrapper:nth-child(even) .content-photo-wrap {
	padding-right: 3%;
}
.third-section .content-wrapper:nth-child(even) .content-text {
	padding-left: 2%;
  padding-right: 4%;
}
.third-section .content-wrapper:nth-child(even) .content-photo-wrap::before {
	right: -20%;
	left: auto;
}

#content .content-wrapper ul {
	margin-left: 20px;
}
.content-wrapper li span {
  color: #e84b7d;
}
.content-wrapper li::marker {
  color: #e84b7d;
	font-size: 20px
}

.content-listings {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 105px 0 0;
}
.comm-listing-wrap {
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.content-listings .section-title {
	padding-left: 0;
}
.comm-list {
	width: 100%;
	max-width: 341px;
	padding: 0 12px;
}
.comm-list a {
	position: relative;
}
.comm-listing-top {
	padding: 0 5% 50px;
}
.comm-list-pic {
	position: relative;
}
.comm-list-pic canvas {
	display: block;
	width: 100%;
	height: auto;
}
.comm-list-pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: 0.3s;
}
.comm-listing-bottom {
	text-align: center;
    margin: 0 auto;
}
.conm-price {
	position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  padding: 10px 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  background: -webkit-linear-gradient(left, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 23%, rgba(118,92,167,1) 76%, rgba(0,131,192,1) 100%);
  background: -o-linear-gradient(left, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 23%, rgba(118,92,167,1) 76%, rgba(0,131,192,1) 100%);
  background: linear-gradient(to right, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 23%, rgba(118,92,167,1) 76%, rgba(0,131,192,1) 100%);
  text-align: center;
  max-width: 100%;

}
.comm-list-details {
	padding: 25px 15px;
  width: 85%;
  border-bottom: 4px solid #e84b7d;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.comm-list-shadow {
	width: 85%;
	object-position: center;
	object-fit: cover;
	margin: 0 auto;
  position: relative;
  height: auto;
}
.comm-address {
	font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}.comm-infos {
	font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #5e5e5e;
	padding: 0 15px;
}
.comm-list a:hover .comm-address {
	color: #e84b7d;
}

#content ul.slick-dots {
	margin: 50px auto 0;
	list-style-type: none;
	    display: flex;
    gap: 15px;
    align-items: center;
	justify-content: center;
}
#content .slick-dots li {
    line-height: 1;
	display: flex;
	align-items: center;
	margin: 0;
}
#content .slick-dots button {
	    border: 0;
    border-radius: 50%;
    padding: 7px;
    font-size: 0;
	background: #dbdbdb;
}
#content .slick-dots .slick-active button {
	background: -webkit-linear-gradient(45deg, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 23%, rgba(118,92,167,1) 76%, rgba(0,131,192,1) 100%);
  background: -o-linear-gradient(45deg, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 23%, rgba(118,92,167,1) 76%, rgba(0,131,192,1) 100%);
  background: linear-gradient(to 45deg, rgba(179,78,125,1) 0%, rgba(239,75,128,1) 23%, rgba(118,92,167,1) 76%, rgba(0,131,192,1) 100%);
}
#content .slick-dots .slick-active {
	border: 1px solid #e84b7d;
	border-radius: 50%;
	padding: 5px;	
	display: flex;
	align-items: center;
}


/*** Media Queries ***/
@media only screen and (min-width: 992px) {
	
}

@media only screen and (max-width: 1600px) {
	
}

@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
  .comm-head-block {
    max-width: 100%;
  }
	
	.content-wrapper {
		flex-flow: column;
		justify-content: center;
	}
	.content-photo-wrap::before {
		display: none;
	}
	.content-photo-wrap {
		padding: 0;
		width: 90%;
	}
	.content-text {
		width: 100%;
	}
	.first-section .content-wrapper,
	.second-section .content-wrapper,
	.third-section .content-wrapper {
		flex-direction: column !important;
	}
	.first-section .content-text,
	.second-section .content-text,
	.third-section .content-text {
		padding-left: 4%;
  padding-right: 2%;
	}
	.content-main, .content-section, .content-listings {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 767px) {
	
}