/*******************************************************
 *
 * Neighborhoods
 *
 *******************************************************/
 #content h2{
    font-size: 24px;
}

#inner-page-wrapper > .container{
    /*width: 100%;*/
    display: block;
    /*padding: 0;*/
}

#inner-page-wrapper{
    margin-bottom: 16px;
}

/*.ip-banner:after {
    background: rgba(255,255,255,.30);
}*/

#content-full .container {
   width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

#listings-results .listings-grid .listings-img {
	width: 100%;
}

.nh-mid-content a {
	/* color: #fff !important; */
}


#breadcrumbs {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.75px;
    margin-left: 13%;
}

.ip-container span.breadcrumb_last {
    font-weight: 400;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.nh-main > .container {
    padding: 0;
}


.nh-main-title h1 {
    font-size: 45px!important;
    font-weight: 600!important;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 45px!important;
    padding-bottom: 25px;
    /*border-bottom: 1px solid rgba(255,255,255,.16);*/
}

.nh-main-title {
    display: block;
    margin-top: 30px;
}


/*.page-template-template-neighborhoods .ip-banner canvas{
    background-image: url(../../images/neighborhoods/neighborhoods-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 406px;
}*/


.nh-google-map {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 387px;
}

.nh-google-map iframe {
    width: 100%;
    display: block;
}


.nh-lp-col {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}

.nh-lp-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.nh-lp-item {
    margin-bottom: 10px;
    width: calc(100% / 4);
    padding: 0 5px;
}

.nh-lp-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 43px;
}

.nh-lp-item a:hover {
    background: #337ab7;
    color: #fff;
}


.nh-lp-title span {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    color: #b6b6b6;
    text-transform: uppercase;
}

.nh-lp-title {
    display: block;
    margin-bottom: 15px;
}


.nh-lt-title span {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    color: #b6b6b6;
    text-transform: uppercase;
}

.nh-lt-item-wrap ul {
    margin: 0!important;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.nh-lt-item-wrap ul li {
    list-style-type: none;
    display: flex;
    width: calc(77% / 2);
    margin-bottom: 20px;
}

.nh-lt-item-wrap ul li a {
    display: flex;
}

.nh-lt-img img {
    max-width: 100%;
    filter: grayscale(100%);
}

.nh-lt-item-title span + span {
    display: block;
    font-size: 15px;
    text-transform: none;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.75px;
}

.nh-lt-item-title span {
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.95px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.nh-lt-item-wrap ul li a:hover .nh-lt-item-title span{
    color: #337ab7;
}

.nh-lt-item-wrap ul li a:hover .nh-lt-item-title span + span{
    color: #fff;
}

.nh-lt-item-wrap li.nh-list-item.fl-r {
    width: calc(100% / 2);
}

.nh-lt-img {
    display: block;
    margin-right: 25px;
}

.nh-lt-title {
    display: block;
    margin-bottom: 30px;
}

.nh-mid-img img {
    max-width: 100%;
}
.nh-canvas-wrap {
    text-align:  center;
}
.nh-canvas-wrap canvas {
    width: 100%;
    max-width: 800px;
}

.nh-mid-content-wrap {
    display: block;
    margin-bottom: 48px;
}

.nh-mid-content p, .nh-mid-content ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px!important;
    letter-spacing: 0.45px;
    color: #fff;
}

.nh-mid-content strong {
    font-size: 15px;
    line-height: 1;
    font-weight: 700!important;
    letter-spacing: 0.75px;
}

.nh-bot-img img {
    max-width: 100%;
    margin-left: auto;
}

.nh-bot-img {
    display: block;
    margin-left: auto;
    text-align: right;
}

.nh-main {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.nh-bot-content strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 700!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nh-lt-item-wrap {
    margin-bottom: 49px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255,.16);
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    display: block;
}


.nh-wrapper {
    position: relative;
    display: block;
    font-size: 0;
}

.nh-bot-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px!important;
    letter-spacing: 0.45px;
    color: #fff;
}

.nh-mid-content ul {
    /* margin-bottom: 30px!important; */
}

.nh-idx {
    display: block;
    margin-top: 30px;
}


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

 @media only screen and (max-width: 1280px){
    #content-full .container{
        padding: 0 15px;
    }

    #content-full .container {
        padding: 0 15px;
    }


    .nh-main > .container {
        padding: 0 15px;
    }

 }

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .nh-lp-item a {
        font-size: 15px;
    }

    .nh-lt-item-wrap ul li {
        width: calc(100% / 2);
    }

    .nh-lt-item-title span + span {
        font-size: 13px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-banner canvas{
        min-height: 250px;
    }

    .nh-lp-col {
        justify-content: center;
    }

    .nh-lp-item {
        width: calc(100% / 2);
        max-width: 280px;
    }

    .nh-lt-item-wrap ul li {
        display: block;
        width: 100%!important;
        margin: 0 auto 10px;
    }

    .nh-bot-img {
        text-align: center;
    }
    .ihf-grid-result-address {
        max-width: 180px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .nh-main-title h1{
        font-size: 35px!important;
    }

    .nh-lp-item {
        width: 100%;
        margin: 0 auto 10px;
    }

    .nh-lp-col {
        display: block;
        margin: 0 auto;
    }

    .nh-lt-img {
        margin-right: 10px;
    }

    .nh-lt-img img {
        max-width: 30px;
    }

    .nh-lt-item-title span + span {
        line-height: 1;
    }

    .nh-lt-item-wrap ul li {
        margin-bottom: 30px;
    }
}
 
