.elementor-14831 .elementor-element.elementor-element-9d6fbf4{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.52;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14831 .elementor-element.elementor-element-9d6fbf4::before, .elementor-14831 .elementor-element.elementor-element-9d6fbf4 > .elementor-background-video-container::before, .elementor-14831 .elementor-element.elementor-element-9d6fbf4 > .e-con-inner > .elementor-background-video-container::before, .elementor-14831 .elementor-element.elementor-element-9d6fbf4 > .elementor-background-slideshow::before, .elementor-14831 .elementor-element.elementor-element-9d6fbf4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-14831 .elementor-element.elementor-element-9d6fbf4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-14831 .elementor-element.elementor-element-3a2827e{width:100%;max-width:100%;}.elementor-14831 .elementor-element.elementor-element-3a2827e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-14831 .elementor-element.elementor-element-c8ff2ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14831 .elementor-element.elementor-element-c8ff2ed.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-14831 .elementor-element.elementor-element-fdf782a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14831 .elementor-element.elementor-element-0d5d746{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14831 .elementor-element.elementor-element-c8ff2ed{--width:94.244%;}}@media(max-width:1024px) and (min-width:768px){.elementor-14831 .elementor-element.elementor-element-9d6fbf4{--width:100%;}}@media(max-width:1024px){.elementor-14831 .elementor-element.elementor-element-9d6fbf4{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS *//* WFT button style */
.crw-btn,
.crw-action,
.crw-how-btn,
.crw-reveal-btn{
  background: #00A47B !important;
  color: #fff !important;
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  border-radius: 20px !important;
  border: 2px solid #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* Keep hover identical */
.crw-btn:hover,
.crw-action:hover,
.crw-how-btn:hover,
.crw-reveal-btn:hover{
  background: #00A47B !important;
  color: #fff !important;
  border-color: #fff !important;
  transform: none !important;
  opacity: 1 !important;
}
.crw-hero-logo{
  display:inline-block;
  margin-bottom: 14px;
}

.crw-hero-logo img{
  height: 180px;   /* desktop */
  width: auto;
  display: block;
}

/* Mobile: make it scale to screen width (looks bigger) */
@media (max-width: 600px){
  .crw-hero-logo img{
    height: auto !important;
    width: min(70vw, 280px) !important;  /* tweak 78vw up/down */
    max-width: 100% !important;
  }
}

.crw-sponsor-logo img{
  max-height: 70px;
  width: auto;
  object-fit: contain;
  display:block;
}



  .crw-hero{
    /* Mobile-safe “full height” hero */
    min-height: 100svh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: clamp(28px, 5vw, 70px) 0;

    /* NEW: Image background */
    background:
      url("https://walkingfoodtoursuk.co.uk/wp-content/uploads/2026/02/chester-restaurant-week.webp")
      top center / cover no-repeat;

    /* fallback colour (if image fails) */
    background-color: #0f172a;

    color: #fff;
    position: relative;
    overflow: hidden;
  }

  /* DARK OVERLAY (replaces your background gradient layer) */
  .crw-hero-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background: linear-gradient(to bottom,
      rgba(15,23,42,.42) 0%,
      rgba(15,23,42,.72) 55%,
      rgba(15,23,42,.97) 100%
    );
    pointer-events:none;
  }

  /* subtle background glow */
  .crw-hero::before{
    content:"";
    position:absolute; inset:-40%;
    background:
      radial-gradient(circle at 20% 25%, rgba(59,130,246,.28), transparent 45%),
      radial-gradient(circle at 80% 35%, rgba(16,185,129,.22), transparent 50%),
      radial-gradient(circle at 55% 80%, rgba(236,72,153,.18), transparent 55%);
    filter: blur(10px);
    pointer-events:none;
    z-index:2;
  }

  .crw-wrap{
    width: min(1100px, 92vw);
    margin: 0 auto;
    position: relative;
    z-index: 4;
  }

  .crw-grid-main{
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: clamp(18px, 4vw, 36px);
    align-items: center;
  }

  @media (max-width: 900px){
    .crw-grid-main{
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    .crw-sponsor-card{
      margin-top: 14px;
    }
  }

  .crw-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 13px;
    letter-spacing: .2px;
  }

  .crw-title{
    margin: 14px 0 10px;
    font-size: clamp(22px, 4.6vw, 36px) !important;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .crw-dates{
    font-size: 18px;
    font-weight: 700;
    opacity: .95;
    margin: 0 0 14px;
  }

  .crw-sub{
    margin: 0 0 18px;
    font-size: clamp(16px, 2.0vw, 19px);
    line-height: 1.3;
    opacity: .92;
    max-width: 60ch;
  }

  .crw-subsub{
    margin: 0 0 28px;
    font-size: clamp(14px, 2.0vw, 17px);
    line-height: 1.1;
    opacity: .92;
    max-width: 60ch;
  }

  .crw-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin: 22px 0 22px;
  }

  .crw-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 13px;
    opacity: .95;
  }

  .crw-actions-main{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top: 10px;
  }

  .crw-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    padding: 12px 16px;
    border-radius: 12px;
    text-decoration:none !important;
    font-weight: 800;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,.22);
    transition: transform .08s ease, background .15s ease, border-color .15s ease;
    user-select:none;
  }
  .crw-btn:hover{ transform: translateY(-1px); }

  .crw-btn.primary{
    background: #ffffff;
    color: #0f172a;
    border-color: rgba(255,255,255,.35);
  }
  .crw-btn.primary:hover{ background: rgba(255,255,255,.92); }

  .crw-btn.ghost{
    background: rgba(255,255,255,.06);
    color: #fff;
  }
  .crw-btn.ghost:hover{
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.30);
  }

  /* Sponsor card */
  .crw-sponsor-card{
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
  }

  .crw-sponsor-title{
    font-weight: 800;
    margin: 0 0 10px;
    font-size: 14px;
    opacity: .95;
  }

  /* Desktop / tablet grid */
  .crw-sponsor-grid{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  /* Uniform “tiles” so mixed logo shapes look consistent */
  .crw-sponsor-logo{
    height: 80px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
  }

  .crw-sponsor-logo img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display:block;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
  }

  .crw-note{
    margin-top: 14px;
    font-size: 12px;
    opacity: .78;
    line-height: 1.4;
  }

  /* iPad / tablet: 3 logos per row */
  @media (min-width: 601px) and (max-width: 1024px){
    .crw-sponsor-grid{
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }
    .crw-sponsor-logo{
      height: 68px;
      padding: 10px 12px;
    }
  }

  /* MOBILE: 4 logos across, no tile backgrounds */
  @media (max-width: 600px){
    .crw-sponsor-grid{
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      gap: 6px !important;
      align-items: center !important;
    }

    .crw-sponsor-logo{
      height: 44px !important;
      padding: 0 !important;
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
      display:flex !important;
      align-items:center !important;
      justify-content:center !important;
      overflow: hidden !important;
    }

    .crw-sponsor-logo img{
      max-height: 38px !important;
      max-width: 90% !important;
      width: auto !important;
      height: auto !important;
      object-fit: contain !important;
    }
  }

  /* Watermark logo */
  .crw-hero::after{
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: min(520px, 55vw);
    height: min(520px, 55vw);

    background-image: url("https://walkingfoodtoursuk.co.uk/wp-content/uploads/2024/11/logo_white.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;

    opacity: 0.12;
    transform: rotate(-6deg);
    pointer-events: none;
    z-index: 3;
  }

  @media (max-width: 576px){
    .crw-hero::after{
      opacity: 0.08;
      width: min(360px, 70vw);
      height: min(360px, 70vw);
      right: -20px;
      bottom: -20px;
    }
  }

  .crw-host-link,
  .crw-host-link:visited{
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
  }
  .crw-host-link:hover,
  .crw-host-link:focus{
    color: #fff !important;
    text-decoration: none;
  }

  .crw-sponsor-logo{
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .08s ease, background .15s ease, border-color .15s ease;
  }
  .crw-sponsor-logo:hover{
    transform: translateY(-1px);
  }

  .smallerfont{ font-size: 14px; }
  

/* ===== Top ticker ===== */
.crw-top-ticker{
  position: fixed;
  z-index: 10;
  width: 100%;
  
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(15,23,42,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.crw-top-ticker-inner{
  display:flex;
  align-items:center;
  gap:14px;
  padding:10px 0;
}

.crw-ticker-track{
  display:flex;
  align-items:center;
  gap:18px;
  white-space: nowrap;
  will-change: transform;
  animation: crwTicker 24s linear infinite;
}

.crw-top-ticker:hover .crw-ticker-track{
  animation-play-state: paused;
}

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

.crw-ticker-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff !important;
  font-size: 14px;
  font-weight: 700;
  opacity: .95;
}

.crw-ticker-sep{
  opacity:.35;
}

.crw-ticker-logo{
  background:#fff;
  border-radius: 25px;
  padding: 2px 2px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  width: 40px;
  border:1px solid rgba(0,0,0,.08);
}

.crw-ticker-logo img{
  height: 32px;
  width: 32px;
  display:block;
  object-fit:contain;
}

.crw-btn.wft{
  background: #00a57c;                 /* WFT green */
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.85);
}

.crw-btn.wft:hover,
.crw-btn.wft:focus{
  background: rgba(0,165,124,.85);     /* lighter version on hover */
  border-color: #fff;
  color: #fff !important;
}

/* Button with icon/logo on the left */
.crw-btn.has-icon{
  gap: 10px;
  padding-left: 12px; /* a bit more room for the logo */
}

.crw-btn .btn-icon{
  width: 32px;          /* consistent icon box */
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 25px;   /* optional */
  overflow: hidden;
}

.crw-btn .btn-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;  /* prevents squashing */
  display: block;
}

