@charset "UTF-8";
/*!
* WSM Revamp Css v1.0.1 (https://wesimplifymarketing.com/)
*/



.stm-navigation > ul {
  display: flex;
  align-items: center;
}

/* .fade.in {
  opacity: 0 !important;
}
.modal.fade.in {
  opacity: 1 !important;
} */
/* .datepicker-form .datepicker__month-day--today {
  color: #000 !important;
  font-weight: 800;
  background-color: #fff !important;
  font-size: 14px;
}
.datepicker-form .datepicker__month-day--first-day-selected,
.datepicker-form .datepicker__month-day--last-day-selected {
  font-weight: normal;
} */

/* .tlahotel-facilitieseeall-info-popupsection .popupmodal-content-column { */
.popupmodal-content-column {
  overflow: hidden;
}
/* .tlahotel-facilitieseeall-info-popupsection .popupmodal-content-column .vc_column-inner { */
.popupmodal-content-column > div.vc_column-inner {
  /* height: 80vh; */
  height: auto;
  max-height: 80vh;
  overflow-y: scroll;
}
#rvsh-gallery-col .hotelgallerysection-col-2 .tlahotel-bannerroomprice-indisection {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px 15px 15px;
  margin-bottom: -12px !important;
}
.tlahotel-bannerroomprice-indisection p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#rvsh-gallery-col .tlahotel-bannerroomprice-indisection p span {
  font-size: 20px !important;
  font-weight: 800 !important;
}
.tlahotel-specialoffertoday-popupinfo .popupmodal-content-column > div.vc_column-inner {
  height: auto;
  overflow: hidden;
}
#rvsh-gallery-col .hotelgallerysection-col-2 .wpb_single_image {
  position: relative;
}
#rvsh-gallery-col .hotelgallerysection-col-2 .wpb_single_image h2.wpb_heading {
  font-family: Noto Sans;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#rvsh-gallery-col .hotelgallerysection-col-2 .wpb_single_image h2.wpb_heading:hover {
  text-decoration: underline;
}
.tlahotel-Galleryphotos-buttonpopup {
  display: none;
}

/** Anchor Tabs **/
#tabs-top .ta-item .tab-anchor {
  margin-right: 0;
}
#tabs-sticky .ta-item:first-child .tab-anchor,
#tabs-top .ta-item:first-child .tab-anchor {
  /* padding-left: 0 !important; */
}
#tabs-sticky .ta-item:last-child .tab-anchor,
#tabs-top .ta-item:last-child .tab-anchor {
  /* padding-right: 0 !important; */
}
.ta-item.active .tab-anchor {
  background-color: #e0edfe;
}
.ta-item.active .tab-anchor:focus {
  text-decoration: none;
}
/** end: Anchor Tabs **/

/** Form Filter: Check Price **/
.top-filter {
  padding: 10px;
  z-index: 99 !important;
}
.top-filter .rvsh-tabs {
  display: none;
}
.top-filter .container-fluid {
  max-width: 1200px;
}
.top-filter .rvsh-filter {
  padding: 0 10px 5px;
}
.top-filter #first_row {
  flex-flow: column;
}
.top-filter .rvsh-filter .stm_wp_hotelier_form {
  box-shadow: none;
}
.top-filter #first_row > .form-group {
  flex-basis: auto;
  margin: 0 0 20px;
}
.top-filter #first_row #hotel_location {
  display: none;
}
.top-filter #first_row > .form-group label {
  color: #000;
  padding: 0;
}
.top-filter .datepicker-input-select-wrapper::before {
  content: "􏺤" !important;
  font-family: "stmicons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 23px;
  color: #999;
}

