<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Baily's]]></title><description><![CDATA[Restaurant • Bar • Lounge]]></description><link>https://baily.com/</link><image><url>https://baily.com/favicon.png</url><title>Baily&apos;s</title><link>https://baily.com/</link></image><generator>Ghost 5.30</generator><lastBuildDate>Tue, 12 May 2026 19:00:49 GMT</lastBuildDate><atom:link href="https://baily.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Memorial Day Party]]></title><description><![CDATA[<!--kg-card-begin: html--><!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Memorial Day Club Party | Baily&#x2019;s Nightclub</title>

  <meta name="description" content="Memorial Day Club Party at Baily&#x2019;s Nightclub Saturday May 23rd 9pm-2am &#x2014; 21+, $20 cover, DJ, photobooth, go-go dancers, bottle service first come first serve.">

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

  <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600;800&amp;family=Inter:wght@400;600;700;800&amp;display=swap" rel="stylesheet">

  <style>

    :root{
      --red:#ff1f3d;
      --blue:#00b7ff;
      --dark-blue:#0077ff;
      --navy:#050a1f;

      --text:#00b7ff;
      --muted:#7fd9ff;

      --border:rgba(0,183,255,.25);

      --radius:22px;
      --max:1100px;
    }

    *{
      box-sizing:border-box;
    }

    body{
      margin:0;
      font-family:Inter, system-ui, sans-serif;

      background:
        radial-gradient(900px 520px at 15% -10%, rgba(255,31,</style></head></html>]]></description><link>https://baily.com/memorial-day-party/</link><guid isPermaLink="false">69fb928f2899505ddb57c02f</guid><dc:creator><![CDATA[July Baily]]></dc:creator><pubDate>Fri, 08 May 2026 03:15:53 GMT</pubDate><media:content url="https://baily.com/content/images/2026/05/ChatGPT-Image-May-6--2026-at-12_28_04-PM.png" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: html--><!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Memorial Day Club Party | Baily&#x2019;s Nightclub</title>

  <meta name="description" content="Memorial Day Club Party at Baily&#x2019;s Nightclub Saturday May 23rd 9pm-2am &#x2014; 21+, $20 cover, DJ, photobooth, go-go dancers, bottle service first come first serve.">

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

  <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600;800&amp;family=Inter:wght@400;600;700;800&amp;display=swap" rel="stylesheet">

  <style>

    :root{
      --red:#ff1f3d;
      --blue:#00b7ff;
      --dark-blue:#0077ff;
      --navy:#050a1f;

      --text:#00b7ff;
      --muted:#7fd9ff;

      --border:rgba(0,183,255,.25);

      --radius:22px;
      --max:1100px;
    }

    *{
      box-sizing:border-box;
    }

    body{
      margin:0;
      font-family:Inter, system-ui, sans-serif;

      background:
        radial-gradient(900px 520px at 15% -10%, rgba(255,31,61,.25), transparent 60%),
        radial-gradient(900px 520px at 85% 5%, rgba(0,119,255,.32), transparent 60%),
        linear-gradient(180deg,#020616 0%,#050a1f 55%,#020616 100%);

      color:var(--text);

      overflow-x:hidden;
    }

    /* STARS */

    .stars{
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.35;

      background:
        radial-gradient(2px 2px at 10% 20%, #fff 40%, transparent 41%),
        radial-gradient(2px 2px at 25% 60%, #fff 40%, transparent 41%),
        radial-gradient(2px 2px at 50% 30%, #fff 40%, transparent 41%),
        radial-gradient(2px 2px at 75% 70%, #fff 40%, transparent 41%),
        radial-gradient(2px 2px at 90% 25%, #fff 40%, transparent 41%);
    }

    .wrap{
      max-width:var(--max);
      margin:auto;
      padding:0 18px 70px;
    }

    /* HEADER */

    header{
      position:sticky;
      top:0;
      z-index:1000;

      margin:0 -18px;
      padding:14px 18px;

      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;

      background:rgba(3,8,28,.96);

      backdrop-filter:blur(14px);

      border-bottom:1px solid rgba(0,183,255,.35);

      box-shadow:
        0 0 14px rgba(0,183,255,.15),
        0 8px 30px rgba(0,0,0,.55);
    }

    .brand h1{
      margin:0;

      font-size:14px;

      letter-spacing:.14em;

      text-transform:uppercase;

      color:var(--blue);
    }

    .brand p{
      margin:2px 0 0;

      font-size:12px;

      color:var(--muted);
    }

    nav{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .pill{
      padding:10px 14px;

      border-radius:999px;

      border:2px solid rgba(0,183,255,.55);

      background:rgba(0,0,0,.35);

      color:var(--blue);

      font-weight:800;

      font-size:13px;

      text-decoration:none;

      transition:.2s ease;
    }

    .pill:hover{
      background:var(--blue);

      color:#000;

      box-shadow:0 0 18px rgba(0,183,255,.45);
    }

    /* HERO */

    .hero{
      margin-top:24px;

      border-radius:var(--radius);

      background:rgba(0,0,0,.35);

      border:1px solid var(--border);

      overflow:hidden;

      position:relative;

      box-shadow:0 20px 80px rgba(0,0,0,.5);
    }

    .hero:before{
      content:"";

      position:absolute;

      inset:0;

      background:
        linear-gradient(135deg, rgba(255,31,61,.18), transparent 35%),
        linear-gradient(315deg, rgba(0,119,255,.22), transparent 35%);

      pointer-events:none;
    }

    .heroGrid{
      position:relative;

      display:grid;

      grid-template-columns:1.1fr .9fr;

      gap:20px;

      padding:34px;
    }

    .badge{
      display:inline-block;

      padding:7px 14px;

      border-radius:999px;

      background:linear-gradient(90deg,var(--red),#ffffff,var(--dark-blue));

      color:#000;

      font-weight:900;

      letter-spacing:.12em;

      text-transform:uppercase;

      font-size:12px;
    }

    /* TITLE */

    .title{
      font-family:Orbitron, sans-serif;

      font-size:clamp(38px,5vw,70px);

      line-height:1.02;

      margin:16px 0 12px;

      text-transform:uppercase;

      color:#ffffff;

      text-shadow:
        0 0 8px rgba(255,255,255,.8),
        0 0 20px rgba(0,119,255,.55),
        0 0 30px rgba(255,31,61,.35);
    }

    .lede{
      max-width:620px;

      color:var(--muted);

      font-size:17px;

      line-height:1.6;

      margin:0;
    }

    /* BUTTONS */

    .cta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;

      margin-top:24px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;

      min-width:210px;

      padding:13px 18px;

      border-radius:14px;

      text-decoration:none;

      font-weight:900;

      transition:.2s ease;
    }

    .btnRed{
      background:var(--red);

      color:#fff;

      box-shadow:0 0 20px rgba(255,31,61,.4);
    }

    .btnBlue{
      background:var(--dark-blue);

      color:#fff;

      box-shadow:0 0 20px rgba(0,119,255,.45);
    }

    .btn:hover{
      transform:translateY(-2px);

      filter:brightness(1.08);
    }

    /* PANELS */

    .panel{
      background:rgba(0,0,0,.3);

      border:1px solid var(--border);

      border-radius:18px;

      padding:18px;

      backdrop-filter:blur(12px);
    }

    .panel h3{
      margin:0 0 12px;

      font-family:Orbitron, sans-serif;

      text-transform:uppercase;

      letter-spacing:.08em;

      font-size:16px;

      color:var(--blue);

      text-shadow:
        0 0 10px rgba(0,183,255,.55);
    }

    .list{
      display:grid;

      gap:10px;

      margin-top:12px;
    }

    .item{
      padding:13px;

      border-radius:15px;

      border:1px solid rgba(0,183,255,.18);

      background:rgba(255,255,255,.04);
    }

    .item b{
      display:block;

      margin-bottom:3px;

      color:var(--blue);
    }

    .item span{
      color:var(--muted);

      font-size:13px;

      line-height:1.45;
    }

    .section{
      display:grid;

      grid-template-columns:1fr 1fr;

      gap:18px;

      margin-top:22px;
    }

    .fine{
      margin-top:14px;

      color:var(--muted);

      font-size:12px;

      line-height:1.5;
    }

    footer{
      margin-top:28px;

      padding-top:18px;

      border-top:1px solid rgba(0,183,255,.2);

      display:flex;
      justify-content:space-between;
      flex-wrap:wrap;
      gap:12px;

      color:var(--muted);

      font-size:12px;

      line-height:1.6;
    }

    a{
      color:var(--blue);
    }

    @media(max-width:900px){

      .heroGrid,
      .section{
        grid-template-columns:1fr;
      }

      .heroGrid{
        padding:24px;
      }

      .btn{
        width:100%;
      }
    }

  </style>
</head>

<body>

  <div class="stars"></div>

  <div class="wrap">

    <header>

      <div class="brand">
        <h1>Baily&#x2019;s Nightclub</h1>
        <img src="https://baily.com/content/images/2026/05/ChatGPT-Image-May-6--2026-at-12_28_04-PM.png" alt="Memorial Day Party"><p>Old Town Temecula &#x2022; 21+ Nightlife</p>
      </div>

      <nav>
        <a class="pill" href="#details">Event Details</a>
        <a class="pill" href="#vip">Bottle Service</a>
        <a class="pill" href="#location">Location</a>
      </nav>

    </header>

    <!-- HERO -->

    <main class="hero">

      <div class="heroGrid">

        <!-- LEFT -->

        <section>

          <span class="badge">
            Memorial Day Club Party
          </span>

          <h2 class="title">
            Red, White &amp; Blue Night
          </h2>

          <p class="lede">
            Celebrate Memorial Day weekend at Baily&#x2019;s Nightclub with a patriotic late-night party in Old Town Temecula Saturday May 23rd.
            Wear your best red, white, and blue fits and get ready for a packed dance floor and high-energy night.
          </p>

          <div class="cta">

            <a class="btn btnRed" href="https://baily.com/vipbottleservice/" target="_blank" rel="noopener">

              View Bottle Service

            </a>

            <a class="btn btnBlue" href="tel:9516769567">

              Call 951-676-9567

            </a>

          </div>

          <p class="fine">
            Bottle service is first come, first serve.
          </p>

        </section>

        <!-- RIGHT -->

        <aside class="panel" id="details">

          <h3>Event Details</h3>

          <div class="list">

            <div class="item">
              <b>21+ Nightclub</b>
              <span>Valid government-issued ID required for entry.</span>
            </div>

            <div class="item">
              <b>$20 Cover</b>
              <span>Celebrate Memorial Day weekend with us in Old Town Temecula.</span>
            </div>

            <div class="item">
              <b>Dress Theme</b>
              <span>Wear red, white, and blue attire to match the party theme.</span>
            </div>

            <div class="item">
              <b>DJ All Night</b>
              <span>High-energy music and dance floor favorites all night long.</span>
            </div>

            <div class="item">
              <b>Photobooth</b>
              <span>Grab your crew and capture the night.</span>
            </div>

            <div class="item">
              <b>Go-Go Dancers</b>
              <span>High-energy performances throughout the night.</span>
            </div>

            <div class="item">
              <b>VIP Bottle Service</b>
              <span>First come, first serve availability.</span>
            </div>

          </div>

        </aside>

      </div>

    </main>

    <!-- LOWER SECTION -->

    <div class="section">

      <section class="panel" id="vip">

        <h3>Bottle Service</h3>

        <p class="lede">
          VIP bottle service is available on a first come, first serve basis.
          Arrive early for the best table availability.
        </p>

        <div class="cta">

          <a class="btn btnRed" href="https://baily.com/vipbottleservice/" target="_blank" rel="noopener">

            VIP Bottle Service

          </a>

        </div>

      </section>

      <section class="panel" id="location">

        <h3>Location</h3>

        <p class="lede">
          Baily&#x2019;s Nightclub<br>
          28699 Old Town Front Street<br>
          Temecula, CA 92590
        </p>

        <p class="fine">
          Restaurant Phone:
          <a href="tel:9516769567">
            951-676-9567
          </a>
        </p>

      </section>

    </div>

    <footer>

      <div>
        &#xA9; 2026 Baily&#x2019;s Nightclub<br>
        Old Town Temecula
      </div>

      <div>
        Saturday May 23rd 9pm-2am &#x2022; 21+
      </div>

    </footer>

  </div>

</body>
</html><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Mothers Day Brunch Buffet]]></title><description><![CDATA[<!--kg-card-begin: html--><!-- =========================
     PAGE 2: MOTHER’S DAY BRUNCH
     ========================= -->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Baily&#x2019;s Mother&#x2019;s Day Brunch Buffet</title>

  <style>
    :root{
      --bg:#07080b;
      --panel:#0f1118;
      --ink:#fbfbff;
      --muted:#bfc6d6;
      --line:rgba(255,255,255,0.10);

      /* Mother’s Day palette */
      --accent:#ff88b6;        /* rose */
      --accent-deep:#d94a83;   /* deep rose */
      --accent2:#ffd48a;       /* warm highlight */
      --accent3:#b6f3c2;       /* mint */
      --btnText:#1a0711;
    }

    *{box-sizing:border-box;}
    html,body{height:</style></head></html>]]></description><link>https://baily.com/mothers-day/</link><guid isPermaLink="false">6619dee52899505ddb57b7a8</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Wed, 08 Apr 2026 01:37:00 GMT</pubDate><media:content url="https://baily.com/content/images/2026/02/IMG_6096.jpeg" medium="image"/><content:encoded><![CDATA[<!--kg-card-begin: html--><!-- =========================
     PAGE 2: MOTHER’S DAY BRUNCH
     ========================= -->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Baily&#x2019;s Mother&#x2019;s Day Brunch Buffet</title>

  <style>
    :root{
      --bg:#07080b;
      --panel:#0f1118;
      --ink:#fbfbff;
      --muted:#bfc6d6;
      --line:rgba(255,255,255,0.10);

      /* Mother’s Day palette */
      --accent:#ff88b6;        /* rose */
      --accent-deep:#d94a83;   /* deep rose */
      --accent2:#ffd48a;       /* warm highlight */
      --accent3:#b6f3c2;       /* mint */
      --btnText:#1a0711;
    }

    *{box-sizing:border-box;}
    html,body{height:100%; margin:0;}
    body{
      font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(1200px 800px at 50% -10%, rgba(255,136,182,0.16), transparent 70%),
        radial-gradient(900px 650px at 15% 20%, rgba(255,212,138,0.10), transparent 60%),
        radial-gradient(900px 650px at 85% 25%, rgba(182,243,194,0.10), transparent 60%),
        var(--bg);
      line-height:1.6;
    }

    header.topbar{
      width:100%;
      background:#0b0d13;
      border-bottom:1px solid var(--line);
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:14px 40px;
      flex-wrap:wrap;
      position:sticky;
      top:0;
      z-index:10;
    }
    .topbar h1{
      font-size:clamp(22px,2.6vw,34px);
      color:var(--accent);
      margin:0;
      letter-spacing:.3px;
    }

    .nav-links{display:flex; gap:22px; flex-wrap:wrap;}
    .nav-links a{color:var(--ink); text-decoration:none; font-weight:600; transition:color .2s;}
    .nav-links a:hover{color:var(--accent2);}

    .container{
      max-width:1400px;
      margin:0 auto;
      padding:40px 32px 80px;
      background:linear-gradient(180deg, rgba(15,17,24,.95), rgba(15,17,24,.85));
      border-radius:20px;
      box-shadow:0 0 44px rgba(0,0,0,0.65);
      border:1px solid rgba(255,255,255,0.08);
    }

    .hero{text-align:center; padding:44px 0 10px;}
    .eyebrow{
      color:rgba(255,255,255,0.82);
      letter-spacing:.22em;
      text-transform:uppercase;
      font-weight:800;
      font-size:13px;
    }
    .lead{
      max-width:900px;
      margin:12px auto 0;
      color:var(--muted);
      font-size:18px;
    }

    .pillRow{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,0.12);
      background:rgba(255,255,255,0.04);
      color:var(--muted);
      font-weight:700;
      font-size:13px;
      white-space:nowrap;
    }
    .pill strong{color:var(--accent2); font-weight:900;}

    .cta-row{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:16px;
      margin:26px 0 0;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:14px 24px;
      border-radius:12px;
      border:none;
      font-weight:800;
      text-decoration:none;
      cursor:pointer;
      transition:all .15s ease;
      letter-spacing:.2px;
      min-width:220px;
    }
    .btn-primary{
      background:linear-gradient(180deg, var(--accent), var(--accent-deep));
      color:var(--btnText);
      box-shadow:0 10px 26px rgba(255,136,182,.16);
    }
    .btn-primary:hover{filter:brightness(1.06);}
    .btn-ghost{
      background:transparent;
      border:1px solid rgba(255,255,255,0.18);
      color:var(--ink);
    }
    .btn-ghost:hover{background:rgba(255,255,255,0.06);}

    section{margin:64px 0 0;}
    h2{
      font-size:32px;
      color:var(--accent);
      margin-bottom:14px;
      text-align:center;
      letter-spacing:.2px;
    }

    .grid{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
      gap:24px;
    }

    .card{
      background:rgba(12,14,20,.70);
      border:1px solid rgba(255,255,255,0.10);
      border-radius:16px;
      box-shadow:0 4px 18px rgba(0,0,0,0.55);
      padding:26px;
    }

    .bullet{display:flex; gap:10px; margin-bottom:10px;}
    .dot{
      width:8px; height:8px;
      border-radius:50%;
      background:var(--accent2);
      margin-top:9px;
      box-shadow:0 0 0 4px rgba(255,212,138,.10);
    }

    .small{font-size:14px; color:var(--muted);}

    .schedule{list-style:none; padding:0; margin:16px 0;}
    .schedule li{padding:16px 0; border-top:1px solid rgba(255,255,255,0.10);}
    .schedule li:last-child{border-bottom:1px solid rgba(255,255,255,0.10);}
    .time{font-weight:900; color:var(--accent2);}
    .title{font-weight:800; color:var(--ink);}
    .meta{color:var(--muted);}

    footer{
      text-align:center;
      color:var(--muted);
      margin-top:80px;
      font-size:15px;
    }
    footer a{color:var(--accent2); text-decoration:none; font-weight:900;}
    footer a:hover{color:#b6f3c2;}
  </style>
</head>

<body>
  <header class="topbar">
    <h1>Baily&#x2019;s Mother&#x2019;s Day Brunch Buffet</h1>
    <nav class="nav-links">
      <a href="#details">Details</a>
      <a href="#pricing">Pricing</a>
      <a href="#reservations">Reservations</a>
      <a href="#info">Info</a>
    </nav>
  </header>

  <div class="container">
    <section class="hero">
      <div class="eyebrow">Mother&#x2019;s Day Brunch Buffet Sunday May 10th</div>
      <img src="https://baily.com/content/images/2026/02/IMG_6096.jpeg" alt="Mothers Day Brunch Buffet"><p class="lead">
        Celebrate Mother&#x2019;s Day with a brunch buffet from 10:00 AM to 3:00 PM. Add bottomless mimosas for the table.
      </p>

      <div class="pillRow">
        <div class="pill"><strong>10:00 AM &#x2013; 3:00 PM</strong> brunch buffet</div>
        <div class="pill"><strong>$50</strong> per person</div>
        <div class="pill"><strong>$20</strong> kids 12 &amp; under</div>
        <div class="pill"><strong>Free</strong> kids 4 &amp; under</div>
        <div class="pill"><strong>$20</strong> bottomless mom-osas</div>
           <div class="pill"><strong>11-2pm</strong> Ryan Valenzuela Music </div>
      </div>

      <div class="cta-row">
        <a class="btn btn-primary" href="#reservations">Reserve Now</a>
        <a class="btn btn-ghost" href="#pricing">View Pricing</a>
      </div>
    </section>

    <section id="details">
      <h2>Details</h2>
      <div class="grid">
        <div class="card">
          <div class="bullet"><div class="dot"></div><div><strong>Hours:</strong> 10:00 AM &#x2013; 3:00 PM</div></div>
          <div class="bullet"><div class="dot"></div><div><strong>Format:</strong> Buffet service </div></div>
          <div class="bullet"><div class="dot"></div><div><strong>Add-on:</strong> Bottomless mimosas available</div></div>
          <p class="small" style="margin-top:14px;">
            Seating is limited. Reservations are strongly recommended.
          </p>
        </div>

        <div class="card">
          <h3 style="margin-top:0;color:var(--accent2); letter-spacing:.2px;">Perfect For</h3>
          <ul class="schedule">
            <li>
              <div class="title">Family brunch</div>
              <div class="meta">A relaxed holiday meal in Old Town Temecula.</div>
            </li>
            <li>
              <div class="title">Groups &amp; celebrations</div>
              <div class="meta">Celebrate Mom with a memorable brunch.</div>
            </li>
          </ul>
        </div>
      </div>
    </section>

    <section id="pricing">
      <h2>Pricing</h2>
      <ul class="schedule">
        <li>
          <div class="time">$50 per person</div>
          <div class="title">Brunch Buffet</div>
          <div class="meta">Buffet service from 10:00 AM &#x2013; 3:00 PM</div>
        </li>
        <li>
          <div class="time">$20</div>
          <div class="title">Kids (12 &amp; under)</div>
          <div class="meta">Child pricing available during buffet hours</div>
        </li>
        <li>
          <div class="time">Free</div>
          <div class="title">Kids (4 &amp; under)</div>
          <div class="meta">No charge with paying adult</div>
        </li>
        <li>
          <div class="time">$20 per person</div>
          <div class="title">Bottomless Mom-osas</div>
          <div class="meta">Available as an add-on with brunch</div>
        </li>
      </ul>
    </section>

    <section id="reservations">
      <h2>Reservations</h2>
      <div class="grid">
        <div class="card">
          <h3 style="color:var(--accent2);margin-top:0; letter-spacing:.2px;">Book Online</h3>
          <p class="small">Reserve your preferred time through OpenTable.</p>
          <a class="btn btn-primary" href="https://www.opentable.com/r/bailys-restaurant-reservations-temecula?restref=995851&amp;lang=en-US&amp;ot_source=Restaurant%20website" target="_blank" rel="noopener">
            Reserve on OpenTable
          </a>
        </div>

        <div class="card">
          <h3 style="color:var(--accent2);margin-top:0; letter-spacing:.2px;">Planning Notes</h3>
          <ul class="schedule">
            <li>
              <div class="title">Arrival</div>
              <div class="meta">Please arrive 10 minutes early for smooth seating.</div>
            </li>
            <li>
              <div class="title">Buffet Hours</div>
              <div class="meta">10:00 AM &#x2013; 3:00 PM</div>
            </li>
          </ul>
          <p class="small" style="margin-top:12px;">
            Pricing and inclusions subject to change.
          </p>
        </div>
      </div>
    </section>

    <section id="info">
      <h2>Good to Know</h2>
      <ul class="schedule">
        <li>
          <div class="title">Dress Code</div>
          <div class="meta">Brunch attire encouraged.</div>
        </li>
        <li>
          <div class="title">Parking</div>
          <div class="meta">Nearby public lots and street parking are available in Old Town.</div>
        </li>
      </ul>
    </section>

    <footer>
      <p><strong>We hope to see you at Baily&#x2019;s.</strong></p>
      <p>Questions? Call <a href="tel:+19516769567">(951) 676-9567</a></p>
    </footer>
  </div>
</body>
</html><!--kg-card-end: html--><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/02/Mothers-Day-2.png" width="1500" height="1159" loading="lazy" alt="Mothers Day Brunch Buffet" srcset="https://baily.com/content/images/size/w600/2026/02/Mothers-Day-2.png 600w, https://baily.com/content/images/size/w1000/2026/02/Mothers-Day-2.png 1000w, https://baily.com/content/images/2026/02/Mothers-Day-2.png 1500w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure>]]></content:encoded></item><item><title><![CDATA[Happy Hour]]></title><description><![CDATA[<p>Join us for our new <strong>Happy Hour</strong> at <strong>Baily&apos;s!</strong></p><p><strong>When?</strong><br>Every <strong>Monday-Friday</strong>, <strong>5pm-7pm.</strong></p><p><strong>What&#x2019;s the Deal?</strong></p><ul><li><strong>All Appetizers</strong>: <strong>50% off </strong></li><li><strong>Well Liquor</strong>: <strong>$5</strong></li><li><strong>Draft Beers</strong>: <strong>$6</strong></li></ul><p>Enjoy amazing food and drinks at unbeatable prices! Whether you&apos;re grabbing a bite, having a drink, or both,</p>]]></description><link>https://baily.com/happy-hour/</link><guid isPermaLink="false">67b671ec2899505ddb57bbd2</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Sat, 08 Mar 2025 03:27:43 GMT</pubDate><media:content url="https://baily.com/content/images/2025/02/DSC_0227.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2025/02/DSC_0227.jpg" alt="Happy Hour"><p>Join us for our new <strong>Happy Hour</strong> at <strong>Baily&apos;s!</strong></p><p><strong>When?</strong><br>Every <strong>Monday-Friday</strong>, <strong>5pm-7pm.</strong></p><p><strong>What&#x2019;s the Deal?</strong></p><ul><li><strong>All Appetizers</strong>: <strong>50% off </strong></li><li><strong>Well Liquor</strong>: <strong>$5</strong></li><li><strong>Draft Beers</strong>: <strong>$6</strong></li></ul><p>Enjoy amazing food and drinks at unbeatable prices! Whether you&apos;re grabbing a bite, having a drink, or both, we&apos;ve got something for everyone.</p><p>Come hang out with friends and make your week a little happier at Baily&apos;s!</p><!--kg-card-begin: html--><div id="alacarte"></div><!--kg-card-end: html--><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=wide&amp;color=1&amp;dark=false&amp;iframe=true&amp;domain=com&amp;lang=en-US&amp;newtab=false&amp;ot_source=Restaurant%20website&amp;cfe=true"></script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Private Events]]></title><description><![CDATA[<figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/the-knot-1.png" width="389" height="389" loading="lazy" alt></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png" width="900" height="900" loading="lazy" alt srcset="https://baily.com/content/images/size/w600/2026/01/Knot-2025-badge--copy-1.png 600w, https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png 900w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Your event starts here at Baily&apos;s, where we offer four private event spaces designed to accommodate gatherings of all sizes&#x2014;whether an intimate group of 20 or a larger celebration of up to 160 guests. Hosting private events is our specialty, and with a range of menu</p>]]></description><link>https://baily.com/private-events-2/</link><guid isPermaLink="false">6792cbb52899505ddb57ba3c</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 23 Jan 2025 23:15:47 GMT</pubDate><media:content url="https://baily.com/content/images/2025/01/Balcony----Copy.jpg" medium="image"/><content:encoded><![CDATA[<figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/the-knot-1.png" width="389" height="389" loading="lazy" alt="Private Events"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png" width="900" height="900" loading="lazy" alt="Private Events" srcset="https://baily.com/content/images/size/w600/2026/01/Knot-2025-badge--copy-1.png 600w, https://baily.com/content/images/2026/01/Knot-2025-badge--copy-1.png 900w" sizes="(min-width: 720px) 720px"></div></div></div></figure><img src="https://baily.com/content/images/2025/01/Balcony----Copy.jpg" alt="Private Events"><p>Your event starts here at Baily&apos;s, where we offer four private event spaces designed to accommodate gatherings of all sizes&#x2014;whether an intimate group of 20 or a larger celebration of up to 160 guests. Hosting private events is our specialty, and with a range of menu options and dedicated servers tailored to your needs, we&#x2019;re here to help bring your vision to life. Let&#x2019;s make your event a memorable experience!</p><p><a href="https://baily.com/private-events/">Click here</a> for all our booking process, pricing, menus, and more! Or feel free to call 951-676-9567 ext.2 to reach our banquet coordinator. </p><p></p>]]></content:encoded></item><item><title><![CDATA[Our Menu]]></title><description><![CDATA[Come try our made from scratch California-Continental cuisine...What's that?  Really free license to feature cuisines from around the world.  All of our stocks, soups, sauces, dressings, bread and more are made from scratch...Come taste the difference!]]></description><link>https://baily.com/lunch-dinner-menu/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61d0</guid><category><![CDATA[Menu]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Fri, 20 Dec 2024 17:10:00 GMT</pubDate><media:content url="https://baily.com/content/images/2024/01/Bailys_Sept_2020-093.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2024/01/Bailys_Sept_2020-093.jpg" alt="Our Menu"><p></p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-055.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-055.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-055.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-055.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-055.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-057.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-057.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-057.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-057.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-057.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-093.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-093.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-093.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-093.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-093.jpg 2000w" sizes="(min-width: 720px) 720px"></div></div><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-121.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-121.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-121.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-121.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-121.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-146.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-146.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-146.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-146.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-146.jpg 2000w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://baily.com/content/images/2023/04/Bailys_Sept_2020-166.jpg" width="2000" height="1335" loading="lazy" alt="Our Menu" srcset="https://baily.com/content/images/size/w600/2023/04/Bailys_Sept_2020-166.jpg 600w, https://baily.com/content/images/size/w1000/2023/04/Bailys_Sept_2020-166.jpg 1000w, https://baily.com/content/images/size/w1600/2023/04/Bailys_Sept_2020-166.jpg 1600w, https://baily.com/content/images/2023/04/Bailys_Sept_2020-166.jpg 2000w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>Some of our made from scratch items</figcaption></figure><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=standard&amp;iframe=true&amp;overlay=false&amp;domain=com&amp;lang=en-US"></script><!--kg-card-end: html--><hr><!--kg-card-begin: html--><div>
    <p>Dinner served nightly @ 5PM <br>
       In addition to our regular restaurant menu, we serve brunch on Saturdays and Sundays from 11 AM - 2 PM.</p>
</div>

<hr>

<div id="alacarte"></div>

<!--<div class="accordion" id="Menus">
    <div class="card">

        <div class="card-header" id="headingThree">
            <h5 class="mb-0">
                <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree"
                    aria-expanded="false" aria-controls="collapseThree">
                    A La Carte

                </button>
            </h5>
        </div>
        <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#Menus">
            <div class="card-body">
                <div id="alacarte"></div>
            </div>
        </div>
    </div>
</div>--><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Weekend Brunch]]></title><description><![CDATA[Come check out our great brunch offerings!  Can't decide on bacon or sausage?  Our made to order and hand crafted items come with both!]]></description><link>https://baily.com/weekend-brunch/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61df</guid><category><![CDATA[Menu]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 19 Dec 2024 17:08:00 GMT</pubDate><media:content url="https://baily.com/content/images/2023/04/DSC_0469.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2023/04/DSC_0469.jpg" alt="Weekend Brunch"><p>In addition to our regular restaurant menu, we serve brunch on Saturdays &amp; Sundays from 11 AM to 2 PM. </p><!--kg-card-begin: html--><div class="brunch-menu-outlet">
    <style type="text/css">
      p.menuitem {
        margin-bottom: 0px;
        text-transform: uppercase;
      }
      p.menuitemdesc {
        margin-bottom: 1em;
      }
    </style>
    <div class="menu">
        <div id="brunch"></div>
        <!--<h1>Brunch</h1>
        <p class="menuitem">Spinach &amp; Mushroom Omelette</p>
                      <p class="menuitemdesc">three eggs, sautéed spinach and mushrooms, melted fresh mozzarella cheese, homestyle potatoes, bacon, sausage | 13</p>
              <p class="menuitem">Eggs Benedict</p>
                      <p class="menuitemdesc">two poached eggs, toasted English muffin, Canadian bacon, hollandaise sauce, homestyle potatoes, bacon, sausage | 14</p>
              <p class="menuitem">California Omelette</p>
                      <p class="menuitemdesc">three eggs, chopped chicken breast, avocado, green onion, hollandaise sauce, homestyle potatoes, bacon and sausage | 14</p>
              <p class="menuitem">Cinnamon Dolce French Toast</p>
                      <p class="menuitemdesc">fluffy egg bread, cinnamon, nutmeg, warm caramel sauce, bacon, sausage | 13</p>
              <p class="menuitem">Vegetable Omelette</p>
                      <p class="menuitemdesc">three eggs, roasted red peppers, artichoke hearts, sautéed onions, zucchini, homestyle potatoes, bacon, sausage | 13</p>
        	<p class="menuitem">Chilaquiles</p>
        <p class="menuitemdesc">Homemade corn tortilla chips, tomatillo salsa, cilantro, queso fresco, 2 eggs over medium, sour cream | 13</p>
        <p class="menuitemdesc"> chicken | +3 beef brisket | +4 </p>
              <p class="menuitem">Bottomless Mimosas</p>
                      <p class="menuitemdesc"><em>21+, must order food</em><br>selection of sparkling wines &amp; juices | 15</p>-->
              
    </div></div><!--kg-card-end: html--><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=wide&amp;color=1&amp;dark=false&amp;iframe=true&amp;domain=com&amp;lang=en-US&amp;newtab=false&amp;ot_source=Restaurant%20website&amp;cfe=true"></script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Live Music]]></title><description><![CDATA[The place for outdoor live music in Old Town Temecula.  Every Friday, Saturday and Sunday we showcase awesome local and regional bands.]]></description><link>https://baily.com/live-music/</link><guid isPermaLink="false">65e425df2899505ddb57b5a6</guid><category><![CDATA[live-music]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Wed, 13 Nov 2024 07:27:00 GMT</pubDate><media:content url="https://baily.com/content/images/2024/03/1-DSC06430-Enhanced-NR-3.jpg" medium="image"/><content:encoded><![CDATA[<h2></h2><img src="https://baily.com/content/images/2024/03/1-DSC06430-Enhanced-NR-3.jpg" alt="Live Music"><p>To Our Loyal Guests and Music-Loving Community,</p><p>It breaks our hearts to share that we&#x2019;ve been forced to cancel all live bands at our venue for the remainder of the year.</p><p>This decision wasn&#x2019;t made lightly. For decades, live music has been at the soul of our business, a space where local artists shine, our staff thrives, and our guests create unforgettable memories. But due to ongoing enforcement pressure from the City of Temecula related to sound levels, we&#x2019;ve had no choice but to temporarily pause all music programming.</p><p>We had a full calendar of live music planned, work that would have supported dozens of local performers and crew members this summer. Instead, those opportunities are now lost. While we&#x2019;re actively working with the City on a formal solution that includes a permanent sound mitigation structure, the permitting process has moved slowly, and enforcement has continued in the meantime.</p><p>We&#x2019;re doing everything we can to navigate this the right way, professionally, legally, and respectfully. But we can&#x2019;t do it alone.</p><h3 id="how-you-can-help">How You Can Help</h3><p>If live music in Old Town Temecula matters to you, if our space has ever brought you joy, comfort, or a great night out, we&#x2019;d be grateful if you let the City know. Just a few kind words about what live music means to you, our business, and the local arts community can go a long way.</p><p>Here&#x2019;s how to have your voice heard:</p><p>Email the City Council:<br>council@temeculaca.gov</p><p>Call the City Manager&#x2019;s Office:<br>(951) 694-6444</p><p><a href="https://temeculaca.gov/438/City-Manager">City Manager Web page</a></p><p>Be respectful. Be real. And speak from the heart, &#xA0;that&#x2019;s what matters most.</p><h3 id="looking-ahead">Looking Ahead</h3><p>We&#x2019;re not giving up. This pause is temporary, and we&#x2019;re working tirelessly to resolve the issue and bring live music back, stronger and more sustainable than ever. &#xA0;<strong>Our DJs and nightclub will continue to operate as normal as controlling sound for a DJ is much different than a live band.</strong></p><p>Thank you for standing with us, supporting our team, and being the reason we keep pushing forward. We&#x2019;ll keep you updated.</p><p>With love and gratitude,<br>The Team at Baily&apos;s</p>]]></content:encoded></item><item><title><![CDATA[Dog Friendly]]></title><description><![CDATA[<p>Calling all fur parents! &#x1F43E; </p><p>Come visit our dog-friendly patio where your furry friend can dine in style with a specialty dog menu just for them! &#x1F415;&#x1F37D;&#xFE0F; </p><p>Enjoy paw-some hospitality and watch your pup wag their tail in delight as they indulge in delicious treats made just for</p>]]></description><link>https://baily.com/dog-friendly/</link><guid isPermaLink="false">65e9040a2899505ddb57b67f</guid><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Thu, 07 Mar 2024 00:17:38 GMT</pubDate><media:content url="https://baily.com/content/images/2025/06/NovaandLincoln-359-Enhanced-NR.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://baily.com/content/images/2025/06/NovaandLincoln-359-Enhanced-NR.jpg" alt="Dog Friendly"><p>Calling all fur parents! &#x1F43E; </p><p>Come visit our dog-friendly patio where your furry friend can dine in style with a specialty dog menu just for them! &#x1F415;&#x1F37D;&#xFE0F; </p><p>Enjoy paw-some hospitality and watch your pup wag their tail in delight as they indulge in delicious treats made just for them. &#x1F389;</p><p>We also provide complimentary water bowls to keep your pets hydrated while they enjoy the outdoor ambiance. &#x1F31E;&#x1F964; </p><p>Treat your pup to a dining experience they won&apos;t forget! Bring your four-legged friend along and let them enjoy some tasty treats in our welcoming patio space<strong>&#x1F43E;</strong></p><!--kg-card-begin: html--><div id="alacarte"></div><!--kg-card-end: html--><!--kg-card-begin: html--><script type="text/javascript" src="//www.opentable.com/widget/reservation/loader?rid=995851&amp;type=standard&amp;theme=wide&amp;color=1&amp;dark=false&amp;iframe=true&amp;domain=com&amp;lang=en-US&amp;newtab=false&amp;ot_source=Restaurant%20website&amp;cfe=true"></script><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Nightlife @ Baily's]]></title><description><![CDATA[The Hottest Nightclub in the I.E. open every Friday and Saturday.]]></description><link>https://baily.com/nightlife-at-bailys/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61d1</guid><category><![CDATA[nightlife]]></category><dc:creator><![CDATA[Christopher Baily]]></dc:creator><pubDate>Fri, 09 Oct 2020 16:03:00 GMT</pubDate><media:content url="https://baily.com/content/images/2023/04/atBar_1410x800.jpg" medium="image"/><content:encoded><![CDATA[<h3 id="come-play-in-old-town-temecula">Come Play in Old Town Temecula</h3><img src="https://baily.com/content/images/2023/04/atBar_1410x800.jpg" alt="Nightlife @ Baily&apos;s"><p>The Hottest Nightclub in the I.E. open every Friday and Saturday night.</p><ul><li>Top DJs playing the best music starting at 10PM</li><li>Huge Outdoor Patio &amp; Courtyard Areas with multiple bars</li><li>Private VIP Booths &amp; Bottle Service</li><li>$10 cover charge (Free entry before 9pm for dining)</li><li>$20 cover charge after 12am</li><li>Must be 21 years or older to enter the club</li><li>Valid ID Required: State Issued Drivers License | State Issued Identification Card | Military Identification (excluded military dependent id) | Printed Passport (expired identification with renewal paperwork is not acceptable)</li><li>Dress Code<br><strong>Gentlemen:</strong> Must wear Collared Shirt &amp; Closed Toe Shoes - No Baseball Caps, Shorts, Flip Flops<br><strong>Ladies:</strong> Dress to impress</li></ul><p>For more information call (951) 676-9567</p><h3></h3>]]></content:encoded></item><item><title><![CDATA[Bottle Service]]></title><description><![CDATA[<h3 id="table-service-menu">Table Service Menu</h3><p>&#x1F379; Ready to elevate your VIP experience with our table service package! &#x1F942;&#x1F389; Bring your squad and enjoy a bottle of your choice with the appropriate garnishes and 3 mixers included. &#x1F483;&#x2728; For an additional cost, you can add on some energy drinks for that</p>]]></description><link>https://baily.com/vipbottleservice/</link><guid isPermaLink="false">6449b8f9dedf51890a0a61d2</guid><category><![CDATA[nightlife]]></category><dc:creator><![CDATA[Jesse Parnell]]></dc:creator><pubDate>Fri, 05 Jun 2020 23:04:32 GMT</pubDate><media:content url="https://baily.com/content/images/2024/03/DSC_0982.jpg" medium="image"/><content:encoded><![CDATA[<h3 id="table-service-menu">Table Service Menu</h3><img src="https://baily.com/content/images/2024/03/DSC_0982.jpg" alt="Bottle Service"><p>&#x1F379; Ready to elevate your VIP experience with our table service package! &#x1F942;&#x1F389; Bring your squad and enjoy a bottle of your choice with the appropriate garnishes and 3 mixers included. &#x1F483;&#x2728; For an additional cost, you can add on some energy drinks for that extra boost! &#x1F4A5; &#x1F4A5; &#xA0;Each bottle purchased includes complimentary and expedited entry for 6 people. Additional guests must pay the nights cover charge &#x1F64C;&#x1F37E; </p><p><em>*Bottle service is on a first come first served basis.</em></p><p>*<em>Bottle service prices are subject to change at any time </em></p><p><em>*20% gratuity is added to all bottle service </em></p><h3></h3><!--kg-card-begin: html--><div id="alacarte"> </div><!--kg-card-end: html--><p><em> </em></p>]]></content:encoded></item></channel></rss>