/*******************************************************
 *
 * Custom Community Page
 *
 *******************************************************/

.ip-banner {
	display: none;
}
.ip-banner.custom-comm {
	display: block;
}

.ip-banner canvas{
	min-height: 70vh;
}

.custom-title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
}
.custom-title h1 {
	font-size: 92px;
	line-height: 1;
	font-family: var(--title-font);
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.custom-title span {
	font-size: 20px;
	letter-spacing: 0.09em;
	position: relative;
	text-align: justify;
	color: #fff;
	text-transform: uppercase;
}

.ip-container #breadcrumbs {
	display: none;
}
.container {
	width: 100%;
	padding: 0;
}
#inner-page-wrapper {
	margin: 0;
}
#content-full {
	margin-top: 0;
}

.main-community-wrapper {
	position: relative;
	background: #fff;
	padding: 0;
}
.section-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}
.sec1-wrapper {
	max-width: 85%;
	margin: 0 auto;
	display: flex;
	width: 100%;
}
.s1-left {
	background: #000;
	padding: 110px 110px;
	color: #fff;
	margin-left: calc(calc(-100vw + 100%) / 2);
  width: calc(35% + calc(calc(100vw - 100%) / 2));
  padding-left: 13%;
}
#content .s1-left ol {
	margin: 0;
	margin-left: 20px;
}
#content .comm-content .s1-left li {
	margin: 10px 0;
	text-transform: uppercase;
  padding-left: 15px;
	    line-height: 1.7;
}
.s1-right {
	width: 65%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #fff;
	padding: 110px 20px 110px 0;
}
.s1-right-pic {
	width: 160%;
	margin-left: -10%;
	position: relative;
	height: auto !important;
}
.s1-right-text {
	padding-left: 20px;
	width: 250%;
}
.s1-right-text .s1-right-text-content {
	max-width: 70%;
    text-align: justify;
    max-height: 400px;
}
.s1-right-text .s1-right-text-content p {
    padding-right: 15px;
}

.s1-right-text-content .simplebar-track.horizontal{
	display: none;
}

#content .comm-content {
	font-size: 18px;
	letter-spacing: 0.05em;
	position: relative;
	text-align: justify;
}
#content .comm-content h3 {
	font-size: 32px;
  line-height: 1;
  font-family: var(--title-font);
  font-weight: 500;
	text-align: left;
}
#content .comm-content h4 {
	font-size: 24px;
  line-height: 1;
  font-weight: 500;
	text-align: left;
}
#content .comm-content ol {
	margin: 0;
	margin-left: 20px;
	padding-right: 20px;
}
#content .comm-content li {
	margin: 10px 0;
  padding-left: 10px;
	    text-align: left;
    line-height: 1;
}

.comm-pic {
    position: relative;
    overflow: hidden;
	height: 100%;
}
.comm-pic canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.comm-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.section-container {
	max-width: 70%;
	margin: 0 auto;
	padding: 110px 20px;
}

.sec2-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.sec2-content {
	position: relative;
	color: #fff;
	z-index: 2;
	min-height: 800px;
}
.sec2-bg .comm-pic:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}
.sec2-bg .comm-pic img {
	background-position: center bottom;
	filter: grayscale(1);
	opacity: 0.2;
}
.section-2 .section-container {
	width: 60%;	
}
.comm-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comm-tab-wrap {
	margin-bottom: 30px;
}
.comm-tabs {
	display: none;
	color: #000;
}
.comm-tabs.active {
	display: block;
}
.comm-tab-control {
	width: calc(100% / 5);
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	background: rgba(233,233,233,0.7);
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	height: 100%;
	cursor: pointer;
	color: #000;
}
.comm-tab-control:not(:last-child) {
	margin-right: 1px;
}
.comm-tab-control.active,
.comm-tab-control:hover {
	color: #fff;
	background: #000;
}
.comm-listings-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.comm-listing {
	position: relative;
	width: calc(33.33% - 5px);
	margin-bottom: 10px;
}
.comm-listing .comm-pic:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.listing-data {
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	width: 100%;
	z-index: 2;
	color: #fff;
}
.listing-address {
	font-size: 24px;
  line-height: 1;
  font-family: var(--title-font);
  font-weight: 500;
  text-align: left;
}
.listing-details {
	display: flex;
	gap: 20px;
  justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
}
.listing-details span {
	font-size: 14px;
}
.listing-details strong {
	font-size: 20px;
	margin-left: 10px;
	font-weight: 500;
}

.sec3-bg .comm-pic:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}
.sec3-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.sec3-content {
	position: relative;
	color: #fff;	
	z-index: 2;
}
.section-3 .section-container {
	padding: 110px 20px 150px 20px;
}
#content .sec3-content .entry-title {
	color: #fff;
}

#content .entry-title {
	margin-top: 0;
	text-align: left;
}

.section-4 .section-container {
	padding-top: 60px;
	padding-bottom: 0
}

.section-5 .section-container {
	padding-bottom: 0;
}
/*.sec5-content-upper {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}*/
.sec5-content-lower .row {
	display: flex;
  flex-flow: row wrap;
}
.sec5-content-lower .row div {
	margin-top: 30px;
}
.sec5-left,
.sec5-right {
	width: calc(50% - 20px);
	position: relative;
	display: block;
}
.sec5-right {
    float: right;
    margin-left: 3%;
}
.sec5-right .comm-pic {
	margin-right: calc(calc(-100vw + 100%) / 2);
  width: calc(50% + calc(calc(100vw - 100%) / 2));
}
.sec5-content-lower .row {
	display: flex;
  flex-flow: row wrap;
}