.top-filter .datepicker-form .datepicker-input-select-wrapper::after {
  content: "" !important;
}
.top-filter .rvsh-filter #first_row > .form-group input[type="text"] {
  font-size: 13.8px !important;
}
.top-filter .rvsh-filter .datepicker-input-select-wrapper {
  margin-bottom: 0;
}
.top-filter .rvsh-filter .datepicker-input-select,
.top-filter .rvsh-filter #first_row > .form-group input[type="text"] {
  padding-left: 45px;
}
.top-filter .rvsh-filter .input-badge {
  margin-bottom: 0;
}
.top-filter .rvsh-filter .input-badge small {
  font-size: 100%;
}
.top-filter .rvsh-filter #guest-room-con .gr-input-wrapper {
  position: relative;
}
.top-filter .rvsh-filter #guest-room-con .gr-input-wrapper::before {
  content: "\10fdf8";
  font-family: "stmicons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 25px;
  color: #999;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd {
  position: absolute;
  width: 285px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
  z-index: 1;
  transition: height 0.5s;
  border-radius: 5px;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px !important;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd-inputs:last-child {
  margin-bottom: 0 !important;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd label {
  display: block;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd .input-btns {
  display: flex;
  align-items: center;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd .btn-qty {
  position: static;
  width: 26px;
  height: 26px;
  font-family: "Arial, Helvetica, sans-serif" !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  color: #0d0d0d !important;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.top-filter .rvsh-filter #guest-room-con .grc-dd .input-qty {
  width: 32px;
  padding: 0 !important;
  text-align: center;
  font-weight: normal;
  border: 0;
  line-height: 24px;
}

.top-filter .rvsh-filter .nv_submit_btn {
  background-color: #003580 !important;
  border: 0;
  border-radius: 10px;
}
.top-filter .rvsh-filter .nv_submit_btn .btn__icon {
  display: none;
}
.top-filter .rvsh-filter .nv_submit_btn span.btn-txt-check {
  display: block;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: capitalize;
}
.top-filter .rvsh-filter .nv_submit_btn span.btn-txt-search {
  display: none;
}
.top-filter #datepicker-wsm-hotelier-datepicker-select {
  right: 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.top-filter .dp-pop-top #datepicker-wsm-hotelier-datepicker-select {
  bottom: 100%;
  margin-bottom: 5px;
}
#hotelier-datepicker .vc_row {
  margin-bottom: 0 !important;
}
.datepicker__info--selected,
.datepicker__info-text--selected-days {
  display: flex;
  gap: 2px;
}
.datepicker__topbar {
  margin-bottom: 30px;
}

/** end - Form Filter: Check Price **/
#replacer {
  display: none;
}
#sticky_header.rvh-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  /* opacity: 1; */
}
#sticky_header.mobile-popup {
  bottom: 0;
  background-color: transparent !important;
}
.rvf-sticky {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(+100%);
  transition: 0.3s ease;
  /* opacity: 1; */
}
.container #sticky_header.rv-sticky {
  z-index: 110;
  /* transform: translateY(-100%); */
  /* transition: 0.3s ease; */
  /* opacity: 0; */
}
.container .rv-sticky.rv-sticked {
  z-index: 110;
  transform: translateY(0) !important;
  transition: 0.3s ease;
}
#sticky_header .stm_row-opacity {
  display: none;
}
#sticky_header #rvsh-gallery-col {
  display: none;
}

#sticky_header .rvsh-filter {
  width: 100%;
  background-color: #13283f;
}

#sticky_header .rvsh-filter .wpb_wrapper,
#sticky_header .rvsh-tabs .wpb_wrapper {
  width: 100%;
  max-width: 1200px;
  float: none;
  margin: 0 auto;
}

#sticky_header .rvsh-filter form span,
#sticky_header .rvsh-filter form input {
  font-size: 13.8px !important;
}

#sticky_header .rvsh-filter .stm_wp_hotelier_form {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 15px;
  box-shadow: none;
}
#sticky_header .rvsh-filter .filter-logo {
  display: block !important;
}
#sticky_header .rvsh-filter .stm_wp_hotelier_form .datepicker-form {
  padding: 0;
  width: auto;
  flex-grow: 1;
}
#sticky_header .rvsh-filter #select2-nv_destination-container {
  padding-left: 38px;
}
#sticky_header .rvsh-filter .stm_wp_hotelier_form .datepicker-form .input-icon {
  position: absolute;
  z-index: 1;
  width: 20px;
  line-height: 1;
  height: 16px;
  top: 35%;
  color: #444;
}
#sticky_header .rvsh-filter #firt_row {
  margin-bottom: 0;
}
#sticky_header .rvsh-filter #first_row > .form-group label {
  display: none;
}
#sticky_header .rvsh-filter .select2-selection {
  border: 0;
}
#sticky_header .rvsh-filter .select2-selection::before {
  content: "\10fd8c";
  font-family: "stmicons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 23px;
  color: #999;
}
#sticky_header .rvsh-filter input.select2-search__field {
  padding-left: 38px;
}

