/*
 * Template Name: Template Communities
 */
.ip-banner::before {
    display: none;
}
.ip-banner canvas {
    min-height: 200px;
	max-height: 200px;
	background: none transparent !important;
}

.ip-container .header:not(.fixed) {
	padding: 25px 0;
}

.ip-container .header .custom-container {
	max-width: 1460px;
}

.ip-container .header .logo {
	display: block;
	margin-right: 50px;
}

.ip-container .header:not(.fixed) .logo img {
	width: 210px;
	height: auto;
}

.ip-container #breadcrumbs {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	max-width: 1430px;
	width: 90%;
	margin: 0 auto 30px; 
}

.ip-container .hdrnav>li>a {
	color: #000;
}

.ip-container #breadcrumbs a {
	color: #808080;
}

/* */
#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.section-title h2 strong {
    display: inline-block;
}

.ip-fc-section {
	margin-bottom: 80px;
}

.ip-fc-section-container {
	position: relative;
	z-index: 3;
	width: 90%;
	max-width: 1410px;
	margin: 0 auto;
}

.ip-fc-section-container p {
	font-size: 22px;
	line-height: 1.6;
	color: #454545;
	margin-bottom: 45px;
}

.ip-fc-section-1 .section-title h2 {
	margin-bottom: 0;
	font-size: 110px;
	font-family: var(--font-family-title);	
	position: relative;
}

.ip-fc-section-1 .section-title h2 small {
	color: #afa5a5;
}

.ip-fc-section-title::before {
  content: '';
  background: url(../../images/ip-ab-section-title-icon.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 62px;
  transition: all var(--default-transition);
  margin: 0 auto 14px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all .5s;
  pointer-events: none;
}

.ip-fc-section-content {
	flex: 1;
	padding: 0 8%;
}

.ip-fc-section-1 .ip-fc-section-content::before {
  content: '';
  position: absolute;
  background: url(../../images/site-monogram.png) no-repeat;
  width: 372px;
  max-width: 95%;
  height: 680px;
  background-size: contain;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .05;
  pointer-events: none;
}

.ip-fc-section-1 .canvas-bg {
	max-height: 835px;
	top: auto;
	bottom: 0;
}

.ip-fc-section-1::after  {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 2;
	pointer-events: none;
}

.ip-fc-list {
	font-size: 0;
}

.ip-fc-list-item {
/*	width: calc(33.33% - 10px);	*/
	width: calc(100% / 3);	
	display: inline-block;	
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	/* box-shadow: 0 0 30px rgb(0 0 0 / 30%); */
	transition: transform .5s;	
	border: 5px transparent solid;
}

.ip-fc-list-item::before {
	content: '';
	background: url(../../images/site-monogram.png) no-repeat;
	background-size: contain;
	width: 68px;
	height: 123px;
	transition: all var(--default-transition);
	margin: 0 auto 14px;
	position: absolute;	
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: invert(1);	
	pointer-events: none;
	z-index: 2;
	opacity: 0;
}

.ip-fc-list-item-img::before, .ip-fc-list-item-img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;	
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: .85;
	transition: all .5s;
}

.ip-fc-list-item-img::after {
	background: linear-gradient(0deg, rgba(229,189,176,1) 0%, rgba(229,189,176,0) 100%);
	height: 100%;
	opacity: 0;
}

.ip-fc-list-item:hover {
	transform: scale(1.1);
	z-index: 10;
	border: 5px #fff solid;
	box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}
.ip-fc-list-item:hover::before {
	opacity: .65;
}
.ip-fc-list-item:hover .ip-fc-list-item-img::after {
	opacity: .85;
}

.ip-fc-list-item-label {
	position: absolute;
	bottom: 40px;
	z-index: 1;
	font-size: 26px;
	font-family: var(--font-family-title);
	color: #000;
	padding: 15px 20px;
	width: 50%;
	background: linear-gradient(90deg, rgba(229,189,176,1) 0%, rgba(229,189,176,0) 100%);
}

.ip-fc-lg{}
.ip-fc-lg_title{
	font-size: min(7vw,50px);
	text-transform: uppercase;
	margin: 0 0 0.4em;
}
.ip-fc-lg_items{}
.ip-fc-lg_item{}
.ip-fc-lg_item a{
	display: block;
	position: relative;
	border: 5px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}
.ip-fc-lg_item a .ip-fc-lg_item--img{
	position: relative;
	z-index: 0;
}
.ip-fc-lg_item a .ip-fc-lg_item--img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ip-fc-lg_item a:hover .ip-fc-lg_item--img:before{
	opacity: 0.75;
}
.ip-fc-lg_item a .ip-fc-lg_item--img img{
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1410/500;
	min-height: 300px;
	object-fit: cover;
	object-position: center;
}
.ip-fc-lg_item a .ip-fc-lg_item--label{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.ip-fc-lg_item a .ip-fc-lg_item--label span{
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
}

.ip-fc-pagination-wrap {
    padding: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-fc-pagination {
    overflow: hidden;
    height: 55px;
    display: flex;
    align-items: center;
    border: 1px solid var(--tertiary);
    padding: 15px 25px;
    border-radius: 50px;
    background: var(--tertiary);
}

.ip-fc-pagination a, .ip-fc-pagination span {
    color: #fff;
    padding: 0 15px;
    transition: all .5s;
}

.ip-fc-pagination a:hover, .ip-fc-pagination span {
    color: #000;
}

@media(min-width: 992px) {
	.ip-fc-lg_title{
		font-size: min(3.4vw,50px);
	}
	.ip-fc-lg_item a .ip-fc-lg_item--img img{
		min-height: 0px;
	}
}
@media(max-width: 1499px) {
	.ip-fc-section-1 .section-title h2 {
		font-size: 90px;
	}
}


@media(max-width:1366px) {
	.ip-container .header .logo {
		margin-right: 60px;
	}

	.ip-fc-section-1 .section-title h2 {
		font-size: 70px;
	}
}


@media(max-width:1199px) {	
}


@media(max-width: 991px) {
    .ip-container .header:not(.fixed) .logo {
        margin-left: 60px;		
    }
	.ip-container .header:not(.fixed) .logo img {
		max-width: 130px;
	}

	.offcanvas-toggle-lines i {
		background: var(--primary);
	}	

	.ip-fc-list-item {
		width: 50%;
	}

	.ip-fc-lg_item a .ip-fc-lg_item--label span {
	    font-size: min(6vw, 35px);
	}
}

@media(max-width: 650px) {
	.ip-fc-section-title::before {
		left: 0;
	}

	.ip-fc-section-title {
		padding-left: 50px;
		font-size: 20px;
	}	

	.ip-fc-list-item {
		width: 100%;
		margin: 5px 0;
	}
}

@media(max-width: 480px) {
	.ip-fc-section-1 .section-title h2 {
		font-size: 50px
	}
}