.ip-banner canvas {
    height: 620px;
}
.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.58;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
p#breadcrumbs {
    display: none;
}

.custom_site_title h1 {
    color: var(--primary-color);
    font-size: 78px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
}

.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: 70%;
		    top: -55px;
		}
		.ip-fc-description {
			margin-top: 35px;
			font-size: 14px;
			font-weight: 300;
			line-height: 1.7;
			letter-spacing: 0.02em;
		}
.ip-comm-listing-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 75px;
}
	.ip-comm-listing {
		font-size: 0;
		margin-left: -2px;
		margin-right: -2px;
	}
		.ip-commlist-item {
			width: calc(100% / 3);
			display: inline-block;
			vertical-align: top;
			padding: 0 2px;
			margin-bottom: 60px;
		}
			.ip-commlist-item a {
				width: 100%;
				height: 100%;
				display: block;
			}
			.ip-commlist-photo {

			}
				.ip-commlist-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-commlist-item a:hover .ip-commlist-photo::before {
					opacity: 0.5;
				}
			.ip-commlist-text {
				width: 100%;
				display: inline-block;
				vertical-align: top;
				padding-top: 35px;
			}
				.ip-commlist-text-left {
					width: 58.75%;
					display: inline-block;
					vertical-align: bottom;
					padding-left: 20px;
					text-align: left;
				}
					.ip-commlist-price {
						margin-bottom: 15px;
						padding-bottom: 12px;
						color: var(--primary-color);
						font-size: 34px;
						font-weight: 600;
						position: relative;
					}
						.ip-commlist-price::before {
							/*width: 168px;*/
							width: 58.2%;
						    height: 1px;
						    content: '';
						    position: absolute;
						    z-index: 1;
						    bottom: 0;
						    left: 0;
						    background-color: var(--accent-color);
						}
						.ip-commlist-price::after {
							width: 100%;
						    height: 1px;
						    content: '';
						    position: absolute;
						    bottom: 0;
						    left: 0;
						    background-color: #e0e0e0;
						    opacity: 0.8;
						}
					.ip-commlist-address {
						padding-right: 50px;
						font-size: 18px;
						line-height: 1.1;
						letter-spacing: 0.05em;
						text-transform: uppercase;
					}
						
						.ip-commlist-address span {
							/*display: block;*/
						}
				.ip-commlist-text-right {
					width: 41.25%;
					display: inline-block;
					vertical-align: bottom;
					margin-bottom: 5px;
				}
					.ip-commlist-item a:hover .custom_site_button div {
						color: #ffffff;
					}
					.ip-commlist-item a:hover .custom_site_button div::after {
					    width: 100%;
					    height: 100%;
					}
		.ip-commlist-pagination {
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin: 25px 0 65px;
			padding: 0 15px;
			font-size: 0;
			text-align: center;
		}
			#content .ip-commlist-pagination ul {
				margin: 0;
				list-style-type: none;
			}
			.ip-commlist-pagination ul li {
				width: 63px;
			    height: 62px;
				display: inline-block;
				vertical-align: top;
				margin-left: 35px;
			    color: #535353;
			    border: 1px solid #959595;
			    text-align: center;
			    transition: all 0.3s ease-in-out;
			}
				.ip-commlist-pagination ul li:hover {
					color: #ffffff;
					border-color: var(--accent-color);
					background-color: var(--accent-color);
				}
				.ip-commlist-pagination ul li a {
					display: block;
					color: inherit;
					font-size: 18px;
					line-height: 60px;
				}
				.ip-commlist-pagination ul li:first-child {
					margin-left: 0;
				}
				.ip-commlist-arrow span {
					font-size: 9px;
				    display: block;
				    line-height: 60px;
				}
				.ip-commlist-arrow.prev span {
					transform: scaleX(-1);
				}
		

/* 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;
    }
    .ip-commlist-address {
    	padding-right: 20px;
    }
}

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

@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;
    }
    .ip-commlist-text-left {
    	padding-left: 12px;
    }
    .ip-commlist-price {
    	font-size: 30px;
    }
    .ip-commlist-address {
    	font-size: 13px;
    	padding-right: 10px;
    }
}

@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-listing {
    	margin: 0 auto;
    	padding: 0 13px;
    }
    .ip-commlist-item {
    	width: 50%;
    	max-width: 531px;
    }
    .ip-commlist-text-left {
    	width: 100%;
    	padding-left: 0;
    	text-align: center;
    }
    .ip-commlist-price {
    	font-size: 34px;
    }
    .ip-commlist-address {
    	font-size: 18px;
    	padding-right: 10px;
    }
    .ip-commlist-text-right {
    	width: 100%;
    	margin-top: 10px;
    	text-align: center;
    }
    .ip-commlist-pagination ul li {
    	margin: 5px !important;
    }
    
}

@media only screen and (max-width: 767px) {
	.ip-commlist-item {
    	width: 100%;
    }

.custom_site_title h1 {
    font-size: 50px;
}

}
