/*******************************************************
 *
 * General
 *
 *******************************************************/

/** Thumbnail Loader Class */
.thumbnail-loader {
  position: relative;
}

.thumbnail-loader img,
.thumbnail-loader canvas {
  position: relative;
  z-index: 1;
}

.thumbnail-loader:before {
  content: "\b0170";
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  font-family: agentimage !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.thumbnail-loader.loader-lg:before {
  font-size: 64px;
}

.thumbnail-loader img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
}

@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#inner-page-wrapper {
  margin-bottom: 0 !important;
  overflow: hidden;
}

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

.ip-banner-wrap {
  display: none;
}

#content-full,
#content-sidebar {
  margin-top: 0;
}

aside.sidebar {
  display: none;
}

#content .entry-title {
  display: none;
}

#listings-details.listings-wrap,
#listings-details .listings-inner,
#listings-details .listings-hero {
  position: relative;
}

#listings-details.listings-wrap {
  overflow: hidden;
}

#listings-details .listings-slideshow-wrap,
#listings-details .listings-slideshow {
  position: relative;
}
/*
#listings-details .listings-slideshow:after,
.listings-slideshow-layout-c-wrap:after,
.listings-slideshow-layout-d-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(14, 14, 14, 0)), to(rgba(14, 14, 14, 1)));
    background: linear-gradient(to top, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, 1) 100%);
}*/

#listings-details .listings-slideshow .slick-slide,
.listings-slideshow-thumbnail .slick-slide {
  height: auto;
}

#listings-details .listings-slideshow .listings-slideshow-slide {
  vertical-align: middle;
  position: relative;
}

#listings-details .listings-slideshow .listings-slideshow-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

#listings-details .listings-slideshow .listings-slideshow-img canvas {
  display: block;
  width: 100%;
  max-height: calc(100vh - 140px); /* To show slideshow thumbnail */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#listings-details
  .listings-slideshow:not(.slick-initialized)
  .listings-slideshow-slide:nth-child(n + 2) {
  display: none;
}

#listings-details .listings-slideshow-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-top: -41px;
  transform: translateY(-100%);
}

#listings-details .listings-slideshow-text span {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

#listings-details .listings-slideshow-text span + span {
  margin-top: 11px;
}

#listings-details .listings-slideshow-text span.scroll-button {
  width: 32px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

#listings-details .listings-slideshow-text span.scroll-button:hover {
  color: var(--secondary-color);
}

#listings-details .listings-slideshow-text i {
  display: block;
  font-style: normal;
  font-size: 22px;
}

#listings-details .listings-slideshow-text i + i {
  margin-top: -14px;
}

#listings-details .listings-slideshow-control {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#listings-details .listings-slideshow-control .listings-slideshow-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#listings-details .listings-slideshow-control .listings-slideshow-arrow:hover {
  background: rgba(0, 0, 0, 0.75);
}

#listings-details .listings-slideshow-control .listings-slideshow-arrow i {
  display: block;
  font-size: 29px;
  font-style: normal;
  color: #fff;
}

#listings-details .listings-slideshow-control .listings-slideshow-prev {
  width: 65px;
  height: 130px;
  border-bottom-right-radius: 130px;
  border-top-right-radius: 130px;
  padding-left: 16px;
}

#listings-details .listings-slideshow-control .listings-slideshow-next {
  width: 65px;
  height: 130px;
  border-bottom-left-radius: 130px;
  border-top-left-radius: 130px;
  padding-right: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#listings-details .listings-slideshow-thumbnail:not(.slick-initialized) {
  display: none;
}

#listings-details .listings-slideshow-thumbnail {
  position: relative;
  z-index: 1;
}

#listings-details .listings-slideshow-thumbnail .slick-slide {
  opacity: 0.65 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#listings-details .listings-slideshow-thumbnail .slick-slide:hover {
  opacity: 1 !important;
}

#listings-details .listings-slideshow-thumbnail .slick-current {
  opacity: 1 !important;
}

#listings-details .listings-slideshow-thumbnail-img {
  vertical-align: middle;
  padding: 0 0.5px;
}

#listings-details .listings-slideshow-thumbnail-img canvas {
  display: block;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.listings-info .container {
  padding: 0 15px !important;
}
#listings-details .listings-main {
  margin-top: 35px;
}

#listings-details .listings-divider {
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#listings-details .listings-open-house {
  background: var(--aios-listing-primary-color);
  color: #fff;
  display: flex;
  margin: 34px 0 25px;
  padding: 20px 25px 18px;
}

#listings-details .listings-open-house h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
  margin: 0;
}

#listings-details .listings-open-house ul {
  margin: 0 0 0 11px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

#listings-details .listings-open-house ul li {
  display: block;
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

#listings-details .listings-open-house ul li span {
  display: inline-block;
}

#listings-details .listings-open-house ul li span + span {
  margin-left: 22px;
}

#inner-page-wrapper #listings-details #breadcrumbs {
  margin: 0 0 15px;
  padding: 0;
}

#inner-page-wrapper #listings-details #breadcrumbs,
#inner-page-wrapper #listings-details #breadcrumbs span {
  color: #000;
}

#listings-details .listings-address {
  font-size: 49px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aios-listing-text-color);
}

#listings-details .listings-address span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #727272;
  margin-top: 12px;
}

#listings-details .listings-plan ul {
  display: block;
  margin: 0 -10px;
  padding: 0;
}

#listings-details .listings-plan > ul > li {
  display: block;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aios-listing-text-color);
  padding: 10px;
}

#listings-details .listings-plan > ul > li > strong {
  font-weight: 700;
  width: 160px;
  display: inline-block;
}

#listings-details .listings-plan > ul > li.col-md-12 > strong {
  width: 60%;
}

#listings-details .listings-plan span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--aios-listing-text-color);
}

#listings-details .listings-plan span + span {
  margin-left: 7.3%;
}

