.ip-banner, #content .entry-title {
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-cities-details-banner {
    font-size: 0;
    position: relative;
}
    .ip-cities-details-banner::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000000;
        opacity: 0.45;
    }
    .ip-cities-details-banner canvas {
        width: 100%;
        height: auto;
        min-height: 250px;
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ip-custom-breadcrumbs {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
        .ip-custom-breadcrumbs #breadcrumbs {
            color: #ffffff;
            font-size: 11px;
            font-family: var(--PTSansNarrow);
            letter-spacing: 0.15em;
            text-transform: uppercase;
        }
            .ip-custom-breadcrumbs #breadcrumbs a {
                color: #ffffff;
            }

.ip-cities-details-outer-wrap {
    padding: 75px 0 95px;
    text-align: center;
    position: relative;
}
    .ip-cities-details-outer-wrap::before {
        width: 21%;
        max-width: 336px;
        height: 376px;
        max-height: 100%;
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background-image: url(../../images/cities/city-details-accent.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ip-cities-details-top-wrap {

    }
        .ip-cities-details-title {
            display: inline-block;
            vertical-align: top;
            color: #939393;
            font-size: 24px;
            font-family: var(--PTSansNarrow);
            line-height: 1.2;
            letter-spacing: 0.4em;
            text-transform: uppercase;
        }
            .ip-cities-details-title span {
                display: block;
                color: #555555;
                font-size: 80px;
                font-family: var(--CormorantGaramond);
                line-height: 1;
                letter-spacing: 0.02em;
                position: relative;
            }
                .ip-cities-details-title span::before {
                    width: 200%;
                    height: 1px;
                    content: '';
                    position: absolute;
                    top: 37px;
                    right: 100%;
                    margin-right: 20px;
                    background-color: #c6c6c6;
                }
        .ip-cities-details-description {
            margin-top: 15px;
            color: #282828;
            font-size: 14px;
            line-height: 23px;
            letter-spacing: 0.03em;
            text-align: left;
        }
            .ip-cities-details-top-description {
                width: 100%;
                max-width: 750px;
                margin: 0 auto;
                text-align: center;
            }

    .ip-cities-details-content-wrap {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
        .ip-cities-details-photo-wrap {
            width: calc((100vw - 1140px) / 2 + 100%);
            position: relative;
            font-size: 0;
            padding-bottom: 85px;
        }
            .ip-cities-details-photo-wrap::before {
                width: 80px;
                height: 522px;
                max-height: 81%;
                content: '';
                position: absolute;
                z-index: 1;
                left: 74.5%;
                bottom: 0;
                background-color: #ececec;
            }
            .ip-cities-details-photo-wrap::after {
                width: 73%;
                max-width: 429px;
                height: 177px;
                content: '';
                position: absolute;
                z-index: 2;
                right: 0;
                bottom: 0;
                background-color: #000000;
            }
            .ip-cities-details-photo {
                width: 74.5%;
                max-width: 440px;
                position: relative;
                z-index: 3;
            }
                .ip-cities-details-photo canvas {
                    width: 100%;
                    height: auto;
                    display: block;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

    .ip-details-other-listings-wrap {
        margin-top: 50px;
        text-align: left;
    }
        .ip-details-other-listings-title {
            display: inline-block;
            vertical-align: top;
            color: #939393;
            font-size: 24px;
            font-family: var(--PTSansNarrow);
            line-height: 1.2;
            letter-spacing: 0.4em;
            text-transform: uppercase;
        }
            .ip-details-other-listings-title span {
                display: block;
                color: #555555;
                font-size: 80px;
                font-family: var(--CormorantGaramond);
                letter-spacing: 0.02em;
                position: relative;
            }
                .ip-details-other-listings-title span::before {
                    width: 1000%;
                    height: 1px;
                    content: '';
                    position: absolute;
                    z-index: -1;
                    top: 47%;
                    left: 100%;
                    margin-left: 35px;
                    background-color: #c6c6c6;
                }
        .ip-details-other-listings {
            margin-top: 50px;
            font-size: 0;
            position: relative;
        }
            .ip-listing-items-wrap {
                margin-left: -1px;
                margin-right: -1px;
                position: relative;
                z-index: 2;
            }
                .ip-listing-item {
                    width: calc(100% / 3);
                    padding: 0 1px 2px;
                    display: inline-block;
                    vertical-align: top;
                }
                    .ip-listing-item a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: relative;
                    }
                    .ip-listing-item-photo {
                        position: relative;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip-listing-item-photo canvas {
                            width: 100%;
                            height: auto;
                            display: block;
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                        }

                    .ip-listing-item-info {
                        width: 100%;
                        margin: 0 auto;
                        padding: 11px 0;
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        color: #ffffff;
                        font-size: 14px;
                        line-height: 1.5;
                        letter-spacing: 0.2em;
                        text-align: center;
                        text-transform: uppercase;
                        background-color: rgba(0,0,0,0.70);
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip-listing-address {
                            color: #b0b0b0;
                        }
                        .ip-listing-price {
                            font-size: 22px;
                            font-family: var(--PTSansNarrow);
                        }
                        .ip-listing-item a:hover .ip-listing-item-photo {
                            filter: grayscale(1);
                        }
                        .ip-listing-item a:hover .ip-listing-item-info {
                            bottom: 50%;
                            transform: translateY(50%);
                        }


/* MOBILE */
@media only screen and (max-width: 1199px) {
    .ip-cities-details-photo-wrap {
        width: calc((100vw - 940px) / 2 + 100%);
    }
}

@media only screen and (max-width: 991px) {
    .ip-cities-details-outer-wrap::before, .ip-cities-details-title span::before,
    .ip-cities-details-photo-wrap::before, .ip-cities-details-photo-wrap::after,
    .ip-details-other-listings-title span::before {
        display: none;
    }
    .ip-cities-details-photo-wrap {
        width: 100%;
        padding-bottom: 0;
    }
    .ip-cities-details-photo {
        width: 100%;
        margin: 0 auto;
    }
    .ip-cities-details-description, .ip-details-other-listings-wrap {
        text-align: center;
    }
    .ip-listing-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .ip-listing-item {
        width: 100%;
        max-width: 380px;
    }
    .ip-cities-details-title span, .ip-details-other-listings-title span {
        font-size: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-cities-details-title span, .ip-details-other-listings-title span {
        font-size: 40px;
    }
}