Early evening cheese tasting with a glass of sparkling wine in the beautiful surroundings of Holy Trinity, York
What do you call a cheese that lives in a church? Stinking Bishop!
Like your jokes super cheesy? Fan of cheese, but not late nights? Want to bring the family along? Come along to Holy Trinity to enjoy an early evening cheese tasting with a glass of sparkling wine.
Part of the celebrations for St John's Eve.
All tickets £23.50 (to include cheeses with one glass of sparkling wine)
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/