/*******************************************************
 *
 * Featured Listings
 *
 *******************************************************/

[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-container .slideshow-smi {
    display: block;
    top: 155px;
}

.ip-banner canvas {
    background-image: url(../../images/featured-listings/featured-listings-banner.jpg) !important;
    height: 519px;
}

.ip-banner::before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+40,0+60,0.6+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.2+40,0.2+60,0.6+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.6)),color-stop(40%, rgba(0,0,0,0.2)),color-stop(60%, rgba(0,0,0,0.2)),to(rgba(0,0,0,0.6)));
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

}

p#breadcrumbs {
    display: none;
}

.custom-breadcrumbs p#breadcrumbs {
    display: block;
}

.custom-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26,46,78,0.50);
    font-size: 14px;
    color: #b2b2b2;
    padding: 13px 0;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: var(--proxima-nova);
    display: none;
}


.custom-breadcrumbs > .container {
    -webkit-transform: none!important;
        -ms-transform: none!important;
            transform: none!important;
    position: relative;
    left: 0;
}

.custom-breadcrumbs span.breadcrumb_last {
    color: #fff;
}

.custom-container {
    display: block;
    position: relative;
    padding: 0 110px;
}


#inner-page-wrapper{
    margin-bottom: 0;
}

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

#ip-featured-listings {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-fl-container {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.ip-fl-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}


.ip-fl-main {
    display: block;
    position: relative;
    padding: 118px 38px 0;
}

.ip-fl-section {
    display: block;
    position: relative;
}

.ip-fl-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    pointer-events: none;
    background: #fff;
    z-index: 2;
}

.ip-fl-bg-left canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .20;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ip-fl-bg-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 2;
}

.ip-fl-bg-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-fl-bg-right canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-fl-exp-wrapper {
    display: block;
    position: relative;
    z-index: 5;
}


.ip-fl-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding: 15px;
}

.ip-fl-row {
    display: block;
    position: relative;
    margin: 0 -15px;
    z-index: 2;
}

.ip-fl-item a {
    display: block;
    position: relative;
}

.ip-fl-img {
    display: block;
    position: relative;
    background-color: #000;
}

.ip-fl-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
    -o-object-position: center;
       object-position: center;
    z-index: 2;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


.ip-fl-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 120px);
    z-index: 2;
    border: 10px solid #fff;
    background: #000;
    border-bottom: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-info-inner {
    display: block;
    position: relative;
    padding: 37px 50px 20px;
}

.ip-fl-info-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-info-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-fl-price {
    display: block;
    position: relative;
    margin-bottom: 14px;
}

.ip-fl-address {
    display: block;
    position: relative;
}

.ip-fl-det {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 1px solid rgba(255,255,255,.20);
    padding: 5px 0 5px 27px;
}

.ip-fl-price span {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-family: 'Cinzel', serif;
}

.ip-fl-address span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #fff;
    font-weight: 600;
    font-family: var(--proxima-nova);
    display: block;
}

.ip-fl-address span em {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.7px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin-top: 5px;
}

.ip-fl-det span {
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-family: var(--proxima-nova);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ip-fl-det span:not(:last-child) {
    margin-bottom: 13px;
}

em.ai-icon-bed {
    background-image: url(../../images/featured-listings/ai-bed-icon.png);
    width: 16px;
    height: 12px;
}



em.ai-icon-ruler {
    background-image: url(../../images/featured-listings/ai-ruler-icon.png);
    width: 15px;
    height: 15px;
}

em.ai-icon-bath {
    background-image: url(../../images/featured-listings/ai-bath-icon.png);
    width: 17px;
    height: 17px;
}

.ip-fl-det span em {
    margin-right: 10px;
}

.ip-fl-info-col:first-child {
    /* padding-right: 43px; */
}


.ip-fl-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    margin-bottom: -15px;
}

.ip-fl-col:last-child {
    margin-top: -192px;
}

.ip-fl-main .section-title {
    margin-bottom: 70px;
    margin-left: 76px;
    z-index: 5;
    position: relative;
 }

