/*******************************************************
 *
 * template sell page
 *
 *******************************************************/

.ip-banner {
  display: none;
}

.global-button {
   max-width: 280px;
}

.ip-custom-banner {
  position: relative;
  width: 100%; 

  canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
  }

    &::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4); 
      content: ''; 
      z-index: 1;
    }
}

.ip-custom-breadcrumbs {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: #fff; 
  font-size: 13px; 
  text-transform: uppercase;
  background: rgba(203,176,94, 0.8);
  

  #breadcrumbs {
    color: #fff; 
    margin: 10px 0; 

    a {
      color: #fff;

      &:hover {
        color: #ccc;
      }
    }
  }
}

#inner-page-wrapper {
  margin-bottom: 0;
  font-size: 0;
  z-index: unset;

  > .container {
    width: 100%;
    padding: 0;
  }
}

.fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;

  canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
  }
}

.safari-true .fixed-bg canvas, .mobile .fixed-bg canvas {
  background-attachment: scroll !important;
}

.non-fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;

  canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.canvas-img {
  position: relative;

  canvas {
    width: 100%;
    height: auto;
    display: block;
  }

  img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.site-inner-comm p {
   font-size: 15px;
   line-height: 24px;
   color: #000;
   letter-spacing: 0.05em;
}

.site-inner-comm ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
    unicode-bidi: isolate; 
    line-height: 24px; 
    margin-left: 20px;  
}

.site-inner-comm ul li {
  margin: 4px 0;
}

.site-inner-comm ul li::marker {
   color: #cbb05e; 
} 

/*** Comm Section 1 ***/

#comm-section-one {
  position: relative;
  display: block;
  padding: 0 15px;
  padding-top: 80px; 

}

.comm-img-sm {
  width: 38%;
  height: 354px;
  top: 0;
}

.comm-img-lg {
  left: unset;
  width: 43.5%;
  height: 844px;
  top: 0;
  right: 0;
}

.site-inner-comm {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1283px;
  margin: 0 auto;
  z-index: 2;
  font-size: 15px;
}

.comm-top {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
}

.comm-left {
  width: 35%;
}
@media(min-width: 744px) {
  .postid-571 .comm-left {
    position: relative;
    top: 130px;
  }  
}
@media(min-width: 1280px) {
  .postid-571 .comm-left {
    top: 60px;
  }  
}

.share-comm {
  display: flex;
  gap: 10px;
  font-weight: 600;
  padding: 20px 0 30px;

  a {
    font-size: 16px;
    color: #000;
    margin-right: 10px;

    &:hover {
      color: #cbb05e;
    }
  }
}

.comm-right {
  width: 41%;
  position: relative;
  background: rgba(0, 0, 0, 0.88);
  margin-bottom: 150px;
  margin-left: 88px;
  padding: 70px 55px;
  font-size: 15px;
  color: #fff;

  .comm-info {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
}

.comm-cta {
  display: block;

  .comm-bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #cbb05e;
    padding: 20px 0;
    margin: 20px 0;
    background: transparent;

    &:hover {
      background: #cbb05e;
    }

    span {
      display: block;
      font-size: 16px;
      letter-spacing: 0.3em;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
    }
  }
}

.comm-link {
  display: block;
  text-align: center;

  a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 600;
    color: #cbb05e;
    padding: 10px 0;
    text-transform: uppercase;

    &:hover {
      opacity: 0.6;
    }

    i {
      margin-right: 3px;
      position: relative;
    }

    em {
      margin-left: 5px;
      position: relative;
      font-style: normal;
      color: #fff;
      font-weight: 600;
    }
  }
}

#more {
  display: none;
}

#readBtn {
  font-size: 15px;
  text-transform: capitalize;
  background: transparent;
  border: none;
  padding: 0;
  color: #cbb05e;
  text-transform: uppercase; 
  font-weight: 600;

  i {
    font-style: normal;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-left: 3px;
  }
}

.cont-more {
  display: block;
  padding: 10px 0;
}

.title-comm {
  font-size: 24px;
  font-family: var(--font-family-title);
  padding-bottom: 15px;
  display: block;
}


/*** Comm section two ***/

#comm-section-two {
  position: relative;
  padding: 90px 15px;
  display: block;

  .global-title-widget {
    text-align: center;
  }
}

.fp-list-wrap {
  position: relative;
  display: block;
  padding: 40px 0;
  font-size: 0;
  letter-spacing: 0;
}

.ipfp-list {
  font-size: 0;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
}

.ip-search-result.ip-search-result-half .ipfp-list {
  width: 50%;

  .ipfp-hover-inner {
    left: 15px;
  }
}

.ipfp-list {
  a {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    &:hover, &:focus {
      z-index: 5;
    }
  }

  canvas {
    display: block;
    width: 100%;
  }

  .ipfp-container2 .ipfp-front::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.ipfp-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 0 20px;
  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;
}

.ipfp-address {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  margin-top: 11px;
  font-family: var(--font-family-default);
  display: block;

  span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}

.ipfp-price {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-family-default);
  letter-spacing: 0.1em;
}

.ipfp-content-view {
  font-size: 15px;
  font-weight: 600;
  color: #cbb05e;
  font-family: var(--font-family-default);
  margin-left: auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  i {
    color: #fff;
    font-size: 15px;
    font-style: normal;
  }
}

