/* LOADER SCREEN WITH A MESSAGE - BEFORE THE PAGE LOADS */


    #tilda-quote-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Bebas Neue', Arial, sans-serif;
        color: #fff;
        transition: opacity 1s ease;
    }
    
    #tilda-quote-wrap {
        width: 80%;
        max-width: 1600px;
        text-align: center;
        padding: 0 10%;
        box-sizing: border-box;
    }
    
    #tilda-quote {
        font-size: clamp(36px, 7vw, 96px);
        letter-spacing: 0.04em;
        line-height: 1.05;
        display: inline-block;
        white-space: pre-wrap;
    }
    
    .tilda-char {
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .tilda-fade-out {
        opacity: 0;
        pointer-events: none;
    }
    
    .tilda-hidden {
        display: none !important;
    }
    
    body.tilda-loader-active {
        overflow: hidden;
        height: 100vh;
    }







/* RS SEMI-TRANSPARENT LOGO ON THE RIGHT
-------------------------------------*/

.hero-RSTOP-sticky {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 450px;
  height: 345px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.hero-RSTOP-sticky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-RSTOP-sticky.visible {
  opacity: 0.3;
  pointer-events: auto;
}






/* GENERAL HEADERS FOR MAIN SECTIONS
-------------------------------------*/

h1 {
    font-size: 82px !important;
    line-height: 1.17 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    color: #282828 !important;
}

h2 {
    font-size: 68px !important;
    line-height: 1.17 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    color: #282828 !important;
}

h3 {
    font-size: 52px !important;
    line-height: 1.17 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    color: #282828 !important;
}






/*-- SECONDARY PAGES. HEADER WITH LOGO. FIXES ITS POSITION 
ON TOP AND PLACES THE SLIDER PERFECTLY INDERNEATH
-------------------------------------*/

.uc-header-secondpages {
  position: fixed;     /* lock it relative to the viewport */
  top: 0;              /* stick to the very top */
  left: 0;
  width: 100%;         /* span full width */
  z-index: 9999;       /* ensure it stays above other blocks */
}

.uc-header-secondpages-slider {
  padding-top: 200px !important;   /* match the height of the logo strip */
}








/* CONFIGURATION OF THE RSVP FORM */

#rec1584734193 {
      z-index: 99999;
}

.uc-forms .t-descr_xxl {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  letter-spacing: normal;
}

.t678 .t-input-title {
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
}


.t-input {
    height: 45px !important;
    background-color: #f7f7f7 !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    font-family: monospace !important;
    letter-spacing: 2px !important;
}

/* A DATE-PICKER OF THE RSVP FORM */

.t_datepicker__inner {
    padding: 0px !important;
    border: 5px solid #444 !important;
    border-radius: 0px !important;
    margin: 0px 0 !important;
    background: #fbfbfb !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    font-family: 'Roboto Condensed' !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}








    
/* SLIDER WITH THE FIRST ROW MODIFIED TO RUN lEFT-TO-RIGHT
-------------------------------------*/

#rec1574665663 {
  transform: rotate(180deg) !important;
  pointer-events: none !important;
  user-select: none !important;
}

#rec1574665663 img {
  transform: rotate(180deg) !important;
  pointer-events: none !important;
  user-select: none !important;
}

#rec1574666313 {
  pointer-events: none !important;
  user-select: none !important;
}

#rec1574666313 img {
  pointer-events: none !important;
  user-select: none !important;
}
    
    







/* BAR & BEYOND SECTION CARDS - TITLE AND SMALLER FONT FOR TEXTS
--------------------------------------------------------
--------------------------------------------*/



.t-heading {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 1.5px;
  color: #282828;
}

.uc-kitchen .t509__content {
    padding-left: 100px !important;
}


/*-- DESCRIPTIONS OF SIGNITURE COCKTAILS AND TWILIGHT PLATES--*/


.t-descr_sm {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #101010;
  letter-spacing: normal;
}





/* A DIVIDER LINE 
--------------------------------------------------------
--------------------------------------------*/

.t118__line {
  position: relative;
  height: 5px !important; /* top line thickness */
  background-color: #000000 !important;
  margin-bottom: 8px !important; /* spacing before second line */
}

/* Add second line below using ::after */
.t118__line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px; /* offset below the first line */
  width: 100%;
  height: 1px;
  background-color: #000000;
}
    






