/*** image bg***/
.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*** image bg***/




p.yoast-breadcrumbs {
    display: none;
}

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

.listing-banner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.listing-banner canvas {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.listing-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.listing-content {
    width: calc((815 / 1600)* 100%);
    padding-left: 6.25vw;
    padding-top: 102px;
    padding-right: 4.375vw;
}

.listing-photo {
    width: calc((785 / 1600) * 100%);
}

.listing-title span {
    font-size: 15px;
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 18px;
    display: block;
}

.listing-title h1 {
    font-size: clamp(26px, 3.125vw, 50px);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}

.listing-title {
    margin-bottom: 44px;
}

.listing-content-inner p {
    font-size: clamp(12px, 0.938vw, 15px);
    color: #191919;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.00;
    margin-bottom: 18px;
}

.ls-sft h2 {
    color: #000000;
    font-size: clamp(26px, 3.125vw, 50px);
    font-weight: 500;
    margin-bottom: 16px;
}

.bfh-col h2 {
    color: #000000;
    font-size: clamp(26px, 3.125vw, 50px);
    font-weight: 500;
    margin-bottom: 16px;
}

a.show-less {
    font-size: 15px;
    font-weight: 500;
}

.listing-info {
    margin-top: 122px;
    max-width: 500px;
}

.ls-bfh {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 36px;
}

.ls-bfh .bfh-col span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.ls-sft {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
}

.ls-sft span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.pinfo-row {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 19px;
}

.listing-photo-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
}

.listing-photo-gallery .listing-photo-item {
    width: calc(100% / 3);
}


.listing-photo-item a {
    position: relative;
}

.listing-photo-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.listing-photo-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 70%;
}


















.listing-property-info {
    padding-top: 120px;
    padding-bottom: 120px;
}

.listing-property-info > h2 {
    font-size: clamp(26px, 3.125vw, 50px);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.lpinfo {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: clamp(600px, 87.5vw , 1400px);
    margin: 0px auto;
    margin-top: 70px;
    gap: 15px;
}

.lpinfo-col h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
}

.lpinfo-col-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.lpinfo-col-content b {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.lpinfo-col-content ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
}



.lpinfo-col-content ul li.licircle {
    list-style: disc;
    margin-left: 18px;
}


.listing-property-info {
    background: #f9f9f9;
    margin-top: 78px;
}




.listing-loc h2 {
    font-size: clamp(26px, 3.125vw, 50px);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
}

.listing-flr h2 {
    font-size: clamp(26px, 3.125vw, 50px);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
}

.listing-loc {
    width: 50%;
}

.listing-flr {
    width: 50%;
}

.listing-loc-flr {
    display: flex;
    flex-flow: row wrap;
    padding-top: 118px;
}

.embed-map {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 87.5%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.embed-map iframe {
    width: 100%;
    height: 100%;
}

.embed-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.listing-agents {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    margin-top: 118px;
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.listing-agents h2 {
    font-size: clamp(26px, 3.125vw, 50px);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
}

.la-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.la-item {
    width: calc((488 / 1140)* 100%);
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    align-items: center;
}



.la-name {
    font-size: clamp(24px, 1.875vw, 30px);
    font-weight: 500;
    margin-bottom: 15px;
}

.la-title {
    font-size: clamp(18px, 1.563vw, 25px);
    margin-bottom: 24px;
}

.la-mob {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
}

.la-email {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    /* margin-bottom: 12px; */
}

.la-socmed {
    margin-top: 28px;
    font-size: 29px;
    gap: 14px;
    display: flex;
    align-items: center;
}















#inner-page-wrapper {
    margin-bottom: 0px;
}






.listing-get-in-touch h2 {
    font-size: clamp(26px, 3.125vw, 50px);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
}

.listing-get-in-touch {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f9f9f9;
}

.listing-get-in-touch-form {
    width: 100%;
    max-width: clamp(600px, 71.25vw , 1140px);
    margin: 0px auto;
}

.git-field input , .git-field textarea {
    border: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #000;
    resize: none;
    background: transparent;
}

.git-field {
    margin-bottom: 34px;
}

.git-field.git-s {
    width: calc(50% - 15px);
}

.listing-git-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.git-field.git-l {
    width: 100%;
    position: relative;
}

.git-submit input {
    background: transparent;
    font-size: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.git-submit {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.git-submit i.ai-font-paper-airplane-alt {
    font-size: 40px;
}


.git-submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.git-field textarea {
    height: 110px;
}

.la-photo {
    width: calc((269 / 488 )* 100%);
}

div#main-wrapper {
    overflow: hidden;
}











div#main-wrapper {
    overflow: hidden;
}















@media only screen and (max-width:991px)


{

  .listing-property-info {
      padding-left: 15px;
      padding-right: 15px;
  }

  .lpinfo-col h2 {
      font-size: 22px;
  }

  .lpinfo {
      width: 100%;
  }

  .listing-get-in-touch {
      padding-left: 15px;
      padding-right: 15px;
  }






  .la-photo {
      width: 100%;
  }

  .la-item {
      width: 100%;
      margin-bottom: 40px;
  }

  .la-holder {
      width: 100%;
      max-width: 400px;
      margin: 0px auto;
  }

  .la-info {
      text-align: center;
      width: 100%;
  }

  .la-mob {
      justify-content: center;
  }

  .la-email {
      justify-content: center;
  }

  .la-socmed {
      justify-content: center;
  }


  .listing-loc {width: 100%;margin-bottom: 50px;}

  .listing-flr {
      width: 100%;
  }

  .listing-content {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
  }

  .listing-info {
      width: 100%;
      max-width: 100%;
  }

  .listing-photo {
      width: 100%;
  }


}
