Join us for a magical evening of *Carols by Candlelight* at historic Bedern Hall in York! Embrace the festive season as a local quartet fills the hall with the sounds of traditional carols, accompanied by a talented small acting troupe presenting heartwarming seasonal readings. Under the gentle glow of candlelight, let the music and stories transport you to a time of wonder and warmth, perfect for celebrating the spirit of Christmas in one of York’s most enchanting venues
Purchase your tickets using the link below - Tickets are £10pp.
/**
* 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
*/