#listings-details .listings-plan span em {
  font-style: normal;
  color: #7b7b7b;
}

#listings-details .listings-description,
#listings-details .listings-custom-virtual-tour,
#listings-details .listings-custom-plans,
#listings-details .listings-custom-prices,
#listings-details .listings-custom-inventory-brochure {
  position: relative;
  margin-top: 10px;
}

#listings-details .listings-description h2,
#listings-details .listings-custom-virtual-tour h2,
#listings-details .listings-custom-plans h2,
#listings-details .listings-custom-prices h2,
#listings-details .listings-custom-inventory-brochure h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aios-listing-text-color);
  margin: 0 0 32px;
}

#listings-details .listings-description h3,
#listings-details .listings-custom-virtual-tour h3,
#listings-details .listings-custom-plans h3,
/* #listings-details .listings-custom-inventory-brochure h3 */
#listings-details .listings-custom-prices h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aios-listing-text-color);
  margin: 0 0 28px;
}

#listings-details .listings-description p,
#listings-details .listings-custom-virtual-tour p,
#listings-details .listings-custom-plans p,
#listings-details .listings-custom-prices p,
#listings-details .listings-custom-inventory-brochure p,
#listings-details .listings-description ul,
#listings-details .listings-custom-virtual-tour ul,
#listings-details .listings-custom-plans ul,
#listings-details .listings-custom-prices ul,
#listings-details .listings-custom-inventory-brochure ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--aios-listing-text-color);
  margin-block-start: 15px;
  margin-block-end: 15px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.listings-description ul,
.listings-description ul,
.listings-custom-virtual-tour ul,
.listings-custom-plans ul,
.listings-custom-prices ul,
.listings-custom-inventory-brochure ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}

#listings-details .listings-description-top {
  text-align: center;
  margin-bottom: 27px;
}

#listings-details .listings-cta {
  position: relative;
  display: block;
  margin: 0 -10px;
  padding: 0;
}

#listings-details .listings-cta > li {
  display: block;
  padding: 5px;
}

#listings-details .listings-cta > li > a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid var(--aios-listing-text-color);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--aios-listing-text-color);
  transition: all 0.3s ease;
}

#listings-details .listings-cta.white > li > a {
  background: #fff;
  border-color: #fff;
  color: var(--aios-listing-primary-color);
}

#listings-details .listings-cta > li > a.active,
#listings-details .listings-cta > li > a:hover {
  background: var(--aios-listing-primary-color);
  border-color: var(--aios-listing-primary-color);
  color: var(--aios-listing-secondary-color);
}

#listings-details .listings-cta.white > li > a.active,
#listings-details .listings-cta.white > li > a:hover {
  background: var(--aios-listing-primary-color);
  border-color: #fff;
  color: #fff;
}

#listings-details .listings-cta.white > li > a#listings-cta-mortgage:hover,
#listings-details .listings-cta.white > li > a#listings-cta-website:hover,
#listings-details .listings-cta.white > li > a#listings-cta-brochure:hover {
  background: transparent;
  border-color: var(--aios-listing-secondary-color);
  color: var(--aios-listing-secondary-color);
}

#listings-details .listings-cta.listings-main-cta {
  margin-top: 42px;
  margin-bottom: 60px;
}

#listings-details .listings-cta.listings-box-cta {
  margin-top: 10px;
}

#listings-details .listings-box {
  display: block;
  background: var(--aios-listing-primary-color);
  padding: 53px 50px 49px;
  max-width: 418px;
  margin-left: auto;
  color: #847546;
}

#listings-details .listings-price {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: var(--aios-listing-secondary-color);
}

#listings-details .listings-extras {
  display: block;
  margin: 24px -15px 0;
  padding: 0;
}

#listings-details .listings-extras > li {
  display: block;
  margin: 0;
  padding: 10px 15px;
}

#listings-details .listings-extras > li > span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--aios-listing-secondary-color);
}

#listings-details .listings-extras > li > strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--aios-listing-secondary-color);
  margin-top: 6px;
}

#listings-details .listings-smi {
  position: relative;
  display: flex;
  margin-top: 20px;
}

#listings-details .listings-smi h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.022em;
  text-transform: uppercase;
  color: var(--aios-listing-secondary-color);
  flex-shrink: 0;
  margin: 15px 30px 0 0;
}

#listings-details .listings-smi ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
  padding: 0;
}

#listings-details .listings-smi ul > li {
  display: block;
  padding: 10px;
  margin: 0px;
}

#listings-details .listings-smi ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e9e4d6;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
}

#listings-details .listings-smi ul > li > a.envelope {
  font-size: 11px;
}

#listings-details .listings-smi ul > li > a:hover {
  background: #fff;
  color: var(--aios-listing-primary-color);
}

#listings-details .listings-amenities {
  position: relative;
  text-align: center;
}

#listings-details .listings-amenities h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

#listings-details .listings-amenities ul {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0;
  padding: 0;
}

#listings-details .listings-amenities ul + ul {
  margin-left: 65px;
}

#listings-details .listings-amenities ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #4e4e4e;
  margin-top: 27px;
}

#listings-details .listings-amenities ul li i {
  font-size: 25px;
  font-style: normal;
  color: var(--aios-listing-text-color);
  margin-right: 13px;
}

#listings-details .listings-accordion {
  position: relative;
  margin-top: 86px;
}

#listings-details .listings-accordion h2 {
  display: block;
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aios-listing-text-color);
  margin-bottom: 43px;
}

#listings-details .listings-accordion-title {
  position: relative;
  padding: 8px 0;
  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;
  color: var(--aios-listing-text-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px dashed #eaeaea;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*#listings-details .listings-accordion-title.active,
#listings-details .listings-accordion-title:hover {
    color: var(--aios-listing-primary-color);
}
*/
#listings-details .listings-accordion-title span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#listings-details .listings-accordion-title i {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  min-width: 17px;
  text-align: center;
}

