/*******************************************************
 *
 * Listings
 *
 *******************************************************/


#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner canvas {
    height: 25vw;
}
.ip-comm-det-breadcrumbs {
    padding: 40px 0;
}
.ip-comm-det-breadcrumbs p#breadcrumbs {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
}
.ip-comm-det-breadcrumbs p#breadcrumbs a {
    font-weight: normal;
}
/* welcome */
.ip-comm-det-welcome-bg canvas {
    opacity: 0.07;
}
.ip-comm-det-welcome-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fff, transparent);
    z-index: 1;
}
.ip-comm-det-welcome-bg::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 80px;
    bottom: 0;
    left: 0;
    background: var(--secondary);
}
.ip-comm-det-welcome {
    padding-left: min(13.4375vw, 215px);
}
.ip-comm-det-welc-inner {
    padding: 30px 0 115px;
}
.ip-comm-det-welc-right {
    width: calc((699 / 1385)* 100%);
}
.ip-comm-det-welc-left {
    width: calc(100% - calc((699 / 1385)* 100%));
    padding-right: 90px;
}
.ip-comm-det-welc-desc p {
    line-height: 2;
    margin-top: 32px;
    letter-spacing: 0.02em;
}


/* CTA */

.ip-comm-det-explore {
    padding-top: 130px;
}
.ip-comm-det-explore-bg canvas {
    filter: grayscale(1);
    opacity: 0.1;
}
.ip-comm-det-explore-title {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
.ip-comm-det-explore-title h2.site-title {
    margin-left: auto;
}
.ip-comm-det-explore-cta {
    margin-top: 50px;
}
.ip-comm-det-explore-cta-tile {
    width: calc(100% / 6);
    border: 1px solid #ccc;
    position: relative;
    height: auto !important;
    min-height: 380px;
}
.ip-comm-det-explore-cta-tile:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 115px;
    bottom: 0;
    right: -4px;
    background: var(--secondary);
    z-index: 2;
}
.ip-comm-det-explore-cta-tile:nth-child(even):before {
    bottom: auto;
}
.ip-comm-det-explore-cta-tile:last-child:before {
    display: none;
}
/*.ip-comm-det-explore-cta-tile a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}*/
/*.ip-comm-det-explore-cta-tile a {
    display: block;
}*/

.ip-comm-det-explore-cta-tile h3 {
    position: absolute;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: min(1.5vw,24px);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    height: 100%;
    text-align: center;
    transition: var(--animate);
}
.ip-comm-det-explore-cta-tile:hover h3 {
    opacity: 0;
    visibility: hidden;
}
.ip-comm-det-explore-cta-tile-hover {
    
}
.ip-comm-det-explore-cta-tile-hover {
    opacity: 0;
    visibility: hidden;
    transition: var(--animate);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: url(../../../assets/images/community/cta-bg-hover.jpg) center / cover no-repeat fixed;
}
.safari-true .ip-comm-det-explore-cta-tile-hover {
    background-attachment: scroll;
}
.ip-comm-det-explore-cta-tile-hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.65;
}
.ip-comm-det-explore-cta-tile-hover-inner {
    text-align: center;
    padding: 15px min(2.5vw,40px);
    position: relative !important;
    z-index: 2;
    width: 100%;
}
.ip-comm-det-explore-cta-tile:hover .ip-comm-det-explore-cta-tile-hover {
    opacity: 1;
    visibility: visible;
}
.ip-comm-det-explore-cta-tile-hover-inner span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    color: #fff;
}
.ip-comm-det-explore-cta-tile-hover-inner ul {
    padding-top: 40px;
}
.ip-comm-det-explore-cta-tile-hover-inner ul li {
    text-transform: uppercase;
    font-size: min(0.9375vw,15px);
    margin-bottom: min(1.375vw,22px);
    color: #fff;
}

.ip-comm-det-explore-cta-tile-hover-inner ul li a{
    color: #ffffff;
}

/* Properties */
.ip-comm-det-prop {
    padding: 0 15px;
}
.ip-comm-det-prop-inner {
    padding: 140px 0 110px;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}
