/* featured properties */

#inner-page-wrapper > .container {
    width: 100%;
}

p#breadcrumbs {
    display: none;
}

.ip-fp-wrap {
    max-width: 1430px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 54px;
    position: relative;
}

.fp-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 20px;
}

.fp-title.sg-title {
    max-width: 458px;
    margin: 0 auto;
    position: relative;
    line-height: normal
}

.fp-title.sg-title::after {
    content: '';
    width: 370px;
    height: 2px;
    position: absolute;
    top: auto;
    bottom: 36px;
    left: -362px;
    background-color: #e8dcd0;
}

.fp-title.sg-title::before {
    content: '';
    width: 2px;
    height: 93px;
    position: absolute;
    top: auto;
    bottom: -55px;
    left: -362px;
    background-color: #e8dcd0;
}

.fp-util ul {
    margin-left: 0 !important;
    max-width:none;
}

.fp-title.sg-title span span {
    padding-left: 42px;
    line-height: 1;
}

@media(max-width: 991px) {
    .fp-item {
        width: 50%;
    }
}


@media(max-width: 600px) {
    .fp-item {
        width: 100%;
    }
}