#listings-details .listings-accordion-content {
  position: relative;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
  margin-top: -20px;
  margin-bottom: 20px;
}

#listings-details .listings-accordion-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  position: relative;
}

#listings-details .listings-accordion-content ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background: #fff;
  height: 1px;
}

#listings-details .listings-accordion-content ul li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.619;
  color: var(--aios-listing-text-color);
  border-top: 1px dashed #eaeaea;
  width: 48%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#listings-details .listings-accordion-content ul li:nth-child(odd) {
  padding-right: 10px;
}

#listings-details .listings-accordion-content ul li:nth-child(even) {
  padding-left: 10px;
}

#listings-details .listings-accordion-content ul li:nth-child(1),
#listings-details .listings-accordion-content ul li:nth-child(2) {
  border-top: none;
}

#listings-details
  .listings-accordion-content
  ul
  li:nth-child(odd):nth-last-child(1) {
  width: 100%;
}

#listings-details .listings-accordion-content ul li strong {
  display: block;
  font-weight: 500;
  width: 250px;
  padding-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#listings-details .listings-accordion-content ul li p {
  line-height: inherit;
  margin: 0;
  width: calc(100% - 250px);
}

#listings-details .listings-accordion-content:not([aria-hidden="false"]) {
  display: none;
}

#listings-details .listings-virtual-tour {
  position: relative;
  z-index: 1;
  padding-bottom: 135px;
}

#listings-details .listings-virtual-tour-overlay {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc((100vw - 1140px) / -2);
  right: calc((100vw - 1140px) / -2);
  height: 360px;
  max-height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  filter: grayscale(1);
}

html.ios-true #listings-details .listings-virtual-tour-overlay,
html.mac-true #listings-details .listings-virtual-tour-overlay,
html.safari-true #listings-details .listings-virtual-tour-overlay {
  background-attachment: scroll;
}

#listings-details .listings-virtual-tour-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
}

#listings-details .listings-virtual-tour h2 {
  display: block;
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aios-listing-primary-color);
  margin-bottom: 65px;
}

#listings-details .listings-virtual-tour iframe {
  display: block;
  max-width: 100%;
  border: none;
}

#listings-details #listings-virtual-tour-player {
  position: relative;
}

#listings-details .listings-virtual-tour .plyr * {
  box-shadow: none !important;
  outline: none !important;
}

#listings-details .listings-virtual-tour-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
}

#listings-details .plyr__poster-enabled .listings-virtual-tour-play-button {
  opacity: 1;
}

#listings-details .plyr--playing .listings-virtual-tour-play-button {
  opacity: 0;
}

#listings-details .listings-virtual-tour-play-button div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

#listings-details .listings-virtual-tour-play-button:hover div {
  background: var(--aios-listing-primary-color);
  color: #fff;
}

#listings-details .listings-virtual-tour-play-button div i {
  position: relative;
  left: 2px;
  font-style: normal;
  font-size: 15px;
  color: var(--aios-listing-primary-color);
  transition: all 0.3s ease;
}

#listings-details .listings-virtual-tour-play-button:hover div i {
  color: #fff;
}

#listings-details .listings-virtual-tour-play-button div:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}

#listings-details .listings-virtual-tour-play-button span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 22px;
}

#listings-details .listings-virtual-tour .plyr--video .plyr__controls {
  width: 428px;
  margin: 0 auto;
  padding: 10px 12px 10px 15px;
  border-radius: 4px;
  background: #000;
  color: var(--aios-listing-primary-color);
  margin-bottom: 21px;
}

#listings-details
  .listings-virtual-tour
  .plyr--video
  .plyr__control.plyr__tab-focus,
#listings-details .listings-virtual-tour .plyr--video .plyr__control:hover,
#listings-details
  .listings-virtual-tour
  .plyr--video
  .plyr__control[aria-expanded="true"] {
  background: var(--aios-listing-primary-color);
  box-shadow: none;
}

#listings-details .listings-virtual-tour .plyr__progress {
  flex: 1;
  left: 0;
}

#listings-details .listings-virtual-tour .plyr--full-ui input[type="range"] {
  color: var(--aios-listing-primary-color);
  width: 100%;
  margin: 0;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-webkit-slider-thumb {
  top: 2px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-moz-range-thumb {
  top: 2px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-ms-thumb {
  top: 2px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]:focus::-webkit-slider-runnable-track {
  height: 8px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-moz-range-track {
  height: 8px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-ms-track {
  height: 8px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-ms-fill-lower {
  height: 8px;
}

#listings-details
  .listings-virtual-tour
  .plyr--full-ui
  input[type="range"]::-ms-fill-upper {
  height: 8px;
}

#listings-details .listings-virtual-tour .plyr--video .plyr__progress__buffer {
  display: none;
}

#listings-details .listings-virtual-tour .plyr__poster {
  background-size: cover;
}

#listings-details .listings-disclaimer {
  position: relative;
  margin-top: 22px;
}

#listings-details .listings-disclaimer p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

#listings-details .listings-footer {
  background: #f5f5f5;
  margin-top: 42px;
  padding: 97px 0 72px;
}

#listings-details .listings-contact {
  display: flex;
  position: relative;
  align-items: center;
}

#listings-details .listings-contact.no-map {
  display: block;
}
#listings-details .listings-form {
  position: relative;
  z-index: 999;
  background: #fff;
  width: 514px;
  padding: 79px 38px 78px;
  box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

#listings-details .listings-contact.no-map .listings-form {
  width: 100%;
}
#listings-details .listings-form:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 22px;
  /*background: transparent url(../images/details-form-bg-shadow.png) no-repeat;*/
  background-size: 100% 100%;
  background-position: top left;
}

#listings-details .listings-form h2,
#listings-details .listings-form form {
  display: block;
  width: 100%;
  max-width: 100%;
}