.ip-comm-det-prop-header {
    padding: 0 30px;
}
.ip-comm-det-prop-lists {
    padding-top: 40px;
}
.ip-comm-det-prop-list-row {
    justify-content: space-between;
    margin-bottom: 33px;
}
.ip-comm-det-prop-list-row:nth-child(even) {
    flex-direction: row-reverse;
}
.ip-comm-det-prop-list {
    width: 41.533%;
    overflow: hidden;
}
.ip-comm-det-prop-list a {
    display: block;
}
.ip-comm-det-prop-list:first-child {
    width: 55.92%;
}
.ip-comm-det-prop-list-content {
    bottom: -13%;
    width: 100%;
    padding: 0 30px;
    transition: var(--animate);
    z-index: 3;
}
.ip-comm-det-prop-list-content-top span {
    display: block;
    font-size: 33px;
    font-family: var(--font-family-title);
    color: #fff;
    letter-spacing: 0.05em;
}
.ip-comm-det-prop-list-content-top em {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    padding-top: 10px;
    letter-spacing: 0.04em;
}
.ip-comm-det-prop-list-content-top {
    padding-bottom: 20px;
}
.ip-comm-det-prop-list-content-bot ul {
    display: flex;
    align-items: center;
}
.ip-comm-det-prop-list-content-bot ul li {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid;
}
.ip-comm-det-prop-list-content-bot ul li:first-child {
    padding-left: revert-layer;
}
.ip-comm-det-prop-list-content-bot ul li:last-child {
    border: none;
}
.ip-comm-det-prop-list-content-bot span {
    display: flex;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    min-width: min(12.8vw,205px);
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ccc;
    transition: var(--animate);
}
.ip-comm-det-prop-list-content-bot span:hover {
    background: #000;
    border-color: #000;
}
.ip-comm-det-prop-list-content-bot {
    padding: 14px 0 20px;
    border-top: 1px solid #ccc;
    pointer-events: none;
    transition: var(--animate);
    opacity: 0;
    visibility: hidden;
}
.ip-comm-det-prop-list:hover .ip-comm-det-prop-list-content {
    bottom: 0;
}
.ip-comm-det-prop-list:hover .ip-comm-det-prop-list-content-bot {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.ip-comm-det-prop-list-photo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.7;
}

.ip-comm-det-prop-list:hover .ip-comm-det-prop-list-photo img {
    filter: brightness(0.5);
}

.single-aios-communities .listings-pagination {
    position: relative;
    margin-top: 81px;
}

.single-aios-communities .listings-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.single-aios-communities .listings-pagination ul li {
    -webkit-user-select: none;
    user-select: none;
    display: block;
    margin: 2px;
    padding: 0;
}

.single-aios-communities .listings-pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--aios-ihf-template-results-page-primary-color);
    text-decoration: none;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #cecece;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-aios-communities .listings-pagination ul li.active a,
.single-aios-communities .listings-pagination ul li a.active,
.single-aios-communities .listings-pagination ul li a:hover {
    color: #fff;
    border-color: var(--aios-ihf-template-results-page-primary-color);
    background: #000000;
    color: #ffffff;
}

.single-aios-communities .listings-pagination ul li.active {
    cursor: not-allowed;
}

.single-aios-communities .listings-pagination ul li.active a,
.single-aios-communities .listings-pagination ul li a.active {
    pointer-events: none;
}

.single-aios-communities .listings-pagination ul li.ellipsis a {
    pointer-events: none;
    cursor: text;
}

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

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1299px) {
    .ip-comm-det-welc-left {
        padding-right: 50px;
    }
    .ip-comm-det-prop-list-content-bot ul li {
        padding: 0 10px;
        font-size: 12px;
    }
    .ip-comm-det-prop-list-content-bot span {
        font-size: 13px;
    }
} 
@media only screen and (max-width: 1199px) {
    .ip-comm-det-welcome {
        padding-left: 100px;
    }
    .ip-comm-det-explore-cta-tile-hover {
        background-attachment: scroll;
    }
    .ip-comm-det-explore-cta-tile h3 {
        font-size: 18px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-comm-det-welcome {
        padding: 0 15px;
    }
    .ip-comm-det-welc-inner {
        display: block;
        padding: 60px 0;
    }
    .ip-comm-det-welc-left {
        padding: 0;
        width: 100%;
    }
    .ip-comm-det-welc-desc p {
        text-align: center;
    }
    .ip-comm-det-welc-right {
        width: 100%;
        padding-top: 40px;
    }
    .ip-comm-det-welcome-bg::after {
        display: none;
    }
    .ip-comm-det-explore-cta-tile {
        width: 33.33%;
    } 
    .ip-comm-det-explore-cta-tiles {
        flex-wrap: wrap;
    }
    .ip-comm-det-explore-cta-tile-hover-inner ul li {
        font-size: 13px;
    }
    .ip-comm-det-explore-cta-tile-hover-inner span {
        font-size: 18px;
    }
    .ip-comm-det-prop-list-row {
        display: block;
    }
    .ip-comm-det-prop-list {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .ip-comm-det-prop-list-content {
        position: relative;
        background: #000;
        padding-top: 20px;
    }
    .ip-comm-det-prop-list-content-bot {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .ip-comm-det-prop-list-photo canvas {
        height: 56.8vw;
        min-height: 300px;
    }
    .ip-comm-det-prop-list-content-bot span {
        min-width: 170px;
    }
    .ip-comm-det-prop-list-photo:before {
        display: none;
    }
    .ip-comm-det-prop-list-photo img {
        filter: none !important;
    }
    .ip-comm-det-prop-header {
        justify-content: center;
    }
    .ip-comm-det-prop-btn .site-btn {
        margin: 0 auto;
    }




} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-comm-det-explore-cta-tile {
        width: 50%;
    }
    .ip-comm-det-prop-list-content {
        padding: 20px 15px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-comm-det-explore-cta-tile {
        width: 100%;
    }
    .ip-comm-det-prop-list-content-bot {
        display: block;
    }
    .ip-comm-det-prop-list-content-bot span {
        margin-top: 20px;
    }

}
 