/* ----------------------------------------
   PLAYBILL SECTION STYLES
   Each .hero section is a full-screen video and image block
   with overlay text styled as a "playbill"
----------------------------------------- */

.hero {
  position: relative;
  height: 100vh; /* Full viewport height */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

/*-- STYLES FOR DYNAMIC VIDEO BACKGROUND */
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video fills container */
  z-index: 0;
  filter: url(#noise); /* Optional visual effect */
}

/*-- STYLES FOR STATIC HERO IMAGE */


.hero-bgimage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/*-- STYLES FOR THE SLIDESHOW HERO IMAGES --*/


.hero-billboard-slideshow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 0;
}

.hero-billboard-slideshow img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero-billboard-slideshow img.active {
  opacity: 1;
}


/*-- STYLES FOR THE SLIDESHOW HERO IMAGES: NO FADES --*/


.hero-billboard-slideshow2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 0;
}

.hero-billboard-slideshow2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15); /* adjust darkness here */
  pointer-events: none;
  z-index: 2;
}

.hero-billboard-slideshow2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1; /* behind overlay */
}

.hero-billboard-slideshow2 img.active {
  display: block;
}


/* Overlay container for playbill text */
.hero-overlay {
  padding: 2rem;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  z-index: 1;
}

/* General paragraph reset */
.hero-overlay p {
  margin: 0;
}

/* Individual playbill lines */
.hero-overlay .heroLine1,
.hero-overlay .heroLine2 {
  font-size: 36px;
  margin-bottom: 3px;
}

.hero-overlay .heroLine4,
.hero-overlay .heroLine5,
.hero-overlay .heroLine6,
.hero-overlay .heroLine7 {
  font-size: 60px;
  margin-bottom: 3px;
}

.hero-overlay .heroLine2 {
  margin-bottom: 60px;
}

.hero-overlay .heroLine3 {
  font-size: 120px; /* Main headline */
  margin-bottom: 20px;
  line-height: 95px;
}

.hero-overlay .heroLine4 {
  margin-bottom: 70px;
}

/* Button container below playbill text */
.hero-overlay .button-container {
  margin-top: 30px;
}

/* Buttons for INFO / RSVP */
.hero-overlay .button {
  display: inline-block;
  font-size: 36px;
  background-color: transparent;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border: 0px solid white;
  border-radius: 0rem;
  transition: background-color 0.3s, color 0.3s;
}

.hero-overlay .button:hover {
  background-color: black;
  color: #1a202c;
}



/* ----------------------------------------
   RESPONSIVE STYLES FOR PLAYBILLS
   Ensures readability and layout on mobile
----------------------------------------- */

@media screen and (max-width: 960px) {
  .hero {
    height: 100%;
    width: 100%;
  }

  .hero video {
    width: 100%;
    height: 100%;
  }
  
  

/* Individual playbill lines */
.hero-overlay .heroLine1,
.hero-overlay .heroLine2 {
  font-size: 36px !important;
}

.hero-overlay .heroLine4,
.hero-overlay .heroLine5,
.hero-overlay .heroLine6,
.hero-overlay .heroLine7 {
  font-size: 45px !important;
  line-height: 38px !important;
}

.hero-overlay .heroLine2 {
}

.hero-overlay .heroLine3 {
  font-size: 70px !important; /* Main headline */
  line-height: 60px !important;
}

.hero-overlay .heroLine4 {
  margin-bottom: 40px !important;
}



  .hero-overlay .button {
    font-size: 30px !important;
  }
}








/* IN-DEPTH SECTION ANIMATION AND STYLING
-------------------------------------------------------
--------------------------------------*/



#rec1590086583 .t-name {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 1.5px;
  color: #282828;
}

.t1032__content {
    border: 0 solid #101010;
    padding: 0px 0 0px !important;
    box-sizing: border-box;
}


#rec1590086583 .t1032__img {
  display: inline-block;   /* ensures transform works cleanly */
  transition: transform 2s ease-in-out; /* fallback transition */
}





/* DISPATCHES FRONT PAGE SECTION STYLING
-------------------------------------------------------
--------------------------------------*/