#listings-details .listings-form h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  color: #4e4e4e;
}

#listings-details .listings-form h2 span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #4e4e4e;
  margin-top: 11px;
}

#listings-details .listings-form form {
  margin: 37px auto 0;
  padding: 0;
}

#listings-details .listings-form .listings-row {
  margin-left: -5px;
  margin-right: -5px;
}

#listings-details .listings-form .listings-field {
  padding: 5px;
  position: relative;
}

#listings-details .listings-form .listings-field.submit {
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 0;
}

#listings-details .listings-form input[type="text"],
#listings-details .listings-form input[type="email"],
#listings-details .listings-form input[type="tel"],
#listings-details .listings-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: transparent;
  display: block;
  width: 100%;
  height: 51px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #000;
  padding: 0;
  border-bottom: 1px solid #000;
}

#listings-details .listings-form textarea {
  height: 123px;
  padding-top: 15px;
  padding-right: 45px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  resize: none;
}

#listings-details .listings-form textarea::-webkit-scrollbar {
  display: none;
}

#listings-details .listings-form button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  outline: none;
  background: transparent;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 400;
  color: var(--aios-listing-primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#listings-details .listings-form button[type="submit"]:hover {
  color: #000;
}

#listings-details .listings-form input[type="submit"]:hover {
  background: #515050;
  color: var(--aios-listing-primary-color);
}

#listings-details .listings-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

#listings-details .listings-form span.wpcf7-not-valid-tip {
  font-size: 15px;
  position: absolute;
  left: inherit;
  right: 0;
  top: 50%;
  width: auto;
  transform: translate(0, -50%);
}

#listings-details .listings-form div.wpcf7-response-output {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

#listings-details .listings-form .ajax-loader {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 5px;
}

#listings-details .listings-form.listing-contact-nomap {
  width: 100%;
}

#listings-details .listings-form.listing-contact-nomap h2 {
  text-align: center;
}

#listings-details .listings-form.listing-contact-nomap .listings-field {
  padding: 5px 25px;
}

#listings-details .listings-map {
  position: relative;
  z-index: 1;
  height: 640px;
  flex-grow: 1;
  margin-left: -220px;
  width: 100%;
  box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

#listings-details .listings-map.full {
  margin-left: 0;
}

#listings-details .listings-map iframe {
  display: block;
  width: 100%;
}

#listings-details .listings-link-navigation {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 72px 0 0;
  padding: 0;
}

#listings-details .listings-link-navigation > li {
  display: block;
  width: calc(100% / 3);
  margin: 0px;
  color: #707070;
}

#listings-details .listings-link-navigation > li.listings-link-navigation-next {
  text-align: right;
}

#listings-details .listings-link-navigation-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #707070;
  transition: all 0.3s ease;
}

#listings-details .listings-link-navigation-arrow:hover {
  color: var(--aios-listing-primary-color);
}

#listings-details .listings-link-navigation-arrow:hover i {
  border: solid 1px var(--aios-listing-primary-color);
}

#listings-details .listings-link-navigation-arrow.disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.7;
  color: #9c8d5e;
}

#listings-details .listings-link-navigation-arrow.prev span {
  margin-left: 14px;
}

#listings-details .listings-link-navigation-arrow.next span {
  margin-right: 14px;
}

#listings-details .listings-link-navigation-arrow i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  width: 34px;
  height: 34px;
}

#listings-details .listings-link-navigation-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  max-width: 100%;
  height: 58px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aios-listing-primary-color);
  border: 2px solid var(--aios-listing-primary-color);
  transition: all 0.3s ease;
}

#listings-details .listings-link-navigation-main:hover {
  background: var(--aios-listing-primary-color);
  color: var(--aios-listing-secondary-color);
}

.aiosp-container {
  position: relative;
  height: auto;
  min-height: 100%;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
  max-width: 887px;
  width: 80%;
  min-height: auto;
  padding: 55px 20px 60px !important;
  margin: 100px auto;
}

.aiosp-content .listings-popup {
  position: relative;
}

.aiosp-content .listings-popup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.aiosp-content .listings-popup ::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.aiosp-content .listings-popup :-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.aiosp-content .listings-popup :-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.aiosp-content .listings-popup + .aiosp-close {
  font-size: 40px;
  color: var(--aios-listing-primary-color);
  top: 7px;
  right: 7px;
}

.aiosp-content .listings-popup form {
  width: 100%;
  margin: 0;
  color: #000;
}

.aiosp-content .listings-popup > h2 {
  display: block;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin: 0;
  text-align: center;
}

.aiosp-content .listings-popup > h2 span {
  font-size: 25px;
}

.aiosp-content .listings-popup > p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.533;
  letter-spacing: 0.025em;
  color: #7e7e7e;
  text-align: center;
  margin-top: 20px;
}

.aiosp-content .listings-popup-row {
  margin-left: -8px;
  margin-right: -8px;
}

.aiosp-content .listings-popup-field {
  padding: 8px;
}

.aiosp-content .listings-popup-field.submit {
  padding-top: 42px;
  padding-bottom: 0;
}

.aiosp-content .listings-popup input[type="email"],
.aiosp-content .listings-popup input[type="tel"],
.aiosp-content .listings-popup input[type="text"],
.aiosp-content .listings-popup input[type="date"],
.aiosp-content .listings-popup select,
.aiosp-content .listings-popup textarea,
.aiosp-content .listings-popup .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #a5a5a5;
  border-radius: 0;
  padding: 10px 0 !important;
  color: #636363;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
}

.aiosp-content .listings-popup textarea {
  height: 65px;
  resize: none;
  margin-top: 15px;
}

.aiosp-content .listings-popup input[type="submit"],
.aiosp-content .listings-popup button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 283px;
  height: 68px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--aios-listing-primary-color);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.aiosp-content .listings-popup input[type="submit"]:hover,