.ip-fl-title-main:before {
    position: absolute;
    content: '';
    top: -60px;
    left: calc(100% - 54px);
    width: 192px;
    height: 216px;
    background-image: url(../../images/featured-listings/monogram-logo.png);
    background-position: center;
    background-size: contain;
    z-index: 2;
    opacity: .05;
    background-repeat: no-repeat;
}

.ip-fl-info:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/featured-listings/accent-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .25;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fl-info-btn {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    pointer-events: none;
    height: 0;
}

.ip-fl-info-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 41px;
    background: #fff;
    max-width: 154px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--proxima-nova);
    line-height: 1;
    color: #e2a344;
    text-transform: uppercase;
}

.ip-fl-item a:hover .ip-fl-info-btn {
    opacity: 1;
    visibility: visible;
    height: 41px;
}

.ip-fl-item a:hover .ip-fl-info-row {
    margin-bottom: 26px;
}

.ip-fl-item a:hover .ip-fl-info {
    background: #e2a344;
}

.ip-fl-item a:hover .ip-fl-info:before {
    opacity: .10;
}

.ip-fl-item a:hover .ip-fl-det span em {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.ip-fl-item a:hover .ip-fl-img img {
    opacity: .49;
}

.ip-fl-title-main {
    display: inline-block;
    position: relative;
}



.ip-global-pagination {
    position: absolute;
    bottom: 0;
    right: -50px;
    padding: 47px 0;
    background: rgba(0,0,0,.73);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    width: 50.6%;
    min-height: 118px;
}

.ip-global-page {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-global-page-no {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-global-page-no ul {
    display: block;
    position: relative;
    margin: 0 40px;
}

.ip-global-page-no ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 0 23px;
    border-right: 1px solid #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--proxima-nova);
}

.ip-global-page-no ul li a {
    color: inherit;
}

.ip-global-page span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 6.4px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--proxima-nova);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-global-page-no ul li:last-child {
    border: none;
    padding-right: 0;
}

.ip-global-page-no ul li:first-child {
    padding-left: 0;
}

.ip-global-page span em {
    font-style: normal;
    font-size: 9px;
}

.ip-global-page.page-prev span em {
    margin-right: 10px;
}

.ip-global-page.page-next span em {
    margin-left: 10px;
}

.ip-fl-main:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 118px);
    background: #fff;
}

.ip-fl-main:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(49.4% + 50px);
    height: 100%;
    background: #fff;
    z-index: 1;
}

.ip-global-page-no ul li.ip-global-page-item.active, 
.ip-global-page-no ul li.ip-global-page-item:hover {
    color: #e2a344;
    font-weight: 700;
}

.ip-global-page span:hover {
    color: #e2a344;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1560px) {
    .custom-container {
        padding: 0 90px;
    }

    #ip-featured-listings .section-title h2 {
        font-size: 70px;
    }

    .ip-fl-info-inner {
        padding: 37px 35px 20px;
    }

    .ip-fl-bg-left {
        width: calc(100% - 40px);
    }

    .ip-fl-info {
        width: calc(100% - 95px);
    }

}


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

    #ip-featured-listings .section-title h2 {
        font-size: 65px;
    }

    .ip-fl-det {
        padding: 5px 0 5px 20px;
    }

    .ip-fl-address span {
        font-size: 16px;
    }

    .ip-global-page-no ul li {
        font-size: 17px;
        padding: 0 15px;
    }

    .ip-global-page-no ul {
        margin: 0 26px;
    }

    .ip-global-page span {
        letter-spacing: 4.4px;
    }

}

@media only screen and (max-width: 1366px) {
     .custom-container {
        padding: 0 90px;
    }

    #ip-featured-listings .section-title h2 {
        font-size: 59px;
    }

    #ip-featured-listings .section-title .small {
        font-size: 15px;
    }

    .ip-fl-info-inner {
        padding: 37px 25px 20px;
    }



    .ip-fl-info {
        width: calc(100% - 55px);
    }


    .ip-fl-price span {
        font-size: 30px;
    }

    .ip-fl-address span {
        letter-spacing: normal;
    }

    .ip-fl-address span em {
        font-size: 13px;
    }

    .ip-fl-det span {
        font-size: 13px;
    }

    .ip-fl-img canvas {
        min-height: 425px;
    }

}