.uc-dispatches .t-card__title {
    font-size: 160px !important; /*-- a large quote mark */
    line-height: 0 !important;
    font-family: "Georgia" !important;
    font-weight: 700 !important;
    color: #fff !important;
}
    
.uc-dispatches .t-descr {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px !important;
    font-optical-sizing: auto;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: 200;
    line-height: 0.9 !important;
    color: #000000 !important;
    letter-spacing: 0.5px !important;
}

.uc-dispatches .t509__content {
    padding-left: 100px !important;
}

#rec1590021213 .t509__content {
    padding-left: 0px !important;
}

.quote {
    font-family: 'Roboto Condensed', sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
    font-size: 38px;
    line-height: 0.9;
    color: #000000;
    letter-spacing: 0.5px;
}






/* PLAYLIST SETUP
-------------------------------------------------------
--------------------------------------*/

.three-column-table {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      align-items: flex-start;
      flex-wrap: wrap;
    }

.column {
      flex: 1;
      min-width: 280px;
      text-align: left;
    }

.player {
      background: #1e1e1e;
      padding: 30px;
      width: 100%;
      max-width: 500px;
      box-sizing: border-box;
    }

#rec1610320143 h2 {
    font-size: 32px !important;
    line-height: 1 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 100 !important;
    letter-spacing: 1.02px !important;
    color: #eeeeee !important;
}

    /* Now Playing ticker */
.now-playing {
    font-family: "Bebas Neue";
    font-size: 32px;
      font-weight: 100 !important;
      letter-spacing: 1.01px !important;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      width: 100%;
    }
    
#allrecords ul {
      padding-left: 0px;
      padding-top: 20px;
      font-family: 'Bebas Neue';
      font-weight: 100;
      letter-spacing: 1.01px;
      color: #fff;
    }
    
#allrecords .t-text_sm {
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      line-height: 1.4;
      color: #101010;
      letter-spacing: normal;
      padding: 20px;
}    

.now-playing.ticker span {
      display: inline-block;
      padding-left: 100%; /* start off-screen */
      animation: ticker 12s linear infinite;
    }

    @keyframes ticker {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }

.tracklist {
      list-style: none;
      padding: 0;
    }

.tracklist li {
      margin-bottom: 8px;
      background: #2a2a2a;
      cursor: pointer;
      transition: background 0.2s;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.tracklist li:hover,
    .tracklist li.active {
      background: #1db954;
      color: #000;
    }

.controls {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

.controls button {
      background: none;
      border: none;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer;
    }

.progress {
      width: 100%;
      height: 6px;
      background: #444;
      border-radius: 3px;
      margin-top: 20px;
      position: relative;
    }

.progress-filled {
      height: 100%;
      background: #1db954;
      width: 0%;
      border-radius: 3px;
    }
  
  
  
  /* QUOTES */
  
  
.t021__text-impact {
    text-align: center !important;
    font-family: 'Roboto Condensed', Arial, sans-serif !important;
    font-size: 34px !important;
    font-optical-sizing: auto !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: 200 !important;
    line-height: 0.9 !important;
    color: #000000 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 54px !important;
}





/* ------------------ SCALING THE FRONT PAGE: GENERAL --------------*/
  
  
@media screen and (max-width: 960px) {
    
    
    h1 {
    font-size: 72px !important;
    line-height: 0.8 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    color: #282828 !important;
}

h2 {
    font-size: 58px !important;
    line-height: 0.8 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    color: #282828 !important;
}


h3 {
    font-size: 46px !important;
    line-height: 0.8 !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    color: #282828 !important;
}


    
    .t-descr_xxl {
        font-size: 22px !important;
    }
.t-text_md {
        font-size: 18px !important;
    }  
  
}   


/* ------------------ SCALING THE FRONT PAGE: BAR & BEYOND
/ SIGNATURE COCKTAILS --------------*/



/* Target screens up to 960px wide */
@media screen and (max-width: 960px) {
    
    
  /* Reset column width and alignment */
  .t509__col.t-col.t-col_6.t509__leftcol {
    width: 100% !important;   /* cancel grid split */
    max-width: none !important;
    float: none !important;
    margin: 0 auto;           /* center if needed */
  }

  /* Override text wrapper */
  .t509__textwrapper {
    max-width: 100% !important;
    height: auto !important;  /* cancel fixed height */
    padding: 20px;          /* add breathing room */
  }

  /* Content box scaling */
  .t509__content {
    display: block !important;
    text-align: left;       /* or left/right as you prefer */
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top:50px !important;
  }

  /* Title adjustments */
  .t-card__title {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 0.9 !important;
    letter-spacing: 1.5px !important;
    color: #282828 !important;
    margin-bottom: 15px;
  }

  /* Description adjustments */
  .t-card__descr {
    padding-top:20px !important;
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #101010 !important;
    letter-spacing: normal !important;
    
  }

  /* Button full-width style */
  .t-card__btn {
    margin-top: 20px;
    text-align: center;
  }
}


/* ------------------ SCALING THE FRONT PAGE: BAR & BEYOND
/ KITCHEN --------------*/



/* Target screens up to 960px wide */
@media screen and (max-width: 960px) {
  /* Reset column width and alignment */
  #rec1584728993 .t509__col.t-col.t-col_6.t509__rightcol {
    width: 100% !important;   /* cancel grid split */
    max-width: none !important;
    float: none !important;
    margin: 0 auto;           /* center if needed */
  }

  /* Override text wrapper */
  #rec1584728993 .t509__textwrapper {
    max-width: 100% !important;
    height: auto !important;  /* cancel fixed height */
    padding: 20px;            /* add breathing room */
  }

  /* Content box scaling */
  #rec1584728993 .t509__content {
    display: block !important;
    text-align: left;         /* or left/right as you prefer */
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top: 50px !important;
  }

  /* Title adjustments */
  #rec1584728993 .t-card__title {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 0.9 !important;
    letter-spacing: 1.5px !important;
    color: #282828 !important;
    margin-bottom: 15px;
  }

  /* Description adjustments */
  #rec1584728993 .t-card__descr {
    padding-top: 20px !important;
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #101010 !important;
    letter-spacing: normal !important;
  }

  /* Button full-width style */
  #rec1584728993 .t-card__btn {
    margin-top: 20px;
    text-align: center;
  }

  /* Image handling: show mobile, hide desktop */
  #rec1584728993 .t509__desktopimg { display: none !important; }
  #rec1584728993 .t509__mobileimg { display: block !important; }
}



