.post-page-neighborhoods .ip-banner canvas {
    min-height: 525px;
}

.post-page-neighborhoods #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.post-page-neighborhoods #inner-page-wrapper {
    margin-bottom: 0;
}

.ip-com-head {
    position: absolute;
    top: -133px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.ip-com-head .section-title :is(h1, h2) {
    color: #fff;
    letter-spacing: 3.3px;
    line-height: 1.3;
}

.ip-com-head .section-title .sub-title span {
    background: transparent;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.7px;
    margin-right: -65px;
}

.ip-com-head .section-title .sub-title:before {
    width: 133px;
    top: 59%;
}

div#communities-wrap {
    padding: 0 15px;
}

.com-section1 {
    position: relative;
    max-width: 1332px;
    margin: 0 auto;
    padding: 82px 0 29px;
}

.com-list-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.com-list {
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 0 0 35px;
}

.com-list a {
    position: relative;
    display: block;
    overflow: hidden;
}

.com-list-photo {
    position: relative;
}

.com-list-photo canvas {
    display: block;
    width: 100%;
}

.com-list-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.com-list > a:hover .com-list-photo img {
	transform: scale(1.2);
}

.com-list-content {
    position: relative;
    padding: 22px 0 15px;
}

.com-list-label {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary);
    font-family: var(--font-family-title);
    letter-spacing: 2.2px;
    margin: 0 0 20px;
}

.com-list-view a {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    letter-spacing: .5px;
    padding: 0 0 9px;
    display: inline-block;
    border-bottom: 1px solid #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.com-list-view a:hover {
	color: var(--primary);
	border-bottom: 1px solid var(--primary);
}

section#hp-work {
    position: relative;
    margin: 0 -15px;
}

section#hp-work .container-custom {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.com-list {
	    width: calc(100% / 2);
	}

	.ip-com-head .section-title .sub-title span {
	    margin-right: 0;
	}
} 	

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.com-list {
    	width: 100%;
	}

	.post-page-neighborhoods .ip-banner canvas {
	    min-height: 425px;
	}

	.ip-com-head {
	    top: -80px;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