.section-6 .sec6-content-upper .section-container {
	max-width: 90%;
	padding-bottom: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.section-6 .sec6-content-lower .section-container {
	padding-top: 0;
	max-width: 70%;
	padding-bottom: 80px;
}
.sec6-left,
.sec6-right {
	width: calc(50% - 20px);
	position: relative;
	display: block;
}
.sec6-left .comm-pic {
	margin-left: calc(calc(-100vw + 200%) / 2);
}
.sec6-content-lower {
	background: #000;
	padding-top: 110px;
	margin-top: -60px;
	color: #fff;
}
.sec6-content-lower ul {
    margin-left: 15px !important;
	column-gap: 50px;
}
.sec6-content-lower .sec6-content-list-3-column {
	column-count: 3;
}
.sec6-right p {
	max-width: 85%;
  text-align: justify;
}

.sec7-content-upper {
	padding-bottom: 60px;
}
.sec7-middle-content .comm-pic {
	float: left;
	width: 49%;
  margin-right: 30px;
}
.section-7  .section-container {
	padding-top: 60px;
}
#content .sec7-middle-content h3 {
	margin-top: 0;
}

.section-8 .section-container {
	padding-top: 0;
}


/*** Media Queries ***/
@media only screen and (min-width: 992px) {
	
}

@media only screen and (max-width: 1600px) {
	#content .entry-title {
		font-size: 52px;
	}
	.listing-details {
		gap: 10px;
	}
	.listing-details strong {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 1440px) {
	#content .entry-title {
		font-size: 42px;
	}
	.listing-address {
		font-size: 18px;
	}
	.listing-details span {
		font-size: 11px;
		line-height: 1;
	}
	.listing-details strong {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1280px) {
	#content .entry-title {
		font-size: 35px;
	}
	.custom-title h1 {
		font-size: 72px;
	}
}

@media only screen and (max-width: 1199px) {
	.listing-details strong {
		font-size: 11px;
	}
	.listing-details {
		gap: 5px;
	}
}

@media only screen and (max-width: 991px) {
	.sec5-right {
	    float: none;
	    margin-bottom: 30px;
	    margin-left: 0;
	}
	.sec1-wrapper {
		flex-flow: row wrap;
	}
	#content .comm-content ol {
		list-style-position: inside;
		padding-right: 0;
		margin-left: 0;
	}
	#content .comm-content .s1-left li{
		padding-left: 0;
	}

	#content .comm-content h3 {
		text-align: center;
	}
	.sec1-wrapper {
		max-width: 100%;
		padding: 20px;
	}
	.s1-left {
		text-align: center;
		margin-left: initial;
		padding: 20px;
		width: 100%;
	}

	
	.s1-right {
		padding: 60px 0;
		flex-flow: column;
		width: 100%;
	}
	.s1-right-pic {
		width: 100%;
		margin-left: 0;
	}
	.s1-right-text {
		padding-left: 0;
		padding-top: 30px;
		width: 100%;
	}
	.s1-right-text .s1-right-text-content {
		max-width: 100%;
		text-align: center;
		max-height: unset;
	}

	.s1-right-text .s1-right-text-content .simplebar-content {
		margin: 0 !important;
	}

	.s1-right-text .s1-right-text-content p{
		padding: 0;
	}

	#content .entry-title {
		text-align: center;
	}
	.section-2 .section-container {
		width: 100%;
		max-width: 100%;
	}
	.comm-listing {
		width: 100%;
	}
	.listing-address {
		font-size: 24px;
	}
	.listing-details span {
		font-size: 14px;
	}
	.listing-details strong {
		font-size: 20px;
		margin-left: 10px;
	}
	.listing-details {
		 gap: 20px; 
	}
	.comm-tab {
		flex-flow: row wrap;
		justify-content: center;
	}
	.comm-tab-control {
		width: auto;
		margin-bottom: 10px;
  		min-width: 30.33%;
		padding: 10px 20px;
	}
	#content .comm-content {
		text-align: center;
	}
	#content .comm-content h4 {
		text-align: center;
	}
	.section-container {
		max-width: 100%;
		padding: 60px 20px;
		text-align: center;
	}
	#content ul,
	#content ol {
		list-style-position: inside;
		margin: 0;
	}
	#content .comm-content li {
		padding-left: 0;
		text-align: center;
	}
	.sec6-content-lower {
		padding-top: 60px;
		margin-top: 0;
	}
	.sec7-middle-content .comm-pic {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.sec6-left, .sec6-right {
		width: 100%;
	}
	.sec6-left .comm-pic {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.sec6-right p {
		max-width: 100%;
		text-align: center;
	}
	.sec5-left, .sec5-right {
		width: 100%;
	}
	.sec5-right .comm-pic {
		margin-right: 0;
		width: 100%;
	}
	.section-6 .sec6-content-upper .section-container {
		max-width: 100%;
	}
	.sec6-content-lower .sec6-content-list-3-column {
		column-count: 1;
	}
	.sec5-content-lower .row div {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	
}
@media only screen and (max-width: 480px) {
	.comm-tab-control {
		width: 100%;
	}
}