#sticky_header .rvsh-filter .datepicker-input-select-wrapper::before {
  content: "􏺤" !important;
  font-family: "stmicons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 23px;
  color: #999;
}
#sticky_header .rvsh-filter .datepicker-input-select-wrapper::after {
  content: "" !important;
}
#sticky_header .rvsh-filter .datepicker-input-select {
  padding-left: 38px;
}

#sticky_header .rvsh-filter .input-badge {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 8px;
  border-radius: 11px;
  background: #e6e6e6;
  /* display: none; */
}
#sticky_header .rvsh-filter #hotel_location {
  overflow: hidden;
}
#sticky_header .rvsh-filter #hotel_location .select2-container {
  width: 100% !important;
  /* max-width: 100%; */
}
#sticky_header .rvsh-filter #guest-room-con .gr-input-wrapper {
  display: block;
  position: relative;
}
#sticky_header .rvsh-filter #guest-room-con .gr-input-wrapper::before {
  content: "\10fdf8";
  font-family: "stmicons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 25px;
  color: #999;
}
#sticky_header .rvsh-filter #guest-room-con .gr-input-dd {
  box-shadow: rgba(0, 0, 0, 0.08) 8px 8px 40px 5px;
}
#sticky_header .rvsh-filter #guest-room-con input[type="text"] {
  padding-left: 38px;
  font-size: 1em;
}

#sticky_header .rvsh-filter #first_row {
  display: flex;
  padding: 6px;
  background: #fff;
  border-radius: 10px;
}
#sticky_header .rvsh-filter #first_row > .form-group {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
#sticky_header .rvsh-filter #first_row > .form-group input[type="text"] {
  background-color: #fff;
  border-color: #fff;
}
#sticky_header .rvsh-filter #first_row > .form-group:last-child {
  /* flex-basis: auto; */
  flex-basis: 0px;
}
#sticky_header .rvsh-filter .nv_submit_btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e01518 !important;
  border-color: transparent !important;
  border-radius: 8px;
}
#sticky_header .rvsh-filter .nv_submit_btn:hover {
  background-color: #13283f !important;
  border-color: #13283f !important;
}
#sticky_header .rvsh-filter .nv_submit_btn .btn__icon {
  position: relative;
  line-height: 26px;
  margin-right: 5px;
}
#sticky_header .rvsh-filter .nv_submit_btn .btn__icon::before {
  font-size: 1.5em;
}
#sticky_header .rvsh-filter .nv_submit_btn span {
  margin: 0;
}
#sticky_header .rvsh-filter .nv_submit_btn span.btn-txt-search {
  display: block;
}
#sticky_header .rvsh-filter .nv_submit_btn span.btn-txt-check {
  display: none;
}

#sticky_header .rvsh-filter .select2-selection,
#sticky_header .rvsh-filter .select2-search--dropdown,
#sticky_header .rvsh-filter .nv_submit_btn {
  height: 38px;
}
#sticky_header .rvsh-filter #select2-nv_destination-container,
#sticky_header .rvsh-filter #select2-nv_destination-container > span {
  line-height: 38px !important;
}
#sticky_header .rvsh-filter #wsm-hotelier-datepicker-select,
#sticky_header .rvsh-filter #guest-room {
  padding-top: 6px;
  padding-bottom: 6px;
}
#sticky_header .rvsh-filter #hotel-announcement {
  display: none;
}
/* sticky header - tabs */
#sticky_header .rvsh-tabs-col .vc_column-inner {
  z-index: auto;
}
#sticky_header .rvsh-tabs {
  background-color: #fff;
}
#sticky_header .rvsh-tabs ul {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 0;
  box-shadow: 0 30px 50px 0 rgba(153, 153, 153, 0.2);
}
#sticky_header .rvsh-tabs ul > li {
  padding-left: 0;
}
#sticky_header .rvsh-tabs ul > li::before {
  display: none;
}
#sticky_header .rvsh-tabs ul > li a {
  color: #1e40af;
  padding: 6px 16px;
  border-radius: 10px;
}
#sticky_header .rvsh-tabs ul > li a:hover {
  background-color: #e0edfe;
}
#sticky_header .rvsh-tabs .rvsh-tabs-inner-col > div {
  padding-top: 0 !important;
}
#sticky_header .rvsh-tabs .wpb_raw_code {
  margin-bottom: 0;
}

