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

#ip-home-staging {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
}

.iphs-spaces-wrap > div {
    margin: 0 auto;
}

h3.home-staging-title {
    text-align: center;
}



.twentytwenty-container img {
}

.ip-site-title {
    text-align: center;
}
.ip-site-title span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: .800em;
    position: relative;
    padding-left: 125px;
}

    .ip-site-title span::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 17%;
        width: 58px;
        height: 1px;
        background-color: #d7d7d7;
        content: '';
    }

    .ip-site-title span span::after {
        display: none;
    }

    .ip-site-title span span {
        display: block;
        font-family: 'Cormorant', sans-serif;
        font-weight: 300;
        font-size: 60px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0;
        padding-left: 0;
        margin-top: 20px;
    }


.iphs-main {
    position: relative;
    padding: 130px 0 102px;
}
    .iphs-main:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 688px;
        height: 100%;
        background-image: url(../../images/home-staging/iphs-main-accent.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: -2;
    }
    .iphs-main-right {
        position: relative;
    }
        .iphs-main-img {
            position: relative;
        }
            .iphs-main-img:before {
                content: '';
                position: absolute;
                left: -30px;
                top: -30px;
                width: 100%;
                height: 100%;
                z-index: -1;
                background: #bababa;
            }
            .iphs-main-img canvas {
                width: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }
    .iphs-main-left {
        position: relative;
    }
        .iphs-main-title {
            text-align: left;
        }
            .iphs-main-title span {
                padding-left: 80px;
            }
                .iphs-main-title span:after {
                    left: 0;
                }
        .iphs-main-text {
            position: relative;
            margin: 37px 0 0;
            width: 100%;
            max-width: 365px;
        }
            .iphs-main-text p {
                font-size: 14px;
                letter-spacing: 0.02em;
                line-height: 2.1;
                color: #7e7e7e;
                margin-top: 20px;
            }
                .iphs-main-text p:first-child {
                    margin-top: 0;
                }

.iphs-spaces {
    position: relative;
    padding: 126px 0 100px;
}
    .iphs-spaces-title {
        text-align: center;
    }
        .iphs-spaces-main {
            position: relative;
            margin: 60px 0 0;
        }
            .iphs-spaces-wrap {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 20px 0 0;
            }
                .iphs-spaces-wrap:first-child {
                    margin: 0;
                }
                .iphs-spaces-hover {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    pointer-events: none;
                }
                    .iphs-spaces-hover-img-wrap {
                        position: relative;
                        height: 100%;
                    }
                        .iphs-spaces-hover-img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            transition: 0.35s ease-in-out;
                            -webkit-transition: 0.35s ease-in-out;
                            -moz-transition: 0.35s ease-in-out;
                            -o-transition: 0.35s ease-in-out;
                            opacity:0;
                        }
                            .iphs-spaces-hover-img:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 1;
                                background: rgba(0,0,0,0.4);
                            }
                            .iphs-spaces-hover-img.active {
                                opacity: 1;
                            }
                            .iphs-spaces-hover-img canvas {
                                width: 100%;
                                height: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                            }
                    .iphs-spaces-hover-details {
                        position: absolute;
                        bottom: 30px;
                        left: 30px;
                        z-index: 3;
                        opacity: 0;
                        transform: translateY(50px);
                        transition: 0.35s ease-in-out;
                        -webkit-transition: 0.35s ease-in-out;
                        -moz-transition: 0.35s ease-in-out;
                        -o-transition: 0.35s ease-in-out;
                    }
                        .active .iphs-spaces-hover-details {
                            transform: none;
                            opacity: 1;
                        }
                        .iphs-spaces-address {
                            font-size: 20px;
                            letter-spacing: 0.1em;
                            line-height: 1;
                            font-weight: 300;
                            color: #ffffff;
                            text-transform: uppercase;
                        }
                        .iphs-spaces-price {
                            font-size: 18px;
                            font-weight: 500;
                            letter-spacing: 0.05em;
                            line-height: 1;
                            color: #ffffff;
                            margin: 10px 0 0;
                        }
                        .iphs-spaces-info {
                            position: relative;
                            margin: 22px 0 0;
                        }
                            .iphs-spaces-info > span {
                                display: inline-block;
                                vertical-align: middle;
                                position: relative;
                                font-size: 12px;
                                letter-spacing: 0.1em;
                                line-height: 1;
                                color: #ffffff;
                                padding: 0 15px;
                                font-weight: 300;
                                text-transform: uppercase;
                            }
                                .iphs-spaces-info > span:before {
                                    content: '';
                                    position: absolute;
                                    top: 50%;
                                    right: 0;
                                    width: 1px;
                                    height: 12px;
                                    background: #ffffff;
                                    transform: translateY(-50%);
                                }
                                .iphs-spaces-info > span:first-child {
                                    padding-left: 0;
                                }
                                .iphs-spaces-info > span:last-child {
                                    padding-right: 0;
                                }
                                    .iphs-spaces-info > span:last-child:before {
                                        display: none;
                                    }
                .iphs-spaces-list {
                    position: relative;
                    z-index: 2;
                    display: flex;
                    flex-wrap: wrap;
                    width: 100%;
                }
                    .iphs-spaces-list:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 50%;
                        transform: translateX(-50%);
                        width: 1px;
                        height: 100%;
                        background: rgba(255,255,255,0.3);
                        z-index: 2;
                    }
                    .iphs-spaces-list:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        width: 1px;
                        height: 98px;
                        background: #ffffff;
                        z-index: 3;
                    }
                    .iphs-spaces-item {
                        width: 50%;
                        position: relative;
                    }
                        .iphs-spaces-item a {
                            display: block;
                            position: relative;
                            transition: 0.35s ease-in-out;
                            -webkit-transition: 0.35s ease-in-out;
                            -moz-transition: 0.35s ease-in-out;
                            -o-transition: 0.35s ease-in-out;
                        }
                            .iphs-spaces-item.inactive a {
                                opacity: 0;
                            }
                            .iphs-spaces-item a:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 1;
                                background: rgba(0,0,0,0.4);
                            }
                            .iphs-spaces-item a canvas {
                                width: 100%;
                                background-size: cover;
                                background-position: center center;
                                background-repeat: no-repeat;
                            }
                            .iphs-spaces-item a > span {
                                position: absolute;
                                z-index: 2;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%,-50%); 
                                font-size: 26px;
                                text-transform: uppercase;
                                color: #ffffff;
                                line-height: 1;
                                letter-spacing: 0.2em;
                            }

