<!DOCTYPE html>
<!--[if lt IE 3]>

    Made with <3 by the Popmenu team.
    https://get.popmenu.com/

                                         POPMENUP
                                   PMENUPOPMENUPOPMENUP
                                MENUPOPM          POPMENUP
                             ENUPOP                    PMENU
                            POPM                          PMEN
                          PMEN                              OPME
                         NUP                                  POP
                       POPM                                    NUPO
                      MENU                                      MENUPO
                      POP     OPMENUPOPMENUPOPMENUPOPMENUPOP    P     U
                     MEN     ENUPOPMENUPOPMENUPOPMENUPOPMENU   ME      E
                    UPO       PMENUPOPMENUPOPMENUPOPMENUPOP    PO MENU OP
                    MEN                                         NUPO M NU
                    POP                                         PM N PO M
                   MEN        POPMENUPOPMENUPOPMENUPOPMENUP      P PMEN P
                   POP       MENUPOPMENUPOPMENUPOPMENUPOPMEN     E UPOP EN
                   ENU        OPMENUPOPMENUPOPMENUPOPMENUPOP        EN
                   OPM                                            UPOPME
                    UPO                                          PMENUPO
                    MEN       MENUPOPMENUPOPMENUPOPMENUPOPM     NUPOPMEN
                    POP      UPOPMENUPOPMENUPOPMENUPOPMENUPO   OPMENUPOP
                     NUP      OPMENUPOPMENUPOPMENUPOPMENUPO    NUPOPMENU
                      MEN                                     OPMENUPOPM
                      POPM                                    NUPOPMENU
                       NUPO                                    MENUPOP
                        MENU                                  UPOPME
                          PMEN                              OPME
                           POPME                          MENU
                             UPOPME                    ENUPOP
                                UPOPMEN           MENUPOPM
                                   UPOPME  POPMENUPOPME
                                      UPO MENUPOP
                                      MENUPO
                                      POPME
                                      ENUP
                                      OP
                                      N
<![endif]-->

<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta http-equiv="Content-Language" content="en" />
  <meta name="google" content="notranslate" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />

  <title data-react-helmet="true">Homepage - Tom Kelly&#x27;s - New Lenox Il</title>
  <meta data-react-helmet="true" name="description" content="Tom Kelly&#x27;s in New Lenox, IL. Welcome to Tom Kelly&#x27;s Chophouse &amp; Pub
 — a family-owned Irish American restaurant and neighborhood pub in New Lenox proudly serving the community for nearly two decades. We&#x27;re known for made-from-scratch favorites, hand-cut steaks, fresh seafood, burgers, sandwiches, weekly chef specials, and a great selection of whiskey, bourbon, beer, and cocktails. Whether you&#x27;re joining us for lunch, dinner, game day, live music, Bingo nights, or celebrations with family and friends, you&#x27;ll always find warm hospitality and a welcoming atmosphere. Dine in, carry out, order delivery, host a party, or let us cater your next event."/><meta data-react-helmet="true" property="og:description" content="Tom Kelly&#x27;s in New Lenox, IL. Welcome to Tom Kelly&#x27;s Chophouse &amp; Pub
 — a family-owned Irish American restaurant and neighborhood pub in New Lenox proudly serving the community for nearly two decades. We&#x27;re known for made-from-scratch favorites, hand-cut steaks, fresh seafood, burgers, sandwiches, weekly chef specials, and a great selection of whiskey, bourbon, beer, and cocktails. Whether you&#x27;re joining us for lunch, dinner, game day, live music, Bingo nights, or celebrations with family and friends, you&#x27;ll always find warm hospitality and a welcoming atmosphere. Dine in, carry out, order delivery, host a party, or let us cater your next event."/><meta data-react-helmet="true" property="og:image" content="https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg"/>
  <link data-react-helmet="true" rel="canonical" href="https://www.tomkellys.com/"/>

  <meta name="apple-mobile-web-app-title" content="Tom Kelly&#39;s" />
  <link rel="apple-touch-icon" href="https://www.tomkellys.com/favicon.png" />
  <link rel="apple-touch-icon" sizes="128x128" href="https://www.tomkellys.com/favicon.png" />
  <link rel="icon" type="image/png" href="https://www.tomkellys.com/favicon.png" />
  <link rel="icon" sizes="192x192" type="image/png" href="https://www.tomkellys.com/favicon.png" />
  <link rel="shortcut icon" href="https://www.tomkellys.com/favicon.png" />
  <meta name="msapplication-TileColor" content="#FFFFFF" />
  <meta name="msapplication-TileImage" content="https://www.tomkellys.com/favicon.png" />
  <meta name="theme-color" content="#ffffff" />
  <link rel="shortcut icon" href="https://www.tomkellys.com/favicon.png" />

  <script defer>
  addEventListener("DOMContentLoaded", () => {
    var enableFont = (id) => {
      var e = document.getElementById(id);
      if (e) {e.media = 'all';}
    }
    enableFont('pm-theme-google-fonts');
    enableFont('pm-theme-custom-fonts');
  });
</script>

  <script>
  // Object.hasOwn was implemented recently in all modern browsers:
  // https://caniuse.com/mdn-javascript_builtins_object_hasown
  function popmenuIsModernBrowser() { return !!Object.hasOwn }

  function popmenuInjectChunksTags(tagType, chunks){
    chunks.forEach(function(chunk){
      if (tagType == 'script') {
        var script = document.createElement('script');
        script.type = 'text/javascript';
        script.setAttribute('data-chunk', chunk.name);
        script.src = chunk.src;
        document.body.appendChild(script);
      } else {
        var link = document.createElement('link');
        link.setAttribute('as', 'script');
        link.setAttribute('rel', 'prefetch');
        link.setAttribute('href', chunk.src ? chunk.src : chunk);
        document.head.appendChild(link);
      }
    });
  }
</script>

  <style id="nav-overflow-container-style">
  .nav-more-dropdown, .navbar-nav > li {
    visibility: hidden;
  }
</style>
<script>
  (function() {
    const styleEl = document.getElementById('nav-overflow-container-style');
    const NAV_SELECTOR = '.nav-overflow-container';

    const generateStyles = (hiddenIds) => {
      const rules = [];

      rules.push(`.nav-more-dropdown { display: ${hiddenIds.length === 0 ? 'none !important' : 'block !important'}; }`);
      if (hiddenIds.length > 0) {
        rules.push('.nav-more-dropdown-links > li[data-targetid] { display: none !important; }');
        hiddenIds.forEach((id) => {
          rules.push(`${NAV_SELECTOR} > li[data-targetid="${id}"] { visibility: hidden; pointer-events: none; }`);
          rules.push(`.nav-more-dropdown-links > li[data-targetid="${id}"] { display: block !important; }`);
        });
      }

      return rules.join('\n');
    };

    const intersectionMap = {};
    let orderedIds = [];
    let intersectionObservers = [];

    const onIntersectionMapChange = () => {
      styleEl.textContent = generateStyles(orderedIds.filter((id) => !intersectionMap[id]));
    };

    const setupObservers = () => {
      intersectionObservers.forEach((observer) => observer.disconnect());
      intersectionObservers = [];
      orderedIds = [];

      const navContainers = document.querySelectorAll(NAV_SELECTOR);

      navContainers.forEach((navContainer) => {
        const items = navContainer.querySelectorAll(':scope > li[data-targetid]');
        orderedIds.push(...Array.from(items, (item) => item.dataset.targetid).filter(Boolean));

        const observer = new IntersectionObserver((entries) => {
          entries.forEach((entry) => {
            const id = entry.target.dataset.targetid;
            if (id) {
              intersectionMap[id] = entry.isIntersecting;
            }
          });
          onIntersectionMapChange();
        }, {
          root: navContainer,
          threshold: 0.9
        });

        items.forEach((item) => observer.observe(item));
        intersectionObservers.push(observer);
      });

      if (orderedIds.length === 0) {
        onIntersectionMapChange();
      }
    };

    if (!window.popmenuIsModernBrowser()) {
      styleEl.textContent = '.nav-more-dropdown {display: none !important;}';
      return;
    }

    setTimeout(() => {
      const fontsPresent = ['pm-theme-google-fonts', 'pm-theme-custom-fonts'].some((id) => !!document.getElementById(id));
      if (fontsPresent) {
        document.fonts.ready.finally(() => setTimeout(setupObservers, 0));
      } else {
        setupObservers();
      }
    }, 0);

    document.addEventListener('DOMContentLoaded', () => {
      const navbar = document.getElementById('navbar-wrap');
      if (navbar) {
        new MutationObserver(setupObservers).observe(navbar, {
          childList: true,
          subtree: true
        });
      }
    }, { once: true });

    document.addEventListener('nav-overflow-mounted', setupObservers);
  })();
</script>

  <script>
  window.popmenuFirstInteraction = popmenuIsModernBrowser() && new Promise((resolve)=>{
    let first = true;
    
    const handle = (event) => {
      if (!first) return;
      setTimeout(resolve, 100);
      performance.mark('firstUserInteraction');
      first = false;
    };
    window.popmenuResolveFirstInteractionForTests = handle;
    
    const inIframe = window.self !== window.top;
    if (inIframe) { handle(); }

    const eventTypes = [
      'click', 'mousedown','mousemove', 'keydown', 
      'touchstart', 'wheel'
    ];

    eventTypes.forEach((event)=> {
      document.addEventListener(event, handle, {passive: true});
    });
  })
</script>

  <style id="pm-mslc-style" >
  .pm-mslc-skeleton {
    display: none !important;
  }
</style>
<script defer>
  (function() {
    function f() {
      var s = document.getElementById('pm-mslc-style');
      s && s.parentNode.removeChild(s);
    };
    if (!window.popmenuFirstInteraction) f();
    window.popmenuFirstInteraction.then(f);
    setTimeout(f, 200);
  })();
</script>

  
    <script>
      if (popmenuIsModernBrowser()) {
        window.popmenuInjectChunksTags('prefetch', [{"name":"consumer-bundle","src":"/webpack/production/consumer-bundle.modern_consumer.0024086aab2f31f6.v2.js"}]);
      } else {
        window.popmenuInjectChunksTags('prefetch', [{"name":"polyfilled-consumer-bundle","src":"/webpack/production/polyfilled-consumer-bundle.consumer.eecd3dd0bcc600d4.v2.js"}]);
      }
    </script>



  <script src="https://browser.sentry-cdn.com/7.120.4/bundle.min.js" integrity="sha384-HF4Kc49tTfBgl6JmNMfcrjBeW9pK13xSnnr307iG4PCNj8eRKhkvE9Tp27DigU1L" crossorigin="anonymous" type="text/javascript" defer="defer"></script>
  <script type="text/javascript"></script>

  <style>
  #pm-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: #0076ff;
    z-index: 9999999;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 2s ease-out;
  }

  #pm-progress-bar.show {
    animation: pm-progress-bar-show 2s ease-out forwards;
  }

  @keyframes pm-progress-bar-show {
    0% { transform: translateX(-100%); }
    70% { transform: translateX(-30%); }
    100% { transform: translateX(-10%); }
  }

</style>
<script defer>
  !function(w,d){
    if(!w||!d)return;

    var id='pm-progress-bar';

    function bar() {
      var b = d.getElementById(id);
      if (!b) {
        b = d.createElement('div');
        b.id = id;
        d.body.appendChild(b);
      }
      return b;
    }
    var el;

    w.popmenuShowProgressBar = function() {
      bar().classList.add('show');
    };
    w.popmenuHideProgressBar = function() {
      bar().classList.remove('show');
    };
    function enabled(e){
      if (e.id=='consumer-app')return true;
      if (e.dataset&&e.dataset.disableHydrationBar)return false;
      if(!e.parentNode)return false;
      return enabled(e.parentNode);
    }
    function valid(e){
      var style=w.getComputedStyle(e);
      if(!style)return false;
      return style['cursor']=='pointer'&&!e.href;
    }
    function click(e){
      if(!e||!e.target||!valid(e.target)||!enabled(e.target)) return;
      console.log('[POPMENU] An interactive element was clicked before hydration.', e);
      w.popmenuShowProgressBar();
      el=e.target;
    }
    w.popmenuHydrated = function(){
      console.log('[POPMENU] Finished hydration.');
      w.removeEventListener('click', click);
      w.popmenuHideProgressBar();
      if(el){
        var ev = document.createEvent('Events');
        ev.initEvent('click', true, false);
        el.dispatchEvent(ev);
        el=null;
      }
    };
    w.addEventListener('click', click);
  }(window, document)
</script>


  <meta name="google-site-verification" content="uLkvmpP8Hz5ZyNeeF_Vmq1Kwo65BjuipIbWL6Cnlcj4" />
  

      <link rel="stylesheet" href="/assets/shared-c2a860e5c0730dd6e77b7c47b5d5e6763fa32dd641778b9d8297f83bc1832cf6.css" media="all" />
      <link rel="stylesheet" href="/assets/consumer-38e80c6a1d3283d99417e486258d699564872f0f7cfeab2b801923ac51d941bd.css" media="all" />
    

  <style data-react-helmet="true" id="pm-theme-styles" type="text/css">html, body { font-family: "Roboto"; }
.fr-view { color: rgb(255, 255, 255); }
.fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4, .fr-view h5, .fr-view h6 { color: rgb(255, 255, 255); }
.fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4, .fr-view h5, .fr-view h6 { font-family: "Oswald"; }</style><style data-react-helmet="true" id="pm-theme-custom-css" type="text/css">@charset "UTF-8";
/* Root Theme */
/* Navigation */
nav.navbar {
  min-height: 100px !important;
}
@media (max-width: 960px) {
  nav.navbar {
    min-height: 60px !important;
  }
}

nav.navbar.toggle-scrolled {
  min-height: 60px !important;
}

.navbar.toggle-scrolled {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}

.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {
  letter-spacing: 0.75px;
}

/* Announcements */
.pm-featured-announcement :is(h1, h2, h3, h4, h5, h6):where(.pm-h2, h2:not(.pm-AH)) {
  margin-top: 0;
  text-transform: unset;
  letter-spacing: 0;
}

/* Page Headers */
.page-header .pm-page-heading, .page-header .pm-page-subheading {
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .pagebutton, .page-button {
  border-radius: 0;
  box-shadow: none;
  transition: 250ms;
  margin: 10px;
  padding: 12px 20px;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
}

.pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus {
  transition: 250ms;
  box-shadow: none;
  color: unset;
}

/* General Page Effects */
.parallax {
  height: 300px;
}
@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    background-attachment: scroll !important;
  }
}

#parallax-overlay .pm-about-section {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  #parallax-overlay .pm-about-section {
    padding: 40px 16px 56px !important;
  }
}
#parallax-overlay .pm-button {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
#parallax-overlay .pm-button:hover, #parallax-overlay .pm-button:focus {
  color: #000;
  background-color: #fff;
}

.pm-about-section-image-container picture {
  margin: auto;
}

.pm-about-section-content-container {
  align-self: center;
}

#parallax {
  height: 300px;
}
@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #parallax {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #parallax {
    background-attachment: scroll !important;
  }
}

#home-cta {
  height: 100%;
}
@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #home-cta {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #home-cta {
    background-attachment: scroll !important;
  }
}

/* Section Headers */
.pm-custom-section .pm-custom-section-heading, .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .pm-custom-section .pm-custom-section-heading, .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
    font-size: 38px;
  }
}

/* Galleries */
.xmasonry {
  margin-top: 5px;
  margin-bottom: 5px;
}
.xmasonry img {
  opacity: 1;
  transition: 200ms;
  border: none;
}
.xmasonry img:hover {
  opacity: 0.6;
  transition: 200ms;
  transform: scale(1.01);
}
@media (max-width: 768px) {
  .xmasonry img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Locations */
#location .location-social a svg, .pm-location-search-list .location-social a svg {
  font-size: 24px;
  margin: 0 2px 10px;
}

/* Reviews */
.pm-rave {
  box-shadow: none;
}

.pm-rave .pm-rave-content :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {
  font-size: 24px;
}
.pm-rave .pm-rave-content :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) button {
  background-color: transparent;
}

/* Footer */
footer .custom-links li {
  list-style: none;
  text-align: center;
}
footer .custom-links li img {
  max-width: 150px !important;
  text-align: center;
  margin: auto;
}

footer .hours-day {
  display: block;
  margin-top: 10px;
}

footer .hours-times > div {
  opacity: 0.8;
}

/* Menus */
.pm-toggles-wrap {
  padding-top: 30px;
}

.pm-menu-section.pm-accented {
  margin: 20px;
  padding: 20px;
}

.pm-menus-bg {
  padding: 0;
  background-color: #fff;
}
.pm-menus-bg .MuiTabs-scroller.MuiTabs-scrollable a {
  font-weight: bold;
}

.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {
  font-size: 20px;
}

.pm-dish-tags-key {
  padding: 30px 30px 0 30px;
  text-align: center;
}

.menu-disclaimer {
  margin: 30px;
}

@media (max-width: 992px) {
  .pm-menu-section .section-description {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .pm-menu-section {
    padding: 30px;
  }
}
/* Simple Menu Fix */
.pm-theme-simple .pm-menu-section .section-description {
  margin-bottom: 35px;
}

/* Next Specific Menu + OO */
.pm-theme-next_layout .pm-menu-section section {
  border-bottom: 1px solid rgba(204, 204, 204, 0.2705882353);
}

/* modern dish card submit a review button 04/23/25
- inherits primary theme color if removed */
/* Online Ordering */
.pm-next-dish-card-bottom {
  flex-wrap: wrap;
}

.pm-next-add-to-cart-button {
  white-space: normal;
  margin-bottom: 4px;
}

.pm-custom-section-online-ordering_section .section-description {
  max-width: 100%;
}

.pm-cart-summary-header .MuiTypography-gutterBottom, .pm-cart-summary-bag .MuiTypography-gutterBottom {
  margin-bottom: 0;
}

.pm-custom-section .pm-cart-checkout-container :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  font-size: 1.6rem;
  margin-bottom: 0;
  border-bottom: none;
}

/* Forms */
#form {
  padding: 20px 10px;
}

.pm-custom-form {
  max-width: 1000px;
}

/* Advanced Form Styling*/
.pm-custom-section-advanced-forms_section .pm-advanced-forms-section-wrapper {
  width: 100%;
  max-width: 600px;
}
.pm-custom-section-advanced-forms_section .pm-custom-section-wrapper {
  justify-content: center;
}
.pm-custom-section-advanced-forms_section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  text-align: center;
}
.pm-custom-section-advanced-forms_section form > .MuiGrid-root.MuiGrid-container > .MuiGrid-root.MuiGrid-item {
  padding-left: 0;
  padding-top: 25px;
}

/* Events */
.fc-event, .fc-event-dot {
  background-color: #154677;
}

.fc-event {
  border: 1px solid #154677;
}

.pm-calendar-event :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) a {
  letter-spacing: 0;
}

.pm-calendar-event p a {
  display: inline;
  margin-top: unset;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
}

.pm-blog-post-page .pm-button, .olo-section-start .pm-button {
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 1px;
}

/* Removed December 2 2025 for Accessibliity 
.pm-blog-post-index a {
  text-decoration: unset;
}
*/
.pm-calendar-event-external-link p {
  display: block;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid;
}

.calendar-event-name.pm-AH.pm-h4 {
  padding-top: 10px;
}

/* event page details button hover ADA fix 04/10/25 */
.pm-calendar-event-page .pm-button:hover, .pm-calendar-event-page .pm-button:focus {
  color: inherit !important;
}
.pm-calendar-event-page .pm-calendar-event-external-link p {
  border: 0;
}

/* mobile responsive event calendar */
@media (max-width: 768px) {
  .fc-header-toolbar .fc-toolbar-chunk:last-of-type {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .fc-header-toolbar .fc-toolbar-chunk:last-of-type .fc-button {
    font-size: 0.9em;
  }
  .fc-scrollgrid {
    width: 100%;
    height: 100%;
    overflow-x: auto;
  }
  .fc-scrollgrid th {
    display: none;
  }
  .fc-scrollgrid .fc-col-header,
  .fc-scrollgrid .fc-daygrid-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
  }
  .fc-scrollgrid .fc-daygrid-day {
    min-width: 100px;
    flex: 1;
    border: 0;
    border-bottom: 1px solid;
  }
  .fc-scrollgrid .fc-daygrid-body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .fc-daygrid-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
  }
  .fc-daygrid-day .fc-daygrid-day-top {
    flex-direction: row !important;
  }
  .fc-daygrid-day .fc-daygrid-day-frame {
    padding: 5px;
    width: 100%;
    font-weight: bold;
  }
  .fc-daygrid-day .fc-daygrid-day-frame .fc-event-title {
    text-indent: 5px;
  }
}
.pm-blog-post-page .pm-button:hover,
.olo-section-start .MuiButton-contained .pm-button:hover,
.pm-blog-post-page .pm-button:active,
.olo-section-start .MuiButton-contained .pm-button,
.pm-blog-post-page .pm-button:visited,
.olo-section-start .MuiButton-contained .pm-button:visited {
  box-shadow: none;
  color: #fff;
}

/* Press */
.pm-article-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  font-size: 24px;
}

/* Third Party Sections */
.pm-custom-section-formsite-section .container {
  max-width: 800px;
  margin: auto;
}

div#tripleseat_embed_form_inline {
  max-width: 600px;
  margin: auto;
  border: 2px solid;
  padding: 15px;
}

/* tripleseat - calendar fix 10/10/25 
- calendar will populate below footer when triggered if removed */
/* #ui-datepicker-div {
   top: auto !important;
  left: auto !important;
} */
/* tock calendar fix 01/02/2025
– footer will overlay the calendar widget if removed */
#Tock_widget_container {
  z-index: 5;
  position: relative;
}

/* Gift Cards */
.pm-accordion-gift-card-purchase-section .pm-h5 {
  color: inherit;
}

/* Green */
/* very light gray */
/* nav & header */
.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {
  font-family: "oswald light" !important;
  font-size: 17px;
  letter-spacing: 1px;
}

.page-header .pm-button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .page-header .pm-button {
    margin-bottom: 50px;
  }
}

.page-header .pm-button:hover, .page-header .pm-button:focus {
  background-color: #fff;
  color: #000;
}

.page-header .pm-page-heading {
  letter-spacing: 2px;
}

.page-header .pm-page-subheading {
  margin-bottom: 0;
}

/* headings */
.pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {
  font-weight: bold;
  font-size: 32px;
}
@media (min-width: 660px) {
  .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {
    font-size: 54px;
  }
}

/* buttons */
.pagebutton, .page-button, .pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .location-button {
  background-color: #065F4B;
  transition: 0.25s;
  color: #fff !important;
}

.pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus, .pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .location-button:hover, .location-button:focus {
  color: #fff !important;
  transition: 0.25s;
  background-color: #032f25;
}

/* home */
#home-buttons {
  padding: 15px;
}

.pm-custom-section-multi-column_section a :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {
  text-transform: uppercase;
  font-weight: bold !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.3px;
  opacity: 1 !important;
  font-size: 28px;
}

#home-cta :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  text-transform: lowercase;
  font-family: "playfair display" !important;
  font-weight: normal !important;
}

#home-cta .pm-about-section {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  #home-cta .pm-about-section {
    padding: 32px 16px 40px !important;
  }
}

#home-cta .pm-button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  letter-spacing: 3px;
}

#home-cta .pm-button:hover, #home-cta .pm-button:focus {
  background-color: #fff;
  color: #000;
}

#loc-about, #home-loc {
  padding-bottom: 0;
}

#home-about, #home-map {
  padding-top: 0;
}

/* locations */
#location :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-location-search-list :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
#location a, .pm-location-search-list a {
  color: #fff;
  font-weight: bold;
}
#location a:hover, #location a:focus, .pm-location-search-list a:hover, .pm-location-search-list a:focus {
  color: #FAFAFA;
}

#mapbox {
  filter: sepia(0.2);
}

/* menu*/
.pm-menus-wrap {
  padding: 0;
}

.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  font-weight: bold;
  text-transform: uppercase;
}

.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {
  letter-spacing: 0.5px;
  font-size: 21px;
  margin-bottom: 5px;
}

/* events */
.pm-calendar-event {
  border: 7px double #000;
  background-color: #fff;
}
.pm-calendar-event a {
  color: #000;
}
.pm-calendar-event :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) a {
  font-size: 24px;
  text-transform: uppercase;
}
.pm-calendar-event :is(p, section:where(.pm-about-section-content)) a {
  display: inline;
  margin-top: unset;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: unset;
  font-size: 16px;
  font-style: italic;
  color: #000;
}
.pm-calendar-event .pm-calendar-event-content .pm-calendar-event-content-left {
  background-color: #000;
}
.pm-calendar-event .pm-calendar-event-content-right > a {
  margin-bottom: 15px;
  display: inline-block;
}
.pm-calendar-event .pm-calendar-event-content-right {
  padding-right: 5px;
}
.pm-calendar-event .pm-calendar-event-content-right > a:hover, .pm-calendar-event .pm-calendar-event-content-right > a:focus {
  color: #333333;
}

.fc-event {
  border: 1px solid #000;
}

.fc-event, .fc-event-dot {
  background-color: #000;
}

footer {
  background-color: #054c3c;
}
footer .social {
  background-color: #055543;
}
footer .social i {
  color: #fff;
}
footer .powered-by {
  background-color: #065F4B;
}
footer .powered-by i {
  color: #fff;
}

#home-review :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {
  color: #fff !important;
}

.pm-raves-form .pm-raves-form-header .pm-raves-form-img {
  background-color: #065F4B;
}

.pm-featured-announcement :is(h1, h2, h3, h4, h5, h6):where(.pm-h2, h2:not(.pm-AH)) {
  color: #000 !important;
}

.pm-calendar-event-card p,
.pm-calendar-event-card {
  color: black !important;
}

#merch .pm-custom-section-heading {
  color: black !important;
}

