/*
 * Template Name: Community Details
 */
#content-full {
    margin-top: 0 !important;
}

.ip-banner::before {
   /* display: none;*/
}

.ip-banner::after {
    /*content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;*/
}
.ip-banner canvas{
    min-height: 0;
}
#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

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

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 1.3542vw 3.438vw;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

#commd-wrap{
    background: #fff;
}
.commd-top{
    padding: 5.938vw 0 0;
}
.commd-top-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.commd-top-inner .commd-top-l{
    width: 53.25%;
    padding: 0 6vw 0 7.500vw;
}
.commd-top-inner .commd-title{}
.commd-top-inner .commd-title h2{
    font-size: 4.375vw;
}
.commd-top-inner .commd-title h2 em{
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-family-title);
}
.commd-top-inner .commd-hl{
    font-size: 1.875vw;
    letter-spacing: 0.020em;
    line-height: 1.333;
    font-family: var(--font-family-title);
    max-width: 32vw;
    margin: 3.375vw 0 0;
}
.commd-top-inner .commd-abt{
    font-size: 1.375vw;
    font-weight: 300;
    letter-spacing: 0.020em;
    margin: 3.438vw 0 0;
}
.commd-top-inner .commd-desc{
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 0.020em;
    margin: 2.188vw 0 0;
    line-height: 1.75;
}
.commd-top-inner .commd-desc p{
    margin: 1.700vw 0 0;
}
.commd-top-inner .commd-desc p:nth-of-type(1){
    margin: 0 0 0;
}
.commd-top-inner .commd-top-r{
    width: 46.750%;
}
.commd-top-inner .commd-img{
    position: relative;
}
.commd-top-inner .commd-img:before{
    content:'';
    display: block;
    background: #46325f;
    width: 0.750vw;
    left: -1.375vw;
    top: 0;
    position: absolute;
    height: 100%;
}
.commd-top-inner .commd-img:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: url(../../images/community-details/commd-logo-accent.png) 90% center no-repeat;
    background-size: 33.500vw auto;
    top: 0;
    left: 0;
    opacity: 0.2;
    background-attachment: fixed;
}
.commd-sec-title{}
.commd-sec-title h2{
    font-family: var(--font-family-title);
    font-size: 4.375vw;
    text-align: center;
}
.commd-sec-title h2 em{
    font-style: normal;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.commd-sec-title h2 span{
    display: block;
    font-size: 3vw;
    margin: 1.2vw 0 0;
}
.commd-geo{
    padding: 6.250vw 0 0;
}
.commd-geo-map{
    position: relative;
    margin: 2.625vw auto 0;
    max-width: 71.250vw;
    width: calc(100% - 30px);
    border-top: 0.750vw solid #46325f;;
}
.commd-geo-map:before{
    content: '';
    display: block;
    width: 2.188vw;
    height: 2.188vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.750vw;
    background: url(../../images/title-logo.png) center top no-repeat;
    background-size: cover;
    border-radius: 100%;
    margin: auto;
}
.commd-geo-map:after{
    content: '';
    display: block;
    width: 1px;
    height: 3.562vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.562vw;
    background: #000;
    margin: auto;
}
.commd-geo-map > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}
.commd-geo-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}
.commd-listings{
    margin: 8.875vw 0 0;
    padding: 0 0 4.375vw;
    border-bottom: 0.750vw solid #46325f;
}
.commd-listings.sold{
    border-bottom: 0vw solid #46325f;
}
.commd-listings-map{
    position: relative;
    margin: 2.625vw auto 0;
    max-width: 71.250vw;
    width: calc(100% - 30px);
}
.commd-listings-map img{
    display: block;
    width: 100%;
    height: auto;
}
.commd-props{
    position: relative;
    margin: 2.625vw auto 0;
    max-width: 71.250vw;
    width: calc(100% - 30px);
}
.commd-props .commd-props-single{
    display: flex;
    flex-flow: row wrap;
    align-items:flex-start;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding: 1.875vw 0 0;
    margin: 1.875vw 0 0;
}
.commd-props .commd-props-single:first-child{
    margin: 0 0 0;
    padding: 0 0 0;
    border-top: 0px solid #eaeaea;
}
.commd-props .commd-props-img{
    width: 35.088%;
}
.commd-props .commd-props-img a{
    display: block;
    position: relative;
}
.commd-props.sold .commd-props-img a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/community-details/commd-sold.png) top left no-repeat;
    background-size: cover;
}
.commd-props .commd-props-info{
    width: 60.175%;
}
.commd-props .commd-props-top{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.commd-props .commd-det{}
.commd-props .commd-mls{
    font-size: 0.938vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.020em;
}
.commd-props .commd-add{
    font-size: 1.563vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.020em;
    line-height: 1.2;
    max-width: 21vw;
    margin: 0.5vw 0;
}
.commd-props .commd-price{
    font-size: 1.875vw;
    text-transform: uppercase;
    letter-spacing: 0.020em;
    font-family: var(--font-family-title);
}
.commd-props .commd-media{
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    justify-content: center;
}
.commd-props .commd-photos{
    padding: 0.4vw 0 0.4vw 2.750vw;
    background: url(../../images/community-details/commd-camera.png) left center no-repeat;
    background-size: 1.875vw auto;
}
.commd-props .commd-photos a{
    font-size: 0.938vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.020em;
}

.commd-props .commd-vt{
    padding: 0.4vw 0 0.4vw 2.625vw;
    background: url(../../images/community-details/commd-vt.png) left center no-repeat;
    background-size: 1.625vw auto;
    margin: 1.125vw 0 0;
}
.commd-props .commd-vt a{
    font-size: 0.938vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.020em;
}
.commd-props .commd-props-bottom{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 6vw 0 0;
}
.commd-props .commd-feat{}
.commd-props .commd-feat > div{
    font-size: 1.250vw;
    line-height: 1.5;
    letter-spacing: 0.020em;
    font-weight: 300;
    text-transform: uppercase;
}
.commd-props .commd-courtesy{
    color: #666;
    font-size: 0.813vw;
    letter-spacing: 0.020em;
    line-height: 1.9;
    font-weight: 300;
}
.commd-listings-bttn{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 7.500vw 0 0;
}
.commd-disclaimer{
    position: relative;
    margin: 2.625vw auto 0;
    max-width: 71.250vw;
    width: calc(100% - 30px);
    color: #666;
    font-size: 0.813vw;
    letter-spacing: 0.020em;
    line-height: 1.9;
    font-weight: 300;
}
.commd-disclaimer p{
    margin: 1.5vw 0 0;
}
.commd-disclaimer p:nth-of-type(1){
    margin: 0 0 0;
}
@media only screen and (max-width: 1199px){
    .commd-top-inner .commd-img:after {
        background: url(../../images/community-details/commd-logo-accent.png) center center no-repeat;
        background-size: 71.658% auto;
        background-attachment: scroll;
    }
}
@media only screen and (max-width: 991px) {
    .ip-banner canvas{
        min-height: 250px;
        max-height: none;
    }
    p#breadcrumbs {
        font-size: 14px;
        padding: 27px 55px;
    }
    .commd-top-inner{
        flex-flow: column-reverse wrap;
        align-items: center;
        justify-content: center;
    }
    .commd-top-inner .commd-top-r{
        width: calc(100% - 30px);
        max-width: 350px;
        margin: 0 0 30px;
    }
    .commd-top-inner .commd-img:before{
        display: none;
    }
    .commd-top-inner .commd-top-l {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .commd-top-inner .commd-hl {
        font-size: 28px;
        max-width: none;
        margin: 30px 0 0;
    }
    .commd-top-inner .commd-abt {
        font-size: 19px;
        margin: 30px 0 0;
    }
    .commd-top-inner .commd-desc {
        font-size: 15px;
        margin: 40px 0 0;
    }
    .commd-top-inner .commd-desc p {
        margin: 22px 0 0;
    }
    .commd-top-inner .commd-title h2{
        font-size: 60px;
    }
    .commd-top-inner .commd-title h2 em,
    .commd-sec-title h2 em{
        background: none;
        -webkit-text-fill-color: unset;
        display: block;
        padding: 0 0 10px;
    }
    .commd-sec-title h2{
        font-size: 60px;
    }
    .commd-sec-title h2 span{
        font-size: 30px;
    }
    .commd-geo-map{
        margin: 36px auto 0;
        max-width: 700px;
        border-top: 10px solid #46325f;
    }
    .commd-geo-map:before,
    .commd-geo-map:after{
        display: none;
    }
    .commd-listings {
        margin: 70px 0 0;
        padding: 0 0 100px;
        border-bottom: 10px solid #46325f;
    }
    .commd-listings-map{
        margin: 36px auto 0;
        max-width: 700px;
    }
    .commd-props{
        max-width: none;
    }
    .commd-props .commd-props-single{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #eaeaea;
        padding: 30px 0 0;
        margin: 30px 0 0;
    }
    .commd-props .commd-props-img{
        width: 100%;
        max-width: 400px;
        margin: 0 0 30px;
    }
    .commd-props .commd-media{
        margin: 0 0 10px;
    }
    .commd-props .commd-props-info{
        width: 100%;
        padding: 0 15px;
    }
    .commd-props .commd-props-top {
        flex-flow: column-reverse wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .commd-props .commd-mls{
        font-size: 14px;
    }
    .commd-props .commd-add{
        font-size: 23px;
        max-width: none;
        margin: 10px 0;
    }
    .commd-props .commd-price{
        font-size: 28px;
    }
    .commd-props .commd-photos {
        padding: 7px 0 7px 45px;
        background: url(../../images/community-details/commd-camera.png) left center no-repeat;
        background-size: 30px auto;
    }
    .commd-props .commd-photos a{
        font-size: 14px;
    }
    .commd-props .commd-vt{
        margin: 10px 0 0;
        padding: 7px 0 7px 42px;
        background: url(../../images/community-details/commd-vt.png) left center no-repeat;
        background-size: 26px auto;
    }
    .commd-props .commd-photos a,
    .commd-props .commd-vt a{
        font-size: 14px;
    }
    .commd-props .commd-props-bottom {
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 30px 0 0;
    }
    .commd-props .commd-feat{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .commd-props .commd-feat > div {
        font-size: 18px;
        text-align: center;
    }
    .commd-props .commd-courtesy {
        font-size: 12px;
        margin: 10px 0 0;
    }
    .commd-listings-bttn{
        margin: 40px 0 0;
    }
    .commd-disclaimer{
        max-width: none;
        font-size: 12px;
        text-align: center;
        margin: 35px auto 0;
    }
    .commd-disclaimer p{
        margin: 22px 0 0;
    }
}

@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 567px){
    
}
@media only screen and (max-width: 480px) {
    p#breadcrumbs {
        padding: 27px 15px;
    }
    .commd-top-inner .commd-title h2 {
        font-size: 50px;
    }
    .commd-sec-title h2{
        font-size: 45px;
    }
    .commd-sec-title h2 span {
        font-size: 24px;
    }
}