.ip-banner canvas {
    height: 448px;
}
.ip-banner::before {
	/*background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
	opacity: 0.78;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
p#breadcrumbs {
    display: none;
}

.custom-breadcrumbs {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 16px 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.050em;
    line-height: 1;
    text-transform: uppercase;
}

.custom-breadcrumbs p#breadcrumbs {
    display: block;
    color: #fff;
}

.custom-breadcrumbs p#breadcrumbs a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.custom-breadcrumbs p#breadcrumbs a:hover {
    color: var(--accent-color);
}

.ip-banner .custom-breadcrumbs .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 1310px;
    width: 100%;
}

.custom-breadcrumbs p#breadcrumbs span.breadcrumb_last {
    font-weight: 700;
}
#ip-comm-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.ip-comm-top-section {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
	.ip-comm-top-content-wrap {
		position: relative;
		z-index: 2;
	    top: 0;
	    left: 0;
	    width: 71.005%;
	    height: 100%;
	    padding: 110px 50px 50px 14.375%;
	    overflow: hidden;
	    right: auto;
	}
		.ip-comm-top-content-wrap::before {
			width: 100%;
		    height: 100%;
			position: absolute;
		    content: '';
		    top: 0;
		    left: -125px;
		    background-color: rgba(255,255,255,.85);
		    -webkit-transform: skewX(-30deg);
		    -ms-transform: skewX(-30deg);
		    transform: skewX(-30deg);
		}
		.ip-comm-top-content {
			position: relative;
			width: 100%;
			max-width: 560px;
		}
		.ip_fc_title_wrap .custom_site_title .accent_title {
			left: auto;
		    right: -170px;
		    top: -55px;
		}
		.ip-fc-description {
			margin-top: 35px;
			font-size: 14px;
			font-weight: 300;
			line-height: 1.7;
			letter-spacing: 0.02em;
		}
.ip-comm-list-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 75px;
}
	.ip-comm-list {
		font-size: 0;
		padding: 0 12.375%;
		margin-left: -7px;
		margin-right: -7px;
	}
		.ip-comm-item {
			width: calc(100% / 3);
			display: inline-block;
			vertical-align: top;
			padding: 0 7px;
			margin-bottom: 55px;
		}
			.ip-comm-item a {
				width: 100%;
				height: 100%;
				display: block;
				position: relative;
			}
			 .ip-comm-photo {

			 }
				.ip-comm-photo::before {
					width: 100%;
					height: 100%;
					content: '';
					position: absolute;
					z-index: 1;
					top: 0;
					left: 0;
					background-color: var(--accent-color);
					opacity: 0;
					transition: all 0.3s ease-in-out;
				}
				.ip-comm-item a:hover .ip-comm-photo::before {
					opacity: 0.5;
				}
			.ip-comm-title {
				width: 100%;
				display: inline-block;
				vertical-align: top;
				margin-top: 25px;
				color: var(--primary-color);
				font-size: 18px;
				text-transform: uppercase;
				letter-spacing: 0.02em;
				transition: all 0.3s ease-in-out;
			}
				.ip-comm-item a:hover .ip-comm-title {
					color: var(--accent-color);
				}

				

.page-numbers {
    border: 1px solid #000;
    padding: 6px 12px;
}

.page-numbers.current,
.page-numbers:hover {
    background: #000;
    color: #fff;
}
/* MOBILE */
@media only screen and (max-width: 1560px) {
	.ip-comm-top-content-wrap {
        width: 1124px;
    }
}

@media only screen and (max-width: 1440px) {
	.ip-comm-top-content-wrap {
        width: 1070px;
        padding: 100px 100px;
    }
}

@media only screen and (max-width: 1366px) {
	 .ip-comm-top-content-wrap {
        padding: 100px 70px 50px;
    }
}

@media only screen and (max-width: 1280px) {
	.ip-comm-top-content-wrap {
        width: 1030px;
    }
}

@media only screen and (max-width: 1199px) {
	.ip-comm-top-content-wrap {
        padding: 70px 35px 50px;
        width: 787px;
    }
}

@media only screen and (max-width: 991px) {
	.ip-banner canvas {
		height: auto;
	}
	.ip-comm-top-content-wrap {
        width: 100%;
        padding: 50px 15px;
        text-align: center;
    }
	.ip-comm-top-content-wrap:before {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        width: 100%;
        left: 0!important;
    }
    .ip-comm-top-content {
    	margin: 0 auto;
    }
    .ip-comm-list {
    	padding: 0 15px;
    	margin: 0 auto;
    }
    .ip-comm-item {
    	width: 100%;
    	max-width: 392px;
    }
}
