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

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

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

.nh-head::before {
    position: absolute;
    top: 1.9%;
    left: -3.25%;
    content: 'Neighborhoods';
    font-family: var(--ff-barlow);
    font-size: var(--fs-st);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--fc-gray-light);
    z-index: -1;
    line-height: .9;
}

.nh-head {
    padding: 25px 0 0;
    margin: 0 0 30px;
}

.global-photo {
	position: relative;
}

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

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

.nh-section1 {
	position: relative;
	padding: 71px 0 50px;
}

.nh-list-holder {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.nh-list a {
	position: relative;
	display: block;
}

.nh-list {
	width: calc(100% / 3);
	padding: 15px;
}

.nh-list.nh-eq {
	width: 50%;
}

.nh-list.nh-lg {
	width: 58.291%
}

.nh-list.nh-md {
	width: 41.709%;
}

.nh-content {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nh-list a:hover .nh-content {
	opacity: 0;
}

.nh-list a:hover .nh-photo img {
	filter: grayscale(1);
}

.nh-content-inner {
	max-width: 239px;
	margin: 0 auto;
	padding: 20px 5px;
	background: rgb(57 69 98 / 70%);
	text-align: center;
}

.nh-list.nh-lg .nh-content-inner {
	max-width: 401px;
}

.nh-list.nh-md .nh-content-inner {
	max-width: 297px;
}

.nh-list.nh-eq .nh-content-inner {
	max-width: 255px;
}

.nh-label {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.2px;
    margin: 0 0 19px;
}

.nh-plus {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 35px;
    margin: 0 auto;
    color: #f4824f;
}

.nh-hover {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 100%;
    opacity: 0;
    background: #fff;
    color: #424242;
    padding: 44px 40px 44px 60px;
    pointer-events: none;
    z-index: 5;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nh-list a:hover .nh-hover {
	opacity: 1;
}

.nh-hover-label {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
    color: #394562;
    margin: 0 0 19px;
    letter-spacing: 2.4px;
}

.nh-hover-content {
    font-size: 14px;
    font-weight: 300;
    color: #424242;
    line-height: 1.9;
    letter-spacing: .35px;
}

p#breadcrumbs {
    padding: 0 15px;
    max-width: 1170px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.nh-section1 {
	    padding: 0 0 50px;
	}

	.nh-hover {
	    top: 25px;
	    left: 25px;
	    padding: 24px 20px 24px 40px;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.nh-head::before {
	    font-size: 123px;
	    top: 0.9%;
	}

	.nh-head {
	    text-align: center;
	}

	.site-title.fn-title h2 {
	    margin: 20px 0 0 !important;
	}

	.nh-list {
	    width: 50% !important;
	}

	.nh-list .global-photo canvas {
	    height: 360px;
	}

	.nh-content-inner {
	    max-width: 270px !important;
	    padding: 15px 5px;
	}

	.nh-hover {
	    top: 20px;
	    left: 10px;
	    width: calc(100% - 20px);
	    padding: 15px;
	    text-align: center;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.nh-head::before {
	    font-size: 77px;
	}

	.nh-list {
	    width: 100% !important;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.nh-head::before {
	    font-size: 51px;
	}

	.nh-label {
	    font-size: 15px;
	    letter-spacing: 1.2px;
	}

	.nh-hover-label {
	    font-size: 20px;
	}

	.nh-hover-content {
	    line-height: 1.5;
	}
}
 
