/*transform origin*/
.penthouse-collection .mt_main_heading {
  text-transform: none !important;
}

.penthouse-collection .mt_one_column .mt_one_column_content_wrapper .mt_btn {
  color: #211e1b;
  background-color: #d5c27c !important;
}

.penthouse-collection .mt_one_column .mt_one_column_content_wrapper .mt_btn:hover {
  color: #d5c27c !important;
  background: transparent !important;
}

.lightbox__wrapper {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s ease-out;
  outline: none !important;
  border: none !important;
}
.lightbox__wrapper .lightbox__close {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 20;
  background: url(../../images/close-btn.svg) center no-repeat;
  background-color: transparent;
  border: 0px;
}
.lightbox__wrapper .lightbox_img {
  max-height: 70vh;
  height: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
@media screen and (max-height: 800px) {
  .lightbox__wrapper .lightbox_img {
    width: 70%;
  }
}
@media screen and (max-width: 992px) and (max-height: 750px) {
  .lightbox__wrapper .lightbox_img {
    max-height: 65vh;
  }
}
@media screen and (max-width: 1250px) and (max-height: 750px) and (orientation: landscape) {
  .lightbox__wrapper .lightbox_img {
    max-height: 50vh;
    max-width: 50%;
  }
}

.lightbox_open .lightbox__wrapper {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.lightbox_open .lightbox__wrapper .lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: inherit;
}

.thumbnail-gallery .thumbnail-wrap-inner {
  padding-top: 0px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.thumbnail-gallery .thumbnail {
  width: calc(33.33% - 2vw);
  margin: 0 1vw 2vw;
  cursor: pointer;
}

.toggle-container {
  display: inline-flex;
  position: absolute;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  top: 30px;
  right: 50%;
  transform: translateX(50%);
  margin-top: 10px;
  border: 1px solid #d5c27c;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.01px) {
  .toggle-container {
    top: 40px;
  }
}
@media screen and (max-width: 992px) and (max-height: 750px) {
  .toggle-container {
    top: 25px;
  }
}
.toggle-container input[type=radio] {
  display: none;
}
.toggle-container input[type=radio]:checked + label {
  background: #d5c27c;
}
.toggle-container label {
  flex: 1;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  font-size: 18px;
  color: #211e1b;
  transition: color 0.3s;
}

.penthouse-collection .thumbnail-gallery .thumbnail-gallery-image-hover-heading {
  padding-top: 76px;
  padding-bottom: 76px;
  text-align: center;
  color: #211e1b !important;
  font-size: 52px;
  line-height: 1;
}

@media (max-width: 991px) {
  .penthouse-collection .thumbnail-gallery .thumbnail-gallery-image-hover-heading {
    font-size: 32px;
  }
  .penthouse-collection .mt_two_column_list_layout .mt_two_col.mt_col_reverse {
    flex-direction: column;
    margin-top: 64px;
  }
  .penthouse-collection .mt_two_column_list_layout .mt_two_col.mt_col_reverse .mt_col_img {
    margin-bottom: 0px;
  }
  .penthouse-collection .mt_two_column_list_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding: 48px 4.2vw 0 4.2vw;
  }
}
.penthouse_availability_wrap {
  padding-top: 60px;
}
@media (max-width: 991.01px) {
  .penthouse_availability_wrap {
    padding-top: 40px;
  }
}
.penthouse_availability_wrap .mt_sec_sub_heading {
  color: #211e1b;
  text-align: center;
}
@media (max-width: 991.01px) {
  .penthouse_availability_wrap .mt_sec_sub_heading {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=penthouse.css.map */