.aiosp-content .listings-popup button[type="submit"]:hover {
  background: #515050;
  color: #fff;
}

.aios-mortgage-calculator-standalone
  form
  .aios-mortgage-calculator-standalone-mortgage-buttons
  button {
  font-size: 18px;
  width: 100%;
  border-radius: 0 !important;
  padding: 0px;
}
.aios-mortgage-calculator-standalone
  form
  .aios-mortgage-calculator-standalone-mortgage-buttons
  button {
  width: 100% !important;
  max-width: 100% !important;
  height: 36px !important;
  font-size: 18px !important;
}
.aiosp-content .listings-popup .wpcf7-form-control-wrap {
  display: block;
}

.aiosp-content .listings-popup .ajax-loader {
  position: absolute;
  left: calc(50% - 8px);
  margin: 0;
}

.aiosp-content .listings-popup .wpcf7-response-output {
  text-align: center;
  font-size: 16px;
  width: 90%;
  max-width: 735px;
  margin: 15px auto 0;
}

.aiosp-content .listings-popup h3 {
  display: block;
  width: 90%;
  max-width: 735px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.listings-popup .row {
  padding: 10px 0 20px;
}
.listings-save-sign-in,
.listings-save-sign-up {
  margin-top: 50px;
}

.aiosp-content .listings-popup-form {
  margin-top: 50px;
}

.aiosp-content .listings-popup-form .form-group {
  display: block;
}

.aiosp-content .listings-popup-form label {
  display: none;
}

.aiosp-content .listings-popup-form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.aiosp-content .listings-popup-form .row [class*="col-"] {
  padding: 8px;
}

.aiosp-content .listings-popup-form button[type="submit"] {
  margin-top: 42px;
}

.aiosp-content .listings-popup-form .ihf-modal-form-captcha .form-group {
  margin-bottom: 0;
}

.aiosp-content .listings-popup-form .ihf-captcha {
  margin-top: 30px;
}

.aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
  margin: 0 auto !important;
}

.aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
  width: 450px;
  max-width: 100%;
  margin: 30px auto 0;
  float: none;
  text-align: center;
}

.aiosp-content .listings-popup-form #ihf-save-listing-form [class*="col-"] {
  width: 100%;
}

.aiosp-content .listings-popup-form-response-output {
  display: none;
}

.footer-smi {
  margin-top: 0;
}

.footer-gt-holder {
  display: none;
}

p.modal-listings-paragraph,
.aios-mortgage-calculator-standalone p {
  font-size: 16px;
  text-align: center;
  padding: 20px;
  line-height: 1.9;
}

/** Layout A Slideshow */
#listings-details .listings-slideshow-layout-a-wrap,
#listings-details .listings-slideshow-layout-a,
#listings-details .listings-slideshow-layout-a-slide,
#listings-details .listings-slideshow-layout-a-img {
  position: relative;
}

#listings-details .listings-slideshow-layout-a-wrap {
  overflow: hidden;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#listings-details
  .listings-slideshow-layout-a:not(.slick-initialized)
  .listings-slideshow-layout-a-slide:nth-child(n + 2) {
  display: none;
}

#listings-details .listings-slideshow-layout-a {
  background-color: #666;
}

#listings-details .listings-slideshow-layout-a-slide {
  display: block;
  vertical-align: middle; /** slick space fix */
  background: #fff;
}

#listings-details .listings-slideshow-layout-a-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details .listings-slideshow-layout-a-img.thumbnail-loader:before {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: #fff;
}

#listings-details
  .slick-active
  .listings-slideshow-layout-a-img.thumbnail-loader:before {
  opacity: 0;
}

#listings-details .listings-slideshow-layout-a-img canvas {
  display: block;
  width: 100%;
  height: 555px;
  background: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-a-img canvas.alternate-loaded {
  background-size: auto 100% !important;
  background-color: #cecece !important;
}

#listings-details .listings-slideshow-layout-a-control {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -33px;
  right: -33px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

#listings-details .listings-slideshow-layout-a-arrow {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

#listings-details .listings-slideshow-layout-a-arrow i {
  color: #333;
  font-style: normal;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-a-arrow:hover i {
  color: var(--aios-listing-primary-color) !important;
}

#listings-details .listings-slideshow-layout-a-arrow i:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-a-arrow:hover i:after {
  background: var(--aios-listing-primary-color) !important;
}

#listings-details .listings-slideshow-layout-a-prev i:after {
  margin-left: -8px;
}

#listings-details .listings-slideshow-layout-a-next {
}

#listings-details .listings-slideshow-layout-a-next i {
  flex-flow: row-reverse;
}

#listings-details .listings-slideshow-layout-a-next i:after {
  margin-right: -8px;
}

#listings-details .listings-slideshow-layout-a-info {
  position: absolute;
  top: 18px;
  right: 0;
  width: 334px;
  background: #fff;
  padding: 36px 33px;
}

#listings-details .listings-slideshow-layout-a-info-address strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--aios-listing-primary-color);
}

#listings-details .listings-slideshow-layout-a-info-address span {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

#listings-details .listings-number {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

#listings-details .listings-number span {
  color: var(--aios-listing-primary-color);
}

#listings-details .listings-slideshow-layout-a-info-price {
  display: block;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

#listings-details .listings-slideshow-layout-a-thumbnail-wrap {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin: 12px auto 0;
  z-index: 1;
}

#listings-details .listings-slideshow-layout-a-thumbnail {
  position: relative;
  overflow: hidden;
}

#listings-details
  .listings-slideshow-layout-a-thumbnail:not(.slick-initialized) {
  display: flex;
}

#listings-details .listings-slideshow-layout-a-thumbnail-img {
  width: calc(100% / 6);
  flex-shrink: 0;
  position: relative;
  display: block;
  padding: 1px;
  cursor: pointer;
}

