#inner-page-wrapper {
    margin-bottom: 0;
    background: url(../../images/testi-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  #inner-page-wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--secondary);
    opacity: 0.93;
  }
  
  div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
  }
  
  #content-sidebar,
  #content-full {
    margin-top: 0;
  }
  
  .custom-breadcrumbs {
    background: #051522;
    color: #fff;
    text-transform: uppercase;
    /* padding: 21px 0; */
  }
  
  span.breadcrumb_last {
    color: var(--primary);
  }
  
  #content .entry {
    color: #fff;
  }
  
  #content .entry-title {
    font-size: 24px;
    color: #fff;
  }
  
  .ai-default-cf7wrap input[type="email"],
  .ai-default-cf7wrap input[type="tel"],
  .ai-default-cf7wrap input[type="text"],
  .ai-default-cf7wrap select,
  .ai-default-cf7wrap textarea {
    color: #000 !important;
  }
  
  .section-title.entry-custom-title span {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgb(5, 22, 34);
    background: -o-linear-gradient(
      30deg,
      rgba(5, 22, 34, 1) 0%,
      rgba(29, 60, 82, 1) 70%,
      rgba(5, 22, 34, 1) 100%
    );
    background: linear-gradient(
      60deg,
      rgba(5, 22, 34, 1) 0%,
      rgba(29, 60, 82, 1) 70%,
      rgba(5, 22, 34, 1) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }
  
  .section-title {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgb(5, 22, 34);
    background: -o-linear-gradient(
      30deg,
      rgba(5, 22, 34, 1) 0%,
      rgba(29, 60, 82, 1) 70%,
      rgba(5, 22, 34, 1) 100%
    );
    background: linear-gradient(
      60deg,
      rgba(5, 22, 34, 1) 0%,
      rgba(29, 60, 82, 1) 70%,
      rgba(5, 22, 34, 1) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }
  
  .section-title.entry-custom-title {
    background: transparent;
    -webkit-text-fill-color: unset;
  }
  
  .entry-custom-title span {
    color: var(--primary) !important;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  
  .section-title.entry-custom-title span {
    color: var(--primary) !important;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  
  .section-title.entry-custom-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 300;
    color: #fff !important;
    line-height: 1;
  }
  
  .section-title {
    margin-top: 65px;
    margin-bottom: 62px;
    display: inline-block;
  }
  
  .section-title {
    color: var(--primary) !important;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    text-align: left;
  }
  
  .ip-standard-template-head {
    text-align: center;
  }
  
  /*** Property Details ***/
  .comm-w .inner-container {
    max-width: 1370px;
    padding: 0 115px;
  }
  
  .comm-w {
    padding: 58px 0 83px;
    background: #f7f7f5;
    position: relative;
  }
  
  .comm-w:before {
    position: absolute;
    top: 0;
    width: 5.9375%;
    max-width: 95px;
    height: 100%;
    background: var(--primary);
    content: "";
    z-index: 1;
  }
  
  .comm-w.accent-left:before {
    left: 0;
  }
  
  .comm-w.accent-right:before {
    right: 0;
  }
  
  .page-template-property-details-page .ip-banner {
    display: none;
  }
  
  .pd-slider-main-wrap {
    font-size: 0;
    position: relative;
  }
  
  .pd-slider-main-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  
  .pd-slider-placeholder {
    width: 100%;
  }
  
  .pd-slider-nav .slick-list.draggable {
    max-width: calc(100% - 126px);
  }
  
  .pd-slider-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .pd-slider-nav {
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 0;
  }
  
  .pd-slider-nav-item img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: filter 0.3s ease-in-out;
    -moz-transition: filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
  }
  
  .pd-slider-nav-item:hover img,
  .pd-slider-nav-item:focus img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  
  .pd-slider-nav .slick-slide.slick-current.slick-active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  
  .pd-slider-nav-item {
    padding: 0 2px;
    cursor: pointer;
  }
  
  .pd-slider-item {
    position: relative;
  }
  
  .pd-slider-nav button {
    width: 63px !important;
    border: none;
    font-size: 0;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .pd-slider-nav button:hover {
    background: #000 !important;
  }
  
  .pd-slider-nav button:before {
    content: "";
    width: 17px;
    height: 25px;
  }
  
  .pd-slider-nav button.slick-prev {
    background: #051622;
    margin-right: 2px;
  }
  
  .pd-slider-nav button.slick-prev:before {
    background: url(http://fleckrealestatecom.rs3n.aios-staging.com/wp-content/themes/fleckrealestate.com/images/prev.png) no-repeat;
  }
  
  .pd-slider-nav button.slick-next {
    background: #deb992;
    margin-left: 4px;
  }
  
  .pd-slider-nav button.slick-next:before {
    background: url(http://fleckrealestatecom.rs3n.aios-staging.com/wp-content/themes/fleckrealestate.com/images/next.png) no-repeat;
  }
  
  .section-title.pd-title {
    color: #000 !important;
    font-size: 50px;
    margin-top: 22px;
    margin-bottom: 48px;
  }
  
  .pd-price {
    text-align: center;
    color: var(--primary);
    font-size: 24px;
    letter-spacing: 0.4em;
    margin-top: 23px;
  }
  
  .pd-desc {
    padding-left: 67px;
    margin-top: 35px;
  }
  
  .pd-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    margin: 28px 0;
  }
  
  .pd-desc .pd-btn {
    margin-top: 56px;
    padding-left: 11px;
  }
  
  .pd-btn {
    max-width: 230px;
  }
  
  .pd-desc .pd-btn .hp-btn:hover,
  .pd-desc .pd-btn .hp-btn:focus {
    background: var(--secondary);
    color: #fff;
  }
  
  .pd-btn .hp-btn::before {
    border-color: var(--primary);
  }
  
  .property-highlights {
    background: url(/wp-content/themes/fleckrealestate.com/images/ip/hightlight-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #393939;
    padding: 53px 60px;
  }

  .listings-map{
      width: 100%;
      height: 450px;
  }
  
  .property-highlights h4 {
    color: var(--primary);
    font-size: 30px;
    letter-spacing: 0.2em;
    font-weight: 300 !important;
    text-transform: uppercase;
    margin: 0 0 13px !important;
  }
  
  .ph-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
  }
  
  .pd-agent {
    background: fixed url(../../images/testi-bg.jpg) no-repeat;
    padding: 45px 0;
    background-size: cover;
    position: relative;
  }

  #breadcrumbs{
      display: none;
  }

  .entry-title {
      display: none;
  }
  .ip-banner{
      display: none !important;
  }

  .custom-breadcrumbs #breadcrumbs{
      display: block !important;
  }
  
  .pd-agent::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--secondary);
    opacity: 0.93;
  }
  
  .pd-agent > div {
    position: relative;
    z-index: 1;
  }
  
  .pd-agent-wrap {
    display: flex;
    align-items: center;
  }
  
  .pd-agent-name {
    margin-left: 41px;
  }
  
  .pd-agent-name h4 {
    font-size: 35px;
    font-weight: 300 !important;
    letter-spacing: 0.1em;
    color: var(--primary);
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1 !important;
  }
  
  .pd-agent-name .pos {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 17px;
  }
  
  .pd-agent-contacts {
    margin-left: 80px;
  }
  
  .pd-agent-contacts .fc-contact a {
    color: #fff;
    font-size: 16.76px;
  }
  
  .pd-agent-contacts .fc-contact:not(:first-of-type) {
    margin-top: 17px;
  }
  
  .pd-agent-link .pd-btn {
    width: 220px;
    margin-left: 80px;
  }
  
  .pd-features h2 {
    color: #000 !important;
    font-size: 50px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300 !important;
    letter-spacing: 0.1em;
    margin: 0 0 27px !important;
    line-height: 1 !important;
}
  
  .pd-fa {
    margin-bottom: 21px;
  }
  
  .pd-fa h3 {
    font-size: 30px !important;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: 0.1em;
    padding: 23px 10px;
    border-bottom: 1px solid rgba(57, 57, 57, 0.25);
    margin: 0 0 32px !important;
    line-height: 1 !important;
  }
  
  .pd-fa-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #393939;
    letter-spacing: 0.05em;
    padding: 12px 10px;
    line-height: 1.4;
  }
  
  .pd-fa-row span:first-of-type {
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
    white-space: nowrap;
  }
  
  .pd-fa-row span:last-of-type {
    text-align: right;
  }
  
  .pd-img {
    position: relative;
    font-size: 0;
  }
  
  .pd-img canvas {
    width: 100%;
  }
  
  .pd-gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
  }
  
  .pd-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .pdg-left {
    width: calc(49% - 8px);
  }
  
  .pdg-left .pd-img {
    height: 100%;
  }
  
  .pdg-right {
    width: calc(51% - 8px);
  }
  
  .pdg-right .pd-img:not(:last-of-type) {
    margin-bottom: 16px;
  }
  
  .pd-map {
    margin-top: 86px;
  }
  
  .pd-map img {
    max-width: 100%;
  }

  .fc-contact i {
    font-style: normal !important;
  }
  
  /* Disable Parallax on Safari ***/
  @supports (-webkit-touch-callout: none) {
    .pd-agent {
      background-attachment: initial;
    }
  }
  
  /*** Media Queries ***/
  @media only screen and (max-width: 1199px) {
    .comm-w .inner-container {
      padding: 0 80px;
    }
  
    .property-highlights {
      padding: 53px 30px;
    }
  
    .pd-desc {
      padding-left: 30px;
    }
  
    .pd-agent-link .pd-btn,
    .pd-agent-contacts {
      margin-left: 40px;
    }
  
    .pd-agent-name {
      margin-left: 20px;
    }
  
    .pd-agent-photo img {
      max-width: 120px;
    }
  
    .pd-agent-name h4 {
      font-size: 30px;
    }
  
    .pd-fa-row {
      padding: 12px 10px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .comm-w:before {
      display: none;
    }
  
    .property-highlights {
      max-width: 500px;
      margin: auto;
    }
  
    .pd-desc {
      padding-left: 0;
      text-align: center;
    }
  
    .pd-desc .pd-btn {
      margin-top: 56px;
      padding-left: 0;
      margin: 56px auto 0;
    }
  
    .property-highlights h4 {
      text-align: center;
    }
  
    .pd-agent-wrap {
      flex-direction: column;
      text-align: center;
    }
  
    .pd-agent-name {
      margin-left: 0;
      margin-top: 20px;
    }
  
    .pd-agent-contacts {
      margin-left: 0;
      margin-top: 20px;
    }
  
    .pd-agent-link {
      margin-top: 30px;
    }
  
    .section-title.pd-title {
      padding-left: 0;
      text-align: center;
    }
  
    .pd-agent {
      background-attachment: initial;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .pd-gallery {
      flex-direction: column;
    }
  
    .pdg-left {
      width: 100%;
      margin-bottom: 16px;
    }
  
    .pd-gallery {
      max-width: 500px;
      margin: 49px auto 0;
    }
  
    .pdg-right {
      width: 100%;
    }
  
    .pd-fa-row {
      font-size: 13px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .section-title.pd-title,
    .pd-features h2 {
      font-size: 40px;
    }
  
    .property-highlights h4 {
      font-size: 25px;
    }
  
    .pd-fa-row span:first-of-type {
      text-transform: uppercase;
      margin-right: 20px;
      display: inline-block;
      white-space: initial;
    }
  
    .pd-slider-nav-item img,
    .pd-slider-nav button {
      height: 80px;
    }
  }
  