/* IDX Result */

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

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

.template-breadcrumbs {
    max-width: 434px;
    background-image: url('../../images/blog/blog-breadcrumbs-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#breadcrumbs {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 42px 0 42px 152px;
}

#breadcrumbs span {
    display: flex;
}

#breadcrumbs span a:hover {
    color: #fff;
}

#breadcrumbs span > span {
    font-family: "News Cycle", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #6c6c6c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 19px;
}

#breadcrumbs span .breadcrumb_last {
    color: #fff;
}
/*RankMath Breadcrumbs*/
.template-breadcrumbs .rank-math-breadcrumb {
    color: #fff;
    line-height: 1;
    padding: 37px 0 37px 152px;
}
.template-breadcrumbs .rank-math-breadcrumb p {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
}
.template-breadcrumbs nav.rank-math-breadcrumb p > span, .template-breadcrumbs nav.rank-math-breadcrumb p > a {
    font-family: "News Cycle", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #6c6c6c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 19px;
    margin: 0 5px;
}
/* .template-breadcrumbs nav.rank-math-breadcrumb p span.last {
    color: #fff;
} */

/* Content */

#ip-fl-wrapper {
    font-size: 0;
    position: relative;
    padding-bottom: 148px;
    z-index: 1;
}

#ip-fl-wrapper::before {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 1066px;
    background-image: url('../../images/featured-listings/ip-fl-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

#ip-fl-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 1812px;
    background-color: #000;
    pointer-events: none;
    z-index: -1;
}

.ip-fl-heading-wrap {
    position: relative;
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

.ip-fl-heading {
    position: relative;
    margin: 0 auto;
}

.ip-fl-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 196px;
    background-color: #000;
    pointer-events: none;
}

.ip-fl-heading-text {
    position: relative;
    font-family: "News Cycle", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.3em;
    line-height: 1;
    padding: 52px 0 58px 52px;
}

.ip-fl-heading-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 31px;
    border: 5px solid #000;
    border-bottom: none;
    pointer-events: none;
}

.ip-fl-heading-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 196px;
    height: 33px;
    border: 5px solid #000;
    border-top: none;
    pointer-events: none;
}

.ip-fl-heading-text div {
    font-family: "News Cycle", sans-serif;
    font-size: 65px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.05em;
}

.ip-fl-subheading {
    font-family: "News Cycle", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: justify;
    text-align-last: center;
    max-width: 1090px;
    margin: 44px auto 0;
}

.ip-fl-cta-wrap {
    position: relative;
    width: 70%;
    margin-top: 58px;
    margin-left: auto;
    z-index: 1;
    background: #000;
}

.ip-fl-cta-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2576px;
    background-image: url('../../images/featured-listings/ip-fl-right-accent.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.ip-fl-cta-inner-wrap {
    width: 80.35%;
    margin: 0 auto;
    padding-top: 34px;
}

.ip-fl-cta-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.ip-fl-cta-item a {
    display: block;
    padding: 7px 0 38px 19px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    font-family: "News Cycle", sans-serif;
    font-weight: 400;
    color: #888888;
    line-height: 1;
    transition: all .4s ease-in-out;
}

.ip-fl-cta-item a.active-page,
.ip-fl-cta-item a:hover {
    border-left: 1px solid #fff;
}

.ip-fl-cta-item a.active-page .ip-fl-cta-item-label1,
.ip-fl-cta-item a:hover .ip-fl-cta-item-label1 {
    color: #fff;
}

.ip-fl-cta-item-label1 {
    font-size: 20px;
    margin-bottom: 6px;
    transition: all .4s ease-in-out;
}

.ip-fl-cta-item-label2 {
    font-size: 15px;
    transition: all .4s ease-in-out;
}

.ip-fl-list {
    position: relative;
    width: 88%;
    margin: -4px auto 0;
    z-index: 1;
}

.ip-fl-item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 4px;
    cursor: pointer;
}

.ip-fl-item a {
    display: block;
    overflow: hidden;
}

.ip-fl-item-inner-wrap {
    position: relative;
}

.ip-fl-item-inner-wrap canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip-fl-item:hover .ip-fl-item-address {
    opacity: 0;
    bottom: -50px;
}

.ip-fl-item-address {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, .7);
    line-height: 1;
    transition: all .4s ease-in-out;
}

