.elementor-kit-73{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#111111;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF1FBF;--e-global-color-e34f696:#000000;--e-global-color-ab4c09d:#FFFFFF00;--e-global-color-f2e37f2:#1A1A1A;--e-global-color-f00260a:#3B3B3B;--e-global-color-ce86765:#CC0FA0;--e-global-color-5894fef:#000000CC;--e-global-color-f1e60f1:#CC0FA0;--e-global-color-3fe8031:#FF1FBF;--e-global-color-670481c:#0D0D0D;--e-global-color-ced4e11:#1A0015;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:200;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-e9b8def-font-family:"Poppins";--e-global-typography-e9b8def-font-size:65px;--e-global-typography-e9b8def-font-weight:300;--e-global-typography-e9b8def-text-transform:uppercase;--e-global-typography-e9b8def-line-height:1.2em;--e-global-typography-ed92e77-font-family:"Poppins";--e-global-typography-ed92e77-font-size:18px;--e-global-typography-ed92e77-font-weight:300;--e-global-typography-ed92e77-text-transform:capitalize;--e-global-typography-ed92e77-line-height:1.2em;--e-global-typography-8b3ce9d-font-family:"Poppins";--e-global-typography-8b3ce9d-font-size:15px;--e-global-typography-8b3ce9d-font-weight:300;--e-global-typography-8b3ce9d-font-style:normal;--e-global-typography-8b3ce9d-line-height:1em;--e-global-typography-8afbe5d-font-family:"Poppins";--e-global-typography-8afbe5d-font-size:14px;--e-global-typography-8afbe5d-font-weight:200;--e-global-typography-8afbe5d-text-transform:capitalize;--e-global-typography-8afbe5d-line-height:1em;--e-global-typography-a3ff010-font-family:"Poppins";--e-global-typography-a3ff010-font-size:22px;--e-global-typography-a3ff010-font-weight:400;--e-global-typography-a3ff010-text-transform:capitalize;--e-global-typography-a3ff010-line-height:1em;background-color:var( --e-global-color-e34f696 );}.elementor-kit-73 e-page-transition{background-color:#FFBC7D;}.elementor-kit-73 h1{color:#FFFFFF;}.elementor-kit-73 h2{color:#FFFFFF;}.elementor-kit-73 h3{color:#FFFFFF;}.elementor-kit-73 h4{color:#FFFFFF;}.elementor-kit-73 h5{color:#FFFFFF;}.elementor-kit-73 button:hover,.elementor-kit-73 button:focus,.elementor-kit-73 input[type="button"]:hover,.elementor-kit-73 input[type="button"]:focus,.elementor-kit-73 input[type="submit"]:hover,.elementor-kit-73 input[type="submit"]:focus,.elementor-kit-73 .elementor-button:hover,.elementor-kit-73 .elementor-button:focus{border-radius:0px 0px 0px 0px;}.elementor-kit-73 input:not([type="button"]):not([type="submit"]),.elementor-kit-73 textarea,.elementor-kit-73 .elementor-field-textual{border-style:solid;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.site-header{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-73{--e-global-typography-primary-font-size:30px;--e-global-typography-e9b8def-font-size:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-73{--e-global-typography-primary-font-size:25px;--e-global-typography-e9b8def-font-size:35px;--e-global-typography-ed92e77-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<script>
document.addEventListener('DOMContentLoaded', function() {
  // Force all table rows to correct height
  var rows = document.querySelectorAll('.table.reservations tbody tr');
  rows.forEach(function(row) {
    row.style.setProperty('height', '36px', 'important');
    row.style.setProperty('max-height', '36px', 'important');
  });

  var cells = document.querySelectorAll('.table.reservations tbody td, .table.reservations tbody th');
  cells.forEach(function(cell) {
    cell.style.setProperty('height', '36px', 'important');
    cell.style.setProperty('max-height', '36px', 'important');
    cell.style.setProperty('padding', '0', 'important');
  });

  // Fix white header background
  var timeHeader = document.querySelector('.table.reservations thead th:first-child');
  if (timeHeader) {
    timeHeader.style.setProperty('background', '#0d0d0d', 'important');
    timeHeader.style.setProperty('color', '#444444', 'important');
  }
});
</script>/* End custom CSS */