/* AccessibleHeading: migrated at 2022-09-16 13:33:52 UTC*/
</style><style data-react-helmet="true" id="pm-theme-google-fonts" media="not all" type="text/css">@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,400i,700,700i|Roboto:300,400,400i,700,700i|Roboto+Slab:300,400,400i,700,700i&display=swap');</style><style data-react-helmet="true" id="pm-theme-custom-fonts" media="not all" type="text/css">@font-face { font-family: "Oswald Light"; src: url("https://popmenucloud.com/wdtghnkv/a167a86b-2e89-4028-95d2-ae5612435d30.woff2") format('woff2'), url("https://popmenucloud.com/wdtghnkv/77b57db0-b4c5-483d-8cd3-a5a10040b1bd.ttf") format('truetype'); font-display: swap; }</style>
  <style id="pm-jss-server" type="text/css">.jss1{z-index:999999999}.jss2{color:#000;flex-grow:0;background-color:#fff}.jss2 .MuiSnackbarContent-action{margin:24px auto 16px;padding-left:0}.jss2 .MuiSvgIcon-root{display:none}.jss2 .MuiSnackbarContent-action div .pm-curbside-text{overflow:hidden;max-width:150px;white-space:nowrap;text-overflow:ellipsis}.jss2 .MuiSnackbarContent-action div .pm-curbside-vehicle{width:50px;height:50px;margin-right:8px}.jss2 .MuiSnackbarContent-action div .pm-curbside-vehicle-container{margin:16px 0 8px;display:flex;align-items:center;border-radius:5px;justify-content:center;background-color:#f5f5f5}.jss2 .MuiSnackbarContent-action div .pm-snackbar-buttons{display:flex;margin-top:16px;justify-content:space-between}.jss3{background-color:#00b485}.MuiButtonBase-root{color:inherit;border:0;cursor:pointer;margin:0;display:inline-flex;outline:0;padding:0;position:relative;align-items:center;user-select:none;border-radius:0;vertical-align:middle;-moz-appearance:none;justify-content:center;text-decoration:none;background-color:transparent;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.MuiButtonBase-root::-moz-focus-inner{border-style:none}.MuiButtonBase-root.Mui-disabled{cursor:default;pointer-events:none}@media print{.MuiButtonBase-root{color-adjust:exact}}.MuiButton-root{color:rgba(0,0,0,.87);padding:6px 16px;font-size:.875rem;min-width:64px;box-sizing:border-box;transition:background-color 250ms cubic-bezier(.4, 0, .2, 1) 0s,box-shadow 250ms cubic-bezier(.4, 0, .2, 1) 0s,border 250ms cubic-bezier(.4, 0, .2, 1) 0s;font-family:Roboto,futura-pt,Proxima-Nova,Arial,sans-serif;font-weight:500;line-height:1.25rem;border-radius:4px;text-transform:capitalize}.MuiButton-root:hover{text-decoration:none;background-color:rgba(0,0,0,.04)}.MuiButton-root.Mui-disabled{color:rgba(0,0,0,.26)}@media (hover:none){.MuiButton-root:hover{background-color:transparent}}.MuiButton-root:hover.Mui-disabled{background-color:transparent}.MuiButton-label{width:100%;display:inherit;align-items:inherit;justify-content:inherit}.MuiButton-text{padding:6px 8px}.MuiButton-textPrimary{color:#fff}.MuiButton-textPrimary:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.MuiButton-textPrimary:hover{background-color:transparent}}.MuiButton-textSecondary{color:#000}.MuiButton-textSecondary:hover{background-color:rgba(0,0,0,.04)}@media (hover:none){.MuiButton-textSecondary:hover{background-color:transparent}}.MuiButton-outlined{border:1px solid rgba(0,0,0,.23);padding:5px 15px}.MuiButton-outlined.Mui-disabled{border:1px solid rgba(0,0,0,.12)}.MuiButton-outlinedPrimary{color:#fff;border:1px solid rgba(255,255,255,.5)}.MuiButton-outlinedPrimary:hover{border:1px solid #fff;background-color:rgba(255,255,255,.04)}@media (hover:none){.MuiButton-outlinedPrimary:hover{background-color:transparent}}.MuiButton-outlinedSecondary{color:#000;border:1px solid rgba(0,0,0,.5)}.MuiButton-outlinedSecondary:hover{border:1px solid #000;background-color:rgba(0,0,0,.04)}.MuiButton-outlinedSecondary.Mui-disabled{border:1px solid rgba(0,0,0,.26)}@media (hover:none){.MuiButton-outlinedSecondary:hover{background-color:transparent}}.MuiButton-contained{color:rgba(0,0,0,.87);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);background-color:#e0e0e0}.MuiButton-contained:hover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#d5d5d5}.MuiButton-contained.Mui-focusVisible{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.MuiButton-contained:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.MuiButton-contained.Mui-disabled{color:rgba(0,0,0,.26);box-shadow:none;background-color:rgba(0,0,0,.12)}@media (hover:none){.MuiButton-contained:hover{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);background-color:#e0e0e0}}.MuiButton-contained:hover.Mui-disabled{background-color:rgba(0,0,0,.12)}.MuiButton-containedPrimary{color:rgba(0,0,0,.87);background-color:#fff}.MuiButton-containedPrimary:hover{background-color:#b2b2b2}.pm-themed-area .MuiButton-containedPrimary:not(.pm-no-theme):not(.pm-no-theme *):hover{color:#000;background-color:#ccc}@media (hover:none){.MuiButton-containedPrimary:hover{background-color:#fff}}.MuiButton-containedSecondary{color:#fff;background-color:#000}.MuiButton-containedSecondary:hover{background-color:#000}@media (hover:none){.MuiButton-containedSecondary:hover{background-color:#000}}.MuiButton-disableElevation{box-shadow:none}.MuiButton-disableElevation:hover{box-shadow:none}.MuiButton-disableElevation.Mui-focusVisible{box-shadow:none}.MuiButton-disableElevation:active{box-shadow:none}.MuiButton-disableElevation.Mui-disabled{box-shadow:none}.MuiButton-colorInherit{color:inherit;border-color:currentColor}.MuiButton-textSizeSmall{padding:4px 5px;font-size:.8125rem}.MuiButton-textSizeLarge{padding:8px 11px;font-size:.9375rem}.MuiButton-outlinedSizeSmall{padding:3px 9px;font-size:.8125rem}.MuiButton-outlinedSizeLarge{padding:7px 21px;font-size:.9375rem}.MuiButton-containedSizeSmall{padding:4px 10px;font-size:.8125rem}.MuiButton-containedSizeLarge{padding:8px 22px;font-size:.9375rem}.MuiButton-fullWidth{width:100%}.MuiButton-startIcon{display:inherit;margin-left:-4px;margin-right:8px}.MuiButton-startIcon.MuiButton-iconSizeSmall{margin-left:-2px}.MuiButton-endIcon{display:inherit;margin-left:8px;margin-right:-4px}.MuiButton-endIcon.MuiButton-iconSizeSmall{margin-right:-2px}.MuiButton-iconSizeSmall>:first-child{font-size:18px}.MuiButton-iconSizeMedium>:first-child{font-size:20px}.MuiButton-iconSizeLarge>:first-child{font-size:22px}.jss6{min-width:unset}.jss31{width:1em;height:1em;stroke-width:1.3px}.jss32{color:inherit;font-size:inherit}.jss115{color:inherit;font-size:20px}.jss119{color:inherit;font-size:20px}.jss130{color:inherit;font-size:inherit}.jss171{color:inherit;font-size:inherit}.MuiIconButton-root{flex:0 0 auto;color:rgba(0,0,0,.54);padding:12px;overflow:visible;font-size:1.5rem;text-align:center;transition:background-color 150ms cubic-bezier(.4, 0, .2, 1) 0s;border-radius:50%}.MuiIconButton-root:hover{background-color:rgba(0,0,0,.04)}.MuiIconButton-root.Mui-disabled{color:rgba(0,0,0,.26);background-color:transparent}@media (hover:none){.MuiIconButton-root:hover{background-color:transparent}}.MuiIconButton-edgeStart{margin-left:-12px}.MuiIconButton-sizeSmall.MuiIconButton-edgeStart{margin-left:-3px}.MuiIconButton-edgeEnd{margin-right:-12px}.MuiIconButton-sizeSmall.MuiIconButton-edgeEnd{margin-right:-3px}.MuiIconButton-colorInherit{color:inherit}.MuiIconButton-colorPrimary{color:#fff}.MuiIconButton-colorPrimary:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.MuiIconButton-colorPrimary:hover{background-color:transparent}}.MuiIconButton-colorSecondary{color:#000}.MuiIconButton-colorSecondary:hover{background-color:rgba(0,0,0,.04)}@media (hover:none){.MuiIconButton-colorSecondary:hover{background-color:transparent}}.MuiIconButton-sizeSmall{padding:3px;font-size:1.125rem}.MuiIconButton-label{width:100%;display:flex;align-items:inherit;justify-content:inherit}.MuiSkeleton-root{height:1.2em;display:block;background-color:rgba(0,0,0,.11)}.MuiSkeleton-text{height:auto;transform:scale(1,.6);margin-top:0;border-radius:4px;margin-bottom:0;transform-origin:0 60%}.MuiSkeleton-text:empty:before{content:"\00a0"}.MuiSkeleton-circle{border-radius:50%}.MuiSkeleton-pulse{animation:MuiSkeleton-keyframes-pulse 1.5s ease-in-out .5s infinite}@keyframes MuiSkeleton-keyframes-pulse{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}.MuiSkeleton-wave{overflow:hidden;position:relative}.MuiSkeleton-wave::after{top:0;left:0;right:0;bottom:0;content:"";position:absolute;animation:MuiSkeleton-keyframes-wave 1.6s linear .5s infinite;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(0,0,0,.04),transparent)}@keyframes MuiSkeleton-keyframes-wave{0%{transform:translateX(-100%)}60%{transform:translateX(100%)}100%{transform:translateX(100%)}}.MuiSkeleton-withChildren>*{visibility:hidden}.MuiSkeleton-fitContent{max-width:fit-content}.MuiSkeleton-heightAuto{height:auto}.jss5{display:flex;grid-gap:16px}.jss108{display:flex;flex-direction:row;justify-content:flex-end}.jss168{transition:.6s filter linear}.jss164{color:#000;right:0;border:none;bottom:0;padding:8px;z-index:1;position:absolute;font-size:.875rem;min-width:unset;box-sizing:border-box;font-weight:500;border-radius:8px;background-color:rgba(255,255,255,.5)}.jss166{hyphens:auto;font-size:clamp(2rem, calc(4vw + 1rem), 4.25rem)!important;overflow-wrap:break-word}.jss167.transition-fade{transition:opacity nullms linear!important}.jss167.transition-slide{transition:left nullms linear!important}.jss167.transition-slide.header-bg-hide{transition:none!important}.jss167.transition-slide.header-bg-prev{left:-100%;transition:left nullms linear!important}.jss176{height:40px;word-break:break-word;line-height:40px}.jss176:first-child{flex-grow:1}.jss176:nth-child(2){flex-grow:1;border-left:1px solid rgba(0,0,0,.87)}.jss176:nth-child(3){flex-grow:1;border-left:1px solid rgba(0,0,0,.87)}.jss176:only-child{width:100%;border-radius:48px}@media (max-width:767.95px){.jss177{width:96%;height:100%;margin:0 auto;display:flex;text-align:center;align-items:center;border-radius:48px;flex-direction:row;justify-content:space-evenly;background-color:#fff}}@media (min-width:768px){.jss177{display:none}}.jss178{color:rgba(0,0,0,.87);width:100%;height:100%;display:block;text-decoration:none}.jss178:hover{color:rgba(0,0,0,.87)}.jss178:visited{color:rgba(0,0,0,.87)}@media (max-width:767.95px){.jss179{left:0;width:100%;bottom:8px;height:44px;z-index:999;position:sticky}}@media (min-width:768px){.jss179{display:none}}@media print{.MuiDialog-root{position:absolute!important}}.MuiDialog-scrollPaper{display:flex;align-items:center;justify-content:center}.MuiDialog-scrollBody{overflow-x:hidden;overflow-y:auto;text-align:center}.MuiDialog-scrollBody:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.MuiDialog-container{height:100%;outline:0}@media print{.MuiDialog-container{height:auto}}.MuiDialog-paper{margin:32px;position:relative;overflow-y:auto}@media print{.MuiDialog-paper{box-shadow:none;overflow-y:visible}}.MuiDialog-paperScrollPaper{display:flex;max-height:calc(100% - 64px);flex-direction:column}.MuiDialog-paperScrollBody{display:inline-block;text-align:left;vertical-align:middle}.MuiDialog-paperWidthFalse{max-width:calc(100% - 64px)}.MuiDialog-paperWidthXs{max-width:444px}@media (max-width:507.95px){.MuiDialog-paperWidthXs.MuiDialog-paperScrollBody{max-width:calc(100% - 64px)}}.MuiDialog-paperWidthSm{max-width:768px}@media (max-width:831.95px){.MuiDialog-paperWidthSm.MuiDialog-paperScrollBody{max-width:calc(100% - 64px)}}.MuiDialog-paperWidthMd{max-width:992px}@media (max-width:1055.95px){.MuiDialog-paperWidthMd.MuiDialog-paperScrollBody{max-width:calc(100% - 64px)}}.MuiDialog-paperWidthLg{max-width:1200px}@media (max-width:1263.95px){.MuiDialog-paperWidthLg.MuiDialog-paperScrollBody{max-width:calc(100% - 64px)}}.MuiDialog-paperWidthXl{max-width:1900px}@media (max-width:1963.95px){.MuiDialog-paperWidthXl.MuiDialog-paperScrollBody{max-width:calc(100% - 64px)}}.MuiDialog-paperFullWidth{width:calc(100% - 64px)}.MuiDialog-paperFullScreen{width:100%;height:100%;margin:0;max-width:100%;max-height:none;border-radius:0}.MuiDialog-paperFullScreen.MuiDialog-paperScrollBody{margin:0;max-width:100%}.jss131 h2{display:flex;align-items:center;font-weight:700}.jss132{top:4px;right:4px;z-index:3;position:absolute}.jss132 svg{width:1.5rem;height:1.5rem}.jss132:focus{outline:2px solid rgb(255,255,255);outline-offset:2px}.jss134{position:fixed}.jss134 svg{width:1.5rem;height:1.5rem;border-radius:.75rem;background-color:#fff}.jss135{color:#fff!important}.jss136{top:4px;right:44px;z-index:3;position:absolute}.jss137{margin:0;padding:4px}.jss137 button{margin-left:8px}.jss137 button:first-child{margin-left:0}.jss139{padding:0}.jss139:first-child{padding:0}.jss140 h2{font-weight:700}.jss141{margin-right:8px}.jss142{margin:0 auto!important;padding:16px;overflow:visible;max-width:1200px;border-radius:.5rem}@media (max-width:991.95px){.jss142{width:100%!important;padding:0;max-width:100%!important}}.jss143{margin:0 auto!important;padding:16px;overflow:visible;max-width:800px;border-radius:.5rem}@media (max-width:991.95px){.jss143{width:100%!important;padding:0;max-width:100%!important}}.jss144{margin:0 auto!important;padding:2px!important;overflow:visible;max-width:400px;border-radius:.5rem}@media (max-width:991.95px){.jss144{width:100%!important;padding:0;max-width:100%!important}}.jss145{margin:0 auto!important;padding:16px;overflow:visible;max-width:none;border-radius:.5rem}@media (max-width:991.95px){.jss145{width:100%!important;padding:0;max-width:100%!important}}.jss146{background-color:rgba(0,0,0,.75)}.jss147{left:0;right:0;bottom:0;margin:24px 0 0 0;padding:8px 32px;z-index:10;position:fixed}.jss148{color:#fff;background-color:#2e3042}.jss150{background:0 0;box-shadow:none}.jss152{padding:0;background:0 0}.jss153{padding-right:0!important}.jss154{padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.jss155{padding:16px;overflow-y:visible;-webkit-overflow-scrolling:touch}.jss156{margin:0;padding:0}.jss157{color:#fff;overflow:visible;border-radius:.5rem;background-color:#060606}.jss158{width:100%!important;margin:0 auto!important;max-width:100%!important;min-height:100%;overflow-x:hidden;border-radius:0;background-color:#060606}.jss159{width:75%!important;margin:0 auto!important;max-width:75%!important;overflow-y:visible;border-radius:8px;background-color:#060606}.jss160{color:#000;overflow:visible;border-radius:.5rem}.jss161{width:100%!important;margin:0 auto!important;max-width:100%!important;min-height:100%;overflow-x:hidden;border-radius:0}.jss162{width:75%!important;margin:0 auto!important;max-width:75%!important;overflow-y:visible;border-radius:8px}.jss44{margin:8px 0;box-shadow:none}@media (min-width:992px){.jss44{margin:8px -16px}}.jss45{display:flex;padding:8px 24px;flex-direction:column}.jss46{font-size:24px}.jss47{top:48px;padding:0 12px;z-index:1;position:sticky;background-color:#fff}@media (min-width:992px){.jss47{top:28px}}.jss48{margin-bottom:16px}.jss49{color:var(--navbar-header-color);padding:0}.jss50{float:right;margin:8px 0 8px 8px;display:none;position:relative;padding-top:3px}@media (max-width:991.95px){.jss50{display:block}}.jss51{top:2px;color:#fff;right:2px;width:16px;height:16px;position:absolute;font-size:.75em;box-shadow:0 3px 10px rgba(0,0,0,.2);text-align:center;font-weight:700;line-height:16px;border-radius:50%;pointer-events:none;background-color:#000}.jss52{color:#595959}.jss53{padding:16px 16px 0}.jss54{margin-left:16px;margin-right:16px}.jss55{color:#000;width:44px;height:34px;font-size:1.75em}.jss56{bottom:0;margin:0 -8px;padding:8px 16px;z-index:2;position:sticky;box-shadow:0 -10px 15px #f2f2f2;background-color:#fff}@media (min-width:992px){.jss56{margin:0 -32px}}.jss57{top:-8px;margin:-16px -8px 0;z-index:2;position:sticky;box-shadow:0 2px 15px #f2f2f2;padding-top:16px;padding-bottom:8px;background-color:#fff}@media (min-width:992px){.jss57{top:-24px;margin:-16px -24px 8px}}.jss58{padding:3px}.jss59{height:100vh;display:flex;flex-direction:column;justify-content:space-between}.jss60 span{color:#000;margin-right:8px;text-decoration:line-through}.jss61{margin-top:1rem!important;margin-bottom:1rem!important}.jss62{width:100%}.jss63{color:#0a4f8a;opacity:.7;font-size:.85rem;margin-right:8px;padding-left:0}.jss63:last-child{margin-right:0}.jss64{color:#757575;display:block;font-size:10em;margin-left:auto;margin-right:auto}.jss65{color:rgba(0,0,0,.8);font-size:.85rem;text-align:center}.jss66{font-weight:700}.jss67{padding:5px;font-size:.8rem;text-align:center;font-weight:700;background-color:#f5f5f5}.jss68{color:#164b54}.jss69{margin:8px 0}.jss70{float:right;margin-left:8px}.jss71{margin:16px 0 8px}.jss72{width:100%;background-color:#f5f5f5}.jss73{width:100%;bottom:0;padding:16px;position:fixed;border-color:#f4f4f4}.jss74{margin-top:16px;padding-bottom:8px}.jss75{margin:0}.jss76{width:100%;margin-top:16px;margin-bottom:16px}.jss77{margin-left:auto}.jss78{display:flex;border-color:#f4f4f4;justify-content:space-between}.jss79{width:100%;display:flex;align-items:center;justify-content:space-between}.jss80{font-weight:700}.jss81{margin-top:16px;border-bottom:solid;padding-bottom:8px;border-bottom-color:#e0e0e0}.jss120{left:0;justify-content:flex-end}.jss121{display:flex;align-items:center}.jss121 svg{font-size:20px}.jss122{display:flex;position:relative!important}.jss123{width:auto;height:30px;margin-right:8px}.jss124{top:-5px;display:flex;position:relative;align-items:center;justify-content:center}.jss125{display:flex;flex-wrap:wrap;justify-content:flex-end}.jss126{white-space:normal;justify-content:center}.jss127{display:flex;margin-top:0!important;white-space:nowrap}.jss128{right:0;justify-content:flex-start}.jss129{position:relative!important;min-width:0;white-space:nowrap;padding-left:0!important;padding-right:0!important}.jss98{left:0;justify-content:flex-end}.jss99{display:flex;align-items:center}.jss99 svg{font-size:20px}.jss100{display:flex;position:relative!important}.jss101{width:auto;height:30px;margin-right:8px}.jss102{top:-5px;display:flex;position:relative;align-items:center;justify-content:center}.jss103{display:flex;flex-wrap:wrap;justify-content:flex-end}.jss104{white-space:normal;justify-content:center}.jss105{display:flex;margin-top:0!important;white-space:nowrap}.jss106{right:0;justify-content:flex-start}.jss107{position:relative!important;min-width:0;white-space:nowrap;padding-left:0!important;padding-right:0!important}.jss112:active span,.jss112:focus-visible span,.jss112:hover span{color:var(--featured-nav-fg-hover)!important;background-color:var(--featured-nav-bg-hover)!important}.jss112:active,.jss112:focus-visible,.jss112:hover{color:var(--featured-nav-fg-hover)!important;background-color:var(--featured-nav-bg-hover)!important}.jss116:active span,.jss116:focus-visible span,.jss116:hover span{color:var(--featured-nav-fg-hover)!important;background-color:var(--featured-nav-bg-hover)!important}.jss116:active,.jss116:focus-visible,.jss116:hover{color:var(--featured-nav-fg-hover)!important;background-color:var(--featured-nav-bg-hover)!important}.jss95:active span,.jss95:focus-visible span,.jss95:hover span{color:var(--featured-nav-fg-hover)!important;background-color:var(--featured-nav-bg-hover)!important}.jss95:active,.jss95:focus-visible,.jss95:hover{color:var(--featured-nav-fg-hover)!important;background-color:var(--featured-nav-bg-hover)!important}.jss82{left:0;justify-content:flex-end}.jss83{display:flex;align-items:center}.jss83 svg{font-size:20px}.jss84{display:flex;position:relative!important}.jss85{width:auto;height:30px;margin-right:8px}.jss86{top:-5px;display:flex;position:relative;align-items:center;justify-content:center}.jss87{display:flex;flex-wrap:wrap;justify-content:flex-end}.jss88{white-space:normal;justify-content:center}.jss89{display:flex;margin-top:0!important;white-space:nowrap}.jss90{right:0;justify-content:flex-start}.jss91{position:relative!important;min-width:0;white-space:nowrap;padding-left:0!important;padding-right:0!important}.jss33{padding:0!important}.jss34{width:100%;display:flex;z-index:100;overflow:hidden;position:relative;padding-left:16px;padding-right:16px;background-color:#fff}.jss34+.pm-root-announcement{display:none}.jss34 :first-child{flex-grow:1}.jss35{color:#000;align-self:center}.jss36{width:100%}.jss37{white-space:nowrap}.jss38{display:flex;white-space:noWrap}.jss39{color:var(--navbar-header-color);float:right;cursor:pointer;margin:8px 16px;display:flex;padding:4px 0;align-items:center}.jss39 .user-profile-avatar{max-width:26px}.jss40{width:100%;display:flex;z-index:100;overflow:hidden;position:relative;align-items:center;padding-left:16px;padding-right:16px;background-color:#fff}.jss40+.pm-root-announcement{display:none}.jss41{color:#000}.jss42{color:#000;display:block;flex-grow:1;min-height:48px;text-align:center;padding-top:16px;margin-right:32px;padding-bottom:16px;text-decoration:underline}.jss42:focus{color:#000}.jss42:hover{color:#000;opacity:.7}@media (max-width:991.95px){.jss42{text-align:left}}.jss43{color:#000;display:block;min-height:48px;text-align:center;padding-top:16px;margin-right:32px;padding-bottom:16px}@media (max-width:991.95px){.jss43{text-align:left}}.jss4{clip:rect(0,0,0,0);width:1px;border:0;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute}.jss4:focus-within{top:8px;clip:auto;left:8px;color:#000;width:auto;height:auto;margin:auto;z-index:9999999;overflow:visible}.jss20{padding:0!important}.jss21{width:100%;display:flex;z-index:100;overflow:hidden;position:relative;padding-left:16px;padding-right:16px;background-color:#fff}.jss21+.pm-root-announcement{display:none}.jss21 :first-child{flex-grow:1}.jss22{color:#000;align-self:center}.jss23{width:100%}.jss24{white-space:nowrap}.jss25{display:flex;white-space:noWrap}.jss26{color:var(--navbar-header-color);float:right;cursor:pointer;margin:8px 16px;display:flex;padding:4px 0;align-items:center}.jss26 .user-profile-avatar{max-width:26px}.jss27{width:100%;display:flex;z-index:100;overflow:hidden;position:relative;align-items:center;padding-left:16px;padding-right:16px;background-color:#fff}.jss27+.pm-root-announcement{display:none}.jss28{color:#000}.jss29{color:#000;display:block;flex-grow:1;min-height:48px;text-align:center;padding-top:16px;margin-right:32px;padding-bottom:16px;text-decoration:underline}.jss29:focus{color:#000}.jss29:hover{color:#000;opacity:.7}@media (max-width:991.95px){.jss29{text-align:left}}.jss30{color:#000;display:block;min-height:48px;text-align:center;padding-top:16px;margin-right:32px;padding-bottom:16px}@media (max-width:991.95px){.jss30{text-align:left}}.jss9{padding:0!important}.jss10{width:100%;display:flex;z-index:100;overflow:hidden;position:relative;padding-left:16px;padding-right:16px;background-color:#fff}.jss10+.pm-root-announcement{display:none}.jss10 :first-child{flex-grow:1}.jss11{color:#000;align-self:center}.jss12{width:100%}.jss13{white-space:nowrap}.jss14{display:flex;white-space:noWrap}.jss15{color:var(--navbar-header-color);float:right;cursor:pointer;margin:8px 16px;display:flex;padding:4px 0;align-items:center}.jss15 .user-profile-avatar{max-width:26px}.jss16{width:100%;display:flex;z-index:100;overflow:hidden;position:relative;align-items:center;padding-left:16px;padding-right:16px;background-color:#fff}.jss16+.pm-root-announcement{display:none}.jss17{color:#000}.jss18{color:#000;display:block;flex-grow:1;min-height:48px;text-align:center;padding-top:16px;margin-right:32px;padding-bottom:16px;text-decoration:underline}.jss18:focus{color:#000}.jss18:hover{color:#000;opacity:.7}@media (max-width:991.95px){.jss18{text-align:left}}.jss19{color:#000;display:block;min-height:48px;text-align:center;padding-top:16px;margin-right:32px;padding-bottom:16px}@media (max-width:991.95px){.jss19{text-align:left}}</style>

  
  
</head>
<body class="pm-widget">


<script type="application/json" id="js-react-on-rails-context">{"railsEnv":"production","inMailer":false,"i18nLocale":"en","i18nDefaultLocale":"en","rorVersion":"14.2.0","rorPro":true,"rorProVersion":"3.2.1","href":"https://www.tomkellys.com/","location":"/","scheme":"https","host":"www.tomkellys.com","port":null,"pathname":"/","search":null,"httpAcceptLanguage":"en-US,en;q=0.9","serverSide":false}</script>
<div id="consumer-app"><wbr style="display:none"/><div class="MuiBox-root jss5 sr-only jss4"><a class="MuiButtonBase-root MuiButton-root jss6 MuiButton-contained pm-button MuiButton-colorInherit" tabindex="0" aria-disabled="false" href="#page-content" rel="nofollow"><span class="MuiButton-label jss7 jss8">Skip to main content</span></a></div><div id="navbar-wrap"><div class="pm-root-announcement pm-root-announcement-root jss27"><a class="jss29" href="/reviews">Win $500! Enter by writing a dish review to help others. Drawing 7/1.</a><button class="MuiButtonBase-root MuiIconButton-root jss28" tabindex="0" type="button" aria-label="Dismiss Announcement"><span class="MuiIconButton-label"><svg viewBox="0 0 16 16" fill="none" stroke-linecap="round" stroke-linejoin="round" class="jss31 jss32 pop-icon" color="inherit" aria-hidden="true"><path d="M12 4l-8 8m0-8l8 8" stroke="currentColor"></path></svg></span></button></div><nav class="navbar brand-size-h_logo_sm brand-fx-fxh_none navbar-l_nav_r navbar-bg-fxhbg_black" id="navbar" aria-label="Primary" style="--navbar-header-color:#FFF;background-color:rgb(6, 95, 75)"><div class="container" style="width:100%"><div class="row"><div class="col-xs-12" style="display:flex;justify-content:space-between"><div class="navbar-header" style="width:auto"><button aria-expanded="false" aria-label="Navigation Menu" class="navbar-toggle" type="button"><span class="icon-bar" style="background-color:#FFF"></span><span class="icon-bar" style="background-color:#FFF"></span><span class="icon-bar" style="background-color:#FFF"></span></button><a aria-label="Tom Kelly&#x27;s home" class="navbar-brand navbar-brand-logo" style="background-image:url(&quot;https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png&quot;);color:inherit;visibility:visible" href="/"><span class="navbar-heading jss37">Tom Kelly&#x27;s-logo</span></a></div><div class="navbar-collapse" style="display:flex"><div class="nav navbar-nav nav-ul-0 jss89"><div class="MuiBox-root jss108"><ul class="nav navbar-nav nav-overflow-container jss103" data-cy="main_nav_links"><li data-targetid="RestaurantNavDropdown_1366784"><div id="Menu-menu-button" class="a nav-dropdown pm-featured-dropdown jss109 jss112" style="--featured-nav-bg:rgb(255, 255, 255);--featured-nav-bg-hover:rgb(204, 204, 204);--featured-nav-fg:#000;--featured-nav-fg-hover:#000;background-color:var(--featured-nav-bg);color:var(--featured-nav-fg)" aria-expanded="false" role="button" tabindex="0" data-testid="RestaurantNavDropdown_1366784"><span style="align-items:center;display:flex;gap:4px;justify-content:center;width:100%"><span>Menu</span><svg viewBox="0 0 16 16" fill="none" stroke-linecap="round" stroke-linejoin="round" class="jss31 jss115 pop-icon" color="inherit" aria-hidden="true"><path d="M4 6l4 4 4-4" stroke="currentColor"></path></svg></span></div></li><li data-targetid="RestaurantNavDropdown_4132"><div id="Order-Online-menu-button" class="a nav-dropdown pm-featured-dropdown jss109 jss116" style="--featured-nav-bg:rgb(255, 255, 255);--featured-nav-bg-hover:rgb(204, 204, 204);--featured-nav-fg:#000;--featured-nav-fg-hover:#000;background-color:var(--featured-nav-bg);color:var(--featured-nav-fg)" aria-expanded="false" role="button" tabindex="0" data-testid="RestaurantNavDropdown_4132"><span style="align-items:center;display:flex;gap:4px;justify-content:center;width:100%"><span>Order Online</span><svg viewBox="0 0 16 16" fill="none" stroke-linecap="round" stroke-linejoin="round" class="jss31 jss119 pop-icon" color="inherit" aria-hidden="true"><path d="M4 6l4 4 4-4" stroke="currentColor"></path></svg></span></div></li><li data-targetid="RestaurantNavLink_9667027"><a class="pm-link" style="color:#FFF" href="/corporate-and-warehouse-catering">Corporate &amp; Warehouse Catering</a></li><li data-targetid="RestaurantNavLink_9667028"><a class="pm-link" style="color:#FFF" href="/fundraisers">Fundraisers (Dine &amp; Donate)</a></li><li data-targetid="RestaurantNavLink_9667029"><a class="pm-link" style="color:#FFF" href="/bar">Bar</a></li><li data-targetid="RestaurantNavLink_9667030"><a aria-describedby="aria-new-window-2" href="https://www.toasttab.com/tomkellys/giftcards" rel="noopener" target="_blank" class="pm-link" style="color:#FFF">Gift Cards</a></li><li data-targetid="RestaurantNavLink_9667031"><a data-event-tracking="false" href="/merchandise" class="pm-link" style="color:#FFF">Merchandise</a></li><li data-targetid="RestaurantNavLink_9667032"><a class="pm-link" style="color:#FFF" href="/food-specials">Daily Specials &amp; Events</a></li><li data-targetid="RestaurantNavLink_9667033"><a class="pm-link" style="color:#FFF" href="/join-our-team">Join Our Team</a></li><li data-targetid="RestaurantNavLink_9667034"><a aria-describedby="aria-new-window-2" href="https://www.toasttab.com/tomkellys/rewardsSignup" rel="noopener" target="_blank" class="pm-link" style="color:#FFF">Join our Loyalty</a></li><li data-targetid="RestaurantNavLink_9667035"><a class="pm-link" style="color:#FFF" href="/contact">Contact</a></li><li data-targetid="RestaurantNavLink_9667036"><a class="pm-link" style="color:#FFF" href="/book-a-party">Book a Party</a></li></ul><ul class="nav navbar-nav jss100"><li><div class="a nav-dropdown nav-more-dropdown" style="color:#FFF" role="button" tabindex="0" aria-expanded="false" data-testid="more-overflow-link"><span class="jss121">More<!-- --> <svg viewBox="0 0 16 16" fill="none" stroke-linecap="round" stroke-linejoin="round" class="jss31 jss130 pop-icon" color="inherit" aria-hidden="true"><path d="M4 6l4 4 4-4" stroke="currentColor"></path></svg></span></div></li><li><button class="a pm-link-my-profile nav-drop-down" data-cy="become-a-vip-navigation-bar" style="white-space:noWrap;color:#FFF" type="button">Become a VIP</button></li><li><button class="a pm-link-sign-in nav-drop-down" style="white-space:noWrap;color:#FFF;margin:auto" type="button" data-cy="sign-in-navigation-bar">Sign In</button></li></ul></div></div></div></div></div></div></nav></div><main id="page-content" tabindex="-1" style="padding-bottom:90px"><div class="pm-custom-page-wrap pm-custom-home-wrap pm-custom-page-homepage pm-custom-page-id-1579528"><div class="container-fluid" style="padding-left:0;padding-right:0"><div style="border-bottom:none;margin-bottom:0;position:relative;top:0"><div class="page-header pm-themed-area" id="page-header"><picture><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D1920%2Cheight%3D1920%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D3840%2Cheight%3D3840%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D5760%2Cheight%3D5760%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 1440px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D1440%2Cheight%3D1440%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D2880%2Cheight%3D2880%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D4320%2Cheight%3D4320%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 1200px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D1200%2Cheight%3D1200%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D2400%2Cheight%3D2400%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D3600%2Cheight%3D3600%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 768px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D768%2Cheight%3D768%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D1536%2Cheight%3D1536%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D2304%2Cheight%3D2304%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 480px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D480%2Cheight%3D480%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D960%2Cheight%3D960%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D1440%2Cheight%3D1440%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 412px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D412%2Cheight%3D412%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D824%2Cheight%3D824%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D1236%2Cheight%3D1236%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 360px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D360%2Cheight%3D360%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D720%2Cheight%3D720%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D1080%2Cheight%3D1080%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 320px)"/><source srcSet="https://popmenucloud.com/cdn-cgi/image/width%3D320%2Cheight%3D320%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 1x, https://popmenucloud.com/cdn-cgi/image/width%3D640%2Cheight%3D640%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 2x, https://popmenucloud.com/cdn-cgi/image/width%3D960%2Cheight%3D960%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D20/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg 3x" media="(min-width: 0px)"/><img aria-hidden="true" defer="" fetchPriority="high" data-cy="custom_img_placeholder" class="pm-header-bg header-bg bg-cover header-bg-show transition-fade" alt="banquet" src="https://popmenucloud.com/cdn-cgi/image/width%3D1200%2Cheight%3D1200%2Cfit%3Dscale-down%2Cformat%3Dauto%2Cquality%3D60/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg"/></picture><div class="header-spacer"></div><svg viewBox="0 0 16 16" fill="none" stroke-linecap="round" stroke-linejoin="round" class="jss31 jss171 pop-icon header-chevron" color="inherit" aria-hidden="true"><path d="M4 6l4 4 4-4" stroke="currentColor"></path></svg></div></div></div><h1 class="sr-only pm-AH pm-h1">Tom Kelly&#x27;s</h1><wbr style="display:none"/><span class="MuiSkeleton-root MuiSkeleton-rect pm-mslc-skeleton MuiSkeleton-pulse" style="height:100vh"></span><h2 style="left:0;position:fixed;top:0" class="sr-only pm-AH pm-h2" tabindex="0"><span role="link">Load More Content</span></h2></div></main><span class="MuiSkeleton-root MuiSkeleton-rect pm-mslc-skeleton MuiSkeleton-pulse" style="height:100px"></span><h2 style="left:0;position:fixed;top:0" class="sr-only pm-AH pm-h2" tabindex="0"><span role="contentinfo">Load More Content</span></h2><div class="modals-wrap"></div><div style="display:none"><span id="aria-new-window-0">Opens in a new window</span><span id="aria-new-window-1">Opens an external site</span><span id="aria-new-window-2">Opens an external site in a new window</span></div><div aria-atomic="true" aria-live="polite" class="sr-only" role="status"></div></div>
      <script type="application/json" class="js-react-on-rails-component" data-component-name="ConsumerApp" data-dom-id="consumer-app">{"artificialDelayMs":0,"consumerLocale":"en","consumerLocaleMessages":null,"datadogClientToken":"pub1883bd6dcb4585673c032170cc4b9aaa","datadogSite":"datadoghq.com","datadogService":"core-consumer-web","datadogEnv":"production","datadogVersion":"20a0e9bed2b54d3a5bb8a31344bd142d1d9694b2","desktop":true,"draftMode":false,"env":"production","graphqlUrl":"https://www.tomkellys.com/graphql","isConsumerMobileApp":false,"mobile":false,"platformBrand":"popmenu_platform_brand","platformBrandName":"Popmenu","requestPath":"/","restaurantId":7124,"orderingAppPath":"/popmenu-order","cateringAppPath":"/popmenu-catering","orderingEventAppPath":"/popmenu-ordering-event","tablet":false,"visualRegressionsMode":null,"webpackPublicPath":"https://www.tomkellys.com/webpack/production/","websocketUrl":null,"graphqlChannelName":"GraphQLAnycableChannel","prefetchedQueriesNumber":3,"operationStoreEnabled":true}</script>
      
<script id="consoleReplayLog">
console.log.apply(console, ["[SERVER] [POPMENU] Init Server without instrumented JS"]);
console.log.apply(console, ["[SERVER] [POPMENU] Init Server without instrumented JS"]);
</script>

<script type="text/javascript">function prepareSentry() {
        window.sentryLazy = 'notLoaded';
        const SENTRY_MAX_TRIES = 10;
        const SENTRY_WAIT_TIME = 1000;

        function isSentryLoading() {
          return window.sentryLazy === 'loading'
        }

        function isSentryLoaded() {
          return window.sentryLazy === 'loaded';
        }

        function loadSentry(n) {
          if (n === 0) {
            throw new Error('Failed to load Sentry SDK');
          }

          if (!isSentryLoaded()) {
            if(!isSentryLoading()) {
              Sentry.forceLoad();
              window.sentryLazy = 'loading';
            }

            return new Promise(function(resolve) {
              setTimeout(function() {
                if (isSentryLoaded()) {
                  resolve();
                } else {
                  resolve(loadSentry(n - 1))
                }
              }, SENTRY_WAIT_TIME)
            })
          }

          return Promise.resolve();
        }

        window.sentryCaptureMessage = function(e) {
          loadSentry(SENTRY_MAX_TRIES).then(function() { Sentry.captureMessage(e) })
        };

        window.sentryCaptureException = function(e) {
          loadSentry(SENTRY_MAX_TRIES).then(function() { Sentry.captureException(e) })
        };

        Sentry.onLoad(function() {
          window.sentryLazy = 'loaded';

          Sentry.setUser({
            id: null,
            username: ""
          });

          var options = {
            dsn: "https://ef5d9bbac3354b759bfd7a23c3313b3f@o244637.ingest.us.sentry.io/1434319",
            environment: "production",
            release: "20a0e9bed2b54d3a5bb8a31344bd142d1d9694b2",
            whitelistUrls: "popmenu.com popme.nu tomkellys.com".split(' '),
            beforeSend: function(event, hint) {
              const error = hint.originalException;

              var isPopmenuError = false;
              if (event.exception &&
                  event.exception.values &&
                  event.exception.values[0] &&
                  event.exception.values[0].stacktrace &&
                  event.exception.values[0].stacktrace.frames) {
                 var sentryExceptionFrames = event.exception.values[0].stacktrace.frames;
                 for(var i = 0; i < sentryExceptionFrames.length; i++) {
                   if(sentryExceptionFrames[i].filename.indexOf("webpack/production") !== -1) {
                     isPopmenuError = true;
                     break;
                   }
                 }
               }

              if (!isPopmenuError) {
                return null;
              }

              if (
                error &&
                error.message &&
                error.message.match(/Network error:|GraphQL error: unauthorized|Non-Error promise rejection captured with value: Timeout|AbortError: Abort due to cancellation of share./i)
              ) {
                return null
              }
              return event;
            },
          };

          Sentry.init(options);

          console.log('[POPMENU] Sentry Initialized: popmenu.com popme.nu tomkellys.com');
        });
      }

      var sentryIntervalId = setInterval(function() {
        if (typeof Sentry !== 'undefined') {
          clearInterval(sentryIntervalId);
          prepareSentry();
        }
      }, 50);</script>






    <script id="popmenu-apollo-state">
      window.POPMENU_APOLLO_STATE = {"PopmenuConfig:1":{"__typename":"PopmenuConfig","id":1,"authorizePaymentUrl":"https://accept.authorize.net/payment/payment","cloudflareUrl":"https://popmenucloud.com","cloverSdkUrl":"https://checkout.clover.com/sdk.js","env":"production","ga4AdminMeasurementId":"G-DQRKTC277L","ga4MeasurementId":"G-X4RYG0TGPX","googleAdminAnalyticsId":"UA-57118800-3","googleAnalyticsId":"UA-57118800-1","mapboxPublicKey":"pk.eyJ1IjoianBvcG1lbnUiLCJhIjoiY2xqd3Ztd2xiMXF4djNzbWlyODVlYmd6biJ9.VLo8SJmksxCnWpF0xTJ7aA","popmenuEnv":"production","popmenuVersion":"20a0e9bed2b54d3a5bb8a31344bd142d1d9694b2","recaptchaInvisibleSiteKey":"6LfArLYqAAAAALGDVuOzIZjnvH0WUuIUQRNBPlgk","recaptchaSiteKey":"6LfaQEMUAAAAAPj84WyU39_fWF86EGa8Psu46CgZ","signInUrl":"https://sign-in.popmenu.com","snowplowUrl":"c.popmenu.com","spreedlyKey":"WMIeqkHZtbK3jkfAeimlGGqSdZ0","squareEnvironment":"production","squareJsUrl":"https://web.squarecdn.com/v1/square.js"},"RestaurantActionBarLink:1657499":{"__typename":"RestaurantActionBarLink","id":1657499,"isEnabled":true,"isExternal":false,"linkType":"custom_page_type","name":"Order Now","position":0,"url":"/popmenu-order"},"RestaurantActionBar:24039":{"__typename":"RestaurantActionBar","id":24039,"backgroundColor":null,"isEnabled":false,"actionBarLinks":[{"__ref":"RestaurantActionBarLink:1657499"}]},"RestaurantActionBarLinkDraft:11971":{"__typename":"RestaurantActionBarLinkDraft","id":11971,"isEnabled":true,"isExternal":false,"linkType":"custom_page_type","customHref":null,"targetId":"110940","name":"Order Now","position":0},"RestaurantActionBarDraft:8471":{"__typename":"RestaurantActionBarDraft","id":8471,"backgroundColor":null,"isEnabled":false,"actionBarLinks":[{"__ref":"RestaurantActionBarLinkDraft:11971"}]},"RestaurantLocation:8851":{"__typename":"RestaurantLocation","id":8851,"name":"New Lenox, IL","displayPhone":"(815) 462-8420","streetAddress":"495 Degroate Road","city":"New Lenox","country":"US","state":"IL","postalCode":"60451","lat":41.517685,"lng":-87.988635,"googlePlaceId":null,"phone":"8154628420","isLocationEnabled":true},"AnnouncementLocation:740656":{"__typename":"AnnouncementLocation","id":740656,"isEnabled":true,"locationId":8851,"location":{"__ref":"RestaurantLocation:8851"}},"UiUploadableUploadedPhoto:16868935":{"__typename":"UiUploadableUploadedPhoto","id":16868935,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:16868935":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"daddy date nigth ","bytes":2154367,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-05-08T13:17:12Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","height":1536,"id":16868935,"isPosSynced":false,"originalFilename":"daddy date night .jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","updatedAt":"2026-05-08T13:17:23Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","userId":2152485,"width":1024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:16868935"}},"Announcement:406201":{"__typename":"Announcement","id":406201,"content":"💛 Daddy Date Night • June 18th • 4–8 PM 💛\n\nA special night for dads & their kids featuring dinner, drinks, our \"Dad & Me Banana Split\" to share 🍌 and keepsake fun together.\n\nThe Daddy Date Night Experience is $38 and includes:\n✔ Dad entrée\n✔ Kid meal\n✔ Drinks included\n✔ Shared dessert\n\nLimited seating available — reservations highly recommended.\n\n👉 Reserve your spot today!","createdAt":"2026-05-09T21:38:55Z","endAt":"2026-06-18T16:00:00Z","displayType":"display_modal","featured":true,"heading":"💛 Daddy Date Night • June 18th • 4–8 PM 💛","isMessageCampaignEnabled":true,"isMonday":false,"isTuesday":true,"isWednesday":false,"isThursday":true,"isFriday":false,"isSaturday":true,"isSunday":true,"isRecurring":true,"linkUrl":"https://forms.gle/tcFjmPLE4WFBiA4B7","linkName":"Reserve your spot here!","modalDisplayType":"mdt_side","photoAlt":"daddy date night ","photoHeight":null,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","photoWidth":null,"startAt":"2026-05-09T21:00:00Z","status":"Live","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","updatedAt":"2026-05-09T21:38:55Z","allLocations":true,"announcementLocations":[{"__ref":"AnnouncementLocation:740656"}],"photoUploadedPhoto":{"__ref":"UploadedPhoto:16868935"},"marketingOffer":null},"RestaurantFeatureSetting:6136":{"__typename":"RestaurantFeatureSetting","id":6136,"isAccessibilityFooterIconEnabled":true,"isSelfServeProductCheckoutEnabled":true,"isChargebeePortalEnabled":false,"isClientProfileEnabled":true,"isCustomCssEnabled":true,"isAiAnsweringEnabled":false,"isAiAnsweringLocked":true,"isAiMarketingCalendarEnabled":false,"isAiMarketingCalendarPerLocationEnabled":false,"isAiMarketingLiteEnabled":true,"isMultiChannelCampaignAiEnabled":true,"isApplePayEnabled":true,"isBoostAiMarketingCalendarEnabled":false,"isCspHeaderEnabled":false,"isConsumerMobileAppEnabled":false,"isCurbsideEnabled":true,"isDeveloperApiEnabled":false,"isShowGlobalBillingAlertEnabled":true,"isDishCustomHtmlEnabled":false,"isDishExtrasEnabled":false,"isDraftsUndoEnabled":false,"isEmailOptInEnabled":false,"isEnablingDrafts":false,"isFacebookCampaignsEnabled":false,"isFeedbackEnabled":true,"isFollowerImportEnabled":true,"isForceSyncMenusEnabled":false,"isGiftCardPurchasingEnabled":true,"isGiftCardsEnabled":true,"isGiftCardsLocked":false,"isGlobalGoogleAnalyticsEnabled":true,"isInstagramEnabled":true,"isInstagramFeedEnabled":true,"isItemCardV2Enabled":true,"isMainNavPanelEnabled":false,"isMarketingCalendarEnabled":true,"isMassMessagesSegmentationEnabled":true,"isMenuSyncUiEnabled":false,"isMessageDetailsOverviewEnabled":true,"isMessagePacksEnabled":true,"isMessagePacksLocked":false,"isMfaRequiredEnabled":false,"isMmsMessageEnabled":false,"isMobileOrderDetailsV2Enabled":true,"isMultiLocationOloBillingEnabled":false,"isLoyaltyEnabled":true,"isNcrSilverEnabled":false,"isNestedModifiersEnabled":true,"isOpenTableIntegrationEnabled":false,"isOrderingCateringEnabled":true,"isOrderingCateringLocked":false,"isOrderingDeliveryEnabled":true,"isOrderingEventsEnabled":true,"isOrderingEventsLocked":false,"isOrderingDineInEnabled":true,"isOrderingDineInLocked":false,"isOrderingDoorDashEnabled":true,"isOrderingEnabled":true,"isOrderingPaymentEnabled":true,"isOrderingRefundsEnabled":true,"isOrderingBillingConfigValidationEnabled":true,"isOrdernerdEnabled":false,"isOtterV2Enabled":false,"isPrintCenterEnabled":true,"isPrintCenterLocked":false,"isProfileV2Enabled":true,"isReservationsEnabled":true,"isRoiAlertsEnabled":false,"isShowVipPromptOnHomePageOnlyEnabled":false,"isSmsOptInEnabled":false,"isSocialPostSuggestionsEnabled":true,"isTextMessageEnabled":true,"isTextMessageLocked":false,"isTextMessagesSegmentationEnabled":true,"isWaitlistEnabled":true,"isWaitlistLocked":false,"isWaitlistV2Enabled":true,"isAiReviewResponseEnabled":true,"isYextReviewsEnabled":false,"isAutoRevShareCustomFeesCreationEnabled":false},"CustomPage:28943":{"__typename":"CustomPage","id":28943,"customMetaTitle":"Bar","firstMenuId":351447,"recentVisitsCount":33,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Bar Selection","navbarLogoToggle":true,"slug":"bar","tabName":null,"url":"/bar"},"CustomPage:1488756":{"__typename":"CustomPage","id":1488756,"customMetaTitle":"Bar (copy)","firstMenuId":351447,"recentVisitsCount":3,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Bar Selection","navbarLogoToggle":true,"slug":"bar-copy","tabName":null,"url":"/bar-copy"},"CustomPage:1620853":{"__typename":"CustomPage","id":1620853,"customMetaTitle":"Book a Party","firstMenuId":null,"recentVisitsCount":18,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"book-a-party","tabName":null,"url":"/book-a-party"},"CustomPage:28908":{"__typename":"CustomPage","id":28908,"customMetaTitle":"Contact","firstMenuId":null,"recentVisitsCount":24,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Contact","navbarLogoToggle":true,"slug":"contact","tabName":null,"url":"/contact"},"CustomPage:1521657":{"__typename":"CustomPage","id":1521657,"customMetaTitle":"Corporate & Warehouse Catering","firstMenuId":null,"recentVisitsCount":15,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"corporate-and-warehouse-catering","tabName":null,"url":"/corporate-and-warehouse-catering"},"CustomPage:28910":{"__typename":"CustomPage","id":28910,"customMetaTitle":"Events & Daily Specials","firstMenuId":null,"recentVisitsCount":83,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Events","navbarLogoToggle":true,"slug":"food-specials","tabName":null,"url":"/food-specials"},"CustomPage:1602348":{"__typename":"CustomPage","id":1602348,"customMetaTitle":"Fundraisers (Dine and Donate)","firstMenuId":null,"recentVisitsCount":6,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Fundraise With Tom Kelly's","navbarLogoToggle":true,"slug":"fundraisers","tabName":null,"url":"/fundraisers"},"CustomPage:28916":{"__typename":"CustomPage","id":28916,"customMetaTitle":"Home","firstMenuId":null,"recentVisitsCount":12,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Tom Kelly's","navbarLogoToggle":true,"slug":"home","tabName":null,"url":"/home"},"CustomPage:1579528":{"__typename":"CustomPage","id":1579528,"customMetaTitle":"Homepage","firstMenuId":null,"recentVisitsCount":925,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":true,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"homepage","tabName":null,"url":"/","customCanonicalUrl":null,"customHref":null,"customMetaDescription":null,"customMetaImageUrl":null,"customMetaKeywords":null,"defaultMetaDescription":"Tom Kelly's in New Lenox, IL. Welcome to Tom Kelly's Chophouse & Pub\n — a family-owned Irish American restaurant and neighborhood pub in New Lenox proudly serving the community for nearly two decades. We're known for made-from-scratch favorites, hand-cut steaks, fresh seafood, burgers, sandwiches, weekly chef specials, and a great selection of whiskey, bourbon, beer, and cocktails. Whether you're joining us for lunch, dinner, game day, live music, Bingo nights, or celebrations with family and friends, you'll always find warm hospitality and a welcoming atmosphere. Dine in, carry out, order delivery, host a party, or let us cater your next event.","defaultMetaKeywords":null,"disableAjaxLoad":false,"headerBgFullHeight":false,"headerFontCase":null,"headerLinkCustomPageId":null,"headerLinkText":null,"headerLinkUrl":null,"headerTransitionTiming":null,"headerTransitionType":"ht_fade","headerImageSetting":"static","heroBackgroundColor":null,"heroVideoCloudflareId":null,"heroVideoThumbnailUrl":null,"heroVideoUrl":null,"isExternal":false,"isMemberOnly":false,"linkType":"custom_page_type","metaDescription":"Tom Kelly's in New Lenox, IL. Welcome to Tom Kelly's Chophouse & Pub\n — a family-owned Irish American restaurant and neighborhood pub in New Lenox proudly serving the community for nearly two decades. We're known for made-from-scratch favorites, hand-cut steaks, fresh seafood, burgers, sandwiches, weekly chef specials, and a great selection of whiskey, bourbon, beer, and cocktails. Whether you're joining us for lunch, dinner, game day, live music, Bingo nights, or celebrations with family and friends, you'll always find warm hospitality and a welcoming atmosphere. Dine in, carry out, order delivery, host a party, or let us cater your next event.","metaImageType":"mit_hero","metaImageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","metaKeywords":null,"performanceMetadata":{"__ref":"CustomPagePerformanceMetadata:79409"},"restaurantId":7124,"subheading":null,"heroLogoUrl":null,"heroLogoAlt":null,"customMetaImageUploadedPhoto":null,"heroImages":[{"__ref":"CustomPageHeroImage:1584376"},{"__ref":"CustomPageHeroImage:1584377"},{"__ref":"CustomPageHeroImage:1584378"},{"__ref":"CustomPageHeroImage:1584379"},{"__ref":"CustomPageHeroImage:1584380"}],"heroLogoUploadedPhoto":null,"heroVideoUploadedVideo":null,"sections":[{"__ref":"CustomPageSection:4808084"},{"__ref":"CustomPageSection:4808085"},{"__ref":"CustomPageSection:4808086"},{"__ref":"CustomPageSection:4808087"}]},"CustomPage:28913":{"__typename":"CustomPage","id":28913,"customMetaTitle":"Join Our Team","firstMenuId":null,"recentVisitsCount":24,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Join Our Team","navbarLogoToggle":true,"slug":"join-our-team","tabName":null,"url":"/join-our-team"},"CustomPage:1351036":{"__typename":"CustomPage","id":1351036,"customMetaTitle":"Loyalty","firstMenuId":null,"recentVisitsCount":1,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"loyalty","tabName":null,"url":"/loyalty"},"CustomPage:1351065":{"__typename":"CustomPage","id":1351065,"customMetaTitle":"Loyalty","firstMenuId":null,"recentVisitsCount":0,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"loyalty-2","tabName":null,"url":"/loyalty-2"},"CustomPage:28914":{"__typename":"CustomPage","id":28914,"customMetaTitle":"Menu","firstMenuId":42388,"recentVisitsCount":769,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Menu","navbarLogoToggle":true,"slug":"menu","tabName":null,"url":"/menu"},"CustomPage:1087241":{"__typename":"CustomPage","id":1087241,"customMetaTitle":"Merchandise","firstMenuId":null,"recentVisitsCount":8,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"merchandise","tabName":null,"url":"/merchandise"},"CustomPage:28915":{"__typename":"CustomPage","id":28915,"customMetaTitle":"Order Online","firstMenuId":null,"recentVisitsCount":0,"hasCateringSection":false,"hasOnlineOrderingSection":true,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Order Online","navbarLogoToggle":true,"slug":"popmenu-order","tabName":null,"url":"/popmenu-order"},"CustomPage:30733":{"__typename":"CustomPage","id":30733,"customMetaTitle":"Order Catering","firstMenuId":null,"recentVisitsCount":0,"hasCateringSection":true,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"order catering online","navbarLogoToggle":true,"slug":"popmenu-catering","tabName":null,"url":"/popmenu-catering"},"CustomPagePerformanceMetadata:79409":{"__typename":"CustomPagePerformanceMetadata","id":79409,"visibleSections":[]},"UiUploadableUploadedPhoto:16131524":{"__typename":"UiUploadableUploadedPhoto","id":16131524,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:16131524":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"banquet","bytes":2253938,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-03-03T18:06:07Z","defaultType":null,"folderPath":"banquet ","format":"PNG","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","height":4032,"id":16131524,"isPosSynced":false,"originalFilename":"FCBA0FF2-8A4A-4E0D-AFB5-8D9C17178375.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","updatedAt":"2026-03-20T00:44:57Z","uploaded":true,"uploadedFolderId":109668,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","userId":2152485,"width":3024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:16131524"}},"CustomPageHeroImage:1584376":{"__typename":"CustomPageHeroImage","id":1584376,"headerImageAlt":"banquet","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","position":0,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","imageUploadedPhoto":{"__ref":"UploadedPhoto:16131524"}},"UiUploadableUploadedPhoto:660917":{"__typename":"UiUploadableUploadedPhoto","id":660917,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:660917":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"reuben rolls ","bytes":1217674,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2020-08-24T17:21:44Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","height":1467,"id":660917,"isPosSynced":false,"originalFilename":"Egg-Rolls-3.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","updatedAt":"2026-01-14T19:01:22Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","userId":958813,"width":2200,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:660917"}},"CustomPageHeroImage:1584377":{"__typename":"CustomPageHeroImage","id":1584377,"headerImageAlt":"reuben rolls","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","position":1,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","imageUploadedPhoto":{"__ref":"UploadedPhoto:660917"}},"UiUploadableUploadedPhoto:660920":{"__typename":"UiUploadableUploadedPhoto","id":660920,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:660920":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"ribs","bytes":1595856,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2020-08-24T17:21:46Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","height":1335,"id":660920,"isPosSynced":false,"originalFilename":"Ribs-1.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","updatedAt":"2024-03-06T21:46:12Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","userId":958813,"width":2104,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:660920"}},"CustomPageHeroImage:1584378":{"__typename":"CustomPageHeroImage","id":1584378,"headerImageAlt":"ribs","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","position":2,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","imageUploadedPhoto":{"__ref":"UploadedPhoto:660920"}},"UiUploadableUploadedPhoto:660884":{"__typename":"UiUploadableUploadedPhoto","id":660884,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:660884":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"wings","bytes":878724,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2020-08-24T17:21:32Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","height":1467,"id":660884,"isPosSynced":false,"originalFilename":"Wings-1.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","updatedAt":"2024-10-03T00:50:40Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","userId":958813,"width":2200,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:660884"}},"CustomPageHeroImage:1584379":{"__typename":"CustomPageHeroImage","id":1584379,"headerImageAlt":"wings","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","position":3,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","imageUploadedPhoto":{"__ref":"UploadedPhoto:660884"}},"UiUploadableUploadedPhoto:15242492":{"__typename":"UiUploadableUploadedPhoto","id":15242492,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:15242492":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"banquet","bytes":1511671,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2025-12-08T18:13:53Z","defaultType":null,"folderPath":"banquet ","format":"PNG","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","height":4032,"id":15242492,"isPosSynced":false,"originalFilename":"F4A05C37-2576-4A86-8F7B-EE140BBAA41C.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","updatedAt":"2026-02-23T19:31:19Z","uploaded":true,"uploadedFolderId":109668,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","userId":2152485,"width":3024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:15242492"}},"CustomPageHeroImage:1584380":{"__typename":"CustomPageHeroImage","id":1584380,"headerImageAlt":"banquet","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","position":4,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","imageUploadedPhoto":{"__ref":"UploadedPhoto:15242492"}},"UiUploadableUploadedPhoto:15701951":{"__typename":"UiUploadableUploadedPhoto","id":15701951,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:15701951":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"bingo","bytes":1643378,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-01-19T19:43:36Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","height":1024,"id":15701951,"isPosSynced":false,"originalFilename":"bingo mondays .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","updatedAt":"2026-01-19T19:43:45Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","userId":2152485,"width":1024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:15701951"}},"CustomPageGalleryImage:2798506":{"__typename":"CustomPageGalleryImage","id":2798506,"imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","position":0,"caption":"Monday Bingo - Starts at 6 PM","description":"bingo","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","imageUploadedPhotoId":15701951,"imageUploadedPhoto":{"__ref":"UploadedPhoto:15701951"}},"UiUploadableUploadedPhoto:15723861":{"__typename":"UiUploadableUploadedPhoto","id":15723861,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:15723861":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"group meeting, clubs, ","bytes":2779812,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-01-22T19:50:03Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","height":1024,"id":15723861,"isPosSynced":false,"originalFilename":"group meeting promo .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","updatedAt":"2026-01-22T19:50:16Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","userId":2152485,"width":1536,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:15723861"}},"CustomPageGalleryImage:2798507":{"__typename":"CustomPageGalleryImage","id":2798507,"imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","position":1,"caption":null,"description":"group meeting, clubs,","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","imageUploadedPhotoId":15723861,"imageUploadedPhoto":{"__ref":"UploadedPhoto:15723861"}},"UiUploadableUploadedPhoto:16388945":{"__typename":"UiUploadableUploadedPhoto","id":16388945,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:16388945":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"weekly specials ","bytes":2426030,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-03-20T02:20:15Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","height":1024,"id":16388945,"isPosSynced":false,"originalFilename":"weekly specials website .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","updatedAt":"2026-03-20T02:20:26Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","userId":2152485,"width":1024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:16388945"}},"CustomPageGalleryImage:2798508":{"__typename":"CustomPageGalleryImage","id":2798508,"imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","position":2,"caption":null,"description":"weekly specials","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","imageUploadedPhotoId":16388945,"imageUploadedPhoto":{"__ref":"UploadedPhoto:16388945"}},"CustomPageSection:4808084":{"__typename":"CustomPageSection","id":4808084,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":null,"backgroundEffect":"bg_cover","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":null,"foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"grid_gallery","galleryPadding":null,"hasDynamicHeight":true,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":8,"powrInstagramFeedId":null,"sectionHeading":"What's Happening at Tom Kelly's","sectionSubheading":null,"sectionType":"gallery_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[],"galleryImages":[{"__ref":"CustomPageGalleryImage:2798506"},{"__ref":"CustomPageGalleryImage:2798507"},{"__ref":"CustomPageGalleryImage:2798508"}],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},"Menu:42388":{"__typename":"Menu","id":42388,"cateringLeadTimeMinutes":0,"isCateringMenu":false,"locationId":8851,"menuOrderingUrl":null,"name":"Main Menu","slug":"main-menu"},"MenuSection:233204":{"__typename":"MenuSection","id":233204,"name":"Entrees","menu":{"__ref":"Menu:42388"}},"Photo:120255":{"__typename":"Photo","id":120255,"photoHeight":1280,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg"},"MenuItem:1457092":{"__typename":"MenuItem","id":1457092,"currency":"USD","description":"Slow-cooked and fall off the bone.","dishId":442632,"featured":true,"likedItPopsCount":2,"lovedItPopsCount":16,"isEnabled":true,"isOrderingEnabled":false,"isPoppable":true,"masterItemId":1457091,"name":"1/2 Rack Ribs","outOfStock":false,"outOfStockUntil":null,"photosCount":1,"popsCount":23,"price":22,"priceCustomText":null,"priceType":"amount_price_type","restaurantId":7124,"reviewsCount":10,"shortLinkUrl":"https://popme.nu/tks12rr1","showFeaturedPhoto":true,"slug":"1-2-rack-ribs","wannaTryPopsCount":5,"section":{"__ref":"MenuSection:233204"},"photos":[{"__ref":"Photo:120255"}],"featuredPhoto":{"__ref":"Photo:120255"}},"User:3121120":{"__typename":"User","id":3121120,"displayName":"Brian"},"Review:237571":{"__typename":"Review","id":237571,"content":"These ribs are the best around! So tender and the flavor can't be beat!","user":{"__ref":"User:3121120"}},"CustomPageSectionFeaturedItem:4720":{"__typename":"CustomPageSectionFeaturedItem","id":4720,"position":0,"menuItem":{"__ref":"MenuItem:1457092"},"menuItemName":"1/2 Rack Ribs","review":{"__ref":"Review:237571"}},"MenuSection:233195":{"__typename":"MenuSection","id":233195,"name":"Sandwiches","menu":{"__ref":"Menu:42388"}},"Photo:120254":{"__typename":"Photo","id":120254,"photoHeight":1293,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg"},"MenuItem:1456656":{"__typename":"MenuItem","id":1456656,"currency":"USD","description":"Slow roasted corn beef topped with sauerkraut & Swiss cheese. Served with a side of 1000 island dressing.","dishId":442449,"featured":true,"likedItPopsCount":5,"lovedItPopsCount":33,"isEnabled":true,"isOrderingEnabled":false,"isPoppable":true,"masterItemId":1456655,"name":"Reuben","outOfStock":false,"outOfStockUntil":null,"photosCount":1,"popsCount":40,"price":18,"priceCustomText":null,"priceType":"amount_price_type","restaurantId":7124,"reviewsCount":18,"shortLinkUrl":"https://popme.nu/tksrd","showFeaturedPhoto":true,"slug":"reuben","wannaTryPopsCount":2,"section":{"__ref":"MenuSection:233195"},"photos":[{"__ref":"Photo:120254"}],"featuredPhoto":{"__ref":"Photo:120254"},"url":"/items/reuben?location=new-lenox-il&menu=main-menu","menu":{"__ref":"Menu:42388"}},"User:3776234":{"__typename":"User","id":3776234,"displayName":"Zannie16"},"Review:311507":{"__typename":"Review","id":311507,"content":"One of the best Reuben sandwiches around. Corned beef is sliced thin and always tender. Get a cup of their delicious colcannon soup to go with it. Delicious!!","user":{"__ref":"User:3776234"}},"CustomPageSectionFeaturedItem:4721":{"__typename":"CustomPageSectionFeaturedItem","id":4721,"position":1,"menuItem":{"__ref":"MenuItem:1456656"},"menuItemName":"Reuben","review":{"__ref":"Review:311507"}},"Photo:130815":{"__typename":"Photo","id":130815,"photoHeight":1254,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg"},"MenuItem:6294246":{"__typename":"MenuItem","id":6294246,"currency":"USD","description":"Crispy chicken, cheddar cheese, lettuce, tomato & ranch.","dishId":442458,"featured":false,"likedItPopsCount":3,"lovedItPopsCount":26,"isEnabled":true,"isOrderingEnabled":false,"isPoppable":true,"masterItemId":6294245,"name":"Crispy Chicken Wrap","outOfStock":false,"outOfStockUntil":null,"photosCount":1,"popsCount":32,"price":16,"priceCustomText":null,"priceType":"amount_price_type","restaurantId":7124,"reviewsCount":1,"shortLinkUrl":"https://popme.nu/tksccw3","showFeaturedPhoto":true,"slug":"crispy-chicken-wrap","wannaTryPopsCount":3,"section":{"__ref":"MenuSection:233195"},"photos":[{"__ref":"Photo:130815"}],"featuredPhoto":{"__ref":"Photo:130815"}},"User:3983791":{"__typename":"User","id":3983791,"displayName":"Abby"},"Review:333008":{"__typename":"Review","id":333008,"content":"My husband's favorite chicken wrap!","user":{"__ref":"User:3983791"}},"CustomPageSectionFeaturedItem:4722":{"__typename":"CustomPageSectionFeaturedItem","id":4722,"position":2,"menuItem":{"__ref":"MenuItem:6294246"},"menuItemName":"Crispy Chicken Wrap","review":{"__ref":"Review:333008"}},"CustomPageSection:4808085":{"__typename":"CustomPageSection","id":4808085,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":null,"backgroundEffect":"bg_cover","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":null,"foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"slider_gallery","galleryPadding":null,"hasDynamicHeight":false,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":9,"powrInstagramFeedId":null,"sectionHeading":null,"sectionSubheading":null,"sectionType":"featured_items_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[{"__ref":"CustomPageSectionFeaturedItem:4720"},{"__ref":"CustomPageSectionFeaturedItem:4721"},{"__ref":"CustomPageSectionFeaturedItem:4722"}],"galleryImages":[],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},"UiUploadableUploadedPhoto:12097743":{"__typename":"UiUploadableUploadedPhoto","id":12097743,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:12097743":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"catering caesar","bytes":1656059,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2024-12-18T21:18:31Z","defaultType":null,"folderPath":"catering ","format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","height":2400,"id":12097743,"isPosSynced":false,"originalFilename":"caesar salad catering-Photoroom.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","updatedAt":"2025-03-27T16:12:41Z","uploaded":true,"uploadedFolderId":96063,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","userId":2152485,"width":2400,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:12097743"}},"CustomPageSectionColumn:2654290":{"__typename":"CustomPageSectionColumn","id":2654290,"backgroundColor":null,"columnContent":"From 20–200+ people. Easy ordering. Scratch kitchen.","columnContentHtml":null,"columnHeading":"Catering","columnPhoto":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","columnPhotoAlt":"catering caesar","columnPhotoOverlayText":null,"columnPhotoOverlayTextAlt":null,"columnPhotoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","columnThumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=160,height=160,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","columnLinkTargetId":null,"columnLinkText":"Order Now!","columnLinkUrl":"https://www.tomkellys.com/order-catering#menu?location=new-lenox-il","columnSecondLinkTargetId":null,"columnSecondLinkText":null,"columnSecondLinkUrl":null,"columnVideoCloudflareId":null,"columnVideoThumbnailUrl":null,"columnVideoUrl":null,"disableAjaxLink":false,"disableAjaxSecondLink":false,"elementId":null,"isHtmlContent":false,"position":0,"columnPhotoUploadedPhoto":{"__ref":"UploadedPhoto:12097743"},"columnVideoUploadedVideo":null},"UiUploadableUploadedPhoto:11674311":{"__typename":"UiUploadableUploadedPhoto","id":11674311,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:11674311":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"banquet 4","bytes":5755298,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2024-11-06T15:38:13Z","defaultType":null,"folderPath":"banquet ","format":"gif","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","height":4032,"id":11674311,"isPosSynced":false,"originalFilename":"tempImagekmKl4S.gif","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","updatedAt":"2024-11-07T21:34:32Z","uploaded":true,"uploadedFolderId":109668,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","userId":2152485,"width":3024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:11674311"}},"CustomPageSectionColumn:2654291":{"__typename":"CustomPageSectionColumn","id":2654291,"backgroundColor":null,"columnContent":"Birthdays, teams, showers, corporate events","columnContentHtml":null,"columnHeading":"Private Parties","columnPhoto":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","columnPhotoAlt":"banquet 4","columnPhotoOverlayText":null,"columnPhotoOverlayTextAlt":null,"columnPhotoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","columnThumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=160,height=160,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","columnLinkTargetId":null,"columnLinkText":"Check it Out!","columnLinkUrl":"https://www.tomkellys.com/book-a-party","columnSecondLinkTargetId":null,"columnSecondLinkText":null,"columnSecondLinkUrl":null,"columnVideoCloudflareId":null,"columnVideoThumbnailUrl":null,"columnVideoUrl":null,"disableAjaxLink":false,"disableAjaxSecondLink":false,"elementId":null,"isHtmlContent":false,"position":1,"columnPhotoUploadedPhoto":{"__ref":"UploadedPhoto:11674311"},"columnVideoUploadedVideo":null},"UiUploadableUploadedPhoto:16022047":{"__typename":"UiUploadableUploadedPhoto","id":16022047,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:16022047":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"softball, baseball, wintrust, new lenox crossroads ","bytes":2127611,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-02-23T21:23:12Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","height":1024,"id":16022047,"isPosSynced":false,"originalFilename":"wintrust graphic .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","updatedAt":"2026-02-23T21:23:31Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","userId":2152485,"width":1024,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:16022047"}},"CustomPageSectionColumn:2654292":{"__typename":"CustomPageSectionColumn","id":2654292,"backgroundColor":null,"columnContent":"5 minutes from Wintrust. Fast service. Big groups welcome.","columnContentHtml":null,"columnHeading":"Teams & Tournaments","columnPhoto":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","columnPhotoAlt":"softball, baseball, wintrust, new lenox crossroads","columnPhotoOverlayText":null,"columnPhotoOverlayTextAlt":null,"columnPhotoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","columnThumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=160,height=160,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","columnLinkTargetId":null,"columnLinkText":"Check out the Menu!","columnLinkUrl":"https://www.tomkellys.com/menu#menu=main-menu","columnSecondLinkTargetId":null,"columnSecondLinkText":null,"columnSecondLinkUrl":null,"columnVideoCloudflareId":null,"columnVideoThumbnailUrl":null,"columnVideoUrl":null,"disableAjaxLink":false,"disableAjaxSecondLink":false,"elementId":null,"isHtmlContent":false,"position":2,"columnPhotoUploadedPhoto":{"__ref":"UploadedPhoto:16022047"},"columnVideoUploadedVideo":null},"CustomPageSection:4808086":{"__typename":"CustomPageSection","id":4808086,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":null,"backgroundEffect":"bg_cover","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":null,"foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"slider_gallery","galleryPadding":null,"hasDynamicHeight":false,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":10,"powrInstagramFeedId":null,"sectionHeading":null,"sectionSubheading":null,"sectionType":"multi_column_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[],"galleryImages":[],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[{"__ref":"CustomPageSectionColumn:2654290"},{"__ref":"CustomPageSectionColumn:2654291"},{"__ref":"CustomPageSectionColumn:2654292"}],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},"CustomPageSection:4808087":{"__typename":"CustomPageSection","id":4808087,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":"rgb(48, 68, 44)","backgroundEffect":"bg_repeat","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":"rgb(22, 21, 21)","foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"slider_gallery","galleryPadding":null,"hasDynamicHeight":false,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":11,"powrInstagramFeedId":null,"sectionHeading":"Why People Love us","sectionSubheading":null,"sectionType":"review_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[],"galleryImages":[],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},"UiUploadableUploadedPhoto:16913941":{"__typename":"UiUploadableUploadedPhoto","id":16913941,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true},"UploadedPhoto:16913941":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"logo","bytes":98325,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-05-11T21:51:49Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","height":500,"id":16913941,"isPosSynced":false,"originalFilename":"restaurant logo.png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","updatedAt":"2026-05-11T21:52:02Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","userId":2152485,"width":1000,"uiUploadable":{"__ref":"UiUploadableUploadedPhoto:16913941"}},"RestaurantNavLink:9667022":{"__typename":"RestaurantNavLink","id":9667022,"disableAjaxLoad":false,"isExternal":false,"linkType":"menu_type","locationId":null,"name":"Main Menu","position":0,"targetId":"42388","thumbnailUrl":null,"url":"/menu#menu=main-menu"},"RestaurantNavLink:9667023":{"__typename":"RestaurantNavLink","id":9667023,"disableAjaxLoad":false,"isExternal":false,"linkType":"menu_type","locationId":null,"name":"Catering","position":1,"targetId":"42398","thumbnailUrl":null,"url":"/menu#menu=catering-menu"},"RestaurantNavLink:9667024":{"__typename":"RestaurantNavLink","id":9667024,"disableAjaxLoad":false,"isExternal":false,"linkType":"menu_type","locationId":null,"name":"Banquet","position":2,"targetId":"42396","thumbnailUrl":null,"url":"/menu#menu=banquet-and-event-menu"},"RestaurantNavDropdown:1366784":{"__typename":"RestaurantNavDropdown","id":1366784,"name":"Menu","position":0,"isFeatured":true,"navLinks":[{"__ref":"RestaurantNavLink:9667022"},{"__ref":"RestaurantNavLink:9667023"},{"__ref":"RestaurantNavLink:9667024"}]},"RestaurantNavLink:9667025":{"__typename":"RestaurantNavLink","id":9667025,"disableAjaxLoad":false,"isExternal":false,"linkType":"custom_page_type","locationId":null,"name":"Order Takeout","position":0,"targetId":"28915","thumbnailUrl":null,"url":"/popmenu-order"},"RestaurantNavLink:9667026":{"__typename":"RestaurantNavLink","id":9667026,"disableAjaxLoad":false,"isExternal":false,"linkType":"custom_page_type","locationId":null,"name":"Order Catering","position":1,"targetId":"30733","thumbnailUrl":null,"url":"/popmenu-catering"},"RestaurantNavDropdown:4132":{"__typename":"RestaurantNavDropdown","id":4132,"name":"Order Online","position":1,"isFeatured":true,"navLinks":[{"__ref":"RestaurantNavLink:9667025"},{"__ref":"RestaurantNavLink:9667026"}]},"RestaurantNavLink:9667027":{"__typename":"RestaurantNavLink","id":9667027,"name":"Corporate & Warehouse Catering","position":2,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1521657","thumbnailUrl":null,"url":"/corporate-and-warehouse-catering"},"RestaurantNavLink:9667028":{"__typename":"RestaurantNavLink","id":9667028,"name":"Fundraisers (Dine & Donate)","position":3,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1602348","thumbnailUrl":null,"url":"/fundraisers"},"RestaurantNavLink:9667029":{"__typename":"RestaurantNavLink","id":9667029,"name":"Bar","position":4,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28943","thumbnailUrl":null,"url":"/bar"},"RestaurantNavLink:9667030":{"__typename":"RestaurantNavLink","id":9667030,"name":"Gift Cards","position":5,"disableAjaxLoad":false,"isExternal":true,"isFeatured":false,"linkType":"custom_type","locationId":null,"photoUrl":null,"targetId":null,"thumbnailUrl":null,"url":"https://www.toasttab.com/tomkellys/giftcards"},"RestaurantNavLink:9667031":{"__typename":"RestaurantNavLink","id":9667031,"name":"Merchandise","position":6,"disableAjaxLoad":true,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1087241","thumbnailUrl":null,"url":"/merchandise"},"RestaurantNavLink:9667032":{"__typename":"RestaurantNavLink","id":9667032,"name":"Daily Specials & Events","position":7,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28910","thumbnailUrl":null,"url":"/food-specials"},"RestaurantNavLink:9667033":{"__typename":"RestaurantNavLink","id":9667033,"name":"Join Our Team","position":8,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28913","thumbnailUrl":null,"url":"/join-our-team"},"RestaurantNavLink:9667034":{"__typename":"RestaurantNavLink","id":9667034,"name":"Join our Loyalty","position":9,"disableAjaxLoad":false,"isExternal":true,"isFeatured":false,"linkType":"custom_type","locationId":null,"photoUrl":null,"targetId":null,"thumbnailUrl":null,"url":"https://www.toasttab.com/tomkellys/rewardsSignup"},"RestaurantNavLink:9667035":{"__typename":"RestaurantNavLink","id":9667035,"name":"Contact","position":10,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28908","thumbnailUrl":null,"url":"/contact"},"RestaurantNavLink:9667036":{"__typename":"RestaurantNavLink","id":9667036,"name":"Book a Party","position":11,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1620853","thumbnailUrl":null,"url":"/book-a-party"},"RootAnnouncement:3":{"__typename":"RootAnnouncement","id":3,"content":"Win $500! Enter by writing a dish review to help others. Drawing 7/1.","country":"US","isEnabled":true,"linkUrl":"/reviews","reviewContent":"PAST DRAWING WINNERS\n\nApril 2026:\nComing soon\n\nMarch 2026:\nSky, 57th Fighter Group\nAtlanta, GA\n\nFebruary 2026:\nJohn, King Fish & Oyster Bar\nConover, NC\n\nJanuary 2026:\nLakeshia, Jac's Craft Smokehouse\nWest Monroe, LA\n\nDecember 2025:\nPaula, Step In Restaurant\nBronx, NY\n\nNovember 2025:\nJohn, Webb Custom Kitchen\nGastonia, NC\n\nOctober 2025:\nMacy, Scout's Honor\nIowa City, IA \n\nSeptember 2025:\nMoana, The Breakfast Boys\nCollege Park, GA\n\nAugust 2025:\nKathy, The Inferno Hartville\nHartville, OH\n\nJuly 2025:\nLouis, Pueblo Viejo\nAustin, TX\n\nJune 2025:\nTesillo, Coco Mayo\nSan Diega, CA\n\nMay 2025:\nJordan, The Whelan\nAtlanta, GA\n\nApril 2025:\nJenna, Beetle's Bar & Grill\nRochester, MN\n\nMarch 2025:\nAmanda, RG Burgers & Grill\nDenton, TX\n\nFebruary 2025:\nLogan, Wok n Fire\nSouth Barrington, IL\n\nJanuary 2025:\nFernando, Teglia Pizza Bar\nMontclair, NJ\n\nDecember 2024:\nBrenda, Brazilian Bowl\nLakeview, IL\n\nNovember 2024:\nMaureen, Hacienda San Antonio\nCarrollton, GA\n\nOctober 2024:\nZach, Galla's Pizza \nChamblee, GA\n\nSeptember 2024:\nMichael, Dos Salsas\nCedar Park, TX\n\nAugust 2024:\nKay, McGuire's Irish Pub\nDestin, FL\n\nJuly 2024:\nJamie, Rio Bravo Mexican Grill\nGreensboro, NC\n\nJune 2024:\nAngela, Booty's Wings, Burgers & Beer\nGoodyear, AZ\n\nMay 2024:\nMark, Flock Shop\nSpartanburg, SC \n\nApril 2024:\nLatina, Mad Cow Grill\nLaurel, MD\n\nFebruary 2024:\nMadison, Poogan's Porch\nCharleston, SC\n\nJanuary 2024: \nLanah, Shipp Brothers Brewing\nNewark, OH\n\nDecember 2023:\nJennifer, Meta & Rose\nWasilla, AK\n\nNovember 2023:\nEmily, Wok n Fire\nBurr Ridge, IL\n\nOctober 2023:\nSam, Bobwhite Counter\nNew York, NY\n\nSeptember 2023:\nTammy, Nacho Mama's\nStillwater, MN\n\nAugust 2023:\nJames, Big Mic's Saloon & BBQ\nKuna, ID\n\nJuly 2023:\nSusan, McGuire's Irish Pub\nPensacola, FL\n\nJune 2023:\nSusan, Carlos O'Brien's Mexican\nPhoenix, AZ\n\nMay 2023:\nJohn, Pies & Thighs\nCataula, GA\n\nApril 2023:\nRick, Submarine House\nVandalia, OH\n\nMarch 2023:\nJohn, The Barley House\nCondord, NH\n\nFebruary 2023:\nRoselinda, Junction Restaurant\nChinle, AZ\n\nJanuary 2023:\nJustine, Blue Sky Cafe\nFletcher, NC\n\nDecember 2022:\nKelly, Cookies Country Chicken\nSeattle, WA\n\nNovember 2022:\nLaney, Archie Moore's\nNew Haven, CT\n\nOctober 2022:\nMelissa, Noble Crust\nSt. Pete, FL\n\nSeptember 2022:\nBen, Cinn City\nLynchburg, VA\n\nAugust 2022:\nRebecca, Udder Delight\nCranston, RI\n\nJuly 2022: \nRandolph, Turkey Leg Hut\nHouston, TX\n\nJune 2022:\nLawrence, O'Ya Cantina\nChapel Hill, NC\n\nMay 2022:\nDavid, Grillsmith\nSarasota, FL\n\nApril 2022:\nKatie, Jelly Cafe\nDenver, CO\n\nMarch 2022:\nMarny, PPC Italian Restaurant\nPlaistow, NH\n\nFebruary 2022:\nTeresa, Black Angus\nVancouver, BC\n\nJanuary 2022:\nDeirdre, White Pie\nColorado Springs, CO\n\nDecember 2021:\nCamille, Patsy's Roadhouse\nHopewell Junction, NY\n\nNovember 2021:\nSherry, Riverpark Pub and Eatery\nParkville, MO\n\nOctober 2021:\nStephanie, Hightopps Backstage Grille\nTimonium, MD\n\nSeptember 2021:\nMegan, Scratch Kitchen & Taproom\nApex, NC\n\nAugust 2021:\nJerome, Taste of Soul by Ms. Nancy\nBurlington, NJ\n\nJuly 2021:\nThe Great Greek, NV\n\nJune 2021:\nSylvia, Urth Caffé\nLos Angeles, CA \n\nMay 2021:\nAmber, Haute Dogs and Fries\nAlexandria, VA\n\nApril 2021:\nTravis, El Monumento\nGeorgetown, TX\n\nMarch 2021:\nSusan, Alden Park\nPlymouth, MA\n\nFebruary 2021:\nLeilani, Hon Machi Korean BBQ\nSan Antonio, TX\n\nJanuary 2021:\nGoodrich Seafood & Oyster House\n\nDecember 2020:\nHallee, Pizza Sociale\nLos Angeles, CA\n\nNovember 2020:\nBarbara, PPC Italian Restaurant\nPlaistow, NH\n\nOctober 2020:\nCharn, Vitaly\nCosta Mesa, CA\n\nSeptember 2020:\nCarol, Stroud's BBQ\nDaytona Beach Shores, FL\n\nAugust 2020:\nJo-El, Mick's All American\nMount Joy, PA \n\nJuly 2020:\nBronson, Los Dos Potrillos \nColorado\n\nJune 2020:\nElish, Crump's Landing\nHomosassa, FL\n\nMay 2020:\nCarlson, Papi Grande's Mexican\nAmherst, NY\n\nApril 2020:\nSommer, Little Calf Creamery \nThousand Oaks, CA\n\nMarch 2020:\nTheresa, Woody's Crab House\nNorth East, MD\n\nFebruary 2020:\nMaria, The Rustik Fork\nRiverside, CA\n\nJanuary 2020:\nMarsha, Stefano's Restaurant\nFlorence, SC\n\nDecember 2019:\nAlma, Karai Ramen Bistro\nJacksonville, FL\n\nNovember 2019:\nCourtney, Axe & Arrow\nSeattle, WA\n\nOctober 2019:\nAndy, Backwoods Brewing Co.\nPortland, OR\n\nSeptember 2019:\nAmanda, Home Restaurant\nLos Angeles, CA\n\nAugust 2019:\nJennifer, Mark's City Grill\nColumbus, GA\n\nJuly 2019:\nRebecca, Frank Gourmet\nBuffalo, NY\n\nJune 2019:\nDonna, Dino's Sports Bar\nCape Cod, MA\n\nMay 2019:\nKaren, This Little Pig\nAmherst, NY\n\nApril 2019:\nAlicia, Plant Based Pizzeria\nAtlanta, GA"},"RestaurantSignUpSetting:3042":{"__typename":"RestaurantSignUpSetting","id":3042,"isSignUpAnniversaryEnabled":true,"isSignUpAnniversaryRequired":false,"isSignUpBirthdayEnabled":true,"isSignUpBirthdayRequired":false,"isSignUpNameEnabled":true,"isSignUpNameRequired":true,"isSignUpPhoneEnabled":true,"signUpLogoEffect":"sule_none"},"RestaurantSocialHandle:1751975":{"__typename":"RestaurantSocialHandle","id":1751975,"socialType":"facebook","url":"https://www.facebook.com/tomkellyspub"},"RestaurantSocialHandle:1751976":{"__typename":"RestaurantSocialHandle","id":1751976,"socialType":"twitter","url":"https://twitter.com/tomkellyspub"},"RestaurantSocialHandle:1751977":{"__typename":"RestaurantSocialHandle","id":1751977,"socialType":"instagram","url":"https://instagram.com/tomkellyspub"},"FontSelection:theme-5043-custom-section-content-font":{"__typename":"FontSelection","id":"theme-5043-custom-section-content-font","case":"none","color":"rgb(255, 255, 255)","customFontUrls":[],"family":null,"fontId":null,"googleFontId":null,"weight":"normal","themeFont":null},"ThemeFont:555":{"__typename":"ThemeFont","id":555,"name":"Oswald","customFontUrls":[],"googleFontId":"Oswald"},"FontSelection:theme-5043-custom-section-header-font":{"__typename":"FontSelection","id":"theme-5043-custom-section-header-font","case":"none","color":"rgb(255, 255, 255)","customFontUrls":[],"family":"Oswald","fontId":555,"googleFontId":"Oswald","weight":"normal","themeFont":{"__ref":"ThemeFont:555"},"caseNoFallback":null,"weightNoFallback":null},"ThemeFont:654":{"__typename":"ThemeFont","id":654,"name":"Roboto","customFontUrls":[],"googleFontId":"Roboto"},"FontSelection:theme-5043-default-font":{"__typename":"FontSelection","id":"theme-5043-default-font","case":"none","color":null,"customFontUrls":[],"family":"Roboto","fontId":654,"googleFontId":"Roboto","weight":"normal","themeFont":{"__ref":"ThemeFont:654"}},"ThemeFont:657":{"__typename":"ThemeFont","id":657,"name":"Roboto Slab","customFontUrls":[],"googleFontId":"Roboto+Slab"},"FontSelection:theme-5043-menu-header-font":{"__typename":"FontSelection","id":"theme-5043-menu-header-font","case":"none","color":"rgb(6, 95, 75)","customFontUrls":[],"family":"Roboto Slab","fontId":657,"googleFontId":"Roboto+Slab","weight":"normal","themeFont":{"__ref":"ThemeFont:657"}},"FontSelection:theme-5043-menu-item-name-font":{"__typename":"FontSelection","id":"theme-5043-menu-item-name-font","case":"uppercase","color":"rgb(22, 22, 22)","customFontUrls":[],"family":"Oswald","fontId":555,"googleFontId":"Oswald","weight":"bold","themeFont":{"__ref":"ThemeFont:555"}},"FontSelection:theme-5043-menu-item-description-font":{"__typename":"FontSelection","id":"theme-5043-menu-item-description-font","case":"none","color":"rgb(102, 102, 102)","customFontUrls":[],"family":"Roboto","fontId":654,"googleFontId":"Roboto","weight":"normal","themeFont":{"__ref":"ThemeFont:654"}},"FontSelection:theme-5043-page-header-font":{"__typename":"FontSelection","id":"theme-5043-page-header-font","case":"uppercase","color":null,"customFontUrls":[],"family":"Roboto Slab","fontId":657,"googleFontId":"Roboto+Slab","weight":"normal","themeFont":{"__ref":"ThemeFont:657"}},"ThemeFont:1359":{"__typename":"ThemeFont","id":1359,"name":"Oswald Light","customFontUrls":["https://popmenucloud.com/wdtghnkv/a167a86b-2e89-4028-95d2-ae5612435d30.woff2","https://popmenucloud.com/wdtghnkv/77b57db0-b4c5-483d-8cd3-a5a10040b1bd.ttf"],"googleFontId":null},"FontSelection:theme-5043-page-sub-header-font":{"__typename":"FontSelection","id":"theme-5043-page-sub-header-font","case":"uppercase","color":null,"customFontUrls":["https://popmenucloud.com/wdtghnkv/a167a86b-2e89-4028-95d2-ae5612435d30.woff2","https://popmenucloud.com/wdtghnkv/77b57db0-b4c5-483d-8cd3-a5a10040b1bd.ttf"],"family":"Oswald Light","fontId":1359,"googleFontId":null,"weight":"normal","themeFont":{"__ref":"ThemeFont:1359"}},"FontSelection:theme-5043-custom-section-sub-header-font":{"__typename":"FontSelection","id":"theme-5043-custom-section-sub-header-font","case":"none","color":null,"customFontUrls":[],"family":null,"fontId":null,"googleFontId":null,"weight":"normal","themeFont":null,"caseNoFallback":null,"weightNoFallback":null},"Theme:5043":{"__typename":"Theme","id":5043,"activeNavlinkColor":null,"announcementBgColor":null,"announcementBorderColor":null,"customCss":"@charset \"UTF-8\";\n/* Root Theme */\n/* Navigation */\nnav.navbar {\n  min-height: 100px !important;\n}\n@media (max-width: 960px) {\n  nav.navbar {\n    min-height: 60px !important;\n  }\n}\n\nnav.navbar.toggle-scrolled {\n  min-height: 60px !important;\n}\n\n.navbar.toggle-scrolled {\n  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);\n}\n\n.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {\n  letter-spacing: 0.75px;\n}\n\n/* Announcements */\n.pm-featured-announcement :is(h1, h2, h3, h4, h5, h6):where(.pm-h2, h2:not(.pm-AH)) {\n  margin-top: 0;\n  text-transform: unset;\n  letter-spacing: 0;\n}\n\n/* Page Headers */\n.page-header .pm-page-heading, .page-header .pm-page-subheading {\n  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);\n}\n\n/* Buttons */\n.pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .pagebutton, .page-button {\n  border-radius: 0;\n  box-shadow: none;\n  transition: 250ms;\n  margin: 10px;\n  padding: 12px 20px;\n  font-size: 18px;\n  letter-spacing: 1px;\n  display: inline-block;\n}\n\n.pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus {\n  transition: 250ms;\n  box-shadow: none;\n  color: unset;\n}\n\n/* General Page Effects */\n.parallax {\n  height: 300px;\n}\n@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {\n  .parallax {\n    background-attachment: scroll !important;\n  }\n}\n@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {\n  .parallax {\n    background-attachment: scroll !important;\n  }\n}\n\n#parallax-overlay .pm-about-section {\n  background-color: rgba(0, 0, 0, 0.4);\n}\n@media (max-width: 768px) {\n  #parallax-overlay .pm-about-section {\n    padding: 40px 16px 56px !important;\n  }\n}\n#parallax-overlay .pm-button {\n  border: 2px solid #fff;\n  color: #fff;\n  background-color: transparent;\n}\n#parallax-overlay .pm-button:hover, #parallax-overlay .pm-button:focus {\n  color: #000;\n  background-color: #fff;\n}\n\n.pm-about-section-image-container picture {\n  margin: auto;\n}\n\n.pm-about-section-content-container {\n  align-self: center;\n}\n\n#parallax {\n  height: 300px;\n}\n@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {\n  #parallax {\n    background-attachment: scroll !important;\n  }\n}\n@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {\n  #parallax {\n    background-attachment: scroll !important;\n  }\n}\n\n#home-cta {\n  height: 100%;\n}\n@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {\n  #home-cta {\n    background-attachment: scroll !important;\n  }\n}\n@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {\n  #home-cta {\n    background-attachment: scroll !important;\n  }\n}\n\n/* Section Headers */\n.pm-custom-section .pm-custom-section-heading, .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-weight: normal;\n  margin-bottom: 30px;\n  letter-spacing: 1px;\n}\n@media (min-width: 768px) {\n  .pm-custom-section .pm-custom-section-heading, .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n    font-size: 38px;\n  }\n}\n\n/* Galleries */\n.xmasonry {\n  margin-top: 5px;\n  margin-bottom: 5px;\n}\n.xmasonry img {\n  opacity: 1;\n  transition: 200ms;\n  border: none;\n}\n.xmasonry img:hover {\n  opacity: 0.6;\n  transition: 200ms;\n  transform: scale(1.01);\n}\n@media (max-width: 768px) {\n  .xmasonry img {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n  }\n}\n\n/* Locations */\n#location .location-social a svg, .pm-location-search-list .location-social a svg {\n  font-size: 24px;\n  margin: 0 2px 10px;\n}\n\n/* Reviews */\n.pm-rave {\n  box-shadow: none;\n}\n\n.pm-rave .pm-rave-content :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  font-size: 24px;\n}\n.pm-rave .pm-rave-content :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) button {\n  background-color: transparent;\n}\n\n/* Footer */\nfooter .custom-links li {\n  list-style: none;\n  text-align: center;\n}\nfooter .custom-links li img {\n  max-width: 150px !important;\n  text-align: center;\n  margin: auto;\n}\n\nfooter .hours-day {\n  display: block;\n  margin-top: 10px;\n}\n\nfooter .hours-times > div {\n  opacity: 0.8;\n}\n\n/* Menus */\n.pm-toggles-wrap {\n  padding-top: 30px;\n}\n\n.pm-menu-section.pm-accented {\n  margin: 20px;\n  padding: 20px;\n}\n\n.pm-menus-bg {\n  padding: 0;\n  background-color: #fff;\n}\n.pm-menus-bg .MuiTabs-scroller.MuiTabs-scrollable a {\n  font-weight: bold;\n}\n\n.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  font-size: 20px;\n}\n\n.pm-dish-tags-key {\n  padding: 30px 30px 0 30px;\n  text-align: center;\n}\n\n.menu-disclaimer {\n  margin: 30px;\n}\n\n@media (max-width: 992px) {\n  .pm-menu-section .section-description {\n    max-width: 100%;\n  }\n}\n@media (min-width: 576px) {\n  .pm-menu-section {\n    padding: 30px;\n  }\n}\n/* Simple Menu Fix */\n.pm-theme-simple .pm-menu-section .section-description {\n  margin-bottom: 35px;\n}\n\n/* Next Specific Menu + OO */\n.pm-theme-next_layout .pm-menu-section section {\n  border-bottom: 1px solid rgba(204, 204, 204, 0.2705882353);\n}\n\n/* modern dish card submit a review button 04/23/25\n- inherits primary theme color if removed */\n/* Online Ordering */\n.pm-next-dish-card-bottom {\n  flex-wrap: wrap;\n}\n\n.pm-next-add-to-cart-button {\n  white-space: normal;\n  margin-bottom: 4px;\n}\n\n.pm-custom-section-online-ordering_section .section-description {\n  max-width: 100%;\n}\n\n.pm-cart-summary-header .MuiTypography-gutterBottom, .pm-cart-summary-bag .MuiTypography-gutterBottom {\n  margin-bottom: 0;\n}\n\n.pm-custom-section .pm-cart-checkout-container :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-size: 1.6rem;\n  margin-bottom: 0;\n  border-bottom: none;\n}\n\n/* Forms */\n#form {\n  padding: 20px 10px;\n}\n\n.pm-custom-form {\n  max-width: 1000px;\n}\n\n/* Advanced Form Styling*/\n.pm-custom-section-advanced-forms_section .pm-advanced-forms-section-wrapper {\n  width: 100%;\n  max-width: 600px;\n}\n.pm-custom-section-advanced-forms_section .pm-custom-section-wrapper {\n  justify-content: center;\n}\n.pm-custom-section-advanced-forms_section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  text-align: center;\n}\n.pm-custom-section-advanced-forms_section form > .MuiGrid-root.MuiGrid-container > .MuiGrid-root.MuiGrid-item {\n  padding-left: 0;\n  padding-top: 25px;\n}\n\n/* Events */\n.fc-event, .fc-event-dot {\n  background-color: #154677;\n}\n\n.fc-event {\n  border: 1px solid #154677;\n}\n\n.pm-calendar-event :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) a {\n  letter-spacing: 0;\n}\n\n.pm-calendar-event p a {\n  display: inline;\n  margin-top: unset;\n  text-transform: none;\n  letter-spacing: 0;\n  font-weight: bold;\n  font-size: 15px;\n  font-style: italic;\n}\n\n.pm-blog-post-page .pm-button, .olo-section-start .pm-button {\n  border-radius: 0;\n  box-shadow: none;\n  letter-spacing: 1px;\n}\n\n/* Removed December 2 2025 for Accessibliity \n.pm-blog-post-index a {\n  text-decoration: unset;\n}\n*/\n.pm-calendar-event-external-link p {\n  display: block;\n  margin: 10px auto;\n  padding: 10px;\n  border: 1px solid;\n}\n\n.calendar-event-name.pm-AH.pm-h4 {\n  padding-top: 10px;\n}\n\n/* event page details button hover ADA fix 04/10/25 */\n.pm-calendar-event-page .pm-button:hover, .pm-calendar-event-page .pm-button:focus {\n  color: inherit !important;\n}\n.pm-calendar-event-page .pm-calendar-event-external-link p {\n  border: 0;\n}\n\n/* mobile responsive event calendar */\n@media (max-width: 768px) {\n  .fc-header-toolbar .fc-toolbar-chunk:last-of-type {\n    display: flex;\n    justify-content: center;\n    align-items: end;\n  }\n  .fc-header-toolbar .fc-toolbar-chunk:last-of-type .fc-button {\n    font-size: 0.9em;\n  }\n  .fc-scrollgrid {\n    width: 100%;\n    height: 100%;\n    overflow-x: auto;\n  }\n  .fc-scrollgrid th {\n    display: none;\n  }\n  .fc-scrollgrid .fc-col-header,\n  .fc-scrollgrid .fc-daygrid-body {\n    display: grid;\n    grid-template-columns: repeat(7, 1fr);\n    width: 100%;\n  }\n  .fc-scrollgrid .fc-daygrid-day {\n    min-width: 100px;\n    flex: 1;\n    border: 0;\n    border-bottom: 1px solid;\n  }\n  .fc-scrollgrid .fc-daygrid-body {\n    display: grid;\n    grid-template-columns: repeat(1, 1fr);\n  }\n  .fc-daygrid-day {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    min-width: 100%;\n  }\n  .fc-daygrid-day .fc-daygrid-day-top {\n    flex-direction: row !important;\n  }\n  .fc-daygrid-day .fc-daygrid-day-frame {\n    padding: 5px;\n    width: 100%;\n    font-weight: bold;\n  }\n  .fc-daygrid-day .fc-daygrid-day-frame .fc-event-title {\n    text-indent: 5px;\n  }\n}\n.pm-blog-post-page .pm-button:hover,\n.olo-section-start .MuiButton-contained .pm-button:hover,\n.pm-blog-post-page .pm-button:active,\n.olo-section-start .MuiButton-contained .pm-button,\n.pm-blog-post-page .pm-button:visited,\n.olo-section-start .MuiButton-contained .pm-button:visited {\n  box-shadow: none;\n  color: #fff;\n}\n\n/* Press */\n.pm-article-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-size: 24px;\n}\n\n/* Third Party Sections */\n.pm-custom-section-formsite-section .container {\n  max-width: 800px;\n  margin: auto;\n}\n\ndiv#tripleseat_embed_form_inline {\n  max-width: 600px;\n  margin: auto;\n  border: 2px solid;\n  padding: 15px;\n}\n\n/* tripleseat - calendar fix 10/10/25 \n- calendar will populate below footer when triggered if removed */\n/* #ui-datepicker-div {\n   top: auto !important;\n  left: auto !important;\n} */\n/* tock calendar fix 01/02/2025\n– footer will overlay the calendar widget if removed */\n#Tock_widget_container {\n  z-index: 5;\n  position: relative;\n}\n\n/* Gift Cards */\n.pm-accordion-gift-card-purchase-section .pm-h5 {\n  color: inherit;\n}\n\n/* Green */\n/* very light gray */\n/* nav & header */\n.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {\n  font-family: \"oswald light\" !important;\n  font-size: 17px;\n  letter-spacing: 1px;\n}\n\n.page-header .pm-button {\n  border: 2px solid #fff;\n  background-color: transparent;\n  color: #fff;\n  border-radius: 0;\n  letter-spacing: 3px;\n}\n@media (max-width: 768px) {\n  .page-header .pm-button {\n    margin-bottom: 50px;\n  }\n}\n\n.page-header .pm-button:hover, .page-header .pm-button:focus {\n  background-color: #fff;\n  color: #000;\n}\n\n.page-header .pm-page-heading {\n  letter-spacing: 2px;\n}\n\n.page-header .pm-page-subheading {\n  margin-bottom: 0;\n}\n\n/* headings */\n.pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {\n  font-weight: bold;\n  font-size: 32px;\n}\n@media (min-width: 660px) {\n  .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {\n    font-size: 54px;\n  }\n}\n\n/* buttons */\n.pagebutton, .page-button, .pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .location-button {\n  background-color: #065F4B;\n  transition: 0.25s;\n  color: #fff !important;\n}\n\n.pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus, .pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .location-button:hover, .location-button:focus {\n  color: #fff !important;\n  transition: 0.25s;\n  background-color: #032f25;\n}\n\n/* home */\n#home-buttons {\n  padding: 15px;\n}\n\n.pm-custom-section-multi-column_section a :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  text-transform: uppercase;\n  font-weight: bold !important;\n  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);\n  letter-spacing: 0.3px;\n  opacity: 1 !important;\n  font-size: 28px;\n}\n\n#home-cta :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  text-transform: lowercase;\n  font-family: \"playfair display\" !important;\n  font-weight: normal !important;\n}\n\n#home-cta .pm-about-section {\n  background-color: rgba(0, 0, 0, 0.4);\n}\n@media (max-width: 768px) {\n  #home-cta .pm-about-section {\n    padding: 32px 16px 40px !important;\n  }\n}\n\n#home-cta .pm-button {\n  border: 2px solid #fff;\n  background-color: transparent;\n  color: #fff;\n  border-radius: 0;\n  letter-spacing: 3px;\n}\n\n#home-cta .pm-button:hover, #home-cta .pm-button:focus {\n  background-color: #fff;\n  color: #000;\n}\n\n#loc-about, #home-loc {\n  padding-bottom: 0;\n}\n\n#home-about, #home-map {\n  padding-top: 0;\n}\n\n/* locations */\n#location :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-location-search-list :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  font-size: 21px;\n  font-weight: bold;\n  text-transform: uppercase;\n}\n#location a, .pm-location-search-list a {\n  color: #fff;\n  font-weight: bold;\n}\n#location a:hover, #location a:focus, .pm-location-search-list a:hover, .pm-location-search-list a:focus {\n  color: #FAFAFA;\n}\n\n#mapbox {\n  filter: sepia(0.2);\n}\n\n/* menu*/\n.pm-menus-wrap {\n  padding: 0;\n}\n\n.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-weight: bold;\n  text-transform: uppercase;\n}\n\n.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  letter-spacing: 0.5px;\n  font-size: 21px;\n  margin-bottom: 5px;\n}\n\n/* events */\n.pm-calendar-event {\n  border: 7px double #000;\n  background-color: #fff;\n}\n.pm-calendar-event a {\n  color: #000;\n}\n.pm-calendar-event :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) a {\n  font-size: 24px;\n  text-transform: uppercase;\n}\n.pm-calendar-event :is(p, section:where(.pm-about-section-content)) a {\n  display: inline;\n  margin-top: unset;\n  text-transform: capitalize;\n  letter-spacing: 0;\n  font-weight: unset;\n  font-size: 16px;\n  font-style: italic;\n  color: #000;\n}\n.pm-calendar-event .pm-calendar-event-content .pm-calendar-event-content-left {\n  background-color: #000;\n}\n.pm-calendar-event .pm-calendar-event-content-right > a {\n  margin-bottom: 15px;\n  display: inline-block;\n}\n.pm-calendar-event .pm-calendar-event-content-right {\n  padding-right: 5px;\n}\n.pm-calendar-event .pm-calendar-event-content-right > a:hover, .pm-calendar-event .pm-calendar-event-content-right > a:focus {\n  color: #333333;\n}\n\n.fc-event {\n  border: 1px solid #000;\n}\n\n.fc-event, .fc-event-dot {\n  background-color: #000;\n}\n\nfooter {\n  background-color: #054c3c;\n}\nfooter .social {\n  background-color: #055543;\n}\nfooter .social i {\n  color: #fff;\n}\nfooter .powered-by {\n  background-color: #065F4B;\n}\nfooter .powered-by i {\n  color: #fff;\n}\n\n#home-review :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  color: #fff !important;\n}\n\n.pm-raves-form .pm-raves-form-header .pm-raves-form-img {\n  background-color: #065F4B;\n}\n\n.pm-featured-announcement :is(h1, h2, h3, h4, h5, h6):where(.pm-h2, h2:not(.pm-AH)) {\n  color: #000 !important;\n}\n\n.pm-calendar-event-card p,\n.pm-calendar-event-card {\n  color: black !important;\n}\n\n#merch .pm-custom-section-heading {\n  color: black !important;\n}\n\n/* AccessibleHeading: migrated at 2022-09-16 13:33:52 UTC*/\n","customCssEnabled":true,"customSectionHeaderFontSize":null,"customSectionHeaderFontCase":null,"customSectionHeaderFontWeight":null,"customSectionSubHeaderFontCase":null,"customSectionSubHeaderFontSize":null,"customSectionSubHeaderFontWeight":null,"customSass":"$white: #fff;\n$black: #000;\n$primary-color: #065F4B; /* Green */\n$secondary-color: #FAFAFA; /* very light gray */\n\n\n/* nav & header */\n.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {\n  font-family: 'oswald light' !important; \n  font-size: 17px;\n  letter-spacing: 1px;\n}\n\n.page-header .pm-button {\n  border: 2px solid $white;\n  background-color: transparent;\n  color: $white;\n  border-radius: 0;\n  letter-spacing: 3px;\n\n  @media (max-width: 768px) {\n    margin-bottom: 50px; \n  }\n}\n.page-header .pm-button:hover, .page-header .pm-button:focus {\n  background-color: $white;\n  color: $black;\n}\n\n.page-header .pm-page-heading {\n  letter-spacing: 2px; \n}\n.page-header .pm-page-subheading {\n  margin-bottom: 0; \n}\n\n\n/* headings */\n.pm-custom-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {\n  font-weight: bold;\n  font-size: 32px;\n\n  @media (min-width: 660px) {\n    font-size: 54px; \n  }\n}\n\n\n/* buttons */\n.pagebutton, .page-button, .pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .location-button {\n  background-color: $primary-color;\n  transition: .25s;\n  color: $white !important;\n}\n\n.pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus, .pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .location-button:hover, .location-button:focus   {\n  color: $white!important;\n  transition: .25s;\n  background-color: darken($primary-color, 10%);\n}\n\n\n/* home */\n#home-buttons {\n  padding: 15px;\n}\n.pm-custom-section-multi-column_section a :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) {\n  text-transform: uppercase;\n  font-weight:  bold !important;\n  text-shadow: 1px 1px 4px rgba(0,0,0,.4);\n  letter-spacing: 0.3px;\n  opacity: 1 !important;\n  font-size: 28px;\n}\n\n#home-cta :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)) {\n  text-transform: lowercase; \n  font-family: 'playfair display' !important;\n  font-weight: normal !important\n}\n#home-cta .pm-about-section {\n  background-color: rgba(0,0,0,.4); \n\n  @media (max-width: 768px) {\n    padding: 32px 16px 40px !important;\n  }\n}\n\n#home-cta .pm-button {\n  border: 2px solid $white;\n  background-color: transparent;\n  color: $white;\n  border-radius: 0;\n  letter-spacing: 3px;\n}\n\n#home-cta .pm-button:hover, #home-cta .pm-button:focus {\n  background-color: $white;\n  color: $black;\n}\n\n#loc-about, #home-loc {\n  padding-bottom: 0; \n}\n#home-about, #home-map {\n  padding-top: 0; \n}\n\n\n/* locations */\n#location, .pm-location-search-list {\n  :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) {\n    font-size: 21px; \n    font-weight: bold;\n    text-transform: uppercase;\n  }\n\n  a {\n    color: $white;\n    font-weight: bold;\n  }\n\n  a:hover, a:focus {\n    color: $secondary-color;\n  }\n}\n#mapbox {\n  filter: sepia(.2); \n}\n\n/* menu*/\n\n.pm-menus-wrap {\n  padding: 0; \n}\n.pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-weight: bold;\n  text-transform: uppercase;\n  \n}\n\n.pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) {\n      letter-spacing: 0.5px; \n    font-size: 21px;\n    margin-bottom: 5px;\n}\n\n\n/* events */\n.pm-calendar-event {\n\n  border: 7px double $black;\n  background-color: $white;\n\n  a {\n    color: $black; \n  }\n\n  :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) a {\n    font-size: 24px; \n    text-transform: uppercase;\n  }\n\n  :is(p,section:where(.pm-about-section-content)) a {\n    display: inline;\n    margin-top: unset;\n    text-transform: capitalize;\n    letter-spacing: 0;\n    font-weight: unset;\n    font-size: 16px;\n    font-style: italic;\n    color: $black;\n  }\n\n  .pm-calendar-event-content .pm-calendar-event-content-left {\n    background-color: $black; \n  }\n\n  .pm-calendar-event-content-right > a {\n    margin-bottom: 15px;\n    display: inline-block;\n  }\n\n  .pm-calendar-event-content-right {\n    padding-right: 5px;\n  }\n\n  .pm-calendar-event-content-right > a:hover, .pm-calendar-event-content-right > a:focus {\n    color: lighten($black, 20%); \n  }\n}\n\n.fc-event {\n  border: 1px solid $black;\n}\n.fc-event, .fc-event-dot {\n  background-color: $black;\n}\n\nfooter {\n  background-color: darken( $primary-color, 4% );\n\n  .social {\n    background-color: darken( $primary-color, 2% );\n\n    i {\n      color: $white; \n    }\n  }\n\n  .powered-by {\n    background-color: $primary-color;\n\n    i {\n      color: $white; \n    }\n  }\n}\n\n#home-review :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)) {\n  color: $white !important;\n}\n\n.pm-raves-form .pm-raves-form-header .pm-raves-form-img {\n  background-color: $primary-color; \n}\n\n.pm-featured-announcement :is(h1,h2,h3,h4,h5,h6):where(.pm-h2, h2:not(.pm-AH)) {\n  color: $black !important; \n}\n\n.pm-calendar-event-card p,\n.pm-calendar-event-card {\n  color: black !important;\n}\n\n#merch .pm-custom-section-heading {\n  color: black !important;\n}\n/* AccessibleHeading: migrated at 2022-09-16 13:33:52 UTC*/","customSectionSpacing":null,"customSectionBackgroundImageEffect":null,"customSectionBackgroundImageSetting":null,"defaultBackgroundColor":null,"defaultBackgroundEffect":"bg_cover","defaultBackgroundImageUrl":null,"defaultCustomSectionBgColor":"rgb(80, 59, 30)","defaultDishDetailTab":"details_tab","defaultMenuLayout":"next_layout","defaultTransitionTiming":null,"defaultTransitionType":"tt_fade","dishDetailActionButton":"vip_btn","dishDetailImageAlignment":"stacked","dishDetailTab":"empty","dishLayout":"legacy_dish_layout","dishTagKeyPosition":"dtk_bottom","editorEmailStyleUrls":["/assets/mailer-726112702bb6236a1f370ee292b17f65a88fccf6a98de7e29a1b51db92d00897.css"],"editorStyleUrls":["/assets/consumer-38e80c6a1d3283d99417e486258d699564872f0f7cfeab2b801923ac51d941bd.css"],"featuredDishBgColor":null,"footerLogoEffect":"fxf_none","headerFontWeight":"bold","headerBackgroundEffect":"fxhbg_black","headerBorderColor":null,"headerLogoAlignment":"l_nav_r","headerLogoEffect":"fxh_none","headerLogoSize":"h_logo_sm","headerNavFontColor":null,"isActiveNavlinkColorEnabled":true,"isFontAwesomeEnabled":false,"isOrderingButtonEnabled":false,"isWidgetResponsive":true,"menuColumnCount":2,"menuFlowSetting":"row","menuIconEffect":"menu_icon_fx_none","menuItemFontAlignment":"item_font_left","menuItemMobileFullWidth":true,"menuRowHeight":"dynamic_row_height","menuTabsLayout":"legacy_menu_tabs_layout","navbarBgColor":"rgb(6, 95, 75)","orderingLogoBackgroundColor":null,"pageHeaderFontCase":"phf_uppercase","pageSubHeaderCase":"psh_uppercase","pageHeaderFontSize":"hfs_large","pageSubHeaderFontWeight":null,"pageSubHeaderFontSize":"shfs_medium","customPageHeaderAlignment":null,"photoBorder":null,"photoShape":null,"photoShadow":null,"photoStyles":{"__typename":"PhotoStyles","border":null,"borderRadius":null,"boxShadow":null},"paletteType":"light_palette_type","popmenuLogoEffect":"pm_logo_black","primaryButtonScale":null,"primaryButtonShape":null,"rootButtonStyles":{"__typename":"RootButtonStyles","borderRadius":null,"padding":null,"fontSize":null,"minHeight":null},"smallButtonStyles":{"__typename":"ButtonStyles","padding":null,"fontSize":null,"minHeight":null},"largeButtonStyles":{"__typename":"ButtonStyles","padding":null,"fontSize":null,"minHeight":null},"primaryColor":"rgb(255, 255, 255)","rootThemeId":2,"secondaryColor":"rgb(0, 0, 0)","showCustomTab":false,"showDishLikes":true,"showDishShare":true,"showCurrencySymbol":true,"showFollowSection":true,"showMenuItemDescription":true,"showMenuItemDishTags":true,"showPopularSection":false,"showReservationsTab":false,"showWaitlistTab":false,"showPrice":true,"showMenuShareSection":false,"showMenuReviewSection":false,"subsectionDisplay":"vertical","hostingType":"hosting_domain","useLegacyDishLayout":true,"useMobileMenuTabsLayout":true,"useNextSignUpForm":true,"websiteMaxWidth":null,"customSectionContentFont":{"__ref":"FontSelection:theme-5043-custom-section-content-font"},"customSectionHeaderFont":{"__ref":"FontSelection:theme-5043-custom-section-header-font"},"customSectionBackgroundImageUploadedPhoto":null,"defaultBackgroundImageUploadedPhoto":null,"defaultFont":{"__ref":"FontSelection:theme-5043-default-font"},"menuHeaderFont":{"__ref":"FontSelection:theme-5043-menu-header-font"},"menuItemNameFont":{"__ref":"FontSelection:theme-5043-menu-item-name-font"},"menuItemDescriptionFont":{"__ref":"FontSelection:theme-5043-menu-item-description-font"},"pageHeaderFont":{"__ref":"FontSelection:theme-5043-page-header-font"},"pageSubHeaderFont":{"__ref":"FontSelection:theme-5043-page-sub-header-font"},"customSectionSubHeaderFont":{"__ref":"FontSelection:theme-5043-custom-section-sub-header-font"}},"Restaurant:7124":{"__typename":"Restaurant","id":7124,"accessibilityContact":"(815) 462-8420","actionBar":{"__ref":"RestaurantActionBar:24039"},"actionBarDraft":{"__ref":"RestaurantActionBarDraft:8471"},"activeBecomeVipMarketingOffer":null,"allowAnonymousPops":true,"allowAnonymousReviews":false,"calendarEventView":"calendar","countries":["US"],"cuisineTypeName":"Bar & Grill","customBlogTitle":null,"customDisclaimer":null,"customFollowPath":null,"customSmsContactDisclaimer":null,"displayDoordashAtCheckout":false,"displayEventTags":true,"displayRestaurantLocations":true,"displayRestaurantLocationsHours":true,"displayRootAnnouncements":true,"displayVipPopup":true,"domain":"tomkellys.com","draftModeKey":"xnktjbrs","draftMode":false,"facebookPixelId":null,"featuredAnnouncements":[{"__ref":"Announcement:406201"}],"featuredAnnouncementsCount":1,"firstAvailablePhoneNumber":"8154628420","followButtonCta":"Join for free","featuredAnnouncementsToday":true,"followCollapseSubheadingCta":"Receive updates on discounts, loyalty, rewards & more!","followHeadingCta":"Become a VIP","followSubheadingCta":"Be the first to receive updates on exclusive events, secret menus, special offers/discounts, loyalty rewards & more!","footerLogoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/d301a222-97ee-4281-a5aa-3d04378f381f.png","featureFlags":{"apple_pay_redirect":true,"delete_duplicate_synced_dishes":true,"force_order_details_cart_modal":true,"announcement_performance_improvement":true,"clover_menu_sync":true,"running_job_checker_service":true,"popmenu_ordering_app":true,"refactored_send_message":true,"twilio_backup_number_sms":true,"nsync_toast_synced_photos_modal":true,"multi_location_olo_disablement":true,"nsync_use_photos_in_item_level":true,"nsync_square_uk_ca_support":true,"mfa_banner":true,"nsync_sync_nested_visibility":true,"lock_inactive_members":true,"nsync_ncr_payment_print_all_logs":true,"nsync_support_toast_nested_mod_groups_visibility":true,"track_graphql_controller_metric":true,"nsync_pop_loyalty":true,"validate_unique_integration_id":true,"nsync_spoton":true,"block_ordernerd_cart_regressions":true,"ateam_door_dash_delivery_fee_override":true,"rollout_logging_enabled":true,"ateam_door_dash_detail":true,"nsync_aloha_send_mod_group":true,"afs_subscription_entitlements":true,"nsync_use_custom_square_api_version":true,"nsync_skip_food_and_bev_product_type_warning":true,"nsync_toast_timing_service":true,"nsync_toast_optimize_memory_usage":true,"nsync_toast_temporal_prices":true,"nsync_toast_synced_photos_v2":true,"nsync_toast_pickup_time":true,"nsync_datadog_logs":true,"spidey_extended_theme_settings":true,"nsync_square_non_us_billing":true,"nsync_toast_loyalty":true,"nerds_performance_improvements":true,"nerds_modern_mobile_menu_select":true,"popmenu_ordering_orderable_locations_must_have_menus":true,"nsync_exclude_square_order_fields_to_clear":true,"nsync_unified_loyalty_accumulation":true,"nsync_toast_order_validation":true,"nsync_consumer_profile_loyalty":true,"batch_messaging_audience_eligibility_service":true,"process_batch_messages_uniqueness_lock":true,"stop_sendgrid_retries":true,"process_messages_last_follower_id_tracking":true,"nerds_nested_mod_price_adjustment":true,"nsync_menu_item_cart_submit_locking":true,"nsync_square_allow_quantities":true,"nsync_refund_payments_on_incomplete_carts":true,"nsync_heartland_payment_v2":true,"panic_daily_sales_snapshot":true,"nsync_heartland_card_holder_zip":true,"pal9000_admin_mfa":true,"ateam_uber_direct_order_details":true,"gql_menu_preloader_optimization":true,"nerds_log_menu_section_loading_failures":true,"nsync_toast_required_mods_validation_v2":true,"nerds_nsync_prevent_zero_override":true,"nerds_legacy_oo_logging":true,"popcanics_fullstory_checkbox":true,"panic_offers_homepage_redesign":true,"nsync_square_skip_optional_hidden_modifier_groups":true,"ateam_ordering_blackouts":true,"marketeers_unsubscribe_event":true,"nsync_be_tips_processing":true,"nsync_clover_void_refund_orphaned_payment":true,"ateam_review_section_rebuild":true,"nerds_synchronous_throttle_check":true,"nerds_legacy_ordering_section_moved_notice":true,"afs_ssup_menu_embedded":true,"aim_openai_gpt_model_5_4":true,"extend_dish_promotion_lookback_window":true,"nsync_aloha_verify_any_signatures":true,"centralize_user_resolution_service":true,"centralize_user_resolution_service_ext_guest_import":true,"nsync_pos_ecard_submit_safety":true,"ateam_refactor_modifier_group_apply_service":true,"custom_prompt_marketing":true,"panic_refactor_printing_multiple_copies":true,"panic_consumer_app_metrics":true,"ateam_modular_sign_up_flow":true,"centralize_user_resolution_service_party_user":true,"centralize_user_resolution_service_open_table_guest":true,"nsync_loyalty_bonus_points":true,"ateam_catering_doordash_fee_subsidy":true,"toast_hosted_checkout_debug_logging":true,"nsync_partial_ecard_checkout_total_v2":true,"nerds_reset_expired_scheduled_carts":true,"nerds_follower_opt_out_2026":true,"nerds_validate_required_nested_modifiers":true},"featureSetting":{"__ref":"RestaurantFeatureSetting:6136"},"giveawayAmount":"$500","isDishCustomHtmlEnabled":false,"isMarketingOptInEnabled":false,"isNestedModifiersEnabled":true,"isPublishingDrafts":false,"isSingleLocation":false,"isOnlyUkBased":false,"legacyOrderDefaultUrl":"/order","logoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","logoWithPaddingUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=pad,background=transparent/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","name":"Tom Kelly's","offerMessageCampaignCount":1,"onlineOrderCateringUrl":"/popmenu-catering","onlineOrderDefaultUrl":"/popmenu-order","orderingLogoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/6b5f4683-eaf9-4ead-932d-bc3065dfd26a.png","orderingFooterLogoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/6e1fc196-3d8d-4237-ab41-ef2fee4b0033.png","photoUrl":null,"platformBrand":"popmenu_platform_brand","platformBrandName":"Popmenu","platformBrandUrl":"https://get.popmenu.com","popmenuGoogleAnalyticsId":null,"popmenuUrl":"https://www.tomkellys.com","priceRangeSymbols":"$$","primarySubdomain":"www","restaurantUrl":"https://www.tomkellys.com","servedMealTypes":["meal_lunch","meal_dinner"],"showNavLocation":true,"showNavSignUp":true,"signUpBackgroundImageUrl":null,"signUpButtonCta":"Sign Up","signUpHeadingCta":"Become a VIP","signUpSubheadingCta":"Be the first to receive updates on exclusive events, secret menus, special offers/discounts, loyalty rewards & more!","siteTitle":"Tom Kelly's - New Lenox Il","slug":"xnktjbrs","subdomain":"tom-kellys","updatedAt":"2026-06-04T16:00:02Z","yearEstablished":2007,"locationsCount":1,"firstLocation":{"__ref":"RestaurantLocation:8851"},"customPages":[{"__ref":"CustomPage:28943"},{"__ref":"CustomPage:1488756"},{"__ref":"CustomPage:1620853"},{"__ref":"CustomPage:28908"},{"__ref":"CustomPage:1521657"},{"__ref":"CustomPage:28910"},{"__ref":"CustomPage:1602348"},{"__ref":"CustomPage:28916"},{"__ref":"CustomPage:1579528"},{"__ref":"CustomPage:28913"},{"__ref":"CustomPage:1351036"},{"__ref":"CustomPage:1351065"},{"__ref":"CustomPage:28914"},{"__ref":"CustomPage:1087241"},{"__ref":"CustomPage:28915"},{"__ref":"CustomPage:30733"}],"customConversionScripts":[],"customTrackings":[],"footerItems":[],"googleAdsConversionActionScripts":[],"homePage":{"__ref":"CustomPage:1579528"},"logoUploadedPhoto":{"__ref":"UploadedPhoto:16913941"},"navItems":[{"__ref":"RestaurantNavDropdown:1366784"},{"__ref":"RestaurantNavDropdown:4132"},{"__ref":"RestaurantNavLink:9667027"},{"__ref":"RestaurantNavLink:9667028"},{"__ref":"RestaurantNavLink:9667029"},{"__ref":"RestaurantNavLink:9667030"},{"__ref":"RestaurantNavLink:9667031"},{"__ref":"RestaurantNavLink:9667032"},{"__ref":"RestaurantNavLink:9667033"},{"__ref":"RestaurantNavLink:9667034"},{"__ref":"RestaurantNavLink:9667035"},{"__ref":"RestaurantNavLink:9667036"}],"rootAnnouncement":{"__ref":"RootAnnouncement:3"},"signUpSetting":{"__ref":"RestaurantSignUpSetting:3042"},"socialHandles":[{"__ref":"RestaurantSocialHandle:1751975"},{"__ref":"RestaurantSocialHandle:1751976"},{"__ref":"RestaurantSocialHandle:1751977"}],"theme":{"__ref":"Theme:5043"},"locations":[{"__ref":"RestaurantLocation:8851"}],"reviews({\"approved\":true,\"pagination\":{\"limit\":10,\"offset\":0,\"sortBy\":\"createdAt\",\"sortDir\":\"desc\"}})":{"__typename":"ReviewPaginationHandler","count":243,"records":[{"__ref":"Review:13018554"},{"__ref":"Review:12776378"},{"__ref":"Review:12726725"},{"__ref":"Review:12506617"},{"__ref":"Review:12498590"},{"__ref":"Review:12410301"},{"__ref":"Review:12408734"},{"__ref":"Review:12360920"},{"__ref":"Review:12262332"},{"__ref":"Review:11893474"}]}},"ROOT_QUERY":{"__typename":"Query","popmenuConfig":{"__ref":"PopmenuConfig:1"},"restaurant({\"draftMode\":false,\"id\":7124})":{"__ref":"Restaurant:7124"},"restaurant({\"id\":7124})":{"__ref":"Restaurant:7124"}},"Dish:442501":{"__typename":"Dish","id":442501,"name":"Jalapeno Pepper Jack"},"Photo:853274":{"__typename":"Photo","id":853274,"photoHeight":2400,"photoWidth":1800,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/26e87b68-d599-45cc-b858-5bad361089c3.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/26e87b68-d599-45cc-b858-5bad361089c3.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/26e87b68-d599-45cc-b858-5bad361089c3.jpg"},"MenuSection:233200":{"__typename":"MenuSection","id":233200,"name":"Burgers"},"MenuItem:1456779":{"__typename":"MenuItem","id":1456779,"isEnabled":true,"name":"Jalapeno Pepper Jack","photosCount":1,"slug":"jalapeno-pepper-jack","url":"/items/jalapeno-pepper-jack?location=new-lenox-il&menu=main-menu","menu":{"__ref":"Menu:42388"},"photos":[{"__ref":"Photo:853274"}],"section":{"__ref":"MenuSection:233200"}},"User:36237793":{"__typename":"User","id":36237793,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%238036B5/avatars/user_07.png","displayName":"Guest"},"Review:13018554":{"__typename":"Review","id":13018554,"content":"I had this Jalapeno Pepper Jack sandwich with a chicken breast, it was amazing!","approved":true,"createdAt":"2026-04-20T13:40:21Z","dishableId":442501,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23EE926E/avatars/user_03.png","sessionId":"f34b9f81-5983-4b0b-b744-67613682c270","dishable":{"__ref":"Dish:442501"},"item":{"__ref":"MenuItem:1456779"},"user":{"__ref":"User:36237793"}},"Dish:442449":{"__typename":"Dish","id":442449,"name":"Reuben"},"User:53090462":{"__typename":"User","id":53090462,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23B34FCF/avatars/user_04.png","displayName":"Ed"},"Review:12776378":{"__typename":"Review","id":12776378,"content":"Best Reuben Sandwich I ever had !! This truly melts in your mouth !!","approved":true,"createdAt":"2026-03-18T19:00:49Z","dishableId":442449,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23B887AB/avatars/user_02.png","sessionId":"3d63760f-b6ec-4400-8c53-27b2bbbe4f97","dishable":{"__ref":"Dish:442449"},"item":{"__ref":"MenuItem:1456656"},"user":{"__ref":"User:53090462"}},"Menu:284313":{"__typename":"Menu","id":284313,"name":"menu","slug":"toast-ordering-menu"},"MenuSection:18332124":{"__typename":"MenuSection","id":18332124,"name":"Sandwiches"},"MenuItem:15884397":{"__typename":"MenuItem","id":15884397,"isEnabled":true,"name":"Reuben","photosCount":1,"slug":"reuben","url":"/items/reuben?location=new-lenox-il&menu=toast-ordering-menu","menu":{"__ref":"Menu:284313"},"photos":[{"__ref":"Photo:120254"}],"section":{"__ref":"MenuSection:18332124"}},"User:53005332":{"__typename":"User","id":53005332,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%238D78C0/avatars/user_04.png","displayName":"Shelly"},"Review:12726725":{"__typename":"Review","id":12726725,"content":"Love did!","approved":true,"createdAt":"2026-03-10T14:39:42Z","dishableId":442449,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23FA7C47/avatars/user_05.png","sessionId":"d6828c68-fee3-4321-a064-e43665fe726f","dishable":{"__ref":"Dish:442449"},"item":{"__ref":"MenuItem:15884397"},"user":{"__ref":"User:53005332"}},"Dish:442415":{"__typename":"Dish","id":442415,"name":"Cheese & Chips"},"MenuSection:233190":{"__typename":"MenuSection","id":233190,"name":"Starters"},"MenuItem:1456583":{"__typename":"MenuItem","id":1456583,"isEnabled":true,"name":"Cheese & Chips","photosCount":0,"slug":"cheese-and-chips","url":"/items/cheese-and-chips?location=new-lenox-il&menu=main-menu","menu":{"__ref":"Menu:42388"},"photos":[],"section":{"__ref":"MenuSection:233190"}},"User:2198551":{"__typename":"User","id":2198551,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23E6DFB4/avatars/user_01.png","displayName":"Susie"},"Review:12506617":{"__typename":"Review","id":12506617,"content":"Delicious and dangerously addictive","approved":true,"createdAt":"2026-02-05T13:33:57Z","dishableId":442415,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%239E40A4/avatars/user_06.png","sessionId":"f35c2f1e-9ee8-47d7-a6ae-3e88ad1dd907","dishable":{"__ref":"Dish:442415"},"item":{"__ref":"MenuItem:1456583"},"user":{"__ref":"User:2198551"}},"Dish:5562693":{"__typename":"Dish","id":5562693,"name":"Cup Colcannon"},"Photo:1158550":{"__typename":"Photo","id":1158550,"photoHeight":2400,"photoWidth":1800,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9d399088-f958-4ca0-88da-b0901b0b8ee3.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/9d399088-f958-4ca0-88da-b0901b0b8ee3.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9d399088-f958-4ca0-88da-b0901b0b8ee3.jpg"},"MenuSection:18332128":{"__typename":"MenuSection","id":18332128,"name":"Soups"},"MenuItem:15884416":{"__typename":"MenuItem","id":15884416,"isEnabled":true,"name":"Cup Colcannon","photosCount":1,"slug":"cup-colcannon","url":"/items/cup-colcannon?location=new-lenox-il&menu=toast-ordering-menu","menu":{"__ref":"Menu:284313"},"photos":[{"__ref":"Photo:1158550"}],"section":{"__ref":"MenuSection:18332128"}},"User:51951692":{"__typename":"User","id":51951692,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23E06B4D/avatars/user_04.png","displayName":"Robin"},"Review:12498590":{"__typename":"Review","id":12498590,"content":"Best soup ever","approved":true,"createdAt":"2026-02-03T13:18:20Z","dishableId":5562693,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23687F55/avatars/user_08.png","sessionId":"2deb4fc7-bc24-4c5b-9434-9141ff70fdea","dishable":{"__ref":"Dish:5562693"},"item":{"__ref":"MenuItem:15884416"},"user":{"__ref":"User:51951692"}},"Dish:14337782":{"__typename":"Dish","id":14337782,"name":"Loaded Baked Potato Flatbread"},"Menu:413538":{"__typename":"Menu","id":413538,"name":"Weekend Specials","slug":"weekend-specials"},"MenuSection:39670661":{"__typename":"MenuSection","id":39670661,"name":"5/2-5/4"},"MenuItem:24103515":{"__typename":"MenuItem","id":24103515,"isEnabled":true,"name":"Loaded Baked Potato Flatbread","photosCount":0,"slug":"loaded-baked-potato-flatbread","url":"/items/loaded-baked-potato-flatbread?location=new-lenox-il&menu=weekend-specials","menu":{"__ref":"Menu:413538"},"photos":[],"section":{"__ref":"MenuSection:39670661"}},"User:29542573":{"__typename":"User","id":29542573,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%238864B5/avatars/user_04.png","displayName":"Renee"},"Review:12410301":{"__typename":"Review","id":12410301,"content":"Fun twist on a flatbread service is always great!","approved":true,"createdAt":"2026-01-19T01:06:10Z","dishableId":14337782,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23E6588E/avatars/user_08.png","sessionId":"fface654-ed08-490a-b240-2eb765cc53ef","dishable":{"__ref":"Dish:14337782"},"item":{"__ref":"MenuItem:24103515"},"user":{"__ref":"User:29542573"}},"Dish:442465":{"__typename":"Dish","id":442465,"name":"Tom Kelly's Steak Sandwich"},"Photo:120257":{"__typename":"Photo","id":120257,"photoHeight":1280,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/f17c5aca-6b92-4117-a33d-e7d6e5e8af0e.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/f17c5aca-6b92-4117-a33d-e7d6e5e8af0e.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/f17c5aca-6b92-4117-a33d-e7d6e5e8af0e.jpg"},"MenuItem:15884399":{"__typename":"MenuItem","id":15884399,"isEnabled":true,"name":"Tom Kelly's Steak Sandwich","photosCount":1,"slug":"tom-kellys-steak-sandwich","url":"/items/tom-kellys-steak-sandwich?location=new-lenox-il&menu=toast-ordering-menu","menu":{"__ref":"Menu:284313"},"photos":[{"__ref":"Photo:120257"}],"section":{"__ref":"MenuSection:18332124"}},"User:51310084":{"__typename":"User","id":51310084,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23AA3EC1/avatars/user_03.png","displayName":"Dempsay753"},"Review:12408734":{"__typename":"Review","id":12408734,"content":"Steak sandwich is our go to here. Best steak sandwich around. Never disappoints! Bartender makes a great Bloody Mary too!","approved":true,"createdAt":"2026-01-18T16:00:46Z","dishableId":442465,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%237B883C/avatars/user_08.png","sessionId":null,"dishable":{"__ref":"Dish:442465"},"item":{"__ref":"MenuItem:15884399"},"user":{"__ref":"User:51310084"}},"Dish:442422":{"__typename":"Dish","id":442422,"name":"Reuben Rolls"},"Photo:130816":{"__typename":"Photo","id":130816,"photoHeight":1280,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/55f3b77c-d0f1-4ae5-8c32-4ed583b69d02.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/55f3b77c-d0f1-4ae5-8c32-4ed583b69d02.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/55f3b77c-d0f1-4ae5-8c32-4ed583b69d02.jpg"},"MenuItem:1456599":{"__typename":"MenuItem","id":1456599,"isEnabled":true,"name":"Reuben Rolls","photosCount":1,"slug":"reuben-rolls","url":"/items/reuben-rolls?location=new-lenox-il&menu=main-menu","menu":{"__ref":"Menu:42388"},"photos":[{"__ref":"Photo:130816"}],"section":{"__ref":"MenuSection:233190"}},"User:51148394":{"__typename":"User","id":51148394,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%2393769D/avatars/user_03.png","displayName":"Micki"},"Review:12360920":{"__typename":"Review","id":12360920,"content":"Have had this at other places but none were as filled or as delicious!","approved":true,"createdAt":"2026-01-12T22:20:18Z","dishableId":442422,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23C0E9A4/avatars/user_02.png","sessionId":"5a502fb1-c17f-4251-85a5-4e7722c2d455","dishable":{"__ref":"Dish:442422"},"item":{"__ref":"MenuItem:1456599"},"user":{"__ref":"User:51148394"}},"Dish:442655":{"__typename":"Dish","id":442655,"name":"Fish & Chips"},"Photo:853238":{"__typename":"Photo","id":853238,"photoHeight":2400,"photoWidth":1800,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6b828fb6-f79c-42a2-8bca-c008b2b25bfe.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/6b828fb6-f79c-42a2-8bca-c008b2b25bfe.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/6b828fb6-f79c-42a2-8bca-c008b2b25bfe.jpg"},"MenuItem:1457164":{"__typename":"MenuItem","id":1457164,"isEnabled":true,"name":"Fish & Chips","photosCount":1,"slug":"fish-and-chips","url":"/items/fish-and-chips?location=new-lenox-il&menu=main-menu","menu":{"__ref":"Menu:42388"},"photos":[{"__ref":"Photo:853238"}],"section":{"__ref":"MenuSection:233204"}},"User:50719050":{"__typename":"User","id":50719050,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%23A16FE9/avatars/user_05.png","displayName":"Dana"},"Review:12262332":{"__typename":"Review","id":12262332,"content":"Fish and chips\nWas delicious!!!","approved":true,"createdAt":"2025-12-27T21:47:54Z","dishableId":442655,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%2396FA5C/avatars/user_01.png","sessionId":"64ad6fea-da0c-4c50-a6b7-c9fb00893fee","dishable":{"__ref":"Dish:442655"},"item":{"__ref":"MenuItem:1457164"},"user":{"__ref":"User:50719050"}},"User:48854117":{"__typename":"User","id":48854117,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%237B6342/avatars/user_01.png","displayName":"Tiffney"},"Review:11893474":{"__typename":"Review","id":11893474,"content":"Went with my daughter to catch the end of bears game. This is her favorite menu item.","approved":true,"createdAt":"2025-11-12T16:30:15Z","dishableId":442415,"dishableType":"Dish","sessionAvatarUrl":"https://popmenucloud.com/cdn-cgi/image/format=auto,background=%2364C1E7/avatars/user_03.png","sessionId":"f03079fe-90c1-48c2-bcd7-6f4c68df8411","dishable":{"__ref":"Dish:442415"},"item":{"__ref":"MenuItem:1456583"},"user":{"__ref":"User:48854117"}}};
      window.__POPMENU_SSR_CACHE__ = {"restaurantQuery:{\"variables\":{\"draftMode\":false,\"restaurantId\":7124}}":{"popmenuConfig":{"__typename":"PopmenuConfig","id":1,"authorizePaymentUrl":"https://accept.authorize.net/payment/payment","cloudflareUrl":"https://popmenucloud.com","cloverSdkUrl":"https://checkout.clover.com/sdk.js","env":"production","ga4AdminMeasurementId":"G-DQRKTC277L","ga4MeasurementId":"G-X4RYG0TGPX","googleAdminAnalyticsId":"UA-57118800-3","googleAnalyticsId":"UA-57118800-1","mapboxPublicKey":"pk.eyJ1IjoianBvcG1lbnUiLCJhIjoiY2xqd3Ztd2xiMXF4djNzbWlyODVlYmd6biJ9.VLo8SJmksxCnWpF0xTJ7aA","popmenuEnv":"production","popmenuVersion":"20a0e9bed2b54d3a5bb8a31344bd142d1d9694b2","recaptchaInvisibleSiteKey":"6LfArLYqAAAAALGDVuOzIZjnvH0WUuIUQRNBPlgk","recaptchaSiteKey":"6LfaQEMUAAAAAPj84WyU39_fWF86EGa8Psu46CgZ","signInUrl":"https://sign-in.popmenu.com","snowplowUrl":"c.popmenu.com","spreedlyKey":"WMIeqkHZtbK3jkfAeimlGGqSdZ0","squareEnvironment":"production","squareJsUrl":"https://web.squarecdn.com/v1/square.js"},"restaurant":{"__typename":"Restaurant","id":7124,"accessibilityContact":"(815) 462-8420","actionBar":{"__typename":"RestaurantActionBar","id":24039,"backgroundColor":null,"isEnabled":false,"actionBarLinks":[{"__typename":"RestaurantActionBarLink","id":1657499,"isEnabled":true,"isExternal":false,"linkType":"custom_page_type","name":"Order Now","position":0,"url":"/popmenu-order"}]},"actionBarDraft":{"__typename":"RestaurantActionBarDraft","id":8471,"backgroundColor":null,"isEnabled":false,"actionBarLinks":[{"__typename":"RestaurantActionBarLinkDraft","id":11971,"isEnabled":true,"isExternal":false,"linkType":"custom_page_type","customHref":null,"targetId":"110940","name":"Order Now","position":0}]},"activeBecomeVipMarketingOffer":null,"allowAnonymousPops":true,"allowAnonymousReviews":false,"calendarEventView":"calendar","countries":["US"],"cuisineTypeName":"Bar & Grill","customBlogTitle":null,"customDisclaimer":null,"customFollowPath":null,"customSmsContactDisclaimer":null,"displayDoordashAtCheckout":false,"displayEventTags":true,"displayRestaurantLocations":true,"displayRestaurantLocationsHours":true,"displayRootAnnouncements":true,"displayVipPopup":true,"domain":"tomkellys.com","draftModeKey":"xnktjbrs","draftMode":false,"facebookPixelId":null,"featuredAnnouncements":[{"__typename":"Announcement","marketingOffer":null,"id":406201,"content":"💛 Daddy Date Night • June 18th • 4–8 PM 💛\n\nA special night for dads & their kids featuring dinner, drinks, our \"Dad & Me Banana Split\" to share 🍌 and keepsake fun together.\n\nThe Daddy Date Night Experience is $38 and includes:\n✔ Dad entrée\n✔ Kid meal\n✔ Drinks included\n✔ Shared dessert\n\nLimited seating available — reservations highly recommended.\n\n👉 Reserve your spot today!","createdAt":"2026-05-09T21:38:55Z","endAt":"2026-06-18T16:00:00Z","displayType":"display_modal","featured":true,"heading":"💛 Daddy Date Night • June 18th • 4–8 PM 💛","isMessageCampaignEnabled":true,"isMonday":false,"isTuesday":true,"isWednesday":false,"isThursday":true,"isFriday":false,"isSaturday":true,"isSunday":true,"isRecurring":true,"linkUrl":"https://forms.gle/tcFjmPLE4WFBiA4B7","linkName":"Reserve your spot here!","modalDisplayType":"mdt_side","photoAlt":"daddy date night ","photoHeight":null,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","photoWidth":null,"startAt":"2026-05-09T21:00:00Z","status":"Live","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","updatedAt":"2026-05-09T21:38:55Z","allLocations":true,"announcementLocations":[{"__typename":"AnnouncementLocation","id":740656,"isEnabled":true,"locationId":8851,"location":{"__typename":"RestaurantLocation","id":8851,"name":"New Lenox, IL"}}],"photoUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"daddy date nigth ","bytes":2154367,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-05-08T13:17:12Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","height":1536,"id":16868935,"isPosSynced":false,"originalFilename":"daddy date night .jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","updatedAt":"2026-05-08T13:17:23Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/175c0961-9c33-4510-ae25-4853803de5ec.jpg","userId":2152485,"width":1024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":16868935,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}}],"featuredAnnouncementsCount":1,"firstAvailablePhoneNumber":"8154628420","followButtonCta":"Join for free","featuredAnnouncementsToday":true,"followCollapseSubheadingCta":"Receive updates on discounts, loyalty, rewards & more!","followHeadingCta":"Become a VIP","followSubheadingCta":"Be the first to receive updates on exclusive events, secret menus, special offers/discounts, loyalty rewards & more!","footerLogoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/d301a222-97ee-4281-a5aa-3d04378f381f.png","featureFlags":{"apple_pay_redirect":true,"delete_duplicate_synced_dishes":true,"force_order_details_cart_modal":true,"announcement_performance_improvement":true,"clover_menu_sync":true,"running_job_checker_service":true,"popmenu_ordering_app":true,"refactored_send_message":true,"twilio_backup_number_sms":true,"nsync_toast_synced_photos_modal":true,"multi_location_olo_disablement":true,"nsync_use_photos_in_item_level":true,"nsync_square_uk_ca_support":true,"mfa_banner":true,"nsync_sync_nested_visibility":true,"lock_inactive_members":true,"nsync_ncr_payment_print_all_logs":true,"nsync_support_toast_nested_mod_groups_visibility":true,"track_graphql_controller_metric":true,"nsync_pop_loyalty":true,"validate_unique_integration_id":true,"nsync_spoton":true,"block_ordernerd_cart_regressions":true,"ateam_door_dash_delivery_fee_override":true,"rollout_logging_enabled":true,"ateam_door_dash_detail":true,"nsync_aloha_send_mod_group":true,"afs_subscription_entitlements":true,"nsync_use_custom_square_api_version":true,"nsync_skip_food_and_bev_product_type_warning":true,"nsync_toast_timing_service":true,"nsync_toast_optimize_memory_usage":true,"nsync_toast_temporal_prices":true,"nsync_toast_synced_photos_v2":true,"nsync_toast_pickup_time":true,"nsync_datadog_logs":true,"spidey_extended_theme_settings":true,"nsync_square_non_us_billing":true,"nsync_toast_loyalty":true,"nerds_performance_improvements":true,"nerds_modern_mobile_menu_select":true,"popmenu_ordering_orderable_locations_must_have_menus":true,"nsync_exclude_square_order_fields_to_clear":true,"nsync_unified_loyalty_accumulation":true,"nsync_toast_order_validation":true,"nsync_consumer_profile_loyalty":true,"batch_messaging_audience_eligibility_service":true,"process_batch_messages_uniqueness_lock":true,"stop_sendgrid_retries":true,"process_messages_last_follower_id_tracking":true,"nerds_nested_mod_price_adjustment":true,"nsync_menu_item_cart_submit_locking":true,"nsync_square_allow_quantities":true,"nsync_refund_payments_on_incomplete_carts":true,"nsync_heartland_payment_v2":true,"panic_daily_sales_snapshot":true,"nsync_heartland_card_holder_zip":true,"pal9000_admin_mfa":true,"ateam_uber_direct_order_details":true,"gql_menu_preloader_optimization":true,"nerds_log_menu_section_loading_failures":true,"nsync_toast_required_mods_validation_v2":true,"nerds_nsync_prevent_zero_override":true,"nerds_legacy_oo_logging":true,"popcanics_fullstory_checkbox":true,"panic_offers_homepage_redesign":true,"nsync_square_skip_optional_hidden_modifier_groups":true,"ateam_ordering_blackouts":true,"marketeers_unsubscribe_event":true,"nsync_be_tips_processing":true,"nsync_clover_void_refund_orphaned_payment":true,"ateam_review_section_rebuild":true,"nerds_synchronous_throttle_check":true,"nerds_legacy_ordering_section_moved_notice":true,"afs_ssup_menu_embedded":true,"aim_openai_gpt_model_5_4":true,"extend_dish_promotion_lookback_window":true,"nsync_aloha_verify_any_signatures":true,"centralize_user_resolution_service":true,"centralize_user_resolution_service_ext_guest_import":true,"nsync_pos_ecard_submit_safety":true,"ateam_refactor_modifier_group_apply_service":true,"custom_prompt_marketing":true,"panic_refactor_printing_multiple_copies":true,"panic_consumer_app_metrics":true,"ateam_modular_sign_up_flow":true,"centralize_user_resolution_service_party_user":true,"centralize_user_resolution_service_open_table_guest":true,"nsync_loyalty_bonus_points":true,"ateam_catering_doordash_fee_subsidy":true,"toast_hosted_checkout_debug_logging":true,"nsync_partial_ecard_checkout_total_v2":true,"nerds_reset_expired_scheduled_carts":true,"nerds_follower_opt_out_2026":true,"nerds_validate_required_nested_modifiers":true},"featureSetting":{"__typename":"RestaurantFeatureSetting","id":6136,"isAccessibilityFooterIconEnabled":true,"isSelfServeProductCheckoutEnabled":true,"isChargebeePortalEnabled":false,"isClientProfileEnabled":true,"isCustomCssEnabled":true,"isAiAnsweringEnabled":false,"isAiAnsweringLocked":true,"isAiMarketingCalendarEnabled":false,"isAiMarketingCalendarPerLocationEnabled":false,"isAiMarketingLiteEnabled":true,"isMultiChannelCampaignAiEnabled":true,"isApplePayEnabled":true,"isBoostAiMarketingCalendarEnabled":false,"isCspHeaderEnabled":false,"isConsumerMobileAppEnabled":false,"isCurbsideEnabled":true,"isDeveloperApiEnabled":false,"isShowGlobalBillingAlertEnabled":true,"isDishCustomHtmlEnabled":false,"isDishExtrasEnabled":false,"isDraftsUndoEnabled":false,"isEmailOptInEnabled":false,"isEnablingDrafts":false,"isFacebookCampaignsEnabled":false,"isFeedbackEnabled":true,"isFollowerImportEnabled":true,"isForceSyncMenusEnabled":false,"isGiftCardPurchasingEnabled":true,"isGiftCardsEnabled":true,"isGiftCardsLocked":false,"isGlobalGoogleAnalyticsEnabled":true,"isInstagramEnabled":true,"isInstagramFeedEnabled":true,"isItemCardV2Enabled":true,"isMainNavPanelEnabled":false,"isMarketingCalendarEnabled":true,"isMassMessagesSegmentationEnabled":true,"isMenuSyncUiEnabled":false,"isMessageDetailsOverviewEnabled":true,"isMessagePacksEnabled":true,"isMessagePacksLocked":false,"isMfaRequiredEnabled":false,"isMmsMessageEnabled":false,"isMobileOrderDetailsV2Enabled":true,"isMultiLocationOloBillingEnabled":false,"isLoyaltyEnabled":true,"isNcrSilverEnabled":false,"isNestedModifiersEnabled":true,"isOpenTableIntegrationEnabled":false,"isOrderingCateringEnabled":true,"isOrderingCateringLocked":false,"isOrderingDeliveryEnabled":true,"isOrderingEventsEnabled":true,"isOrderingEventsLocked":false,"isOrderingDineInEnabled":true,"isOrderingDineInLocked":false,"isOrderingDoorDashEnabled":true,"isOrderingEnabled":true,"isOrderingPaymentEnabled":true,"isOrderingRefundsEnabled":true,"isOrderingBillingConfigValidationEnabled":true,"isOrdernerdEnabled":false,"isOtterV2Enabled":false,"isPrintCenterEnabled":true,"isPrintCenterLocked":false,"isProfileV2Enabled":true,"isReservationsEnabled":true,"isRoiAlertsEnabled":false,"isShowVipPromptOnHomePageOnlyEnabled":false,"isSmsOptInEnabled":false,"isSocialPostSuggestionsEnabled":true,"isTextMessageEnabled":true,"isTextMessageLocked":false,"isTextMessagesSegmentationEnabled":true,"isWaitlistEnabled":true,"isWaitlistLocked":false,"isWaitlistV2Enabled":true,"isAiReviewResponseEnabled":true,"isYextReviewsEnabled":false,"isAutoRevShareCustomFeesCreationEnabled":false},"giveawayAmount":"$500","isDishCustomHtmlEnabled":false,"isMarketingOptInEnabled":false,"isNestedModifiersEnabled":true,"isPublishingDrafts":false,"isSingleLocation":false,"isOnlyUkBased":false,"legacyOrderDefaultUrl":"/order","logoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","logoWithPaddingUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=pad,background=transparent/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","name":"Tom Kelly's","offerMessageCampaignCount":1,"onlineOrderCateringUrl":"/popmenu-catering","onlineOrderDefaultUrl":"/popmenu-order","orderingLogoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/6b5f4683-eaf9-4ead-932d-bc3065dfd26a.png","orderingFooterLogoUrl":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/6e1fc196-3d8d-4237-ab41-ef2fee4b0033.png","photoUrl":null,"platformBrand":"popmenu_platform_brand","platformBrandName":"Popmenu","platformBrandUrl":"https://get.popmenu.com","popmenuGoogleAnalyticsId":null,"popmenuUrl":"https://www.tomkellys.com","priceRangeSymbols":"$$","primarySubdomain":"www","restaurantUrl":"https://www.tomkellys.com","servedMealTypes":["meal_lunch","meal_dinner"],"showNavLocation":true,"showNavSignUp":true,"signUpBackgroundImageUrl":null,"signUpButtonCta":"Sign Up","signUpHeadingCta":"Become a VIP","signUpSubheadingCta":"Be the first to receive updates on exclusive events, secret menus, special offers/discounts, loyalty rewards & more!","siteTitle":"Tom Kelly's - New Lenox Il","slug":"xnktjbrs","subdomain":"tom-kellys","updatedAt":"2026-06-04T16:00:02Z","yearEstablished":2007,"locationsCount":1,"firstLocation":{"__typename":"RestaurantLocation","id":8851,"displayPhone":"(815) 462-8420","streetAddress":"495 Degroate Road","city":"New Lenox","country":"US","state":"IL","postalCode":"60451","lat":41.517685,"lng":-87.988635,"googlePlaceId":null,"phone":"8154628420"},"customPages":[{"__typename":"CustomPage","id":28943,"customMetaTitle":"Bar","firstMenuId":351447,"recentVisitsCount":33,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Bar Selection","navbarLogoToggle":true,"slug":"bar","tabName":null,"url":"/bar"},{"__typename":"CustomPage","id":1488756,"customMetaTitle":"Bar (copy)","firstMenuId":351447,"recentVisitsCount":3,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Bar Selection","navbarLogoToggle":true,"slug":"bar-copy","tabName":null,"url":"/bar-copy"},{"__typename":"CustomPage","id":1620853,"customMetaTitle":"Book a Party","firstMenuId":null,"recentVisitsCount":18,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"book-a-party","tabName":null,"url":"/book-a-party"},{"__typename":"CustomPage","id":28908,"customMetaTitle":"Contact","firstMenuId":null,"recentVisitsCount":24,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Contact","navbarLogoToggle":true,"slug":"contact","tabName":null,"url":"/contact"},{"__typename":"CustomPage","id":1521657,"customMetaTitle":"Corporate & Warehouse Catering","firstMenuId":null,"recentVisitsCount":15,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"corporate-and-warehouse-catering","tabName":null,"url":"/corporate-and-warehouse-catering"},{"__typename":"CustomPage","id":28910,"customMetaTitle":"Events & Daily Specials","firstMenuId":null,"recentVisitsCount":83,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Events","navbarLogoToggle":true,"slug":"food-specials","tabName":null,"url":"/food-specials"},{"__typename":"CustomPage","id":1602348,"customMetaTitle":"Fundraisers (Dine and Donate)","firstMenuId":null,"recentVisitsCount":6,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Fundraise With Tom Kelly's","navbarLogoToggle":true,"slug":"fundraisers","tabName":null,"url":"/fundraisers"},{"__typename":"CustomPage","id":28916,"customMetaTitle":"Home","firstMenuId":null,"recentVisitsCount":12,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Tom Kelly's","navbarLogoToggle":true,"slug":"home","tabName":null,"url":"/home"},{"__typename":"CustomPage","id":1579528,"customMetaTitle":"Homepage","firstMenuId":null,"recentVisitsCount":925,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":true,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"homepage","tabName":null,"url":"/"},{"__typename":"CustomPage","id":28913,"customMetaTitle":"Join Our Team","firstMenuId":null,"recentVisitsCount":24,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Join Our Team","navbarLogoToggle":true,"slug":"join-our-team","tabName":null,"url":"/join-our-team"},{"__typename":"CustomPage","id":1351036,"customMetaTitle":"Loyalty","firstMenuId":null,"recentVisitsCount":1,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"loyalty","tabName":null,"url":"/loyalty"},{"__typename":"CustomPage","id":1351065,"customMetaTitle":"Loyalty","firstMenuId":null,"recentVisitsCount":0,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"loyalty-2","tabName":null,"url":"/loyalty-2"},{"__typename":"CustomPage","id":28914,"customMetaTitle":"Menu","firstMenuId":42388,"recentVisitsCount":769,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Menu","navbarLogoToggle":true,"slug":"menu","tabName":null,"url":"/menu"},{"__typename":"CustomPage","id":1087241,"customMetaTitle":"Merchandise","firstMenuId":null,"recentVisitsCount":8,"hasCateringSection":false,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":null,"navbarLogoToggle":true,"slug":"merchandise","tabName":null,"url":"/merchandise"},{"__typename":"CustomPage","id":28915,"customMetaTitle":"Order Online","firstMenuId":null,"recentVisitsCount":0,"hasCateringSection":false,"hasOnlineOrderingSection":true,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"Order Online","navbarLogoToggle":true,"slug":"popmenu-order","tabName":null,"url":"/popmenu-order"},{"__typename":"CustomPage","id":30733,"customMetaTitle":"Order Catering","firstMenuId":null,"recentVisitsCount":0,"hasCateringSection":true,"hasOnlineOrderingSection":false,"isEnabled":true,"isHomePage":false,"isNavEnabled":true,"isHeaderEnabled":true,"name":"order catering online","navbarLogoToggle":true,"slug":"popmenu-catering","tabName":null,"url":"/popmenu-catering"}],"customConversionScripts":[],"customTrackings":[],"footerItems":[],"googleAdsConversionActionScripts":[],"homePage":{"__typename":"CustomPage","id":1579528,"customCanonicalUrl":null,"customHref":null,"customMetaDescription":null,"customMetaImageUrl":null,"customMetaKeywords":null,"customMetaTitle":"Homepage","defaultMetaDescription":"Tom Kelly's in New Lenox, IL. Welcome to Tom Kelly's Chophouse & Pub\n — a family-owned Irish American restaurant and neighborhood pub in New Lenox proudly serving the community for nearly two decades. We're known for made-from-scratch favorites, hand-cut steaks, fresh seafood, burgers, sandwiches, weekly chef specials, and a great selection of whiskey, bourbon, beer, and cocktails. Whether you're joining us for lunch, dinner, game day, live music, Bingo nights, or celebrations with family and friends, you'll always find warm hospitality and a welcoming atmosphere. Dine in, carry out, order delivery, host a party, or let us cater your next event.","defaultMetaKeywords":null,"disableAjaxLoad":false,"headerBgFullHeight":false,"headerFontCase":null,"headerLinkCustomPageId":null,"headerLinkText":null,"headerLinkUrl":null,"headerTransitionTiming":null,"headerTransitionType":"ht_fade","headerImageSetting":"static","heroBackgroundColor":null,"heroVideoCloudflareId":null,"heroVideoThumbnailUrl":null,"heroVideoUrl":null,"isEnabled":true,"isExternal":false,"isHeaderEnabled":true,"isHomePage":true,"isMemberOnly":false,"isNavEnabled":true,"linkType":"custom_page_type","metaDescription":"Tom Kelly's in New Lenox, IL. Welcome to Tom Kelly's Chophouse & Pub\n — a family-owned Irish American restaurant and neighborhood pub in New Lenox proudly serving the community for nearly two decades. We're known for made-from-scratch favorites, hand-cut steaks, fresh seafood, burgers, sandwiches, weekly chef specials, and a great selection of whiskey, bourbon, beer, and cocktails. Whether you're joining us for lunch, dinner, game day, live music, Bingo nights, or celebrations with family and friends, you'll always find warm hospitality and a welcoming atmosphere. Dine in, carry out, order delivery, host a party, or let us cater your next event.","metaImageType":"mit_hero","metaImageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","metaKeywords":null,"name":null,"performanceMetadata":{"__typename":"CustomPagePerformanceMetadata","id":79409,"visibleSections":[]},"restaurantId":7124,"slug":"homepage","subheading":null,"tabName":null,"url":"/","heroLogoUrl":null,"heroLogoAlt":null,"navbarLogoToggle":true,"customMetaImageUploadedPhoto":null,"heroImages":[{"__typename":"CustomPageHeroImage","id":1584376,"headerImageAlt":"banquet","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","position":0,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"banquet","bytes":2253938,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-03-03T18:06:07Z","defaultType":null,"folderPath":"banquet ","format":"PNG","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","height":4032,"id":16131524,"isPosSynced":false,"originalFilename":"FCBA0FF2-8A4A-4E0D-AFB5-8D9C17178375.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","updatedAt":"2026-03-20T00:44:57Z","uploaded":true,"uploadedFolderId":109668,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/4c11c1ca-0c8a-4830-8ad7-8c4afd55d3ff.jpg","userId":2152485,"width":3024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":16131524,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}},{"__typename":"CustomPageHeroImage","id":1584377,"headerImageAlt":"reuben rolls","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","position":1,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"reuben rolls ","bytes":1217674,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2020-08-24T17:21:44Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","height":1467,"id":660917,"isPosSynced":false,"originalFilename":"Egg-Rolls-3.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","updatedAt":"2026-01-14T19:01:22Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/5970bcf1-2b29-44cf-9324-33f25e38903f.jpg","userId":958813,"width":2200,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":660917,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}},{"__typename":"CustomPageHeroImage","id":1584378,"headerImageAlt":"ribs","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","position":2,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"ribs","bytes":1595856,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2020-08-24T17:21:46Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","height":1335,"id":660920,"isPosSynced":false,"originalFilename":"Ribs-1.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","updatedAt":"2024-03-06T21:46:12Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/3fb64932-c075-4608-aa59-39a5f6f7e11d.jpg","userId":958813,"width":2104,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":660920,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}},{"__typename":"CustomPageHeroImage","id":1584379,"headerImageAlt":"wings","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","position":3,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"wings","bytes":878724,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2020-08-24T17:21:32Z","defaultType":null,"folderPath":null,"format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","height":1467,"id":660884,"isPosSynced":false,"originalFilename":"Wings-1.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","updatedAt":"2024-10-03T00:50:40Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9090034b-44f0-4658-bfb9-72aefc215f3c.jpg","userId":958813,"width":2200,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":660884,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}},{"__typename":"CustomPageHeroImage","id":1584380,"headerImageAlt":"banquet","imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","position":4,"shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"banquet","bytes":1511671,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2025-12-08T18:13:53Z","defaultType":null,"folderPath":"banquet ","format":"PNG","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","height":4032,"id":15242492,"isPosSynced":false,"originalFilename":"F4A05C37-2576-4A86-8F7B-EE140BBAA41C.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","updatedAt":"2026-02-23T19:31:19Z","uploaded":true,"uploadedFolderId":109668,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/2fc060f2-142a-4e0c-a613-f6dba35777dd.jpg","userId":2152485,"width":3024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":15242492,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}}],"heroLogoUploadedPhoto":null,"heroVideoUploadedVideo":null,"sections":[{"__typename":"CustomPageSection","id":4808084,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":null,"backgroundEffect":"bg_cover","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":null,"foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"grid_gallery","galleryPadding":null,"hasDynamicHeight":true,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":8,"powrInstagramFeedId":null,"sectionHeading":"What's Happening at Tom Kelly's","sectionSubheading":null,"sectionType":"gallery_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[],"galleryImages":[{"__typename":"CustomPageGalleryImage","id":2798506,"imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","position":0,"caption":"Monday Bingo - Starts at 6 PM","description":"bingo","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","imageUploadedPhotoId":15701951,"imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"bingo","bytes":1643378,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-01-19T19:43:36Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","height":1024,"id":15701951,"isPosSynced":false,"originalFilename":"bingo mondays .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","updatedAt":"2026-01-19T19:43:45Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/9b9a6c51-323d-4082-8f71-745e4b26995b.png","userId":2152485,"width":1024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":15701951,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}},{"__typename":"CustomPageGalleryImage","id":2798507,"imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","position":1,"caption":null,"description":"group meeting, clubs,","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","imageUploadedPhotoId":15723861,"imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"group meeting, clubs, ","bytes":2779812,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-01-22T19:50:03Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","height":1024,"id":15723861,"isPosSynced":false,"originalFilename":"group meeting promo .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","updatedAt":"2026-01-22T19:50:16Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/6656ea81-3f48-4963-aef7-d82914fc6779.png","userId":2152485,"width":1536,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":15723861,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}},{"__typename":"CustomPageGalleryImage","id":2798508,"imageUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","position":2,"caption":null,"description":"weekly specials","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","imageUploadedPhotoId":16388945,"imageUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"weekly specials ","bytes":2426030,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-03-20T02:20:15Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","height":1024,"id":16388945,"isPosSynced":false,"originalFilename":"weekly specials website .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","updatedAt":"2026-03-20T02:20:26Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/e75bda2d-f0e8-4e00-b3fb-138704070dbc.png","userId":2152485,"width":1024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":16388945,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}}}],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},{"__typename":"CustomPageSection","id":4808085,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":null,"backgroundEffect":"bg_cover","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":null,"foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"slider_gallery","galleryPadding":null,"hasDynamicHeight":false,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":9,"powrInstagramFeedId":null,"sectionHeading":null,"sectionSubheading":null,"sectionType":"featured_items_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[{"__typename":"CustomPageSectionFeaturedItem","id":4720,"position":0,"menuItem":{"__typename":"MenuItem","id":1457092,"currency":"USD","description":"Slow-cooked and fall off the bone.","dishId":442632,"featured":true,"likedItPopsCount":2,"lovedItPopsCount":16,"isEnabled":true,"isOrderingEnabled":false,"isPoppable":true,"masterItemId":1457091,"name":"1/2 Rack Ribs","outOfStock":false,"outOfStockUntil":null,"photosCount":1,"popsCount":23,"price":22,"priceCustomText":null,"priceType":"amount_price_type","restaurantId":7124,"reviewsCount":10,"shortLinkUrl":"https://popme.nu/tks12rr1","showFeaturedPhoto":true,"slug":"1-2-rack-ribs","wannaTryPopsCount":5,"section":{"__typename":"MenuSection","id":233204,"name":"Entrees","menu":{"__typename":"Menu","id":42388,"cateringLeadTimeMinutes":0,"isCateringMenu":false,"locationId":8851,"menuOrderingUrl":null}},"photos":[{"__typename":"Photo","id":120255,"photoHeight":1280,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg"}],"featuredPhoto":{"__typename":"Photo","id":120255,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/28e87457-09f9-4577-b69a-eedb5ecb3197.jpg"}},"menuItemName":"1/2 Rack Ribs","review":{"__typename":"Review","id":237571,"content":"These ribs are the best around! So tender and the flavor can't be beat!","user":{"__typename":"User","id":3121120,"displayName":"Brian"}}},{"__typename":"CustomPageSectionFeaturedItem","id":4721,"position":1,"menuItem":{"__typename":"MenuItem","id":1456656,"currency":"USD","description":"Slow roasted corn beef topped with sauerkraut & Swiss cheese. Served with a side of 1000 island dressing.","dishId":442449,"featured":true,"likedItPopsCount":5,"lovedItPopsCount":33,"isEnabled":true,"isOrderingEnabled":false,"isPoppable":true,"masterItemId":1456655,"name":"Reuben","outOfStock":false,"outOfStockUntil":null,"photosCount":1,"popsCount":40,"price":18,"priceCustomText":null,"priceType":"amount_price_type","restaurantId":7124,"reviewsCount":18,"shortLinkUrl":"https://popme.nu/tksrd","showFeaturedPhoto":true,"slug":"reuben","wannaTryPopsCount":2,"section":{"__typename":"MenuSection","id":233195,"name":"Sandwiches","menu":{"__typename":"Menu","id":42388,"cateringLeadTimeMinutes":0,"isCateringMenu":false,"locationId":8851,"menuOrderingUrl":null}},"photos":[{"__typename":"Photo","id":120254,"photoHeight":1293,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg"}],"featuredPhoto":{"__typename":"Photo","id":120254,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/31f4e36c-1ca3-4e07-b637-743584b95bcd.jpg"}},"menuItemName":"Reuben","review":{"__typename":"Review","id":311507,"content":"One of the best Reuben sandwiches around. Corned beef is sliced thin and always tender. Get a cup of their delicious colcannon soup to go with it. Delicious!!","user":{"__typename":"User","id":3776234,"displayName":"Zannie16"}}},{"__typename":"CustomPageSectionFeaturedItem","id":4722,"position":2,"menuItem":{"__typename":"MenuItem","id":6294246,"currency":"USD","description":"Crispy chicken, cheddar cheese, lettuce, tomato & ranch.","dishId":442458,"featured":false,"likedItPopsCount":3,"lovedItPopsCount":26,"isEnabled":true,"isOrderingEnabled":false,"isPoppable":true,"masterItemId":6294245,"name":"Crispy Chicken Wrap","outOfStock":false,"outOfStockUntil":null,"photosCount":1,"popsCount":32,"price":16,"priceCustomText":null,"priceType":"amount_price_type","restaurantId":7124,"reviewsCount":1,"shortLinkUrl":"https://popme.nu/tksccw3","showFeaturedPhoto":true,"slug":"crispy-chicken-wrap","wannaTryPopsCount":3,"section":{"__typename":"MenuSection","id":233195,"name":"Sandwiches","menu":{"__typename":"Menu","id":42388,"cateringLeadTimeMinutes":0,"isCateringMenu":false,"locationId":8851,"menuOrderingUrl":null}},"photos":[{"__typename":"Photo","id":130815,"photoHeight":1254,"photoWidth":1920,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg","shareUrl":"https://popmenucloud.com/cdn-cgi/image/width=1200,height=630,format=auto,fit=cover/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg"}],"featuredPhoto":{"__typename":"Photo","id":130815,"photoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg","thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/28be3b19-8586-4be9-a1df-84f460090b74.jpg"}},"menuItemName":"Crispy Chicken Wrap","review":{"__typename":"Review","id":333008,"content":"My husband's favorite chicken wrap!","user":{"__typename":"User","id":3983791,"displayName":"Abby"}}}],"galleryImages":[],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},{"__typename":"CustomPageSection","id":4808086,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":null,"backgroundEffect":"bg_cover","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":null,"foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"slider_gallery","galleryPadding":null,"hasDynamicHeight":false,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":10,"powrInstagramFeedId":null,"sectionHeading":null,"sectionSubheading":null,"sectionType":"multi_column_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[],"galleryImages":[],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[{"__typename":"CustomPageSectionColumn","id":2654290,"backgroundColor":null,"columnContent":"From 20–200+ people. Easy ordering. Scratch kitchen.","columnContentHtml":null,"columnHeading":"Catering","columnPhoto":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","columnPhotoAlt":"catering caesar","columnPhotoOverlayText":null,"columnPhotoOverlayTextAlt":null,"columnPhotoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","columnThumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=160,height=160,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","columnLinkTargetId":null,"columnLinkText":"Order Now!","columnLinkUrl":"https://www.tomkellys.com/order-catering#menu?location=new-lenox-il","columnSecondLinkTargetId":null,"columnSecondLinkText":null,"columnSecondLinkUrl":null,"columnVideoCloudflareId":null,"columnVideoThumbnailUrl":null,"columnVideoUrl":null,"disableAjaxLink":false,"disableAjaxSecondLink":false,"elementId":null,"isHtmlContent":false,"position":0,"columnPhotoUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"catering caesar","bytes":1656059,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2024-12-18T21:18:31Z","defaultType":null,"folderPath":"catering ","format":"jpg","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","height":2400,"id":12097743,"isPosSynced":false,"originalFilename":"caesar salad catering-Photoroom.jpg","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","updatedAt":"2025-03-27T16:12:41Z","uploaded":true,"uploadedFolderId":96063,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/45f9f8be-fb4f-493e-816a-982549613b03.jpg","userId":2152485,"width":2400,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":12097743,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}},"columnVideoUploadedVideo":null},{"__typename":"CustomPageSectionColumn","id":2654291,"backgroundColor":null,"columnContent":"Birthdays, teams, showers, corporate events","columnContentHtml":null,"columnHeading":"Private Parties","columnPhoto":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","columnPhotoAlt":"banquet 4","columnPhotoOverlayText":null,"columnPhotoOverlayTextAlt":null,"columnPhotoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","columnThumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=160,height=160,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","columnLinkTargetId":null,"columnLinkText":"Check it Out!","columnLinkUrl":"https://www.tomkellys.com/book-a-party","columnSecondLinkTargetId":null,"columnSecondLinkText":null,"columnSecondLinkUrl":null,"columnVideoCloudflareId":null,"columnVideoThumbnailUrl":null,"columnVideoUrl":null,"disableAjaxLink":false,"disableAjaxSecondLink":false,"elementId":null,"isHtmlContent":false,"position":1,"columnPhotoUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"banquet 4","bytes":5755298,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2024-11-06T15:38:13Z","defaultType":null,"folderPath":"banquet ","format":"gif","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","height":4032,"id":11674311,"isPosSynced":false,"originalFilename":"tempImagekmKl4S.gif","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","updatedAt":"2024-11-07T21:34:32Z","uploaded":true,"uploadedFolderId":109668,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/7c04d402-d2e6-41ae-ba01-a13b3c930ae2.gif","userId":2152485,"width":3024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":11674311,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}},"columnVideoUploadedVideo":null},{"__typename":"CustomPageSectionColumn","id":2654292,"backgroundColor":null,"columnContent":"5 minutes from Wintrust. Fast service. Big groups welcome.","columnContentHtml":null,"columnHeading":"Teams & Tournaments","columnPhoto":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","columnPhotoAlt":"softball, baseball, wintrust, new lenox crossroads","columnPhotoOverlayText":null,"columnPhotoOverlayTextAlt":null,"columnPhotoUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","columnThumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=160,height=160,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","columnLinkTargetId":null,"columnLinkText":"Check out the Menu!","columnLinkUrl":"https://www.tomkellys.com/menu#menu=main-menu","columnSecondLinkTargetId":null,"columnSecondLinkText":null,"columnSecondLinkUrl":null,"columnVideoCloudflareId":null,"columnVideoThumbnailUrl":null,"columnVideoUrl":null,"disableAjaxLink":false,"disableAjaxSecondLink":false,"elementId":null,"isHtmlContent":false,"position":2,"columnPhotoUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"softball, baseball, wintrust, new lenox crossroads ","bytes":2127611,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-02-23T21:23:12Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","height":1024,"id":16022047,"isPosSynced":false,"originalFilename":"wintrust graphic .png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","updatedAt":"2026-02-23T21:23:31Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/a4cf19d9-4467-45f6-acee-374026c62c86.png","userId":2152485,"width":1024,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":16022047,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}},"columnVideoUploadedVideo":null}],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]},{"__typename":"CustomPageSection","id":4808087,"aboutContent":null,"aboutContentMaxWidth":"acmx_100","aboutHeading":null,"aboutLinkText":null,"aboutLinkUrl":null,"aboutPhotoAlt":null,"aboutPhotoUrl":null,"aboutFontAlignment":"left","aboutFontColor":null,"aboutPadding":null,"aboutPhotoPosition":"ap_right","accessibleAltContent":null,"announcementFontAlignment":"afa_center","backgroundColor":"rgb(48, 68, 44)","backgroundEffect":"bg_repeat","backgroundImageSetting":"static","backgroundImageUrl":null,"calendarEventView":"timeline","cartType":"default_cart_type","customEmbedHtml":null,"customHtml":null,"customVideoCloudflareId":null,"customVideoContent":null,"customVideoHeading":null,"customVideoTranscriptionUrl":null,"customVideoPreviewThumbnail":null,"customVideoUrl":null,"defaultZoomLevel":15,"disableAjaxLoad":false,"ecwidShopId":null,"facebookPageId":null,"featuredItemLayout":"grid","fontColor":"rgb(22, 21, 21)","foodtecApiToken":null,"formsiteKeyUrl":null,"youtubeVideoUrl":null,"displayLocationStateHeading":true,"galleryColumn":null,"galleryType":"slider_gallery","galleryPadding":null,"hasDynamicHeight":false,"highlightReelId":null,"isEnabled":true,"instagramFeedPhotos":[],"instagramFeedSocialAccountId":null,"instagramUserId":null,"isFullWidth":false,"linkTargetId":null,"linkType":"custom_type","locationContent":null,"locationSectionLayout":"lls_bottom","mapTheme":"streets","maxCalendarEventsDisplayed":0,"multiColumnDisplayType":"mcdt_multi_column","multiColumnImgObjectFit":"cover","multiColumnSectionCount":4,"position":11,"powrInstagramFeedId":null,"sectionHeading":"Why People Love us","sectionSubheading":null,"sectionType":"review_section","reviewSectionHasDisplayableConsumerReviews":true,"showDirectionsButton":true,"showLocationCustomButtons":true,"showTextBoxLink":true,"slug":null,"transitionTiming":null,"transitionType":null,"tripleseatFormId":null,"tripleseatFormKey":null,"aboutPhotoUploadedPhoto":null,"advancedForm":null,"articles":[],"backgroundImageUploadedPhoto":null,"customForm":null,"customVideoUploadedVideo":null,"featuredItems":[],"galleryImages":[],"giftCardImages":[],"giftCardShopItem":null,"locations":[],"menus":[],"rootSectionType":null,"sectionColumns":[],"selectedEventTags":[],"selectedLocations":[],"selectedMenus":[]}]},"logoUploadedPhoto":{"__typename":"UploadedPhoto","aimAvailable":false,"altText":"logo","bytes":98325,"category":null,"consumerLocale":"en_consumer_locale","createdAt":"2026-05-11T21:51:49Z","defaultType":null,"folderPath":null,"format":"png","fullUrl":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","height":500,"id":16913941,"isPosSynced":false,"originalFilename":"restaurant logo.png","previewUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=png,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","publicId":null,"rawUrl":"https://popmenucloud.com/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","restaurantId":7124,"thumbnailUrl":"https://popmenucloud.com/cdn-cgi/image/width=640,height=640,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","updatedAt":"2026-05-11T21:52:02Z","uploaded":true,"uploadedFolderId":null,"url":"https://popmenucloud.com/cdn-cgi/image/width=1920,height=1920,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","userId":2152485,"width":1000,"uiUploadable":{"__typename":"UiUploadableUploadedPhoto","id":16913941,"isMutable":true,"showDeleteOption":true,"showDownloadOption":true,"showMoveOption":true,"showCopyOption":true,"showEditOption":true}},"navItems":[{"__typename":"RestaurantNavDropdown","id":1366784,"name":"Menu","position":0,"isFeatured":true,"navLinks":[{"__typename":"RestaurantNavLink","id":9667022,"disableAjaxLoad":false,"isExternal":false,"linkType":"menu_type","locationId":null,"name":"Main Menu","position":0,"targetId":"42388","thumbnailUrl":null,"url":"/menu#menu=main-menu"},{"__typename":"RestaurantNavLink","id":9667023,"disableAjaxLoad":false,"isExternal":false,"linkType":"menu_type","locationId":null,"name":"Catering","position":1,"targetId":"42398","thumbnailUrl":null,"url":"/menu#menu=catering-menu"},{"__typename":"RestaurantNavLink","id":9667024,"disableAjaxLoad":false,"isExternal":false,"linkType":"menu_type","locationId":null,"name":"Banquet","position":2,"targetId":"42396","thumbnailUrl":null,"url":"/menu#menu=banquet-and-event-menu"}]},{"__typename":"RestaurantNavDropdown","id":4132,"name":"Order Online","position":1,"isFeatured":true,"navLinks":[{"__typename":"RestaurantNavLink","id":9667025,"disableAjaxLoad":false,"isExternal":false,"linkType":"custom_page_type","locationId":null,"name":"Order Takeout","position":0,"targetId":"28915","thumbnailUrl":null,"url":"/popmenu-order"},{"__typename":"RestaurantNavLink","id":9667026,"disableAjaxLoad":false,"isExternal":false,"linkType":"custom_page_type","locationId":null,"name":"Order Catering","position":1,"targetId":"30733","thumbnailUrl":null,"url":"/popmenu-catering"}]},{"__typename":"RestaurantNavLink","id":9667027,"name":"Corporate & Warehouse Catering","position":2,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1521657","thumbnailUrl":null,"url":"/corporate-and-warehouse-catering"},{"__typename":"RestaurantNavLink","id":9667028,"name":"Fundraisers (Dine & Donate)","position":3,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1602348","thumbnailUrl":null,"url":"/fundraisers"},{"__typename":"RestaurantNavLink","id":9667029,"name":"Bar","position":4,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28943","thumbnailUrl":null,"url":"/bar"},{"__typename":"RestaurantNavLink","id":9667030,"name":"Gift Cards","position":5,"disableAjaxLoad":false,"isExternal":true,"isFeatured":false,"linkType":"custom_type","locationId":null,"photoUrl":null,"targetId":null,"thumbnailUrl":null,"url":"https://www.toasttab.com/tomkellys/giftcards"},{"__typename":"RestaurantNavLink","id":9667031,"name":"Merchandise","position":6,"disableAjaxLoad":true,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1087241","thumbnailUrl":null,"url":"/merchandise"},{"__typename":"RestaurantNavLink","id":9667032,"name":"Daily Specials & Events","position":7,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28910","thumbnailUrl":null,"url":"/food-specials"},{"__typename":"RestaurantNavLink","id":9667033,"name":"Join Our Team","position":8,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28913","thumbnailUrl":null,"url":"/join-our-team"},{"__typename":"RestaurantNavLink","id":9667034,"name":"Join our Loyalty","position":9,"disableAjaxLoad":false,"isExternal":true,"isFeatured":false,"linkType":"custom_type","locationId":null,"photoUrl":null,"targetId":null,"thumbnailUrl":null,"url":"https://www.toasttab.com/tomkellys/rewardsSignup"},{"__typename":"RestaurantNavLink","id":9667035,"name":"Contact","position":10,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"28908","thumbnailUrl":null,"url":"/contact"},{"__typename":"RestaurantNavLink","id":9667036,"name":"Book a Party","position":11,"disableAjaxLoad":false,"isExternal":false,"isFeatured":false,"linkType":"custom_page_type","locationId":null,"photoUrl":null,"targetId":"1620853","thumbnailUrl":null,"url":"/book-a-party"}],"rootAnnouncement":{"__typename":"RootAnnouncement","id":3,"content":"Win $500! Enter by writing a dish review to help others. Drawing 7/1.","country":"US","isEnabled":true,"linkUrl":"/reviews","reviewContent":"PAST DRAWING WINNERS\n\nApril 2026:\nComing soon\n\nMarch 2026:\nSky, 57th Fighter Group\nAtlanta, GA\n\nFebruary 2026:\nJohn, King Fish & Oyster Bar\nConover, NC\n\nJanuary 2026:\nLakeshia, Jac's Craft Smokehouse\nWest Monroe, LA\n\nDecember 2025:\nPaula, Step In Restaurant\nBronx, NY\n\nNovember 2025:\nJohn, Webb Custom Kitchen\nGastonia, NC\n\nOctober 2025:\nMacy, Scout's Honor\nIowa City, IA \n\nSeptember 2025:\nMoana, The Breakfast Boys\nCollege Park, GA\n\nAugust 2025:\nKathy, The Inferno Hartville\nHartville, OH\n\nJuly 2025:\nLouis, Pueblo Viejo\nAustin, TX\n\nJune 2025:\nTesillo, Coco Mayo\nSan Diega, CA\n\nMay 2025:\nJordan, The Whelan\nAtlanta, GA\n\nApril 2025:\nJenna, Beetle's Bar & Grill\nRochester, MN\n\nMarch 2025:\nAmanda, RG Burgers & Grill\nDenton, TX\n\nFebruary 2025:\nLogan, Wok n Fire\nSouth Barrington, IL\n\nJanuary 2025:\nFernando, Teglia Pizza Bar\nMontclair, NJ\n\nDecember 2024:\nBrenda, Brazilian Bowl\nLakeview, IL\n\nNovember 2024:\nMaureen, Hacienda San Antonio\nCarrollton, GA\n\nOctober 2024:\nZach, Galla's Pizza \nChamblee, GA\n\nSeptember 2024:\nMichael, Dos Salsas\nCedar Park, TX\n\nAugust 2024:\nKay, McGuire's Irish Pub\nDestin, FL\n\nJuly 2024:\nJamie, Rio Bravo Mexican Grill\nGreensboro, NC\n\nJune 2024:\nAngela, Booty's Wings, Burgers & Beer\nGoodyear, AZ\n\nMay 2024:\nMark, Flock Shop\nSpartanburg, SC \n\nApril 2024:\nLatina, Mad Cow Grill\nLaurel, MD\n\nFebruary 2024:\nMadison, Poogan's Porch\nCharleston, SC\n\nJanuary 2024: \nLanah, Shipp Brothers Brewing\nNewark, OH\n\nDecember 2023:\nJennifer, Meta & Rose\nWasilla, AK\n\nNovember 2023:\nEmily, Wok n Fire\nBurr Ridge, IL\n\nOctober 2023:\nSam, Bobwhite Counter\nNew York, NY\n\nSeptember 2023:\nTammy, Nacho Mama's\nStillwater, MN\n\nAugust 2023:\nJames, Big Mic's Saloon & BBQ\nKuna, ID\n\nJuly 2023:\nSusan, McGuire's Irish Pub\nPensacola, FL\n\nJune 2023:\nSusan, Carlos O'Brien's Mexican\nPhoenix, AZ\n\nMay 2023:\nJohn, Pies & Thighs\nCataula, GA\n\nApril 2023:\nRick, Submarine House\nVandalia, OH\n\nMarch 2023:\nJohn, The Barley House\nCondord, NH\n\nFebruary 2023:\nRoselinda, Junction Restaurant\nChinle, AZ\n\nJanuary 2023:\nJustine, Blue Sky Cafe\nFletcher, NC\n\nDecember 2022:\nKelly, Cookies Country Chicken\nSeattle, WA\n\nNovember 2022:\nLaney, Archie Moore's\nNew Haven, CT\n\nOctober 2022:\nMelissa, Noble Crust\nSt. Pete, FL\n\nSeptember 2022:\nBen, Cinn City\nLynchburg, VA\n\nAugust 2022:\nRebecca, Udder Delight\nCranston, RI\n\nJuly 2022: \nRandolph, Turkey Leg Hut\nHouston, TX\n\nJune 2022:\nLawrence, O'Ya Cantina\nChapel Hill, NC\n\nMay 2022:\nDavid, Grillsmith\nSarasota, FL\n\nApril 2022:\nKatie, Jelly Cafe\nDenver, CO\n\nMarch 2022:\nMarny, PPC Italian Restaurant\nPlaistow, NH\n\nFebruary 2022:\nTeresa, Black Angus\nVancouver, BC\n\nJanuary 2022:\nDeirdre, White Pie\nColorado Springs, CO\n\nDecember 2021:\nCamille, Patsy's Roadhouse\nHopewell Junction, NY\n\nNovember 2021:\nSherry, Riverpark Pub and Eatery\nParkville, MO\n\nOctober 2021:\nStephanie, Hightopps Backstage Grille\nTimonium, MD\n\nSeptember 2021:\nMegan, Scratch Kitchen & Taproom\nApex, NC\n\nAugust 2021:\nJerome, Taste of Soul by Ms. Nancy\nBurlington, NJ\n\nJuly 2021:\nThe Great Greek, NV\n\nJune 2021:\nSylvia, Urth Caffé\nLos Angeles, CA \n\nMay 2021:\nAmber, Haute Dogs and Fries\nAlexandria, VA\n\nApril 2021:\nTravis, El Monumento\nGeorgetown, TX\n\nMarch 2021:\nSusan, Alden Park\nPlymouth, MA\n\nFebruary 2021:\nLeilani, Hon Machi Korean BBQ\nSan Antonio, TX\n\nJanuary 2021:\nGoodrich Seafood & Oyster House\n\nDecember 2020:\nHallee, Pizza Sociale\nLos Angeles, CA\n\nNovember 2020:\nBarbara, PPC Italian Restaurant\nPlaistow, NH\n\nOctober 2020:\nCharn, Vitaly\nCosta Mesa, CA\n\nSeptember 2020:\nCarol, Stroud's BBQ\nDaytona Beach Shores, FL\n\nAugust 2020:\nJo-El, Mick's All American\nMount Joy, PA \n\nJuly 2020:\nBronson, Los Dos Potrillos \nColorado\n\nJune 2020:\nElish, Crump's Landing\nHomosassa, FL\n\nMay 2020:\nCarlson, Papi Grande's Mexican\nAmherst, NY\n\nApril 2020:\nSommer, Little Calf Creamery \nThousand Oaks, CA\n\nMarch 2020:\nTheresa, Woody's Crab House\nNorth East, MD\n\nFebruary 2020:\nMaria, The Rustik Fork\nRiverside, CA\n\nJanuary 2020:\nMarsha, Stefano's Restaurant\nFlorence, SC\n\nDecember 2019:\nAlma, Karai Ramen Bistro\nJacksonville, FL\n\nNovember 2019:\nCourtney, Axe & Arrow\nSeattle, WA\n\nOctober 2019:\nAndy, Backwoods Brewing Co.\nPortland, OR\n\nSeptember 2019:\nAmanda, Home Restaurant\nLos Angeles, CA\n\nAugust 2019:\nJennifer, Mark's City Grill\nColumbus, GA\n\nJuly 2019:\nRebecca, Frank Gourmet\nBuffalo, NY\n\nJune 2019:\nDonna, Dino's Sports Bar\nCape Cod, MA\n\nMay 2019:\nKaren, This Little Pig\nAmherst, NY\n\nApril 2019:\nAlicia, Plant Based Pizzeria\nAtlanta, GA"},"signUpSetting":{"__typename":"RestaurantSignUpSetting","id":3042,"isSignUpAnniversaryEnabled":true,"isSignUpAnniversaryRequired":false,"isSignUpBirthdayEnabled":true,"isSignUpBirthdayRequired":false,"isSignUpNameEnabled":true,"isSignUpNameRequired":true,"isSignUpPhoneEnabled":true,"signUpLogoEffect":"sule_none"},"socialHandles":[{"__typename":"RestaurantSocialHandle","id":1751975,"socialType":"facebook","url":"https://www.facebook.com/tomkellyspub"},{"__typename":"RestaurantSocialHandle","id":1751976,"socialType":"twitter","url":"https://twitter.com/tomkellyspub"},{"__typename":"RestaurantSocialHandle","id":1751977,"socialType":"instagram","url":"https://instagram.com/tomkellyspub"}],"theme":{"__typename":"Theme","id":5043,"activeNavlinkColor":null,"announcementBgColor":null,"announcementBorderColor":null,"customCss":"@charset \"UTF-8\";\n/* Root Theme */\n/* Navigation */\nnav.navbar {\n  min-height: 100px !important;\n}\n@media (max-width: 960px) {\n  nav.navbar {\n    min-height: 60px !important;\n  }\n}\n\nnav.navbar.toggle-scrolled {\n  min-height: 60px !important;\n}\n\n.navbar.toggle-scrolled {\n  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);\n}\n\n.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {\n  letter-spacing: 0.75px;\n}\n\n/* Announcements */\n.pm-featured-announcement :is(h1, h2, h3, h4, h5, h6):where(.pm-h2, h2:not(.pm-AH)) {\n  margin-top: 0;\n  text-transform: unset;\n  letter-spacing: 0;\n}\n\n/* Page Headers */\n.page-header .pm-page-heading, .page-header .pm-page-subheading {\n  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);\n}\n\n/* Buttons */\n.pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .pagebutton, .page-button {\n  border-radius: 0;\n  box-shadow: none;\n  transition: 250ms;\n  margin: 10px;\n  padding: 12px 20px;\n  font-size: 18px;\n  letter-spacing: 1px;\n  display: inline-block;\n}\n\n.pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus {\n  transition: 250ms;\n  box-shadow: none;\n  color: unset;\n}\n\n/* General Page Effects */\n.parallax {\n  height: 300px;\n}\n@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {\n  .parallax {\n    background-attachment: scroll !important;\n  }\n}\n@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {\n  .parallax {\n    background-attachment: scroll !important;\n  }\n}\n\n#parallax-overlay .pm-about-section {\n  background-color: rgba(0, 0, 0, 0.4);\n}\n@media (max-width: 768px) {\n  #parallax-overlay .pm-about-section {\n    padding: 40px 16px 56px !important;\n  }\n}\n#parallax-overlay .pm-button {\n  border: 2px solid #fff;\n  color: #fff;\n  background-color: transparent;\n}\n#parallax-overlay .pm-button:hover, #parallax-overlay .pm-button:focus {\n  color: #000;\n  background-color: #fff;\n}\n\n.pm-about-section-image-container picture {\n  margin: auto;\n}\n\n.pm-about-section-content-container {\n  align-self: center;\n}\n\n#parallax {\n  height: 300px;\n}\n@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {\n  #parallax {\n    background-attachment: scroll !important;\n  }\n}\n@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {\n  #parallax {\n    background-attachment: scroll !important;\n  }\n}\n\n#home-cta {\n  height: 100%;\n}\n@media (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {\n  #home-cta {\n    background-attachment: scroll !important;\n  }\n}\n@media (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {\n  #home-cta {\n    background-attachment: scroll !important;\n  }\n}\n\n/* Section Headers */\n.pm-custom-section .pm-custom-section-heading, .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-weight: normal;\n  margin-bottom: 30px;\n  letter-spacing: 1px;\n}\n@media (min-width: 768px) {\n  .pm-custom-section .pm-custom-section-heading, .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n    font-size: 38px;\n  }\n}\n\n/* Galleries */\n.xmasonry {\n  margin-top: 5px;\n  margin-bottom: 5px;\n}\n.xmasonry img {\n  opacity: 1;\n  transition: 200ms;\n  border: none;\n}\n.xmasonry img:hover {\n  opacity: 0.6;\n  transition: 200ms;\n  transform: scale(1.01);\n}\n@media (max-width: 768px) {\n  .xmasonry img {\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n  }\n}\n\n/* Locations */\n#location .location-social a svg, .pm-location-search-list .location-social a svg {\n  font-size: 24px;\n  margin: 0 2px 10px;\n}\n\n/* Reviews */\n.pm-rave {\n  box-shadow: none;\n}\n\n.pm-rave .pm-rave-content :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  font-size: 24px;\n}\n.pm-rave .pm-rave-content :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) button {\n  background-color: transparent;\n}\n\n/* Footer */\nfooter .custom-links li {\n  list-style: none;\n  text-align: center;\n}\nfooter .custom-links li img {\n  max-width: 150px !important;\n  text-align: center;\n  margin: auto;\n}\n\nfooter .hours-day {\n  display: block;\n  margin-top: 10px;\n}\n\nfooter .hours-times > div {\n  opacity: 0.8;\n}\n\n/* Menus */\n.pm-toggles-wrap {\n  padding-top: 30px;\n}\n\n.pm-menu-section.pm-accented {\n  margin: 20px;\n  padding: 20px;\n}\n\n.pm-menus-bg {\n  padding: 0;\n  background-color: #fff;\n}\n.pm-menus-bg .MuiTabs-scroller.MuiTabs-scrollable a {\n  font-weight: bold;\n}\n\n.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  font-size: 20px;\n}\n\n.pm-dish-tags-key {\n  padding: 30px 30px 0 30px;\n  text-align: center;\n}\n\n.menu-disclaimer {\n  margin: 30px;\n}\n\n@media (max-width: 992px) {\n  .pm-menu-section .section-description {\n    max-width: 100%;\n  }\n}\n@media (min-width: 576px) {\n  .pm-menu-section {\n    padding: 30px;\n  }\n}\n/* Simple Menu Fix */\n.pm-theme-simple .pm-menu-section .section-description {\n  margin-bottom: 35px;\n}\n\n/* Next Specific Menu + OO */\n.pm-theme-next_layout .pm-menu-section section {\n  border-bottom: 1px solid rgba(204, 204, 204, 0.2705882353);\n}\n\n/* modern dish card submit a review button 04/23/25\n- inherits primary theme color if removed */\n/* Online Ordering */\n.pm-next-dish-card-bottom {\n  flex-wrap: wrap;\n}\n\n.pm-next-add-to-cart-button {\n  white-space: normal;\n  margin-bottom: 4px;\n}\n\n.pm-custom-section-online-ordering_section .section-description {\n  max-width: 100%;\n}\n\n.pm-cart-summary-header .MuiTypography-gutterBottom, .pm-cart-summary-bag .MuiTypography-gutterBottom {\n  margin-bottom: 0;\n}\n\n.pm-custom-section .pm-cart-checkout-container :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-size: 1.6rem;\n  margin-bottom: 0;\n  border-bottom: none;\n}\n\n/* Forms */\n#form {\n  padding: 20px 10px;\n}\n\n.pm-custom-form {\n  max-width: 1000px;\n}\n\n/* Advanced Form Styling*/\n.pm-custom-section-advanced-forms_section .pm-advanced-forms-section-wrapper {\n  width: 100%;\n  max-width: 600px;\n}\n.pm-custom-section-advanced-forms_section .pm-custom-section-wrapper {\n  justify-content: center;\n}\n.pm-custom-section-advanced-forms_section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  text-align: center;\n}\n.pm-custom-section-advanced-forms_section form > .MuiGrid-root.MuiGrid-container > .MuiGrid-root.MuiGrid-item {\n  padding-left: 0;\n  padding-top: 25px;\n}\n\n/* Events */\n.fc-event, .fc-event-dot {\n  background-color: #154677;\n}\n\n.fc-event {\n  border: 1px solid #154677;\n}\n\n.pm-calendar-event :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) a {\n  letter-spacing: 0;\n}\n\n.pm-calendar-event p a {\n  display: inline;\n  margin-top: unset;\n  text-transform: none;\n  letter-spacing: 0;\n  font-weight: bold;\n  font-size: 15px;\n  font-style: italic;\n}\n\n.pm-blog-post-page .pm-button, .olo-section-start .pm-button {\n  border-radius: 0;\n  box-shadow: none;\n  letter-spacing: 1px;\n}\n\n/* Removed December 2 2025 for Accessibliity \n.pm-blog-post-index a {\n  text-decoration: unset;\n}\n*/\n.pm-calendar-event-external-link p {\n  display: block;\n  margin: 10px auto;\n  padding: 10px;\n  border: 1px solid;\n}\n\n.calendar-event-name.pm-AH.pm-h4 {\n  padding-top: 10px;\n}\n\n/* event page details button hover ADA fix 04/10/25 */\n.pm-calendar-event-page .pm-button:hover, .pm-calendar-event-page .pm-button:focus {\n  color: inherit !important;\n}\n.pm-calendar-event-page .pm-calendar-event-external-link p {\n  border: 0;\n}\n\n/* mobile responsive event calendar */\n@media (max-width: 768px) {\n  .fc-header-toolbar .fc-toolbar-chunk:last-of-type {\n    display: flex;\n    justify-content: center;\n    align-items: end;\n  }\n  .fc-header-toolbar .fc-toolbar-chunk:last-of-type .fc-button {\n    font-size: 0.9em;\n  }\n  .fc-scrollgrid {\n    width: 100%;\n    height: 100%;\n    overflow-x: auto;\n  }\n  .fc-scrollgrid th {\n    display: none;\n  }\n  .fc-scrollgrid .fc-col-header,\n  .fc-scrollgrid .fc-daygrid-body {\n    display: grid;\n    grid-template-columns: repeat(7, 1fr);\n    width: 100%;\n  }\n  .fc-scrollgrid .fc-daygrid-day {\n    min-width: 100px;\n    flex: 1;\n    border: 0;\n    border-bottom: 1px solid;\n  }\n  .fc-scrollgrid .fc-daygrid-body {\n    display: grid;\n    grid-template-columns: repeat(1, 1fr);\n  }\n  .fc-daygrid-day {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    min-width: 100%;\n  }\n  .fc-daygrid-day .fc-daygrid-day-top {\n    flex-direction: row !important;\n  }\n  .fc-daygrid-day .fc-daygrid-day-frame {\n    padding: 5px;\n    width: 100%;\n    font-weight: bold;\n  }\n  .fc-daygrid-day .fc-daygrid-day-frame .fc-event-title {\n    text-indent: 5px;\n  }\n}\n.pm-blog-post-page .pm-button:hover,\n.olo-section-start .MuiButton-contained .pm-button:hover,\n.pm-blog-post-page .pm-button:active,\n.olo-section-start .MuiButton-contained .pm-button,\n.pm-blog-post-page .pm-button:visited,\n.olo-section-start .MuiButton-contained .pm-button:visited {\n  box-shadow: none;\n  color: #fff;\n}\n\n/* Press */\n.pm-article-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-size: 24px;\n}\n\n/* Third Party Sections */\n.pm-custom-section-formsite-section .container {\n  max-width: 800px;\n  margin: auto;\n}\n\ndiv#tripleseat_embed_form_inline {\n  max-width: 600px;\n  margin: auto;\n  border: 2px solid;\n  padding: 15px;\n}\n\n/* tripleseat - calendar fix 10/10/25 \n- calendar will populate below footer when triggered if removed */\n/* #ui-datepicker-div {\n   top: auto !important;\n  left: auto !important;\n} */\n/* tock calendar fix 01/02/2025\n– footer will overlay the calendar widget if removed */\n#Tock_widget_container {\n  z-index: 5;\n  position: relative;\n}\n\n/* Gift Cards */\n.pm-accordion-gift-card-purchase-section .pm-h5 {\n  color: inherit;\n}\n\n/* Green */\n/* very light gray */\n/* nav & header */\n.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {\n  font-family: \"oswald light\" !important;\n  font-size: 17px;\n  letter-spacing: 1px;\n}\n\n.page-header .pm-button {\n  border: 2px solid #fff;\n  background-color: transparent;\n  color: #fff;\n  border-radius: 0;\n  letter-spacing: 3px;\n}\n@media (max-width: 768px) {\n  .page-header .pm-button {\n    margin-bottom: 50px;\n  }\n}\n\n.page-header .pm-button:hover, .page-header .pm-button:focus {\n  background-color: #fff;\n  color: #000;\n}\n\n.page-header .pm-page-heading {\n  letter-spacing: 2px;\n}\n\n.page-header .pm-page-subheading {\n  margin-bottom: 0;\n}\n\n/* headings */\n.pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {\n  font-weight: bold;\n  font-size: 32px;\n}\n@media (min-width: 660px) {\n  .pm-custom-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {\n    font-size: 54px;\n  }\n}\n\n/* buttons */\n.pagebutton, .page-button, .pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .location-button {\n  background-color: #065F4B;\n  transition: 0.25s;\n  color: #fff !important;\n}\n\n.pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus, .pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .location-button:hover, .location-button:focus {\n  color: #fff !important;\n  transition: 0.25s;\n  background-color: #032f25;\n}\n\n/* home */\n#home-buttons {\n  padding: 15px;\n}\n\n.pm-custom-section-multi-column_section a :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  text-transform: uppercase;\n  font-weight: bold !important;\n  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);\n  letter-spacing: 0.3px;\n  opacity: 1 !important;\n  font-size: 28px;\n}\n\n#home-cta :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  text-transform: lowercase;\n  font-family: \"playfair display\" !important;\n  font-weight: normal !important;\n}\n\n#home-cta .pm-about-section {\n  background-color: rgba(0, 0, 0, 0.4);\n}\n@media (max-width: 768px) {\n  #home-cta .pm-about-section {\n    padding: 32px 16px 40px !important;\n  }\n}\n\n#home-cta .pm-button {\n  border: 2px solid #fff;\n  background-color: transparent;\n  color: #fff;\n  border-radius: 0;\n  letter-spacing: 3px;\n}\n\n#home-cta .pm-button:hover, #home-cta .pm-button:focus {\n  background-color: #fff;\n  color: #000;\n}\n\n#loc-about, #home-loc {\n  padding-bottom: 0;\n}\n\n#home-about, #home-map {\n  padding-top: 0;\n}\n\n/* locations */\n#location :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-location-search-list :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  font-size: 21px;\n  font-weight: bold;\n  text-transform: uppercase;\n}\n#location a, .pm-location-search-list a {\n  color: #fff;\n  font-weight: bold;\n}\n#location a:hover, #location a:focus, .pm-location-search-list a:hover, .pm-location-search-list a:focus {\n  color: #FAFAFA;\n}\n\n#mapbox {\n  filter: sepia(0.2);\n}\n\n/* menu*/\n.pm-menus-wrap {\n  padding: 0;\n}\n\n.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-weight: bold;\n  text-transform: uppercase;\n}\n\n.pm-menu-section :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) {\n  letter-spacing: 0.5px;\n  font-size: 21px;\n  margin-bottom: 5px;\n}\n\n/* events */\n.pm-calendar-event {\n  border: 7px double #000;\n  background-color: #fff;\n}\n.pm-calendar-event a {\n  color: #000;\n}\n.pm-calendar-event :is(h1, h2, h3, h4, h5, h6):where(.pm-h4, h4:not(.pm-AH)) a {\n  font-size: 24px;\n  text-transform: uppercase;\n}\n.pm-calendar-event :is(p, section:where(.pm-about-section-content)) a {\n  display: inline;\n  margin-top: unset;\n  text-transform: capitalize;\n  letter-spacing: 0;\n  font-weight: unset;\n  font-size: 16px;\n  font-style: italic;\n  color: #000;\n}\n.pm-calendar-event .pm-calendar-event-content .pm-calendar-event-content-left {\n  background-color: #000;\n}\n.pm-calendar-event .pm-calendar-event-content-right > a {\n  margin-bottom: 15px;\n  display: inline-block;\n}\n.pm-calendar-event .pm-calendar-event-content-right {\n  padding-right: 5px;\n}\n.pm-calendar-event .pm-calendar-event-content-right > a:hover, .pm-calendar-event .pm-calendar-event-content-right > a:focus {\n  color: #333333;\n}\n\n.fc-event {\n  border: 1px solid #000;\n}\n\n.fc-event, .fc-event-dot {\n  background-color: #000;\n}\n\nfooter {\n  background-color: #054c3c;\n}\nfooter .social {\n  background-color: #055543;\n}\nfooter .social i {\n  color: #fff;\n}\nfooter .powered-by {\n  background-color: #065F4B;\n}\nfooter .powered-by i {\n  color: #fff;\n}\n\n#home-review :is(h1, h2, h3, h4, h5, h6):where(.pm-h3, h3:not(.pm-AH)) {\n  color: #fff !important;\n}\n\n.pm-raves-form .pm-raves-form-header .pm-raves-form-img {\n  background-color: #065F4B;\n}\n\n.pm-featured-announcement :is(h1, h2, h3, h4, h5, h6):where(.pm-h2, h2:not(.pm-AH)) {\n  color: #000 !important;\n}\n\n.pm-calendar-event-card p,\n.pm-calendar-event-card {\n  color: black !important;\n}\n\n#merch .pm-custom-section-heading {\n  color: black !important;\n}\n\n/* AccessibleHeading: migrated at 2022-09-16 13:33:52 UTC*/\n","customCssEnabled":true,"customSectionHeaderFontSize":null,"customSectionHeaderFontCase":null,"customSectionHeaderFontWeight":null,"customSectionSubHeaderFontCase":null,"customSectionSubHeaderFontSize":null,"customSectionSubHeaderFontWeight":null,"customSass":"$white: #fff;\n$black: #000;\n$primary-color: #065F4B; /* Green */\n$secondary-color: #FAFAFA; /* very light gray */\n\n\n/* nav & header */\n.navbar .nav > li > a, .navbar .nav > li > .a, .navbar .nav-dropdown .nav-dropdown-links a, .navbar .nav-dropdown .nav-dropdown-links .a {\n  font-family: 'oswald light' !important; \n  font-size: 17px;\n  letter-spacing: 1px;\n}\n\n.page-header .pm-button {\n  border: 2px solid $white;\n  background-color: transparent;\n  color: $white;\n  border-radius: 0;\n  letter-spacing: 3px;\n\n  @media (max-width: 768px) {\n    margin-bottom: 50px; \n  }\n}\n.page-header .pm-button:hover, .page-header .pm-button:focus {\n  background-color: $white;\n  color: $black;\n}\n\n.page-header .pm-page-heading {\n  letter-spacing: 2px; \n}\n.page-header .pm-page-subheading {\n  margin-bottom: 0; \n}\n\n\n/* headings */\n.pm-custom-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)), .h3, .pm-custom-section .pm-custom-section-heading {\n  font-weight: bold;\n  font-size: 32px;\n\n  @media (min-width: 660px) {\n    font-size: 54px; \n  }\n}\n\n\n/* buttons */\n.pagebutton, .page-button, .pm-button.pm-announcement-button, .menu-download a, .pm-custom-section-multi-column_section .pm-button, .pm-button.pm-about-section-button, .location-button {\n  background-color: $primary-color;\n  transition: .25s;\n  color: $white !important;\n}\n\n.pagebutton:hover, .pagebutton:focus, .page-button:hover, .page-button:focus, .pm-button.pm-announcement-button:hover, .pm-button.pm-announcement-button:focus, .menu-download a:hover, .menu-download a:focus, .pm-custom-section-multi-column_section .pm-button:hover, .pm-custom-section-multi-column_section .pm-button:focus, .pm-button.pm-about-section-button:hover, .pm-button.pm-about-section-button:focus, .location-button:hover, .location-button:focus   {\n  color: $white!important;\n  transition: .25s;\n  background-color: darken($primary-color, 10%);\n}\n\n\n/* home */\n#home-buttons {\n  padding: 15px;\n}\n.pm-custom-section-multi-column_section a :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) {\n  text-transform: uppercase;\n  font-weight:  bold !important;\n  text-shadow: 1px 1px 4px rgba(0,0,0,.4);\n  letter-spacing: 0.3px;\n  opacity: 1 !important;\n  font-size: 28px;\n}\n\n#home-cta :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)) {\n  text-transform: lowercase; \n  font-family: 'playfair display' !important;\n  font-weight: normal !important\n}\n#home-cta .pm-about-section {\n  background-color: rgba(0,0,0,.4); \n\n  @media (max-width: 768px) {\n    padding: 32px 16px 40px !important;\n  }\n}\n\n#home-cta .pm-button {\n  border: 2px solid $white;\n  background-color: transparent;\n  color: $white;\n  border-radius: 0;\n  letter-spacing: 3px;\n}\n\n#home-cta .pm-button:hover, #home-cta .pm-button:focus {\n  background-color: $white;\n  color: $black;\n}\n\n#loc-about, #home-loc {\n  padding-bottom: 0; \n}\n#home-about, #home-map {\n  padding-top: 0; \n}\n\n\n/* locations */\n#location, .pm-location-search-list {\n  :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) {\n    font-size: 21px; \n    font-weight: bold;\n    text-transform: uppercase;\n  }\n\n  a {\n    color: $white;\n    font-weight: bold;\n  }\n\n  a:hover, a:focus {\n    color: $secondary-color;\n  }\n}\n#mapbox {\n  filter: sepia(.2); \n}\n\n/* menu*/\n\n.pm-menus-wrap {\n  padding: 0; \n}\n.pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple .pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)), .pm-theme-simple_two .pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)) {\n  font-weight: bold;\n  text-transform: uppercase;\n  \n}\n\n.pm-menu-section :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)), .pm-theme-simple_two .pm-dish-card .dish-description .dish-header, .pm-theme-simple .pm-dish-card .dish-title :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) {\n      letter-spacing: 0.5px; \n    font-size: 21px;\n    margin-bottom: 5px;\n}\n\n\n/* events */\n.pm-calendar-event {\n\n  border: 7px double $black;\n  background-color: $white;\n\n  a {\n    color: $black; \n  }\n\n  :is(h1,h2,h3,h4,h5,h6):where(.pm-h4, h4:not(.pm-AH)) a {\n    font-size: 24px; \n    text-transform: uppercase;\n  }\n\n  :is(p,section:where(.pm-about-section-content)) a {\n    display: inline;\n    margin-top: unset;\n    text-transform: capitalize;\n    letter-spacing: 0;\n    font-weight: unset;\n    font-size: 16px;\n    font-style: italic;\n    color: $black;\n  }\n\n  .pm-calendar-event-content .pm-calendar-event-content-left {\n    background-color: $black; \n  }\n\n  .pm-calendar-event-content-right > a {\n    margin-bottom: 15px;\n    display: inline-block;\n  }\n\n  .pm-calendar-event-content-right {\n    padding-right: 5px;\n  }\n\n  .pm-calendar-event-content-right > a:hover, .pm-calendar-event-content-right > a:focus {\n    color: lighten($black, 20%); \n  }\n}\n\n.fc-event {\n  border: 1px solid $black;\n}\n.fc-event, .fc-event-dot {\n  background-color: $black;\n}\n\nfooter {\n  background-color: darken( $primary-color, 4% );\n\n  .social {\n    background-color: darken( $primary-color, 2% );\n\n    i {\n      color: $white; \n    }\n  }\n\n  .powered-by {\n    background-color: $primary-color;\n\n    i {\n      color: $white; \n    }\n  }\n}\n\n#home-review :is(h1,h2,h3,h4,h5,h6):where(.pm-h3, h3:not(.pm-AH)) {\n  color: $white !important;\n}\n\n.pm-raves-form .pm-raves-form-header .pm-raves-form-img {\n  background-color: $primary-color; \n}\n\n.pm-featured-announcement :is(h1,h2,h3,h4,h5,h6):where(.pm-h2, h2:not(.pm-AH)) {\n  color: $black !important; \n}\n\n.pm-calendar-event-card p,\n.pm-calendar-event-card {\n  color: black !important;\n}\n\n#merch .pm-custom-section-heading {\n  color: black !important;\n}\n/* AccessibleHeading: migrated at 2022-09-16 13:33:52 UTC*/","customSectionSpacing":null,"customSectionBackgroundImageEffect":null,"customSectionBackgroundImageSetting":null,"defaultBackgroundColor":null,"defaultBackgroundEffect":"bg_cover","defaultBackgroundImageUrl":null,"defaultCustomSectionBgColor":"rgb(80, 59, 30)","defaultDishDetailTab":"details_tab","defaultMenuLayout":"next_layout","defaultTransitionTiming":null,"defaultTransitionType":"tt_fade","dishDetailActionButton":"vip_btn","dishDetailImageAlignment":"stacked","dishDetailTab":"empty","dishLayout":"legacy_dish_layout","dishTagKeyPosition":"dtk_bottom","editorEmailStyleUrls":["/assets/mailer-726112702bb6236a1f370ee292b17f65a88fccf6a98de7e29a1b51db92d00897.css"],"editorStyleUrls":["/assets/consumer-38e80c6a1d3283d99417e486258d699564872f0f7cfeab2b801923ac51d941bd.css"],"featuredDishBgColor":null,"footerLogoEffect":"fxf_none","headerFontWeight":"bold","headerBackgroundEffect":"fxhbg_black","headerBorderColor":null,"headerLogoAlignment":"l_nav_r","headerLogoEffect":"fxh_none","headerLogoSize":"h_logo_sm","headerNavFontColor":null,"isActiveNavlinkColorEnabled":true,"isFontAwesomeEnabled":false,"isOrderingButtonEnabled":false,"isWidgetResponsive":true,"menuColumnCount":2,"menuFlowSetting":"row","menuIconEffect":"menu_icon_fx_none","menuItemFontAlignment":"item_font_left","menuItemMobileFullWidth":true,"menuRowHeight":"dynamic_row_height","menuTabsLayout":"legacy_menu_tabs_layout","navbarBgColor":"rgb(6, 95, 75)","orderingLogoBackgroundColor":null,"pageHeaderFontCase":"phf_uppercase","pageSubHeaderCase":"psh_uppercase","pageHeaderFontSize":"hfs_large","pageSubHeaderFontWeight":null,"pageSubHeaderFontSize":"shfs_medium","customPageHeaderAlignment":null,"photoBorder":null,"photoShape":null,"photoShadow":null,"photoStyles":{"__typename":"PhotoStyles","border":null,"borderRadius":null,"boxShadow":null},"paletteType":"light_palette_type","popmenuLogoEffect":"pm_logo_black","primaryButtonScale":null,"primaryButtonShape":null,"rootButtonStyles":{"__typename":"RootButtonStyles","borderRadius":null,"padding":null,"fontSize":null,"minHeight":null},"smallButtonStyles":{"__typename":"ButtonStyles","padding":null,"fontSize":null,"minHeight":null},"largeButtonStyles":{"__typename":"ButtonStyles","padding":null,"fontSize":null,"minHeight":null},"primaryColor":"rgb(255, 255, 255)","rootThemeId":2,"secondaryColor":"rgb(0, 0, 0)","showCustomTab":false,"showDishLikes":true,"showDishShare":true,"showCurrencySymbol":true,"showFollowSection":true,"showMenuItemDescription":true,"showMenuItemDishTags":true,"showPopularSection":false,"showReservationsTab":false,"showWaitlistTab":false,"showPrice":true,"showMenuShareSection":false,"showMenuReviewSection":false,"subsectionDisplay":"vertical","hostingType":"hosting_domain","useLegacyDishLayout":true,"useMobileMenuTabsLayout":true,"useNextSignUpForm":true,"websiteMaxWidth":null,"customSectionContentFont":{"__typename":"FontSelection","id":"theme-5043-custom-section-content-font","case":"none","color":"rgb(255, 255, 255)","customFontUrls":[],"family":null,"fontId":null,"googleFontId":null,"weight":"normal","themeFont":null},"customSectionHeaderFont":{"__typename":"FontSelection","caseNoFallback":null,"weightNoFallback":null,"id":"theme-5043-custom-section-header-font","case":"none","color":"rgb(255, 255, 255)","customFontUrls":[],"family":"Oswald","fontId":555,"googleFontId":"Oswald","weight":"normal","themeFont":{"__typename":"ThemeFont","id":555,"name":"Oswald","customFontUrls":[],"googleFontId":"Oswald"}},"customSectionBackgroundImageUploadedPhoto":null,"defaultBackgroundImageUploadedPhoto":null,"defaultFont":{"__typename":"FontSelection","id":"theme-5043-default-font","case":"none","color":null,"customFontUrls":[],"family":"Roboto","fontId":654,"googleFontId":"Roboto","weight":"normal","themeFont":{"__typename":"ThemeFont","id":654,"name":"Roboto","customFontUrls":[],"googleFontId":"Roboto"}},"menuHeaderFont":{"__typename":"FontSelection","id":"theme-5043-menu-header-font","case":"none","color":"rgb(6, 95, 75)","customFontUrls":[],"family":"Roboto Slab","fontId":657,"googleFontId":"Roboto+Slab","weight":"normal","themeFont":{"__typename":"ThemeFont","id":657,"name":"Roboto Slab","customFontUrls":[],"googleFontId":"Roboto+Slab"}},"menuItemNameFont":{"__typename":"FontSelection","id":"theme-5043-menu-item-name-font","case":"uppercase","color":"rgb(22, 22, 22)","customFontUrls":[],"family":"Oswald","fontId":555,"googleFontId":"Oswald","weight":"bold","themeFont":{"__typename":"ThemeFont","id":555,"name":"Oswald","customFontUrls":[],"googleFontId":"Oswald"}},"menuItemDescriptionFont":{"__typename":"FontSelection","id":"theme-5043-menu-item-description-font","case":"none","color":"rgb(102, 102, 102)","customFontUrls":[],"family":"Roboto","fontId":654,"googleFontId":"Roboto","weight":"normal","themeFont":{"__typename":"ThemeFont","id":654,"name":"Roboto","customFontUrls":[],"googleFontId":"Roboto"}},"pageHeaderFont":{"__typename":"FontSelection","id":"theme-5043-page-header-font","case":"uppercase","color":null,"customFontUrls":[],"family":"Roboto Slab","fontId":657,"googleFontId":"Roboto+Slab","weight":"normal","themeFont":{"__typename":"ThemeFont","id":657,"name":"Roboto Slab","customFontUrls":[],"googleFontId":"Roboto+Slab"}},"pageSubHeaderFont":{"__typename":"FontSelection","id":"theme-5043-page-sub-header-font","case":"uppercase","color":null,"customFontUrls":["https://popmenucloud.com/wdtghnkv/a167a86b-2e89-4028-95d2-ae5612435d30.woff2","https://popmenucloud.com/wdtghnkv/77b57db0-b4c5-483d-8cd3-a5a10040b1bd.ttf"],"family":"Oswald Light","fontId":1359,"googleFontId":null,"weight":"normal","themeFont":{"__typename":"ThemeFont","id":1359,"name":"Oswald Light","customFontUrls":["https://popmenucloud.com/wdtghnkv/a167a86b-2e89-4028-95d2-ae5612435d30.woff2","https://popmenucloud.com/wdtghnkv/77b57db0-b4c5-483d-8cd3-a5a10040b1bd.ttf"],"googleFontId":null}},"customSectionSubHeaderFont":{"__typename":"FontSelection","caseNoFallback":null,"weightNoFallback":null,"id":"theme-5043-custom-section-sub-header-font","case":"none","color":null,"customFontUrls":[],"family":null,"fontId":null,"googleFontId":null,"weight":"normal","themeFont":null}}}}};
    </script>

    <script id="POPMENU_REQUIRED_CHUNKS"></script>
    <script>
      if (popmenuIsModernBrowser()) {
        document.getElementById('POPMENU_REQUIRED_CHUNKS').outerHTML = '<scr' + 'ipt id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[]</scr' + 'ipt><scr' + 'ipt id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":[]}</scr' + 'ipt>';
        window.popmenuInjectChunksTags('script', [{"name":"consumer-bundle","src":"/webpack/production/consumer-bundle.modern_consumer.0024086aab2f31f6.v2.js"}]);
      } else {
        document.getElementById('POPMENU_REQUIRED_CHUNKS').outerHTML = '<scr' + 'ipt id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[]</scr' + 'ipt><scr' + 'ipt id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":[]}</scr' + 'ipt>';
        window.popmenuInjectChunksTags('script', [{"name":"polyfilled-consumer-bundle","src":"/webpack/production/polyfilled-consumer-bundle.consumer.eecd3dd0bcc600d4.v2.js"}]);
      }
    </script>

<script type="application/ld+json">{"@context":"https://schema.org/","@type":"Restaurant","address":{"addressLocality":"New Lenox","addressRegion":"IL","postalCode":"60451","streetAddress":"495 Degroate Road","telephone":"8154628420"},"foundingDate":2007,"image":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","latitude":"41.517685","logo":"https://popmenucloud.com/cdn-cgi/image/width=300,height=300,format=auto,fit=scale-down/xnktjbrs/1c9d4b5f-3233-409c-982c-9dc276fd09ca.png","longitude":"-87.988635","name":"Tom Kelly's","openingHours":["Su 11:30-00:00","Mo 11:30-00:00","Tu 11:30-00:00","We 11:30-00:00","Th 11:30-00:00","Fr 11:30-01:00","Sa 11:30-01:00"],"priceRange":"$$","servesCuisine":"Bar \u0026 Grill","telephone":"8154628420","url":"https://www.tomkellys.com"}</script>
<script type="text/javascript">window.popmenuLatePrefetchingBundles = ["/webpack/production/menus-NextMenuGroup.modern_consumer.58cc4a8a6baf32aa.v2.js","/webpack/production/5432.modern_consumer.a7e6587cc30e161a.v2.js","/webpack/production/1754.modern_consumer.a2b68900fef9cfdf.v2.js","/webpack/production/MenuItemDetails.modern_consumer.358c3b08bc425d57.v2.js","/webpack/production/PhotoGallery.modern_consumer.084e1317325b7dde.v2.js","/webpack/production/5160.modern_consumer.eeb2ae8b07f93091.v2.js","/webpack/production/SelectedItemForm.modern_consumer.d73f81e39aaf8c22.v2.js","/webpack/production/AddToCartModal.modern_consumer.21bba341118c8524.v2.js","/webpack/production/EditMenuItemCartLocationModal.modern_consumer.84d255dd7421614f.v2.js","/webpack/production/EditSelectedItemModal.modern_consumer.d7856732d7701448.v2.js","/webpack/production/FavoriteLocationModal.modern_consumer.79fa33d2a2a9988f.v2.js","/webpack/production/FollowPromptV2Modal.modern_consumer.c72028bda217d9bc.v2.js","/webpack/production/4001.modern_consumer.a9c00505c432f7d7.v2.js","/webpack/production/ForgotModal.modern_consumer.febaf80c8c1c07f1.v2.js","/webpack/production/MenuItemCartAuthorizePaymentModal.modern_consumer.d687c714f210419f.v2.js","/webpack/production/MenuItemModalContainer.modern_consumer.456b4f43bfd2bba5.v2.js","/webpack/production/3547.modern_consumer.d4fb714f4c5e554d.v2.js","/webpack/production/OrderDetailsModal.modern_consumer.b9eca68093ac9a7c.v2.js","/webpack/production/7584.modern_consumer.aa982611d2b803e0.v2.js","/webpack/production/ProfileModal.modern_consumer.d10e969f5bf19dd9.v2.js","/webpack/production/9012.modern_consumer.ccfe93dc830cd694.v2.js","/webpack/production/5518.modern_consumer.be41e88d40ea1d0e.v2.js","/webpack/production/ProfileV2Modal.modern_consumer.f746362c6e7e840f.v2.js","/webpack/production/ReviewSectionModal.modern_consumer.c82773aff7afa855.v2.js","/webpack/production/SocialShareModal.modern_consumer.722bf0631a8e30be.v2.js","/webpack/production/TermsModal.modern_consumer.d02e1c3625b3b7b3.v2.js","/webpack/production/VipV2Modal.modern_consumer.23c27dc25c5bef1f.v2.js","/webpack/production/4645.modern_consumer.a2725ced8966b675.v2.js","/webpack/production/OrderingApp.modern_consumer.6f73826d1ae83d7d.v2.js","/webpack/production/ConsumerProfilePage.modern_consumer.ff3a2551c8463c3a.v2.js"];</script>


<!--[if lt IE 3]>

Generated by Popmenu at: 2026-06-04 14:55:27 -0500

ENV: production
APP: core-consumer-web
WORKLOAD_VERSION: 1011
REPLICA: core-consumer-web-7ff5759b77-zvz5m
SLUG: 20a0e9bed2b54d3a5bb8a31344bd142d1d9694b2
PRERENDER_CACHING: true
PAGE_CACHE_MISS: FALSE
RORP_CACHE_KEY: ror_component/14.2.0/3.2.1/9738db0274220ec0b30769d5b508968b/8ed1199013e65dd9c1ec44de99a272be/ConsumerApp/consumer/desktop/web/restaurants/7124-20260604160002093001/custom_pages/1579528-20260515080251612274//
RAILS_ENV: production
NODE_ENV: production
PERF_EXPERIMENT: FALSE
GQL_CACHE: TRUE
GQL_OPS: TRUE
HMR: FALSE
PREFETCHED_QUERIES_NUMBER: 3
AWESOME: TRUE

<![endif]-->

<script id="popmenu-response-metadata" type="application/json">{"Generated by Popmenu at":"2026-06-04T14:55:27.560-05:00","":"","ENV":"production","APP":"core-consumer-web","WORKLOAD_VERSION":"1011","REPLICA":"core-consumer-web-7ff5759b77-zvz5m","SLUG":"20a0e9bed2b54d3a5bb8a31344bd142d1d9694b2","PRERENDER_CACHING":"true","PAGE_CACHE_MISS":false,"RORP_CACHE_KEY":"ror_component/14.2.0/3.2.1/9738db0274220ec0b30769d5b508968b/8ed1199013e65dd9c1ec44de99a272be/ConsumerApp/consumer/desktop/web/restaurants/7124-20260604160002093001/custom_pages/1579528-20260515080251612274//","RAILS_ENV":"production","NODE_ENV":"production","PERF_EXPERIMENT":false,"GQL_CACHE":true,"GQL_OPS":true,"HMR":false,"PREFETCHED_QUERIES_NUMBER":3,"AWESOME":true}</script>
</body>
</html>