@media only screen and (max-width: 1280px) {
    .ip-fl-title-main:before {
        width: 172px;
        height: 178px;
        top: -45px;
        left: calc(100% - 54px);
    }

}
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .custom-container {
        padding: 0 70px;
    }

    #ip-featured-listings .section-title h2 {
        font-size: 45px;
    }

    .ip-fl-oh-content-container .section-title {
        margin-bottom: 20px;
    }

    .ip-fl-bg-left {
        width: calc(100% - 35px);
    }

    .ip-global-pagination {
        right: -35px;
    }

    .ip-fl-main:after {
        width: calc(49.4% + 35px);
    }

    .ip-fl-main {
        padding: 85px 20px 0;
    }


    .ip-fl-info {
        width: calc(100% - 40px);
    }


    .ip-fl-price span {
        font-size: 30px;
    }

    .ip-fl-address span {
        letter-spacing: normal;
        font-size: 14px;
    }

    .ip-fl-address span em {
        font-size: 12px;
    }

    .ip-fl-det span {
        font-size: 12px;
    }

    .ip-fl-img canvas {
        min-height: 365px;
    }

    .ip-fl-info-inner {
        padding: 25px 20px 15px;
    }

    .ip-fl-det span:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-global-page span {
        font-size: 13px;
    }

    .ip-global-page-no ul {
        margin: 0 16px;
    }

    .ip-global-page-no ul li {
        font-size: 16px;
        letter-spacing: normal;
    }

    .ip-fl-item a:hover .ip-fl-info-row {
        margin-bottom: 15px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        height: auto;
    }

    .ip-container .slideshow-smi {
        display: none;
    }

    .custom-breadcrumbs {
        font-size: 12px;
    }

    .ip-fl-bg-right {
        display: none;
    }

    .ip-fl-bg-left {
        width: 100%;
    }

    .ip-fl-main:before,
    .ip-fl-main:after {
        display: none;
    }


    .ip-fl-col {
        display: block;
        width: 100%;
        margin: 0!important;
    }

    .ip-fl-main .section-title {
        margin: 0 auto 29px;
    }

    .ip-fl-main {
        padding: 60px 0 0;
    }

    .custom-container {
        padding: 0 30px;
    }

    .ip-fl-bg-left canvas {
        opacity: .10;
    }

    .ip-global-pagination {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 0;
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-fl-item {
        max-width: 420px;
        margin: 0 auto;
        display: block;
        padding: 0;
        margin-bottom: 30px;
    }

    .ip-fl-row {
        margin: 0;
    }

    .ip-fl-img img {
        -o-object-fit: cover;
           object-fit: cover;
    }

    .ip-fl-title-main {
        text-align: center;
        display: block;
    }

    .ip-fl-title-main:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    

    .custom-container {
        padding: 0 15px;
    }

    #ip-featured-listings .section-title h2 {
        font-size: 35px;
    }

    #ip-featured-listings .section-title .small {
        letter-spacing: 0.05em;
    }

    .ip-fl-price span {
        font-size: 25px;
    }

    .ip-fl-info {
        width: calc(100% - 20px);
        max-width: 316px;
    }

    .ip-fl-info-inner {
        padding: 25px 15px 20px;
    }

    .ip-fl-det {
        padding: 5px 0 5px 10px;
    }

    .ip-fl-address span {
        font-size: 13px;
    }

    .ip-fl-det span em {
        margin-right: 5px;
    }

    .ip-global-page-no ul li {
        font-size: 15px;
        padding: 0 10px;
    }

    .ip-global-page span {
        letter-spacing: 1px;
        font-size: 12px;
    }

    .ip-global-page.page-prev span em {
        margin-right: 5px;
    }

    .ip-global-page.page-next span em {
        margin-left: 5px;
    }

    .ip-global-page-no ul {
        margin: 0 13px;
    }

     .ip-fl-img canvas {
        min-height: 310px;
    }

}
 