.ip-fl-item-address span, .ip-fl-item-hover-content > span {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.ip-fl-item-address-line1 {
    font-family: "News Cycle", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    line-height: 1.25;
}

.ip-fl-item-address-line2 {
    font-family: "News Cycle", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.56;
}

.ip-fl-item-address-line3 {
    font-family: "News Cycle", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.17em;
    line-height: 1.67;
}

.ip-fl-item:hover .ip-fl-item-hover-content {
    opacity: 1;
    bottom: 0;
}

.ip-fl-item-hover-content {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    padding: 36px 20px;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.ip-fl-item-hover-content-col {
    display: inline-block;
    vertical-align: middle;
}

.ip-fl-item-hover-content-col.left {
    width: calc(100% - 130px);
}

.ip-fl-item-hover-content-col a:hover .ip-fl-item-hover-content-link-label {
    background: #fff;
    color: #000;
}

.ip-fl-item-hover-content-address {
    line-height: 1;
    padding-bottom: 5px;
}

.ip-fl-item-hover-content-address-line1 {
    font-family: "News Cycle", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.39;
}

.ip-fl-item-hover-content-address-line2 {
    font-family: "News Cycle", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.17em;
    line-height: 1.67;
}

.ip-fl-item-hover-content-address-line2 span {
    margin-right: 6px;
    padding-right: 6px;
    position: relative;
}

.ip-fl-item-hover-content-address-line2 span:after {
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.ip-fl-item-hover-content-address-line2 span:last-child {
    padding-right: 0;
    margin-right: 0;
}

.ip-fl-item-hover-content-address-line2 span:last-child:after {
    display: none;
}

.ip-fl-item-hover-content-col.right {
    width: 130px;
    margin-top: 20px;
}

.ip-fl-item-hover-content-link-label {
    display: block;
    font-family: "News Cycle", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 13px 0 14px;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
    line-height: 1;
}

.ip-fl-item-hover-content-link-label:hover {
    /* opacity: .8; */
}

.ip-fl-pagination-wrap {
    position: relative;
    width: 88%;
    padding: 0 4px;
    margin: 52px auto 0;
    z-index: 1;
}

.ip-fl-pagination-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.ip-fl-pagination-col.left {}

.ip-fl-pagination-links {}

.ip-fl-pagination-links a {
    display: inline-block;
    vertical-align: top;
    font-family: "News Cycle", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: center;
    width: 41px;
    height: 41px;
    padding: 7px 0;
    border: 1px solid rgba(0, 0, 0, .15);
    margin-right: 9px;
}

.ip-fl-pagination-links a:hover {
    opacity: .8;
}

.ip-fl-pagination-links a.active-page {
    color: #fff;
    background-color: #000;
}

.ip-fl-pagination-col.right {
    padding-right: 163px;
}

.ip-fl-pagination-nav {
    text-align: right;
}

.ip-fl-pagination-nav-control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
}

.ip-fl-pagination-nav-control:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #000;
    opacity: .15;
    pointer-events: none;
}

.ip-fl-pagination-nav-control a {
    display: block;
    width: 47px;
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #000;
    transition: all .4s ease-in-out;
}

.ip-fl-pagination-nav-control a:hover {
    opacity: .8;
}

.ip-fl-pagination-nav-control a img {
    max-width: 100%;
}

.connect-with-me-wrapper .cwm-inner-wrap .cwm-section-banner::before {
    top: auto;
    bottom: 0;
    height: calc(100% + 43px);
}

.ip-fl-slide-hover-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.ip-fl-slide-hover-price span {
    display: block;
    position: relative;
    font-size: 15px;
    color: #fff;
}

.ip-fl-slide-hover-price span:not(:last-child) {
    margin-bottom: 7px;
}

.ip-fl-slide-hover-price {
    display: block;
    position: relative;
    padding-right: 15px;
    background: #000;
    margin-right: 10px;
    line-height: 1;
}

.ip-fl-slide-hover-price-inner {
    padding: 8px 15px 8px 10px;
    position: relative;
}

.ip-fl-slide-hover-wrap:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 47%;
    height: 1px;
    background: #000;
}

.ip-fl-slide-hover-price-inner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 3px;
    height: 83%;
    background: #fff;
}

.ip-fl-slide-item-hover-text:hover .ip-fl-slide-item-hover-text-link-label {
    color: #fff!important;
}

