/*******************************************************
 *
 * Listing Results
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

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

div#content-full {
    margin-top: 0;
}

#ip-listing-results {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
    border-bottom-left-radius: 84px;
    border-bottom-right-radius: 84px;
    background: #fff;
    margin-top: -75px;
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.single-aios-communities #ip-listing-results{
    margin-top: 0;
}

.ftr-bg.global-canvas-bg {
    top: -84px;
    background: #1a1a1a;
    height: calc(100% + 84px);
}

.ip-prop-bg canvas {
    opacity: .12;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-prop-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 16%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 245, 243, 1)), to(rgba(249, 245, 243, 0)));
    background: -o-linear-gradient(top, rgba(249, 245, 243, 1) 0%, rgba(249, 245, 243, 0) 100%);
    background: linear-gradient(to bottom, rgba(249, 245, 243, 1) 0%, rgba(249, 245, 243, 0) 100%);
}

.ip-prop-bg:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 245, 243, 0)), to(rgba(249, 245, 243, 1)));
    background: -o-linear-gradient(top, rgba(249, 245, 243, 0) 0%, rgba(249, 245, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 245, 243, 0) 0%, rgba(249, 245, 243, 1) 100%);
}

.ip-banner canvas {
    height: 468px;
}

.ip-banner:after {
    opacity: 0;
}

.custom-breadcrumbs {
    padding: 20px 0;
    z-index: 5;
}

.ip-container #breadcrumbs {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #383838;
    text-transform: uppercase;
    font-weight: 200;
}

.ip-container #breadcrumbs span.breadcrumb_last {
    font-weight: 700;
}

.custom-breadcrumbs,
.ip-prop-container,
.ip-prop-main,
.ip-prop-list,
.ip-prop-item a,
.ip-prop-price,
.ip-prop-address,
.ip-prop-info,
.ip-prop-btn {
    display: block;
    position: relative;
}

.ip-prop-main {
    z-index: 5;
    padding: 0 22px;
}

.ip-prop-img {
    background-color: #000;
}

.ip-prop-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 2;
}

.ip-prop-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 5;
}

.ip-prop-price span {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #000;
    font-family: var(--font-family-title);
}

.ip-prop-address span {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.12em;
    letter-spacing: 0.08em;
    color: #767676;
    font-weight: 300;
    max-width: 270px;
    display: block;
}

.ip-prop-address span>span {
    display: block;
}

.ip-prop-price {
    margin-bottom: 8px;
}

.ip-prop-info {
    display: none;
    margin-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-prop-info span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.020em;
    color: #fff;
    font-weight: 300;
}

.ip-prop-info span:not(:last-child) {
    margin-right: 22px;
}

.ip-prop-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 49px;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-prop-item a:hover .ip-prop-info {
    margin-top: 12px;
    height: 14px;
    opacity: 1;
    visibility: visible;
}

.ip-prop-item a:hover .ip-prop-btn {
    opacity: 1;
    visibility: visible;
}

.ip-prop-item a:hover .ip-prop-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-prop-item {
    display: inline-block;
    vertical-align: middle;
    /* width: 50%; */
    width: calc(100% / 3);
    position: relative;
    padding: 12px;
}

.ip-prop-container {
    padding: 0 0 116px;
}

.ip-prop-container>.custom-container {
    /* max-width: 1345px; */
    max-width: 1600px;
}

.ip-prop-list {
    margin: -12px;
}

.ip-prop-main .global-title {
    margin-bottom: 60px;
    margin-top: 60px;
}

.ip-prop-pagination {
    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;
    margin: 42px auto 0;
}

.ip-prop-pagination button,
.ip-prop-pagination .page-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    padding: 0;
    background-color: transparent;
}

.ip-prop-pagination button em.ai-icon-arrow,
.ip-prop-pagination .page-btn em.ai-icon-arrow {
    background-image: url(../images/ai-arrow-icon.png);
    width: 16px;
    height: 9px;
}

.ip-prop-pagination button:hover em.ai-icon-arrow,
.ip-prop-pagination .page-btn:hover em.ai-icon-arrow {
    filter: invert(0) brightness(0);
    -webkit-filter: invert(0) brightness(0);
}

.ip-prop-pagination button.prev em.ai-icon-arrow,
.ip-prop-pagination .page-btn.prev em.ai-icon-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ip-prop-pagination ul {
    display: block;
    position: relative;
    margin: 0 44px !important;
}

.ip-prop-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 13px;
    height: 30px;
}

.ip-prop-pagination ul li a {
    font-size: 14px;
    color: #808080;
    line-height: 1;
    letter-spacing: 0.100em;
    position: relative;
    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: 100%;
    font-weight: 300;
}

.ip-prop-pagination ul li:not(:last-child) {
    margin-right: 10px;
}

.ip-prop-pagination ul li.active a,
.ip-prop-pagination ul li:hover a {
    color: var(--secondary);
}

.ip-prop-pagination ul li a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: var(--secondary);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-prop-pagination ul li.ellipsis a:before {
    display: none;
}

.ip-prop-pagination ul li.active,
.ip-prop-pagination ul li.ellipsis,
.ip-prop-pagination ul li.ellipsis a,
.ip-prop-pagination ul li.active a {
    pointer-events: none;
}

