/*fp*/
#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        padding: 0;
        width: 100%;
    }


#ip-fp {
    position: relative;
    background: #fff;
    padding: 39px 0 89px;
}
    .bg-section.bg-fp {
        top: initial;
        opacity: 0.36;
        max-height: 1289px;
        height: 90%;
    }
        .bg-section.bg-fp:before {
            content: '';
            height: 397px;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }

    .fp-container {
        padding: 0;
        z-index: 1;
        position: relative;
    }

    .border-outline {
        position: absolute;
        left: 63px;
        right: 63px;
        left: 3.938%;
        right: 3.938%;
        bottom: 333px;
        top: 156px;
        border: 1px solid #c2c2c2;
        border-top: 1px;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
        .border-outline:before, .border-outline:after {
            content: '';
            position: absolute;
            bottom: 100%;
            height: 80px;
            width: calc(50% - 350px);
        }

        .border-outline:before {
            left: -1px;
            border-top: 1px solid #c2c2c2;
            border-left: 1px solid #c2c2c2;
            border-top-left-radius: 80px;
        }

        .border-outline:after {
            right: -1px;
            border-top: 1px solid #c2c2c2;
            border-right: 1px solid #c2c2c2;
            border-top-right-radius: 80px;
        }
    .fp-btns-wrap {
        
    }
        .fp-btns-wrap .btn-a {
            padding-right: 0;
            margin: 0 15px;
        }
        .page-id-3138 .fp-btns-wrap .btn-a[href*="/current-listings/"],
        .page-id-3140 .fp-btns-wrap .btn-a[href*="/recent-sales/"] {
            display: none;
        }

    .ip-fp-list {
        margin: 0 -20px 0;
        font-size: 0;
    }
        .ip-fp-list:not(.slick-initialized),
        .ip-fp-list .slick-list {
            padding: 24px 0;
        }
        .ip-fp-list .custom-slick-arrow.slick-prev {
            left: -107px;
        }
        .ip-fp-list .custom-slick-arrow.slick-next {
            right: -107px;
        }
        .fp-item {
            display: inline-block;
            vertical-align: top;
            width: 33.33%;
            padding: 20px;
        }
            .fp-item a {
                display: block;
                position: relative;
                border-radius: 30px;
                overflow: hidden;
                transition: all var(--default-transition);
            }
                .fp-item-img {
                    position: relative;
                    border-radius: inherit;
                }
                    .fp-item-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        border-radius: inherit;
                        background: rgb(127,107,63);
                        background: -moz-linear-gradient(0deg, rgba(127,107,63,1) 0%, rgba(255,255,255,1) 100%);
                        background: -webkit-linear-gradient(0deg, rgba(127,107,63,1) 0%, rgba(255,255,255,1) 100%);
                        background: linear-gradient(0deg, rgba(127,107,63,1) 0%, rgba(255,255,255,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f6b3f",endColorstr="#ffffff",GradientType=1);
                    }
                    .fp-item-img img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: inherit;
                        transition: all var(--default-transition);
                        z-index: 1;
                    }
                    .fp-item-img:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        opacity: 0.5;
                        background: rgb(0,0,0);
                        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
                        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
                        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                        z-index: 2;
                        transition: all var(--default-transition);
                        border-radius: inherit;                     
                    }
                    .fp-item-img:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 2;
                        background: url(../images/home/overlay-fp.png) center/100% 100% no-repeat;
                        transition: all var(--default-transition);
                        opacity: 0;
                        border-radius: inherit;
                    }
                    .fp-item a:hover .fp-item-img img {
                        top: 3px;
                        left: 3px;
                        width: calc(100% - 6px);
                        height: calc(100% - 6px);
                        filter: grayscale(1);
                    }
                    .fp-item a:hover .fp-item-img:before {
                        top: 3px;
                        left: 3px;
                        right: 3px;
                        bottom: 3px;
                        opacity: 1;
                    }
                    .fp-item a:hover .fp-item-img:after {
                        top: 3px;
                        left: 3px;
                        right: 3px;
                        bottom: 3px;
                        opacity: 1;
                    }
                    .fp-item a:hover .fp-item-amenities {
                        margin-bottom: 0;
                        opacity: 1;
                    }

                .fp-item-details {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 0 15px 48px 51px;
                    z-index: 2;
                }
                    .fp-item-address {
                        font-size: 16px;
                        font-weight: 300;
                        line-height: 1;
                        color: #fff;
                        margin-bottom: 25px;
                        position: relative;
                    }
                        .fp-item-address i {
                            position: absolute;
                            font-size: 18px;
                            color: #fff;
                            top: 0;
                            left: -21px;
                            font-weight: 700;
                            font-style: normal!important;
                        }
                        .fp-item-address span {
                            display: block;
                            font-size: 18px;
                            letter-spacing: -0.01em;
                            font-weight: 400;
                            font-family: var(--font-family-title);
                            text-transform: uppercase;
                            margin-bottom: 5px;
                        }
                    .fp-item-price,
                    .fp-item-status {
                        font-weight: 300;
                        font-size: 15px;
                        letter-spacing: -0.01em;
                        color: #fff;
                        /* margin-bottom: 25px; */
                    }

                        .fp-item-price span {
                            display: inline-block;
                            padding-right: 10px;
                        }
                    .fp-item-amenities {
                        font-size: 12px;
                        letter-spacing: 0.05em;
                        color: #fff;
                        text-transform: uppercase;
                        line-height: 1;
                        /*margin-bottom: -50px;*/
                        margin-bottom: -25px;
                        opacity: 0;
                        transition: all var(--default-transition);
                    }

                    .fp-item-status {
                        margin-bottom: 25px;
                    }


            .fp-item a:hover {
                transform: translateY(-46px);
                box-shadow: 0px 3px 20px 5.6px rgba(0, 0, 0, 0.33);
            }
.fp-item a:hover .fp-item-status {
	visibility: hidden;
	opacity: 0;
}
    .ip-fp-pagination {
        margin: 43px 0 0;
    }
        .ip-fp-pagination a {
            display: flex;
            width: 61px;
            height: 61px;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-family: var(--font-family-title);
            color: #000;
            border: 1px solid var(--secondary);
            border-radius: 50%;
            margin: 0 5px;
            transition: all var(--default-transition);
            transition-property: background, color, border;
        }

        .ip-fp-pagination a.active-page,
        .ip-fp-pagination a:hover {
            background: #000;
            color: var(--secondary);
            border-color: #000;
        }

@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1199px) {
    
}
@media only screen and (max-width: 991px) {
    .border-outline {
        display: none;
    }
    #ip-fp {
        padding: 40px 0 40px;
    }
        .ip-fp-list {
            margin: 0 -10px;
        }
        .fp-item {
            width: 50%;
            padding: 10px;
        }
            .fp-item a:hover {
                transform: translateY(0);
            }
}
@media only screen and (max-width: 767px) {
    .fp-item {
        width: 100%;
    }
    .fp-item-details {
        padding: 0 15px 30px 30px;
    }
}
@media only screen and (max-width: 480px) {
    
}