#sticky_header .grc-dd {
  position: absolute;
  width: 285px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
  z-index: 1;
  transition: height 0.5s;
}
#sticky_header .grc-dd-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px !important;
}
#sticky_header .grc-dd-inputs:last-child {
  margin-bottom: 0 !important;
}
#sticky_header .grc-dd label {
  color: #000 !important;
  font-weight: normal;
  letter-spacing: normal;
  display: block !important;
}
#sticky_header .grc-dd .input-btns {
  display: flex;
  align-items: center;
}
#sticky_header .grc-dd .btn-qty {
  position: static;
  width: 26px;
  height: 26px;
  font-family: "Arial, Helvetica, sans-serif" !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  color: #0d0d0d !important;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
#sticky_header .grc-dd .input-qty {
  width: 32px;
  padding: 0 !important;
  text-align: center;
  font-weight: normal;
  border: 0;
  line-height: 24px;
}

.datepicker-form .datepicker__month-button::before {
  color: #000;
  height: 0;
  vertical-align: middle;
}
.datepicker-form .datepicker__month-button--prev,
.datepicker-form .datepicker__month-button--next {
  color: #fff;
}
.datepicker-form .datepicker__month-button--prev::before {
  margin-bottom: -45px;
}

/** sticky footer **/
#rv-sticky-footer {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -30px 50px 0 rgba(153, 153, 153, 0.2);
}
#rv-sticky-footer #rvsf-con .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rvsf-con {
  margin: 0;
  padding: 12px 0;
}
#rvsf-con .rvsf-label {
  font-size: 0.75em !important;
  line-height: 1em !important;
  color: #4b5563;
}
#rvsf-con .rvsf-amount {
  display: flex;
  align-items: center;
  gap: 10px;
}
#rvsf-con .rvsf-amount-current,
#rvsf-con .rvsf-amount-before {
  opacity: 0;
}
#rvsf-con .rvsf-amount-current {
  font-size: 1.5em !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #111827;
}
#rvsf-con .rvsf-amount-before {
  font-size: 0.875em !important;
  line-height: 1.25em !important;
  text-decoration: line-through;
  color: #6b7280;
}
#rvsf-con button {
  /*font-size: 0.85em;*/
  font-size: 14px;
  font-weight: 800;
  letter-spcing: .2px;
  line-height: 1.5em;
  background-color: #003580;
  color: #fff;
  padding: 10px 24px;
  border: 0;
  border-radius: 8px;
}
#rvsf-con button:hover {
  background-color: #00264a;
}

/** Rooms **/
.roomprice-bookingbtn-con {
  margin-bottom: 0 !important;
}
.roomprice-bookingbtn li:nth-child(2) {
  display: none;
}
.roomprice-bookingbtn button.btn-room-bn {
  background: #dc2626;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 50px;
  border: 0;
  border-radius: 10px;
  letter-spacing: 0.5px;
}
.roomprice-bookingbtn button.btn-room-bn:hover {
  background-color: #13283f;
}
.roomprice-bookingbtn span.btn-room-bn {
  font-size: 15px !important;
  color: #3971ec;
  font-weight: 700 !important;
  font-family: Noto Sans !important;
  letter-spacing: 0px;
  cursor: pointer;
}
.roomprice-bookingbtn span.btn-room-bn:hover {
  color: #13283f;
}
.roomprice-bookingbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
.dr-room li,
.roomprice-bookingbtn li {
  margin-bottom: 0 !important;
}
.dynamic-rate {
  opacity: 0;
}
.dynamic-rate .dr-label {
  font-size: 0.75em !important;
  line-height: 1em !important;
  color: #4b5563;
}
.dynamic-rate .dr-amount {
  display: flex;
  align-items: center;
  gap: 10px;
}
.roomprice-bookingbtn.dr-room > li .dynamic-rate .dr-amount-current {
  font-size: 1.5em !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #111827;
}
.roomprice-bookingbtn.dr-room > li .dynamic-rate .dr-amount-before {
  font-size: 0.875em !important;
  line-height: 1.25em !important;
  text-decoration: line-through;
  color: #6b7280;
  opacity: 0;
}

