An unforgettable acoustic music evening in the heart of York. Set against the breathtaking backdrop of our beautiful medieval hall, this is your perfect after-work escape.
It’s relaxed, it’s vibrant, and it’s completely free to attend—but with limited space, you’ll want to get in early. Drinks and delicious bites will be available to buy at the venue.
Join us on 29th August to see Holly Taymar- a ‘hidden gem’ singer-songwriters hailing from York, UK. All for the love of the song, Holly’s music weaves heartfelt melodies and introspective lyrics that will leave you wanting more.
/**
* 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
*/