.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<script>
(function(){
  function send(name, extra){
    var data = extra || {};
    data.event = name;
    if(window.dataLayer && window.dataLayer.push) window.dataLayer.push(data);
    if(typeof window.gtag === 'function') window.gtag('event', name, extra || {});
  }
  document.addEventListener('click', function(e){
    var el = e.target.closest('a, button');
    if(!el) return;
    var name = el.getAttribute('data-track');
    var href = el.getAttribute('href') || '';
    if(!name){
      if(href.indexOf('maps.google') > -1) name = 'directions_click';
      else if(href.indexOf('instagram.com') > -1) name = 'instagram_click';
      else if(href.indexOf('tel:') === 0) name = 'phone_click';
      else if(href.indexOf('sms:') === 0) name = 'text_click';
      else if(href.indexOf('/menu') > -1) name = 'menu_view';
      else if(href.indexOf('/whats-on') > -1) name = 'public_event_view';
      else if(href.indexOf('/events') > -1) name = 'private_event_start';
    }
    if(name) send(name, { link_url: href, page_path: window.location.pathname });
  }, true);
  var started = {};
  document.addEventListener('focusin', function(e){
    var f = e.target && e.target.closest ? e.target.closest('form') : null;
    if(!f) return;
    var id = f.id || 'form';
    if(started[id]) return;
    started[id] = true;
    var name = (id.indexOf('clbook') > -1) ? 'private_event_start' : (id.indexOf('ctf') > -1 ? 'contact_form_start' : 'form_start');
    send(name, { form_id: id, page_path: window.location.pathname });
  });
})();
</script>/* End custom CSS */