.ip-listings-feed-area {
    padding: 114px 15px 0;
    position: relative;
}
.ip-listings-feed-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #ebe5e5;
}
.ip-listings-feed-holder {
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.ip-listings-feed-holder .global-site-title {
    font-size: 48px;
    margin-bottom: 30px;
    text-align: center;
}
.ip-listings-feed-holder .global-site-title span {
    font-size: 104px;
    transform: rotate(-4deg);
    display: inline-block;
}
.ip-listings-feed {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -15px;
}
.fp-list {
    padding: 15px;
    margin-bottom: 30px;
    width: 50%;
}
.fp-list a {
    display: block;
    position: relative;
}
.fp-photo {
    position: relative;
    overflow: hidden;
}
.fp-photo img {
    aspect-ratio: 755/420;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.fp-list a:hover .fp-photo img {
    transform: scale(1.1);
}
.fp-list-view {
    position: absolute;
    bottom: 49px;
    right: 70px;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    padding: 5px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.25;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.fp-list-view:before,
.fp-list-view:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 50%;
    transform: rotate(45deg);
}
.fp-list-view:after {
    transform: rotate(-45deg);
}
.fp-list a:hover .fp-list-view {
    opacity: 1;
}
.fp-list-content {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 5;
    width: 95%;
    max-width: 314px;
    margin: auto;
    background: #ebe5e5;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 29px;
    transition: all 0.3s ease-in-out;
}
.fp-list a:hover .fp-list-content {
    background: #1a1a1a;
}
.fp-list-content-info-address {
    font-size: 20px;
    color: #000;
    font-weight: 100;
    letter-spacing: 0.8px;
    border-bottom: solid 1px #bebebe;
    padding: 0 0 8px;
    transition: all 0.3s ease-in-out;
}
.fp-list a:hover .fp-list-content-info-address,
.fp-list a:hover .fp-list-content-info-price,
.fp-list a:hover .fp-list-content-info-specs {
    color: #fff;
}
.fp-list-content-info-address span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 3px;
}
.fp-list-content-info-price {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.4px;
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.fp-list-content-info-specs {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    margin-top: -12px;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.fp-list a:hover .fp-list-content-info-specs {
    margin-top: 5px;
    opacity: 1;
    position: relative;
}
.fp-list-content-info {
    width: calc(100% - 34px);
    padding: 16px 0 14px;
}
.fp-list-content-status {
    width: 34px;
    background: #fff;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.fp-list-content-status span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    letter-spacing: 1px;
}
.fp-list a:hover .fp-list-content-status {
    background: #333;
    color: #fff;
}
.fp-open-house {
    position: absolute;
    top: 35px;
    right: -15px;
    z-index: 2;
    width: 140px;
    height: 140px;
    background: #000c;
    border-radius: 100%;
    padding: 15px;
    box-shadow: 0 0 20px #0003;
}
.fp-open-house-label {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.fp-open-house-info {
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 41px;
    padding-left: 26px;
}
.fp-open-house-info span {
    display: block;
    margin: 0 0 5px;
}
.fp-open-house-label svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: auto;
}


@media only screen and (min-width: 992px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .ip-listings-feed-area {
        padding: 7.125vw 0.938vw 0;
    }
    .ip-listings-feed-area:after {
        height: 31.25vw;
    }
    .ip-listings-feed-holder {
        max-width: 96.25vw;
    }
    .ip-listings-feed-holder .global-site-title {
        font-size: 3vw;
    }
    .ip-listings-feed-holder .global-site-title span {
        font-size: 6.5vw;
    }
    .ip-listings-feed {
        margin: 0 -0.938vw;
    }
    .fp-list {
        padding: 1.563vw;
        margin-bottom: 2.5vw;
    }
    .fp-list-view {
        bottom: 3.063vw;
        right: 4.375vw;
        width: 5.125vw;
        height: 5.125vw;
        font-size: 0.688vw;
        padding: 0.313vw;
        letter-spacing: 0.063vw;
    }
    .fp-list-view:before,
    .fp-list-view:after {
        border-width: 0.063vw;
    }
    .fp-list-content {
        bottom: -2.5vw;
        max-width: 19.625vw;
        padding: 0 0px 0 1.813vw;
    }
    .fp-list-content-info-address {
        font-size: 1.25vw;
        letter-spacing: 0.05vw;
        border-bottom: solid 0.063vw #bebebe;
        padding: 0 0 0.5vw;
    }
    .fp-list-content-info-address span {
        font-size: 0.75vw;
        letter-spacing: 0.075vw;
        margin: 0 0 0.188vw;
    }
    .fp-list-content-info-price {
        font-size: 0.938vw;
        letter-spacing: 0.025vw;
        margin: 0.625vw 0 0;
    }
    .fp-list-content-info-specs {
        font-size: 0.75vw;
        margin-top: -0.75vw;
    }
    .fp-list a:hover .fp-list-content-info-specs {
        margin-top: 0.313vw;
    }
    .fp-list-content-info {
        width: calc(100% - 2.125vw);
        padding: 1vw 0px 0.875vw;
    }
    .fp-list-content-status {
        width: 2.125vw;
        font-size: 0.75vw;
    }
    .fp-list-content-status span {
        letter-spacing: 0.063vw;
    }
    .fp-open-house {
        top: 2.188vw;
        right: -0.938vw;
        width: 8.75vw;
        height: 8.75vw;
        padding: 0.938vw;
        box-shadow: 0 0 1.25vw #0003;
    }
    .fp-open-house-label {
        font-size: 0.875vw;
    }
    .fp-open-house-info {
        font-size: 0.75vw;
        margin-top: 2.563vw;
        padding-left: 1.625vw;
    }
    .fp-open-house-info span {
        margin: 0 0 0.313vw;
    }
    .fp-open-house-label svg {
        width: calc(100% - 1.875vw);
        height: calc(100% - 1.875vw);
    }
}
@media only screen and (max-width: 991px) {
    .ip-listings-feed-holder .global-site-title {
        font-size: 40px;
    }
    .ip-listings-feed-holder .global-site-title span,
    .ip-listings-banner-title .global-site-title span {
        font-size: 100px;
    }
    .fp-list {
        width: 100%;
    }
    .fp-list a {
        max-width: 780px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .fp-photo img {
        height: 400px;
    }
    .fp-list-view {
        bottom: 82px;
    }
}
@media only screen and (max-width: 469px) {
    .fp-list-content-info-address {
        font-size: 15px;
    }
    .fp-list-content-info-address span {
        font-size: 10px;
    }
    .fp-list-content-info-price {
        font-size: 13px;
    }
    .fp-list-content-info-specs {
        font-size: 10px;
        letter-spacing: 0;
    }
    .fp-photo img {
        height: 250px;
    }
    .fp-list-content-status {
        font-size: 10px;
    }
    .fp-open-house {
        width: 100px;
        height: 100px;
        top: 0;
        padding: 5px;
    }
    .fp-open-house-label svg {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .fp-open-house-label svg text {
        font-size: 11px;
    }
    .fp-open-house-info {
        font-size: 9px;
        letter-spacing: 0;
        margin-top: 35px;
        padding-left: 24px;
    }
}
