
.three-column-properties-block {
  position: relative;
  margin: 0px;
  background: var(--color--tertiary);
  padding: 0px 1rem;
}
@media (min-width: 1242px) {
  .three-column-properties-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.three-column-properties-block .section__shell {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: var(--width--section-max);
  margin: 0 auto;
}
.three-column-properties-block .section__content {
  position: relative;
  margin: auto auto;
  width: 100%;
}
.three-column-properties-block .section__content .section-heading {
  max-width: calc(100%);
  width: 100%;
  text-align: left;
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--color--title);
  margin-bottom: 1.75rem;
}
.three-column-properties-block .section__content .three-column-properties-block-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 1rem;
}
@media (min-width: 600px) {
  .three-column-properties-block .section__content .three-column-properties-block-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column {
  width: calc(100%);
}
@media (min-width: 750px) {
  .three-column-properties-block .section__content .three-column-properties-block-list {
    gap: 0.75rem;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column {
    width: calc(33% - 0.5rem);
  }
}
@media (min-width: 1030px) {
  .three-column-properties-block .section__content .three-column-properties-block-list {
    gap: 1.5rem;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column {
    width: calc(33% - 1rem);
  }
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner {
  position: relative;
  width: 100%;
  min-height: 338px;
  background: var(--color--off-white);
  border-radius: 10px;
  cursor: pointer;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: var(--color--white);
  width: 100%;
  height: 178px;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background{
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  gap: 2px;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background .image-featured {
  width: 65%;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background .image-featured img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background .image-thumbnails {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background .image-thumbnails img {
  height: 50%;
  width: 100%;
  object-fit: cover;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .price-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 42px;
  width: 124px;
  background: var(--color--secondary);
  border-radius: 8px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 1rem;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .price-wrapper .price{
  display: inline-block;
  color: var(--color--title);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 17px;
  padding-top: 1px;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper {
  position: relative;
  width: 100%;
  padding: 0px;
  background: var(--color--white) !important;
  border-radius: 8px;
  overflow: hidden;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem  1rem;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .content-wrapper *{
  position: relative;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper {
  position: relative;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper .title {
  position: relative;
  color: var(--color--title);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 18px;
  line-height: 1.3;
  padding: 0px !important;
  margin: 0px !important;
  max-width: calc(100% - 80px);
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper .icons-wrapper{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 19px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper .icons-wrapper img{
  height: 19px;
  width: 22px;
  object-fit: contain;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper .icons-wrapper span{
  display: inline-block;
  height: 19px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-variation-settings: "slnt" 0, "wght" 600;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .property_type {
  color: var(--color--title);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 16px;
  line-height: 32px;
  padding: 0px !important;
  margin: 0px !important;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .content{
  width: 100%;
  color: var(--color--black);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 14px;
  line-height: 22px;
  padding: 1rem 0px !important;
  margin: 0px !important;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link {
  display: inline-block;
  color: var(--color--title);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 15px !important;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link.share {
  color: var(--color--title);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 15px !important;
  display: flex;
  align-items: center;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link img{
  height: 12px !important;
  width: 12px !important;
  object-fit: contain;
}
.three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link.share img{
  height: 17px !important;
  width: 14px !important;
  object-fit: contain;
}
.three-column-properties-block .section__content .cta-button-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 0px;
  margin-top: 45px;
}
.three-column-properties-block .section__content .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 0px 25px 0px 25px;
  color: var(--color--title);
  background: var(--color--secondary);
  border: 1px solid var(--color--secondary);
}
.three-column-properties-block .section__content .cta-button:hover {
  background: var(--color--tertiary);
  border: 1px solid var(--color--title);
}

.three-column-properties-block .controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
}
.three-column-properties-block .controls * {
  position: absolute;
  height: 16px;
  width: 27px;
  z-index: 5;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 25px;
  cursor: pointer;
  transition: all 0.5s ease;
  top: calc(50% - 8px) !important;
  background-color: transparent !important;
}
.three-column-properties-block .controls .slider-prev-tcpb {
  background-image: url("/wp-content/themes/mackenzie-smith-estate-agents/images/icon-slider-left.svg");
  left: -0.5rem;
}
.three-column-properties-block .controls .slider-next-tcpb {
  background-image: url("/wp-content/themes/mackenzie-smith-estate-agents/images/icon-slider-right.svg");
  right: -0.5rem;
}

#three-column-properties-social-icons-popover {
  z-index: 5;
  position: absolute !important;
  padding: 10px 10px 30px 10px;
  bottom: 5px;
  right: 0px;
}
#three-column-properties-social-icons-popover .social-icons-container {
  background: white;
  border: 1px solid var(--color--gray);
  padding: 20px;
  min-width: 140px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#three-column-properties-social-icons-popover a {
  width: 30px;
  height: 26px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (min-width: 600px) {
  .three-column-properties-block .controls {
    display: none;
  }
}
@media (max-width: 600px) {
  .three-column-properties-block .section__content .section-heading {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background .image-featured {
    width: 100%;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .image-background .image-thumbnails {
    display: none;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .price-wrapper {
    height: 38px;
    width: 104px;
    padding: 0px 1rem;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .image-wrapper .price-wrapper .price{
    font-size: 15px;
    line-height: 1.3;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper .title {
    font-size: 15px;
    line-height: 1.3;
    max-width: 100%;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .title-wrapper .icons-wrapper{
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .property_type {
    font-size: 13px;
    line-height: 1.3;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .card-wrapper .content{
    font-size: 12px;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link,
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link.share {
    font-size: 13px !important;
  }
  .three-column-properties-block .section__content .three-column-properties-block-list .section__column .section__inner .cta-link-wrapper .cta-link img{
    display: inline-block;
  }
  .three-column-properties-block .section__content .cta-button-wrapper {
    justify-content: center;
    margin-top: 25px;
  }
  .three-column-properties-block .section__content .cta-button {
    font-size: 13px;
    height: 40px;
  }
}