.ip-prop-pagination ul li:hover a:before,
.ip-prop-pagination ul li.active a:before {
    opacity: 1;
    visibility: visible;
}

.ip-prop-pagination ul li.ellipsis {
    width: auto;
    height: auto;
    margin-left: -4px;
    margin-right: 7px;
}

h1.entry-title {
    display: none;
}


.global-title h2>small {
    font-size: 0.938vw !important;
    margin-bottom: 0.521vw;
    padding-left: 1.042vw;
}

.global-title h2 {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.global-title i.border {
    position: absolute;
    bottom: 0;
    width: 215px;
    height: 2px;
    background: red;
    left: 0;
}


.global-site-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    max-width: 185px;
    width: 100%;
    background: #fff;
    box-shadow: 4px 0 29px #00000017;
    font-size: 14px;
    color: #000;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 0 30px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.ip-prop-item a:hover .global-site-btn {
    background: red;
    color: #fff;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (min-width: 1921px),
(min-width: 992px) and (max-width: 1600px) {
    .custom-breadcrumbs {
        padding: 1.250vw 0;
    }

    .ip-container #breadcrumbs {
        font-size: 0.938vw;
    }

    #ip-listing-results {
        border-top-left-radius: 5.25vw;
        border-top-right-radius: 5.25vw;
        border-bottom-left-radius: 5.25vw;
        border-bottom-right-radius: 5.25vw;
        margin-top: -4.69vw;
    }

    .ftr-bg.global-canvas-bg {
        top: -5.25vw;
        height: calc(100% + 5.25vw);
    }

    .global-title i.border {
        width: 13.44vw;
        height: 0.13vw;
    }

    .global-site-btn {
        height: 3.06vw;
        max-width: 11.56vw;
        box-shadow: 0.25vw 0 1.81vw #00000017;
        font-size: 0.88vw;
        padding: 0 1.88vw;
    }

    .ip-prop-content {
        padding: 1.56vw 0;
    }

    .ip-prop-price span {
        font-size: 1.75vw;
    }

    .ip-prop-address span {
        font-size: 1vw;
        max-width: 16.88vw;
    }

    .ip-prop-price {
        margin-bottom: 0.5vw;
    }

    .ip-prop-info span {
        font-size: 0.875vw;
    }

    .ip-prop-info span:not(:last-child) {
        margin-right: 1.375vw;
    }

    .ip-prop-btn {
        height: 3.06vw;
    }

    .ip-prop-item a:hover .ip-prop-info {
        margin-top: 0.750vw;
        height: 0.875vw;
    }

    .ip-prop-item {
        padding: 0.750vw;
    }

    .ip-prop-container>.custom-container {
        /* max-width: 84.063vw; */
    }

    .ip-prop-main {
        padding: 0 1.38vw;
    }

    .ip-prop-list {
        margin: -0.750vw;
    }

    .ip-prop-main .global-title {
        margin-bottom: 2.188vw;
        margin-top: 3.750vw;
    }

    .ip-banner canvas {
        height: 29.250vw;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    #ip-listing-results {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-top: -50px;
    }

    .ftr-bg.global-canvas-bg {
        top: -50px;
        height: calc(100% + 50px);
    }

    .ip-prop-main {
        padding: 0;
    }

    .ip-prop-item {
        display: block;
        width: 100%;
        padding: 0;
    }

    .ip-prop-list {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
    }

    .ip-prop-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-prop-img:before {
        height: 100%;
    }

    .ip-prop-item a:hover .ip-prop-img img {
        opacity: .60;
    }

    .ip-prop-img {
        background-color: #000;
    }

    .ip-prop-content {
        /* bottom: 25px; */
        padding: 15px 0;
        text-align: center;
    }

    .ip-prop-btn {
        position: relative;
        height: auto;
        margin-top: 15px;
    }

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

    .ip-prop-address span {
        font-size: 15px;
        max-width: 100%;
    }

    .ip-prop-info span:not(:last-child) {
        margin-right: 15px;
    }

    .ip-prop-info span {
        font-size: 13px;
    }

    .ip-prop-btn .global-site-btn {
        margin: 0 auto;
    }

    .ip-prop-img canvas {
        min-height: 270px;
    }

    .ip-prop-item a:hover .ip-prop-btn {
        /* margin-top: 16px; */
        /* height: 25px; */
    }

    .ip-prop-item a:hover .ip-prop-info {
        height: 13px;
    }

    .ip-prop-more-btn {
        margin: 35px auto 0;
    }

    .ip-prop-price {
        margin-bottom: 11px;
    }

    .ip-prop-container {
        padding: 0 0 50px;
    }

    .ip-prop-main .global-title {
        margin-top: 40px;
    }

    .ip-prop-pagination ul {
        margin: 0 25px;
    }

    .ip-banner canvas {
        min-height: 300px;
        height: auto;
    }

    .ip-container #breadcrumbs {
        font-size: 13px;
        letter-spacing: 0.050em;
    }

    .global-title h2>span {
        font-size: 50px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .global-title h2>span {
        font-size: 40px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .global-title h2>span {
        font-size: 35px;
    }
}