/** Nearby places Modal **/
#nearbyPlacesModal .modal-content {
  padding: 20px 25px;
}
#nearbyPlacesModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  padding: 0;
}
#nearbyPlacesModal .modal-header::before,
#nearbyPlacesModal .modal-header::after {
  content: none;
}
#nearbyPlacesModal .modal-title {
  font-family: Noto Sans !important;
  font-size: 19px;
  font-weight: 700;
}
#nearbyPlacesModal .modal-header button.close {
  opacity: 0.5;
}
#nearbyPlacesModal .modal-header button.close:hover {
  opacity: 0.75;
}
#nearbyPlacesModal .modal-header button.close span {
  font-size: 1.232em !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.modal-btn p span {
  font-weight: 700 !important;
}

.tlahotel-transportvhicle-seemore-btn p:hover,
.tlahotel-hotelnearbyplace-seeall-btn p:hover span {
  color: #000 !important;
}

/** Room Details Modal **/
#roomDetailsModal .modal-content {
  border-radius: 10px;
}
#roomDetailsModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 25px;
}
#roomDetailsModal .modal-header::before,
#roomDetailsModal .modal-header::after {
  content: none;
}
#roomDetailsModal .modal-title {
  font-family: Noto Sans !important;
  font-size: 19px;
  font-weight: 700;
}
#roomDetailsModal .modal-header button.close {
  opacity: 0.5;
}
#roomDetailsModal .modal-header button.close:hover {
  opacity: 0.75;
}
#roomDetailsModal .modal-header button.close span {
  font-size: 1.232em !important;
  color: #000 !important;
  font-weight: 400 !important;
}
#roomDetailsModal .modal-body {
  padding: 20px 25px;
}
#roomDetailsModal .modal-body h3 {
  font-size: 16px;
}
#roomDetailsModal .roompopup-complimentary-room-facilities > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  background: url("https://wesimplifymarketing.com/lee-tla/wp-content/uploads/2025/09/check-icon.png");
  width: 15px;
  height: 15px;
  background-size: cover !important;
}
#roomDetailsModal .roompopup-available-additional-charge > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  background: url("https://wesimplifymarketing.com/lee-tla/wp-content/uploads/2025/09/plus-icon.png");
  width: 15px;
  height: 15px;
  background-size: cover !important;
}
#roomDetailsModal .roompopup-complimentary-room-facilities > li,
#roomDetailsModal .roompopup-available-additional-charge > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
#roomDetailsModal .roompopup-complimentary-room-facilities > li h4,
#roomDetailsModal .roompopup-available-additional-charge > li h4 {
  font-size: 16px !important;
  font-weight: 500;
}

.modal-btn p span {
  font-weight: 700 !important;
}

/** See All Modal **/
.popupmodal-content-column .wpb_wrapper {
  /* position: relative; */
}
.popupmodal-content-column .see-all-modal-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;

  margin: 0 0 !important;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
}
.popupmodal-content-column .see-all-modal-close button {
  color: #000 !important;
  /* font-size: 1.232em !important; */
  font-size: 25.872px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0px 0px !important;
  border: 0 !important;
  line-height: 23.5px;
  opacity: 0.5;
}

.popupmodal-content-column .see-all-modal-close button:hover {
  opacity: 0.75;
}

/** Gallery Modal **/
.modal-header button.close {
  opacity: 0.5;
}
.modal-header button.close:hover {
  opacity: 0.75;
}
.modal-header button.close span {
  font-size: 1.232em !important;
  color: #000 !important;
  font-weight: 400 !important;
}

