Historic Bedern Hall is welcoming families this Halloween for a not-so-spooky Storytime with Mark Jones, a former teacher, local business owner, and childrenās author.
Guests can enjoy gently spooky tales, perfect for young listeners, in a warm and welcoming setting.
Ā£3.95 per child and each ticket includes 1 accompanying adult.
/**
* 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
*/