#listings-details .listings-slideshow-layout-a-thumbnail-img canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details
  .listings-slideshow-layout-a-thumbnail-img
  canvas.alternate-loaded {
  background-size: auto 100% !important;
  background-color: #cecece !important;
}
/** End of Layout A Slideshow */

/** Layout B Slideshow */
#listings-details .listings-slideshow-layout-b-wrap,
#listings-details .listings-slideshow-layout-b,
#listings-details .listings-slideshow-layout-b-slide,
#listings-details .listings-slideshow-layout-b-img {
  position: relative;
}

#listings-details .listings-slideshow-layout-b-wrap {
  overflow: hidden;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

#listings-details
  .listings-slideshow-layout-b:not(.slick-initialized)
  .listings-slideshow-layout-b-slide:nth-child(n + 2) {
  display: none;
}

#listings-details .listings-slideshow-layout-b {
  background-color: #666;
}

#listings-details .listings-slideshow-layout-b-slide {
  display: block;
  vertical-align: middle; /** slick space fix */
  background: #fff;
}

#listings-details .listings-slideshow-layout-b-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details .listings-slideshow-layout-b-img.thumbnail-loader:before {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: #fff;
}

#listings-details .listings-slideshow-layout-b-img canvas {
  display: block;
  width: 100%;
  height: 705px;
  background: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-b-img canvas.alternate-loaded {
  background-size: auto 50% !important;
  background-color: #cecece;
}

#listings-details .slick-active .listings-slideshow-layout-b-img canvas {
  filter: none;
}

#listings-details .listings-slideshow-layout-b-control {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -33px;
  right: -33px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

#listings-details .listings-slideshow-layout-b-arrow {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

#listings-details .listings-slideshow-layout-b-arrow i {
  color: #333;
  font-style: normal;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-b-arrow:hover i {
  color: var(--aios-listing-primary-color) !important;
}

#listings-details .listings-slideshow-layout-b-arrow i:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-b-arrow:hover i:after {
  background: var(--aios-listing-primary-color) !important;
}

#listings-details .listings-slideshow-layout-b-prev i:after {
  margin-left: -8px;
}

#listings-details .listings-slideshow-layout-b-next {
}

#listings-details .listings-slideshow-layout-b-next i {
  flex-flow: row-reverse;
}

#listings-details .listings-slideshow-layout-b-next i:after {
  margin-right: -8px;
}

#listings-details .listings-slideshow-layout-b-thumbnail-wrap {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin: 12px auto 0;
  z-index: 1;
}

#listings-details .listings-slideshow-layout-b-thumbnail {
  position: relative;
  overflow: hidden;
}

#listings-details
  .listings-slideshow-layout-b-thumbnail:not(.slick-initialized) {
  display: flex;
}

#listings-details .listings-slideshow-layout-b-thumbnail-img {
  width: calc(100% / 6);
  flex-shrink: 0;
  position: relative;
  display: block;
  padding: 1px;
  cursor: pointer;
}

#listings-details .listings-slideshow-layout-b-thumbnail-img canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details
  .listings-slideshow-layout-b-thumbnail-img
  canvas.alternate-loaded {
  background-size: auto 100% !important;
  background-color: #cecece !important;
}
/** End of Layout B Slideshow */

/** Layout C Slideshow */
#listings-details .listings-slideshow-layout-c-wrap,
#listings-details .listings-slideshow-layout-c,
#listings-details .listings-slideshow-layout-c-slide,
#listings-details .listings-slideshow-layout-c-img {
  position: relative;
}

#listings-details .listings-slideshow-layout-c-wrap {
  overflow: hidden;
}

#listings-details
  .listings-slideshow-layout-c:not(.slick-initialized)
  .listings-slideshow-layout-c-slide:nth-child(n + 2) {
  display: none;
}

#listings-details .listings-slideshow-layout-c {
  background-color: #666;
}

#listings-details .listings-slideshow-layout-c .slick-list {
  padding-left: calc((100% - 1140px) / 2);
  padding-right: calc((100% - 1140px) / 2);
}

#listings-details .listings-slideshow-layout-c-slide {
  display: block;
  vertical-align: middle; /** slick space fix */
  background: #fff;
}

#listings-details .listings-slideshow-layout-c-img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details .listings-slideshow-layout-c-img.alternate-loaded {
  background-size: auto 50% !important;
  background-color: #cecece !important;
}

#listings-details .listings-slideshow-layout-c-img.alternate-loaded:before {
  opacity: 0;
}

#listings-details .listings-slideshow-layout-c-img.thumbnail-loader:before {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: #fff;
}

#listings-details
  .slick-active
  .listings-slideshow-layout-c-img.thumbnail-loader:before {
  opacity: 0;
}

#listings-details .listings-slideshow-layout-c-img canvas {
  display: block;
  width: 100%;
  height: 705px;
  background: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(10px);
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-c-img.alternate-loaded canvas {
  background-size: auto 50% !important;
  background-color: #cecece !important;
}

#listings-details .slick-active .listings-slideshow-layout-c-img canvas {
  filter: none;
}

#listings-details .listings-slideshow-layout-c-control {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -33px;
  right: -33px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

#listings-details .listings-slideshow-layout-c-arrow {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}

#listings-details .listings-slideshow-layout-c-arrow i {
  color: #333;
  font-style: normal;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-c-arrow:hover i {
  color: var(--aios-listing-primary-color) !important;
}

#listings-details .listings-slideshow-layout-c-arrow i:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-c-arrow:hover i:after {
  background: var(--aios-listing-primary-color) !important;
}

#listings-details .listings-slideshow-layout-c-prev i:after {
  margin-left: -8px;
}

#listings-details .listings-slideshow-layout-c-next {
}

#listings-details .listings-slideshow-layout-c-next i {
  flex-flow: row-reverse;
}

#listings-details .listings-slideshow-layout-c-next i:after {
  margin-right: -8px;
}

