#inner-page-wrapper {
    margin-bottom: 0;
  }
  
  #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
  }
  
  #community-details-wrap {
    background: #1e1e1e;
    padding: 0 0 90px;
    font-size: 0;
  }
  
  .community-details-content {
    position: relative;
  }
  
  .cdc-container {
    position: relative;
    width: 1450px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .cdc-left {
    position: relative;
    width: 45.77%;
    padding-top: 210px;
    z-index: 2;
  }
  
  .cdc-list {
    -webkit-box-shadow: 0px 3px 40px 0px rgba(11, 11, 12, 0.75);
            box-shadow: 0px 3px 40px 0px rgba(11, 11, 12, 0.75);
  }
  
  .cdc-list:not(.slick-initialized) .cdc-item:nth-child(1) ~ div {
    display: none;
  }
  
  .cdc-item canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cdc-item.fallback-image canvas {
      width: 100%;
      background-size: 80%;
      background-color: #000;
      background-position: center;
  }
  
  .cdc-arrows {
    padding: 0 50px;
    margin-top: 26px;
    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;
    display: none;
  }
  
  .cdc-arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    padding: 0;
    border: 0;
    font-size: 10px;
    color: #999999;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .cdc-arrow img {
    margin-right: 10px;
  }
  
  .cdc-arrow:hover {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  
  .cdc-next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .cdc-next img {
    margin-left: 10px;
    margin-right: 0;
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
  
  .cdc-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 55px;
  }
  
  .cdc-share > div:first-child {
    font-family: var(--Montserrat);
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    margin-right: 60px;
  }
  
  .cdc-share .addtoany_shortcode a {
    font-size: 20px !important;
    color: var(--accent-color-light);
    padding: 0;
    margin-right: 35px !important;
  }
  
  .cdc-share .addtoany_shortcode a::before {
    font-family: 'agentimage';
  }
  
  .cdc-share .addtoany_shortcode a span {
    display: none !important;
  }
  
  .cdc-share .addtoany_shortcode a.a2a_button_facebook::before {
    content: "\b0114";
  }
  
  .cdc-share .addtoany_shortcode a.a2a_button_linkedin::before {
    content: "\b0105";
  }
  
  .cdc-share .addtoany_shortcode a.a2a_button_pinterest::before {
    content: "\b0104";
  }
  
  .cdc-share .addtoany_shortcode a:last-child {
    margin-right: 0;
  }
  
  .cdc-share .addtoany_shortcode a:hover {
    color: #ffffff;
  }
  
  .cdc-right {
    position: relative;
    width: 54.23%;
    padding: 108px 25px 90px 65px;
    z-index: 1;
  }
  
  .cdc-right .cdc-right-bg {
    position: absolute;
    width: calc( (100vw - 1420px) + 100% + 290px);
    height: 100%;
    top: 0;
    left: -290px;
    background: url(../../images/community-details/bg.jpg) no-repeat center center/cover;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  
  .cdc-right .cdc-right-bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #252525;
    opacity: 0.95;
  }
  
  .cdc-right .custom_site_title {
    position: relative;
  }
  
  .cdc-right h3 {
    position: relative;
    font-family: var(--Montserrat);
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    margin: 50px 0 26px;
  }
  
  .cdc-right p {
    position: relative;
    font-size: 16px;
    color: #cfcfcf;
    line-height: 1.6;
    margin-bottom: 26px;
  }
  .cdc-right em {
    font-style: normal !important;
  }
  
  .cdc-right .custom_site_button {
    position: relative;
    max-width: 312px;
    margin-top: 50px;
  }
  
  .community-details-properties {
    position: relative;
    margin-top: 68px;
  }
  
  .cdp-container {
    position: relative;
    width: 1490px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .cdp-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .community-details-properties .cdp-heading .custom_site_title h2 {
    font-size: 32px;
  }
  
  .cdp-heading .custom_site_button {
    max-width: 312px;
  }
  
  .cdp-holder {
    position: relative;
    margin-top: 50px;
  }
  
  .cdp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px;
  }
  
  .cdp-item {
    width: 33.33%;
    padding: 0 5px;
  }
  
  .cdp-item a {
    display: block;
    position: relative;
  }
  
  .cdp-item a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-color-light);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .cdp-item a:hover::after {
    opacity: 0.49;
  }
  
  .cdp-image {
    position: relative;
    z-index: 1;
  }
  
  .cdp-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(3, 3, 4, 0)), to(rgba(11, 11, 12, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 4, 0) 30%, rgba(11, 11, 12, 0.4) 100%);
  }
  
  .cdp-image canvas {
    display: block;
    width: 100%;
  }
  
  .cdp-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .cdp-text {
    position: absolute;
    width: 100%;
    bottom: 35px;
    padding: 0 30px;
    z-index: 3;
  }
  
  .cdp-address {
    font-family: var(--Montserrat);
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  
  .cdp-price {
    font-family: var(--Montserrat);
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
    margin-top: 10px;
  }
  
  .cdp-button {
    width: 138px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border: 1px solid #ffffff;
    font-family: var(--Montserrat);
    font-size: 14px;
    color: #ebebeb;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 28px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .cdp-button::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
  }
  
  .cdp-item a:hover .cdp-button {
    color: var(--accent-color);
    font-weight: 700;
    background: #ffffff;
  }
  

  .community-details-properties .listings-inner {
    display: none;
  }

  .cdp-holder .aios-no-listing-found {
    font-size: 20px;
  }

  .ip_prop_item {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0 12px 25px;
    transform: translateZ(0);
    }
        .ip_prop_item a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
        }
            .ip_prop_item a::before {
                width: 100%;
                height: 60%;
                content: '';
                position: absolute;
                z-index: 1;
                bottom: 0;
                left: 0;
                background: rgb(0,0,0);
				background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
				opacity: 0.67;
            }
            .ip_prop_item a::after {
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                /*background-color: var(--accent-color-light);*/
                border: 5px solid var(--accent-color-light);
                opacity: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
                .ip_prop_item a:hover::after {
                    /*opacity: 0.49;*/
                    opacity: 1;
                }
            
            .ip_prop_photo {
                font-size: 0;
                position: relative;
            }
                .ip_prop_photo canvas {
                    width: 100%;
                    height: auto;
                    min-height: 250px;
                    display: block;
                }
                .ip_prop_photo > img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; 
                }
             
            .ip_prop_text_wrap {
                width: 100%;
                position: absolute;
                z-index: 2;
                bottom: 13px;
                left: 0;
                padding: 20px 35px;
                color: #ffffff;
                font-family: var(--Montserrat);
                text-align: left;
                line-height: 1;
            }
                .ip_prop_text_wrap::after {
                    width: calc(100% - 26px);
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    background: rgb(184,118,38);
                    background: linear-gradient(90deg, rgba(184,118,38,1) 0%, rgba(16,16,16,1) 100%);
                    transition: all 0.3s ease-in-out;
                    opacity: 0.8;
                }
                .ip_prop_item a:hover .ip_prop_text_wrap::after {
                    opacity: 0;
                }
                .ip_prop_text_left {
                    width: 75%;
                    display: inline-block;
                    vertical-align: bottom;
                }
                    .ip_prop_address {
                        font-size: 25px;
                        letter-spacing: 0.05em;
                    }
                    .ip_prop_address span {
                      display: block;
                      font-size: 16.5px;
                      margin-top: 5px;
                    }
                        .ip_prop_item.slick-current .ip_prop_address {
                            font-size: 18.5px;
                        }
                    .ip_prop_details {
                        margin-top: 5px;
                        font-size: 13px;
                        letter-spacing: 0.05em;
                        opacity: 0;
                    }
                        .ip_prop_item.slick-current .ip_prop_details {
                            font-size: 15px;
                        }
                    .ip_prop_price {
                        margin-top: 10px;
                        font-size: 30px;
                        font-family: var(--Montserrat);
                        opacity: 0;
                    }
                        /* .ip_prop_item a:hover .ip_prop_price {
                            display: block;
                        } */
                        .ip_prop_item a:hover .ip_prop_details,
                        .ip_prop_item a:hover .ip_prop_price {
                            opacity: 1;
                        }
                .ip_prop_text_right {
                    width: 25%;
                    display: inline-block;
                    vertical-align: bottom;
                    text-align: right;
                    opacity: 0;
                    transition: all 0.3s ease-in-out;
                }
                    .ip_prop_item a:hover .ip_prop_text_right {
                        opacity: 1;
                    }
                    .ip_prop_item_button {
                        width: 100%;
                        max-width: 134px;
                        height: 43px;
                        display: inline-block;
                        color: #ffffff;
                        font-size: 13px;
                        text-align: center;
                        letter-spacing: 0.1em;
                        line-height: 41px;
                        border: 1px solid #ffffff;
                        position: relative;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                        .ip_prop_item.slick-current .ip_prop_item_button {
                            font-size: 16px;
                        }
                        .ip_prop_item_button::before {
                            width: 4px;
                            height: 100%;
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            background-color: #ffffff;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                        /* HOVER */
                        .ip_prop_item a:hover .ip_prop_item_button {
                            color: #ffffff;
                            font-weight: 700;
                            background-color: var(--accent-color);
                            border-color: var(--accent-color);
                        }
                        .ip_prop_item a:hover .ip_prop_item_button::before {
                            opacity: 0;
                        }

                        .ip_prop_text_left {
                            position: absolute;
                            bottom: -2.688vw;
                            left: 0;
                            z-index: 1;
                            padding: 0 0 1.063vw 2vw;
                        }
                        .ip_prop_text_right {
                            position: absolute;
                            bottom: 1.375vw;
                            right: 1.938vw;
                        }
                        .ip_prop_item a:hover .ip_prop_text_left {
                            bottom: 0;
                        }



                        .ip_prop_text_status {
                          position: absolute;
                          top: 20px;
                          right: 20px;
                          z-index: 2;
                          max-width: 42%;
                        }
                      
                      .ip_prop_text_status span {
                          display: inline-block;
                          font-size: 14px;
                          text-transform: uppercase;
                          padding: 5px;
                          letter-spacing: 0.1em;
                          margin: 0 1px 5px 0px;
                      }
                      
                      .ip_prop_text_status {
                          text-align: right;
                      }
                      
                      /** Status Color */
                      .status-green{
                          background: #00bb71;
                          color: #fff;
                      }
                      
                      .status-gold{
                          background: #FFD700;
                          color: #fff;
                      }
                      
                      .status-yellow{
                          background: yellow;
                      }
                      
                      .status-red{
                          background: red;
                          color: #fff;
                      }
                      
                      .status-white{
                          background: #fff;
                          color: #000;
                      }
                      
                      .status-orange{
                          background: #FF7F50;
                          color: #fff;
                      }

  @media only screen and (max-width: 1450px) {
    .cdc-right .cdc-right-bg {
      width: calc( 100% + 305px);
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .cdc-share > div:first-child {
      font-size: 18px;
    }
    #community-details-wrap .custom_site_title h2,
    #community-details-wrap #content .custom_site_title h2 {
      font-size: 45px;
    }
    .ip_prop_item_button {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .ip_prop_item {
      width: 100%;
      max-width: 681px;
      margin: 0 auto;
    }
    .ip_prop_item a::before {
      height: 100%;
    }
    .ip_prop_text_left, .ip_prop_text_right {
      width: 100%;
      text-align: center;
    }
    .ip_prop_text_right {
      margin-top: 10px;
    }
    .cdc-left {
      width: 100%;
      padding-top: 50px;
    }
    .cdc-holder {
      max-width: 650px;
      margin: 0 auto;
    }
    .cdc-share {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .cdc-share > div:first-child {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }
    .cdc-right {
      width: 100%;
      padding: 50px 0;
      margin-top: 50px;
      text-align: center;
    }
    .cdc-right .cdc-right-bg {
      width: calc(100% + 30px);
      left: -15px;
    }
    .cdp-heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .cdp-heading .custom_site_button {
      margin-top: 20px;
    }
    .cdp-holder {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
    .cdp-item {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  