/* ------------------ SCALING THE FRONT PAGE: RSVP
and SUBSCRIBE FORMS --------------*/

@media screen and (max-width: 960px) {

.t-input {
    height: 40px !important;
    background-color: #f7f7f7 !important;
    text-transform: uppercase !important;
    font-size: 19px !important;
    font-family: monospace !important;
    letter-spacing: 1px !important;
}

.uc-forms .t-descr_xxl {
        font-size: 16px !important;
    }
}


/* ------------------ SCALING THE FRONT PAGE: DISPATCH --------------*/


/* Target screens up to 960px wide */
@media screen and (max-width: 960px) {
/* Force this block's text column to full width */
.uc-dispatches .t509__col.t-col.t-col_6.t509__leftcol {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 auto;
}

/* Expand the text wrapper */
.uc-dispatches .t509__textwrapper {
  max-width: 100% !important;
  height: auto !important;
  padding: 20px; /* optional breathing room */
}

.uc-dispatches .t-descr {
    font-size: 30px !important;

}

.uc-dispatches .t509__content {
    padding-left: 0px !important;
}

}




/* ------------------ SCALING THE SECONDARY PAGES: DISPATCHES --------------*/

/* Target screens up to 960px wide */
@media screen and (max-width: 960px) {
    
.uc-sec-dispatch-sm .t-text_md {
    font-family: 'Roboto', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #101010 !important;
    letter-spacing: normal;
    padding-top: 20px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}


/* QUOTES */

.t-text-impact_md {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 32px !important;
    font-optical-sizing: auto !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: 200 !important;
    line-height: 0.9 !important;
    color: #000000 !important;
    letter-spacing: 0.5px !important;
    }


/* SUBHEADER DESCRIPTIONS */

.t050__descr {
    letter-spacing: 0.5px !important;
    padding-top: 20px !important;
    line-height: 1.1 !important;
}


.t-text_md {
    font-size: 18px !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    color: #101010 !important;
    letter-spacing: normal !important;
    padding-bottom: 20px !important;
    }
    
#rec1615604803, #rec1616063123, #rec1617948543 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    }
    
    
}

}