.ip-fl-slide-hover-det-wrap {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5px;
}

.ip-fl-item-hover-content:hover .ip-fl-item-hover-content-link-label {
    opacity: .8;
}

.result-disclaimer {
    position: relative;
    padding: 60px 40px;
    background: #fff;
    z-index: 1;
}
.disclaimer-data {
    font-size: 13px;
    text-align: center;
}

/* Media Queries */

@media only screen and (max-width: 1600px) {
    .ip-fl-item-hover-content {
        padding: 23.5px 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-fl-list {
        width: 93%;
    }
    .ip-fl-item-hover-content {
        padding: 38px 20px 20px;
    }
    .ip-fl-item-hover-content-address-line1 {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
    .ip-fl-item-hover-content-address-line2 {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-fl-heading-wrap {
        margin-top: 26px;
    }
    .ip-fl-subheading {
        font-size: 15px;
        padding: 0 30px;
    }
    .ip-fl-item-address {
        width: 300px;
    }
    .ip-fl-item-address-line1,
    .ip-fl-item-hover-content-address-line1 {
        font-size: 13px;
    }
    .ip-fl-item-address-line2,
    .ip-fl-item-hover-content-address-line2 {
        font-size: 12px;
    }
    .ip-fl-slide-hover-price {
        padding-right: 8px;
        margin-right: 8px;
    }
    .ip-fl-slide-hover-price-inner {
        padding: 8px 9px 8px 7px;
    }
    .ip-fl-slide-hover-price span {
        font-size: 12px;
    }
    .ip-fl-item-hover-content-link-label {
        font-size: 13px;
        padding: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-fl-heading-text {
        font-size: 15px;
    }
    .ip-fl-heading-text div {
        font-size: 42px;
    }
    .ip-fl-heading::before {
        height: 100%;
    }
    #ip-fl-wrapper {
        padding-bottom: 40px;
    }
    .template-breadcrumbs {
        max-width: 100%;
    }
    #breadcrumbs {
        padding: 15px;
    }
    .ip-fl-cta-wrap {
        width: 100%;
        margin-bottom: 40px;
    }
    .ip-fl-cta-wrap::before {
        background-image: url('../../images/featured-listings/ip-fl-cta-bg.jpg');
        height: 100%;
    }
    .ip-fl-list {
        max-width: 480px;
    }
    .ip-fl-item {
        width: 100%;
    }
    .ip-fl-pagination-wrap {
        width: 100%;
    }
    .ip-fl-pagination-col {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .ip-fl-pagination-nav {
        text-align: center;
        margin-top: 20px;
    }
    .ip-fl-item-address {
        bottom: 81px !important;
        opacity: 1 !important;
    }
    .ip-fl-item-hover-content {
        padding: 0 0 20px;
        background: rgba(0,0,0,.7);
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        opacity: 1;
    }
        .ip-fl-item-hover-content .ip-fl-item-hover-content > span,
        .ip-fl-item-hover-content-col.left {
            display: none;
        }

        .ip-fl-item-hover-content > span {
             display: none;
        }

        .ip-fl-item-hover-content-col.right {
            width: 130px;
            margin: 10px auto;
            display: block;
        }
}

@media only screen and (max-width: 767px) {
    .ip-fl-cta-item-label1 {
        font-size: 16px;
    }
    .ip-fl-cta-item-label2 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-fl-cta-inner-wrap {
        width: 100%;
        padding: 34px 8px 0;
    }
    .ip-fl-cta-item-label1 {
        font-size: 12px;
    }
    .ip-fl-cta-item-label2 {
        font-size: 10px;
    }
    .ip-fl-item-inner-wrap canvas {
        height: 200px;
    }
    .ip-fl-item-address,
    .ip-fl-item-hover-content {
        width: 240px;
    }
    .ip-fl-item-address-line1 {
        font-size: 11px;
    }
    .ip-fl-item-address-line2 {
        font-size: 9px;
    }
    .ip-fl-pagination-links a {
        width: 31px;
        height: 31px;
        padding: 2px 0;
    }

    .ip-fl-heading-text div {
        font-size: 30px;
    }

.ip-fl-item-address-line3 {
    font-size: 12px; 
}

}

.connect-with-me-wrapper .cwm-inner-wrap .cwm-content-wrapper {
    z-index: 1;
}