.container2 .back canvas {
  opacity: .3;
}

.ipfp-hover-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 0 20px;
  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;
}

.ipfp-list a canvas {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ipfp-container2 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ipfp-front {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ipfp-back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #1a1a1a;
}

.ipfp-list .ipfp-container2 .ipfp-back::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ipfp-back {
  canvas {
    opacity: 0.8;
    filter: grayscale(1);
  }

  .ipfp-flip-inner {
    padding: 35px 15px 0;
  }
}

.ipfp-container2:hover {
  .ipfp-front, .ipfp-back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
}

.ipfp-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ipfp-flip-inner {
  -webkit-transform: translateY(0%) translateZ(40px) scale(1);
  transform: translateY(0%) translateZ(40px) scale(1);
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  height: 100%;
}

.ipfp-front .ipfp-flip-inner, .ipfp-back .ipfp-flip-inner {
  top: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 22px 32px;
}

.ipfp-container2 {
  .ipfp-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .ipfp-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
  }

  &:hover {
    .ipfp-back {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }

    .ipfp-front {
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
  }
}

.ipfp-list a {
  &:hover .ipfp-front-status, &.aios-double-tap-active .ipfp-front-status {
    opacity: 0;
  }
}

/*** EXPLORE THE NEIGHBORHOOD  ***/

#comm-section-three {
  position: relative;
  text-align: center;
}

.en-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 50px 0 0;
}

.en-list {
  display: block;
  width: 16.666%;
  position: relative;
  overflow: hidden;

  &::before {
    position: absolute;
    width: 1px;
    height: 30%;
    top: 0;
    right: 0;
    background: #b7b7b7;
    content: '';
  }

  &::after {
    position: absolute;
    width: 1px;
    height: 30%;
    right: 0;
    background: #b7b7b7;
    bottom: 0;
    content: '';
  }

  .en-cont {
    width: 100%;
    position: relative;
    overflow: hidden;

    .en-photo {
      canvas {
        height: 600px;
      }

      img {
        filter: grayscale(1);
        opacity: 0.2;
      }
    }

    &:hover .en-photo img {
      filter: grayscale(0);
      opacity: 1;
    }

    .en-photo span.en-title {
      font-size: 25px;
      color: #000;
      letter-spacing: 0.1em;
      text-align: center;
      text-transform: uppercase;
      transform: rotate(-90deg);
      transform-origin: center center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      white-space: nowrap;
      height: 32px;
      font-weight: 700;
      opacity: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    &:hover .en-photo span.en-title {
      opacity: 0;
    }

    .en-list-link {
      opacity: 0;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 3;
      background: rgba(0, 0, 0, 0.5);
    }

    &:hover .en-list-link {
      opacity: 1;
    }

    .en-list-link {
      span {
        font-size: 25px;
        color: #fff;
        letter-spacing: 0.1em;
        text-align: center;
        font-weight: 700;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
        display: block;

        &::before {
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 50%;
          height: 1px;
          background: #cbb05e;
          content: '';
          bottom: 0;
        }
      }

      a {
        font-size: 15px;
        display: block;
        padding: 5px 0;
        text-transform: capitalize;
        color: #fff;

        &:hover {
          color: #cbb05e;
        }
      }
    }
  }
}



/* popup */

.aiosp-container.aiosp-inline-holder {
  &.aiosp-ref-\#popup-cta1 .aios-popup-body, &.aiosp-ref-\#popup-cta2 .aios-popup-body, &.aiosp-ref-\#popup-cta3 .aios-popup-body {
    max-width: 600px;
    padding: 50px 20px;
    text-align: center;
  }
}

.ip-comm-popup .section-title {
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
  letter-spacing: normal;
  color: #cbb05e;
}

.pu-field .wpcf7-form-control {
  width: 100%;
  border: 0;
  border-bottom: 1px #ccc solid;
  padding: 20px 0;

  &::placeholder {
    text-transform: uppercase;
  }
}

.pu-submit {
  margin-top: 40px;
  text-align: center;
}

.pu-field .wpcf7-textarea {
  height: 150px;
  resize: none;
}

.ip-comm-popup {
  .wpcf7 {
    position: relative;
  }

  .wpcf7-response-output {
    text-align: center;
    position: absolute;
    bottom: -40px;
    width: 100%;
  }
}

.pu-field .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
}

.ip-comm-listings-more {
  margin-top: 30px;
}

.section-button {
  color: #cbb05e;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 3;
  font-weight: 600;
  letter-spacing: .3em;
  transition: var(--default-transition);
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 150px;
  background: transparent;
  border: 0;
  appearance: none;

  &:hover {
    color: #000;
  }
}



@media only screen and (max-width: 1199px) {
.ip-custom-breadcrumbs {
  padding: 0 15px;
}

.comm-right {
  width: 45%;
}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 991px) {
.comm-img-lg {
   display: none;
}
.comm-img-sm {
  position: relative; 
  width: 100%;
}

.comm-top {
  flex-flow: column-reverse;
}

.comm-right,
.comm-left {
  width: 100%; 
  margin: 30px auto;
}

.ipfp-list {
  width: 100%;
}
.ipfp-front .ipfp-flip-inner {
    padding: 35px;
}

  .en-list-wrap {
     flex-flow: wrap;
  }

  .en-list {
    width: 50%;
  } 

}

/* 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) {



}




 