/* If your WFT logo needs a white “chip” behind it */
.crw-btn.wft .btn-icon{
  background: #fff;
  padding: 4px;
}



@media (max-width:576px){
  .crw-ticker-item{ font-size:13px; }
  .crw-ticker-logo{ height:36px; }
  .crw-ticker-logo img{ height:20px; }
}


  .crw-offers-wrap{
    width: min(1100px, 92vw);
    margin: 0 auto;
    padding: 44px 0;
  }
  .crw-offers-head{
    margin-bottom: 18px;
  }
  .crw-offers-head h2{
    margin: 0 0 8px;
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -0.02em;
  }
  .crw-offers-head p{
    margin: 0;
    opacity: .85;
    max-width: 70ch;
  }

  .crw-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
  }
  @media (max-width: 820px){
    .crw-grid{ grid-template-columns: 1fr; }
  }

  .crw-card{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
  }

  .crw-card-top{
    display:flex;
    gap: 12px;
    align-items:center;
    margin-bottom: 10px;
  }
  .crw-logo{
  height: 70px;
  width: 110px;            /* gives landscape logos room */
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #fafafa;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 5px;
}

.crw-logo img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display:block;
}

  .crw-title{
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
  }
  .crw-offer{
    margin: 8px 0 12px;
    opacity: .92;
  }

  .crw-tags{
    display:flex;
    flex-wrap:wrap;
    gap: 8px;
    margin: 0 0 12px;
  }
  .crw-tag{
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4f6f8;
    border: 1px solid #e8eef3;
    color: #334155;
  }

  
  .crw-msg{
    margin-top: 8px;
    font-size: 12px;
    opacity: .78;
    line-height: 1.35;
  }

  .crw-actions{
    display:flex;
    gap: 10px;
    flex-wrap:wrap;
    padding: 12px;
    border: 2px dashed #e5e7eb;
    border-radius: 14px;
    background: #fbfbfb;
  }
  .crw-action{
    flex: 1;
    text-align:center;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 800;
    border: 1px solid #e5e7eb;
    color: #0f172a;
    background: #fff;
  }
  .crw-action:hover{ background:#f8fafc; }
  
  /* Make grid items equal height per row */
.crw-grid{
  align-items: stretch; /* important for equal-height cards */
}

/* Turn each card into a column layout */
.crw-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Optional: keep the header tidy */
.crw-card-top{
  align-items: flex-start; /* better when titles wrap */
}

/* Push the actions block to the bottom */
.crw-actions{
  margin-top: auto; /* key line */
}
.crw-title{
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


  .crw-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:14px;
  }
  .crw-filter-btn{
    appearance:none;
    border:1px solid #e5e7eb;
    background:#fff;
    color:#0f172a;
    padding:10px 12px;
    border-radius:999px;
    font-weight:800;
    font-size:13px;
    cursor:pointer;
    line-height:1;
  }
  .crw-filter-btn:hover{ background:#80d2be; }
  .crw-filter-btn[aria-pressed="true"]{
    background:#00a57c;
    color:#fff;
    border-color:#00a57c;
  }
  .crw-results{
    margin-top:10px;
    font-size:13px;
    opacity:.8;
  }
  .crw-hidden{ display:none !important; }


  .crw-how-wrap{
    width: min(1100px, 92vw);
    margin: 0 auto;
    padding: 44px 0;
  }
  .crw-how-head h2{
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 32px);
    letter-spacing: -0.02em;
  }
  .crw-how-head p{
    margin: 0;
    opacity: .85;
    max-width: 75ch;
  }

  .crw-steps{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }
  @media (max-width: 900px){
    .crw-steps{ grid-template-columns: 1fr; }
  }

  .crw-step{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
  }

  .crw-step-top{
    display:flex;
    align-items:center;
    gap: 10px;
    margin-bottom: 8px;
  }
  .crw-step-num{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 900;
    background: #0f172a;
    color: #fff;
    flex: 0 0 auto;
  }
  .crw-step h3{
    margin: 0;
    font-size: 16px;
  }
  .crw-step p{
    margin: 8px 0 0;
    opacity: .9;
    line-height: 1.45;
  }

  .crw-how-note{
    margin-top: 14px;
    font-size: 12px;
    opacity: .78;
    line-height: 1.4;
  }
  .crw-how-cta{
    margin-top: 18px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .crw-how-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 16px;
    border-radius: 12px;
    text-decoration:none !important;
    font-weight: 800;
    border: 1px solid #e5e7eb;
    color:#0f172a;
    background:#fff;
  }
  .crw-how-btn:hover{ background:#f8fafc; }
  .crw-how-btn.primary{
    background:#0f172a;
    color:#fff;
    border-color:#0f172a;
  }
  .crw-how-btn.primary:hover{ opacity:.92; }


#crw-faq details{
  border-top: 1px solid #eef2f7;
  padding: 12px 0;
}
#crw-faq details:first-child{ border-top: 0; padding-top: 0; }
#crw-faq summary{
  cursor: pointer;
  list-style: none;
}
#crw-faq summary::-webkit-details-marker{ display:none; }
#crw-faq p{ margin: 10px 0 0; opacity: .9; }

/* ===== Fix: WFT button height jump (layout shift) ===== */

/* lock the button height so it can't jump */
.crw-btn.wft{
  min-height: 48px;          /* adjust if you want taller/shorter */
  line-height: 1;            /* prevents font line-height weirdness */
  white-space: nowrap;       /* optional: prevents wrapping */
}

/* icon container stays fixed */
.crw-btn .btn-icon{
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;          /* white chip behind logo */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* IMPORTANT: if you currently have padding on the icon, remove/override it */
.crw-btn.wft .btn-icon{
  padding: 0 !important;
}

/* shrink the SVG inside without changing layout */
.crw-btn .btn-icon img{
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}/* End custom CSS */