.iphs-concierge {
    position: relative;
    padding-bottom: 102px;
}
    .iphs-concierge-wrap {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
        .iphs-concierge-wrap > div {
            width: 50%;
            position: relative;
        }
        .iphs-concierge-left {
            position: relative;
            padding: 40px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fbfbfb;
        }
            .iphs-concierge-left > div {
                width: 100%;
                max-width: 360px;
                position: relative;
            }
                .iphs-concierge-title {
                    position: relative;
                    text-align: left;
                }
                    .iphs-concierge-title span {
                        padding-left: 0;
                    }
                    .iphs-concierge-title span::after {
                        left: 0;   
                    }
                .iphs-concierge-text {
                    position: relative;
                    margin: 35px 0 0;
                }
                    .iphs-concierge-text p {
                        font-size: 14px;
                        font-weight: 300;
                        line-height: 2.1;
                        color: #7e7e7e;
                        margin-top: 20px;
                    }
                        .iphs-concierge-text p:first-child {
                            margin-top: 0;
                        }

                        .concierge-btn a {
                            font-family: 'Poppins', sans-serif;
                            font-weight: 500;
                            font-size: 12px;
                            color: #1d1d1d;
                            text-transform: uppercase;
                            letter-spacing: .300em;
                            max-width: 194px;
                            display: block;
                            width: 100%;
                            border: 2px solid #cbcbcb;
                            text-align: center;
                            height: 57px;
                            line-height: 57px;
                            overflow: hidden;
                            z-index: 2;
                            position: relative;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                            margin-top: 30px;
                        }

                        .concierge-btn a::before {
                            width: 50%;
                            right: -200px;
                            top: 0;
                            background-color: #000;
                            content: '';
                            position: absolute;
                            height: 100%;
                            z-index: -1;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                        .concierge-btn a::after {
                            width: 50%;
                            left: -200px;
                            top: 0;
                            background-color: #000;
                            content: '';
                            position: absolute;
                            height: 100%;
                            z-index: -1;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                        .concierge-btn a:hover {
                            color: #fff;
                            border: 2px solid #000;
                        }

                        .concierge-btn a:hover::before {
                            right: 0;
                        }

                        .concierge-btn a:hover::after {
                            left: 0;
                        }

        .iphs-concierge-right {
            position: relative;
        }
            .iphs-concierge-right canvas {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }


@media only screen and (min-width: 1367px) {
    
    .iphs-custom-container {
        width: 1320px;
    }

}

@media only screen and (min-width: 1440px) {

    .iphs-custom-container {
        width: 1412px;
    }

}

@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1199px) {
    
    .iphs-main:before {
        max-width: 540px;
    }

}
@media only screen and (max-width: 991px) {
    
    .iphs-main {
        padding: 50px 0 20px;
    }
    .iphs-main:before {
        display: none;
    }
    .iphs-main-left {
        text-align: center;
        margin: 40px 0 0;
    }
    .iphs-main-title {
        text-align: center;
    }
    .iphs-main-text {
        max-width: 100%;
    }

    .iphs-spaces {
        padding: 50px 0;
    }

    .iphs-concierge-wrap {
        flex-direction: column-reverse;
    }
    .iphs-concierge-wrap > div {
        width: 100%;
    }
    .iphs-concierge-title,
    .iphs-concierge-text {
        text-align: center;
    }


}
@media only screen and (max-width: 767px) {
    .iphs-spaces-item {
        width: 100%;
    }
}
@media only screen and (max-width: 567px) {

}
@media only screen and (max-width: 480px) {
    .ip-site-title span span {
        font-size: 50px;
    }
}