#listings-details .listings-slideshow-layout-c-thumbnail-wrap {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin: 12px auto 0;
  z-index: 1;
}

#listings-details .listings-slideshow-layout-c-thumbnail {
  position: relative;
  overflow: hidden;
}

#listings-details
  .listings-slideshow-layout-c-thumbnail:not(.slick-initialized) {
  display: flex;
}

#listings-details .listings-slideshow-layout-c-thumbnail-img {
  width: calc(100% / 6);
  flex-shrink: 0;
  position: relative;
  display: block;
  padding: 1px;
  cursor: pointer;
}

#listings-details .listings-slideshow-layout-c-thumbnail-img canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details
  .listings-slideshow-layout-c-thumbnail-img
  canvas.alternate-loaded {
  background-size: auto 100% !important;
  background-color: #cecece !important;
}
/** End of Layout C Slideshow */

/** Layout D Slideshow */
#listings-details .listings-slideshow-layout-d-wrap,
#listings-details .listings-slideshow-layout-d,
#listings-details .listings-slideshow-layout-d-slide,
#listings-details .listings-slideshow-layout-d-img {
  position: relative;
}

#listings-details .listings-slideshow-layout-d-wrap {
  overflow: hidden;
}

#listings-details
  .listings-slideshow-layout-d:not(.slick-initialized)
  .listings-slideshow-layout-d-slide:nth-child(n + 2) {
  display: none;
}

#listings-details .listings-slideshow-layout-d {
  background-color: #666;
}

#listings-details .listings-slideshow-layout-d .slick-list {
  padding-left: calc((100% - 1172px) / 2);
  padding-right: calc((100% - 1172px) / 2);
}

#listings-details .listings-slideshow-layout-d-slide {
  display: block;
  vertical-align: middle; /** slick space fix */
  background: #fff;
  padding: 0 18px;
}

#listings-details .listings-slideshow-layout-d-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-d-img.thumbnail-loader:before {
  color: #fff;
}

#listings-details .slick-active .listings-slideshow-layout-d-img:after,
#listings-details .slick-current .listings-slideshow-layout-d-img:after {
  opacity: 0;
}

#listings-details .listings-slideshow-layout-d-img canvas {
  display: block;
  width: 100%;
  height: 705px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details .listings-slideshow-layout-d-img canvas {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details .listings-slideshow-layout-d-img canvas.alternate-loaded {
  background-size: auto 50% !important;
  background-color: #cecece !important;
}

#listings-details .listings-slideshow-layout-d-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1212px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}

#listings-details .listings-slideshow-layout-d-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  pointer-events: auto;
  background: var(--aios-listing-primary-color);
  cursor: pointer;
  transition: all 0.4s ease;
}

#listings-details .listings-slideshow-layout-d-arrow:hover {
  background: var(--aios-listing-secondary-color);
}

#listings-details
  .listings-slideshow-layout-d-arrow.listings-slideshow-layout-d-prev {
  margin-left: -72px;
}

#listings-details
  .listings-slideshow-layout-d-arrow.listings-slideshow-layout-d-next {
  margin-right: -72px;
}

#listings-details .listings-slideshow-layout-d-arrow i {
  font-style: normal !important;
  color: #fff;
}

#listings-details .listings-slideshow-layout-d-thumbnail-wrap {
  position: relative;
  overflow: hidden;
  width: 1140px;
  max-width: 100%;
  margin: 12px auto 0;
  z-index: 1;
}

#listings-details .listings-slideshow-layout-d-thumbnail {
  position: relative;
  overflow: hidden;
}

#listings-details
  .listings-slideshow-layout-d-thumbnail:not(.slick-initialized) {
  display: flex;
}

#listings-details .listings-slideshow-layout-d-thumbnail-img {
  width: calc(100% / 6);
  flex-shrink: 0;
  position: relative;
  display: block;
  padding: 1px;
  cursor: pointer;
}

#listings-details .listings-slideshow-layout-d-thumbnail-img canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#listings-details
  .listings-slideshow-layout-d-thumbnail-img
  canvas.alternate-loaded {
  background-size: auto 100% !important;
  background-color: #cecece !important;
}

/** End of Layout D Slideshow */

/** Slideshows Fixes */
#listings-details .listings-slideshow .listings-slideshow-img,
#listings-details .listings-slideshow-layout-a-img,
#listings-details .listings-slideshow-layout-b-img,
#listings-details .listings-slideshow-layout-d-img,
#listings-details .listings-slideshow-layout-c-img {
  position: relative;
  display: block;
}

#listings-details .listings-slideshow .listings-slideshow-img img,
#listings-details .listings-slideshow-layout-a-img,
#listings-details .listings-slideshow-layout-b-img,
#listings-details .listings-slideshow-layout-d-img,
#listings-details .listings-slideshow-layout-c-img {
  position: relative;
  display: block;
  height: min(max(47.5vw, 350px), 760px);
}

#listings-details .listings-slideshow-layout-c-img img {
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(5px);
}

#listings-details .listings-slideshow-layout-c-img:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

#listings-details .slick-active .listings-slideshow-layout-c-img:after,
#listings-details .slick-current .listings-slideshow-layout-c-img:after {
  opacity: 0;
}

/* Form Focus */
#listings-details .wpcf7 input:focus,
.aios-mortgage-calculator-standalone input:focus,
#listings-request input:focus,
#listings-schedule input:focus {
  border-color: var(--aios-listing-primary-color) !important;
}

/* Dynamic Css */

.listings-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(35%, rgba(14, 14, 14, 0)),
    to(rgba(14, 14, 14, var(--aios-listing-background-overlay-opacity)))
  );
  background: linear-gradient(
    to top,
    rgba(14, 14, 14, 0) 35%,
    rgba(14, 14, 14, var(--aios-listing-background-overlay-opacity)) 100%
  );
  pointer-events: none;
}