#galleryModal {
  /* position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1041; */
}
#galleryModal.fade.in {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1041;
}
#galleryModal .modal-dialog {
  margin: 30px auto;
  overflow: hidden;
}
#galleryModal .modal-dialog .container {
  height: 100%;
}
#galleryModal .modal-dialog .container .row {
  height: 100%;
}
#galleryModal .modal-content {
  height: 100%;
}
#galleryModal .modal-content > .vc_column-inner,
#galleryModal .modal-content > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
#galleryModal .modal-content .vc_column-inner .wpb_wrapper .vc_row {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
#galleryModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  min-height: 36px;
}
#galleryModal .modal-header .vc_column-inner,
#galleryModal .modal-body .vc_column-inner {
  padding-top: 0;
}
/* #galleryModal .modal-header .vc_column-inner .wpb_wrapper {

} */
#galleryModal .modal-header .vc_column-inner div {
  padding: 0;
  margin: 0;
}
#galleryModal .modal-body {
  padding-top: 0;
  padding-bottom: 30px;
  overflow: unset;
}
#galleryModal .modal-body .tab-content {
  padding: 0 10px 15px;
  overflow-y: scroll;
}
#galleryModal .modal-body > .vc_column-inner {
  height: 100%;
}
#galleryModal .modal-body > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
#galleryModal .stm_images_gallery_with_categories_style_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul {
  margin-left: 0;
  margin-right: 0;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul li {
  border-radius: 10px;
  /* margin-bottom: 0; */
  width: 150px;
  height: 150px;
  margin-right: 10px;
  padding: 0;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul li:first-child {
  display: none;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul li:last-child {
  margin-right: 0;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul li a {
  display: block;
  padding: 63px 0 !important;
  color: rgba(0, 0, 0, 0);
}

#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories {
  margin-bottom: 20px;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__container {
  margin-left: 0;
  margin-right: 0;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__container .stm-image {
  width: 25%;
  padding: 5px 6px;
  margin-bottom: 0;
}
#galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__container .stm-image img {
  border-radius: 10px;
}

/** Accordion - Nearby Places **/
#nearbyPlacesModal .modal-body {
  padding-top: 0;
}
#nearbyPlacesModal .modal-body .nav-tabs {
  margin-top: 0;
}
#nearbyPlacesModal .modal-body .accordion-header button {
  margin-top: 10px;
}
#nearbyPlacesModal .modal-body .accordion-footer {
  min-height: 38px;
}

#nearbyPlacesModal .accordion .collapse.in {
  padding-bottom: 0;
}
#nearbyPlacesModal .accordion .accordion-body ul {
  margin-bottom: 0;
}

/* #nearbyPlacesModal .modal-body .tab-pane > ul.list-group {
  position: relative;
  padding-bottom: 40px;
}
#nearbyPlacesModal .modal-body .accordion {
  min-height: 48px;
  clear: both;
} */

/** Top Gallery **/
#top-gallery .vc_pageable-slide-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 12vw;
}

#top-gallery .vc_grid-item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
#top-gallery .vc_grid-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
#top-gallery .vc_grid-item:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

/** How to get there **/
#get-there .popupmodal-content-column .vc_row {
  margin-bottom: 30px;
}
#get-there .popupmodal-content-column .vc_row:last-child {
  margin-bottom: 0;
}
#get-there .popupmodal-content-column .wpb_content_element {
  margin-bottom: 0;
}

#get-there .wpb_single_image .vc_single_image-wrapper {
  line-height: 33px;
}
#get-there .popupmodal-content-column h3 {
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 0 !important;
}
#get-there .popupmodal-content-column ul {
  margin-bottom: 15px !important;
}
#get-there .popupmodal-content-column ol {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

#get-there .popupmodal-content-column .wpb_content_element .wpb_wrapper p:last-child {
  margin-bottom: 0 !important;
}
#get-there .popupmodal-content-column ol li {
  margin-bottom: 6px;
}
#get-there .popupmodal-content-column .see-all-modal-close {
  top: 20px;
  left: unset;
  right: 20px;
}
#get-there .popupmodal-content-column .vc_col-sm-10 p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.tlahotel-hotelvideoprom-popup .popupmodal-content-column,
.tlahotel-hotelvideoprom-popup .popupmodal-content-column > div.vc_column-inner {
  overflow: visible;
}

.tlahotel-hotelvideoprom-popup .popupmodal-content-column .tlahotel-hotelroomsinfo-popupinfo-closebtn {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-right: 0 !important;
  margin-bottom: 10px;
}
.tlahotel-hotelvideoprom-popup .popupmodal-content-column .tlahotel-hotelroomsinfo-popupinfo-closebtn button {
  margin-top: 0;
  margin-right: 0;
  color: rgba(0, 0, 0, 0.5) !important;
  line-height: 1;
  font-size: 23.5px;
}
.tlahotel-hotelvideoprom-popup .popupmodal-content-column .tlahotel-hotelroomsinfo-popupinfo-closebtn button:hover {
  color: rgba(0, 0, 0, 0.75) !important;
}
