/* Neighborhoods */
#inner-page-wrapper {
    margin-bottom: 0;
}

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

.ip-banner::before,
.ip-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .15;
}

.ip-banner::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 50%;
    opacity: .5;
}

#content-full {
    margin-top: 0;
    background-color: #000;
}

#custom-breadcrumbs {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    margin: 0 0 60px !Important;
}
button.btn.dropdown-toggle.btn-default,
#cityzip {
    border: 1px #dddd solid;
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    flex: 1;
    height: 60px;
    outline: none;
    border-radius: 0;
}

button.btn.dropdown-toggle.btn-default .filter-option {
    font-size: 14px;
    text-transform: uppercase
}

.dropdown-menu.open input {
    height: 50px !important;
    color: #000 !important;
}
#custom-breadcrumbs a {
    color: #767676;
    word-spacing: normal;
}

#custom-breadcrumbs span>span {
    word-spacing: normal;
}

.ip-banner  {
    display: none;
}

.fn-banner-wrap {
    position: relative;
}

.fn-banner-wrap canvas {
    display: block;
}

.fn-banner-wrap::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
    opacity: 1;
}

.fn-banner canvas {
    width: 100%;
    background-size: cover;
}

.fn-search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.fn-search form {
    /*display: flex;*/
    width: 100%;
    max-width: 710px;
}

.fn-search form .btn-group.bootstrap-select {
    width: 91.55% !important;
    display: inline-block;
    vertical-align: top;
}
.fn-search .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px !important;
}
.fn-search button.btn.dropdown-toggle.btn-default .filter-option {
    text-overflow: ellipsis;
}
.fn-search input[type="text"] {
    border: 1px #dddd solid;
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    flex: 1;
    height: 60px;
    outline: none;
}

.fn-search input[type="text"]::placeholder {
    text-transform: uppercase;
}

.fn-search button {
    background-color: rgba(var(--primary-color),1);
    color: #fff;
    border: 0;
    width: 8.45%;
    /*width: 60px;*/
    height: 60px;
    transition: all .5s;
    font-size: 23px;
    display: inline-block;
    vertical-align: top;
}

.fn-search button:hover {
    background-color: #000;
}

.fn-search button i {
    font-style: normal !important;
}

.fn-search button span {
    font-size: 0;
}

.fn-search button[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fn-main {
    background-image: url(../../images/neighborhoods/fn-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
}

.fn-container {
    width: 95%;
    max-width: 1470px;
    margin: 0 auto;
}

.fn-title {
    margin-bottom: 85px;
}

.fn-title .gsite-title {
    font-size: 80px;
}

.fn-title .gsite-title small {
    font-size: 25px !important;
}

.fn-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 150px;
}

.fn-item {
    position: relative;
    width: 33.33%;
        padding: 2.5px;
}

.fn-item a {
    display: block;
    position: relative;
}

.fn-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-transform: uppercase;
    background-color: rgba(var(--primary-color),0);
    transition: all .5s;
}

.fn-item:hover .fn-text {
    background-color: rgba(var(--primary-color),0.80);
}

.fn-name {
    font-size: 28px;
    font-weight: 600
}

.fn-image.canvas-img canvas {
    background-color: #000;
}

.fn-image img {
    transition: all .5s;
    opacity: .60;
}

.fn-item:hover .fn-image img {
    filter: grayscale(1);
}

.view-listings {
    font-size: 13px;
}

@media(max-width: 991px) {
    .fn-search {
        position: relative;
    }
    .fn-search form {
        max-width: 95%;
    }
    .fn-item {
        width: 100%;
    }
    .fn-title .gsite-title {
        font-size: 45px;
    }
    .fn-title .gsite-title small {
        font-size: 16px !important;
    }
}

@media(max-width: 480px) {
    .fn-title .gsite-title {
        font-size: 30px;
    }
    .fn-search form .btn-group.bootstrap-select {
        width: 85% !important;
    }
    .fn-search button {
        width: 15%;
    }
}