.listings-hero {
  text-shadow: 0px 1px 1px
    rgba(0, 0, 0, var(--aios-listing-background-overlay-text-shadow));
}





































/* End of Dynamic CSS */

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {
  #listings-details .listings-slideshow .listings-slideshow-img canvas {
    max-height: calc(100vh - 120px);
  }

  #listings-details .listings-slideshow-thumbnail-img canvas {
    height: 120px;
  }
}

@media only screen and (max-width: 1366px) {
  #listings-details .listings-slideshow .listings-slideshow-img canvas {
    max-height: calc(100vh - 110px);
  }

  #listings-details .listings-slideshow-thumbnail-img canvas {
    height: 110px;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
  #listings-details .listings-slideshow .listings-slideshow-img canvas {
    max-height: calc(100vh - 100px);
  }

  #listings-details .listings-slideshow-thumbnail-img canvas {
    height: 100px;
  }

  #listings-details .listings-address {
    font-size: 40px;
  }

  #listings-details .listings-address span {
    font-size: 25px;
  }

  #listings-details .listings-plan > li {
    font-size: 23px;
  }

  #listings-details .listings-cta > li > a {
    font-size: 13px;
    letter-spacing: 0.4em;
  }

  #listings-details .listings-box {
    padding: 43px 40px 49px;
  }

  #listings-details .listings-extras > li > strong {
    font-size: 17px;
  }

  #listings-details .listings-virtual-tour-overlay {
    left: calc((100vw - 940px) / -2);
    right: calc((100vw - 940px) / -2);
  }

  #listings-details .listings-map {
    margin-left: -160px;
  }
}

@media only screen and (max-width: 991px) {
  #listings-request {
  }
  #listings-request label {
    margin-top: 10px;
  }

  #listings-schedule .col-md-6 {
    padding: 10px 15px;
  }
  .listings-popup .row {
    padding: 0;
  }
  #listings-details .listings-wrap {
    margin-top: 52px;
  }

  #listings-details .listings-slideshow .listings-slideshow-img canvas {
    min-height: 400px;
  }

  #listings-details .listings-open-house,
  #listings-details .listings-open-house ul {
    display: block;
  }

  #listings-details .listings-open-house ul {
    margin: 20px 0 0;
  }

  #listings-details .listings-open-house ul li {
    padding: 0;
    font-size: 19px;
  }

  #listings-details .listings-open-house ul li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }

  #listings-details .listings-open-house ul li span {
    display: block;
  }

  #listings-details .listings-open-house ul li span + span {
    margin: 5px 0 0;
  }

  #listings-details .listings-box {
    padding: 30px;
    max-width: 100%;
  }

  #listings-details .listings-description {
    margin-top: 50px;
  }

  #listings-details .listings-virtual-tour {
    padding-bottom: 0;
  }

  #listings-details .listings-virtual-tour-overlay {
    display: none;
  }

  #listings-details .listings-description h2,
  #listings-details .listings-virtual-tour h2,
  #listings-details .listings-accordion h2 {
    font-size: 40px;
  }

  #listings-details .listings-contact {
    display: block;
  }

  #listings-details .listings-form,
  #listings-details .listings-map {
    width: 100%;
  }

  #listings-details .listings-map {
    width: 100%;
    margin: 50px 0 0;
  }

  #listings-details .listings-accordion-content ul li {
    width: 100%;
    border-top: 1px dashed #eaeaea !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #listings-details .listings-accordion-title span {
    font-size: 18px;
  }

  #listings-details .listings-accordion-title i {
    font-size: 25px;
  }

  #listings-details .listings-map {
    height: 400px;
  }

  #listings-details .listings-link-navigation > li {
    width: 50%;
  }

  #listings-details
    .listings-link-navigation
    > li.listings-link-navigation-back {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }

  #listings-details .listings-link-navigation-main {
    font-size: 18px;
  }

  .aiosp-content .listings-popup > h2 {
    font-size: 40px;
  }

  .aiosp-content .listings-popup input[type="submit"],
  .aiosp-content .listings-popup button[type="submit"] {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #listings-details .listings-slideshow-text {
    display: none;
  }

  #listings-details .listings-description h2,
  #listings-details .listings-virtual-tour h2,
  #listings-details .listings-accordion h2 {
    font-size: 35px;
  }

  #listings-details .listings-link-navigation-arrow span {
    display: none;
  }

  #listings-details .listings-slideshow-thumbnail-img canvas {
    height: auto;
  }

  #listings-details .listings-map {
    height: 350px;
  }

  .aiosp-content .listings-popup > h2 {
    font-size: 35px;
  }

  .aiosp-content .listings-popup h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 480px) {
  #listings-details .listings-map {
    height: 300px;
  }

  #listings-details .listings-accordion-content ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid #eaeaea !important;
  }

  #listings-details .listings-accordion-content ul li strong,
  #listings-details .listings-accordion-content ul li p {
    width: 100%;
  }

  .aiosp-content .listings-popup > h2 {
    font-size: 30px;
  }

  .aiosp-content .listings-popup h3 {
    font-size: 20px;
  }

  .aiosp-content .listings-popup-form .ihf-captcha {
    position: relative;
    margin-top: 0;
    height: 48px;
  }

  .aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: scale(0.6) translateX(-50%) !important;
    transform-origin: 0 0;
  }

  .aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
    margin-top: 10px;
  }
}

.custom-radio-tab,
.custom-radio-tab + div {
  display: none;
}
.custom-radio-tab:checked + div {
  display: block;
  min-height: 50px;
}
.listings-custom-tabs-group .tabs {
  border-bottom: 1px solid hsl(0, 0%, 0%, 0.25);
}
.listings-custom-tabs-group .tabs label {
  display: inline-block;
  border: 2px solid black;
  border-bottom: 0px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
.listings-custom-tabs-group .tabs label:hover {
  background: var(--aios-listing-primary-color);
  border-color: #fff;
  color: #fff;
}
