Celebrate the season and support Bedern Hall with Katherine Armstrong Bisson who will help you create some stunning Christmas wreaths for your home this Christmas.
A full demonstration will guide you through the process.
We will supply a selection of different materials, including, foliage, cones, berries, dried fruit, and ribbons so you can choose your own combination to create a unique design.
Tickets £38 per person to include refreshments, all materials and lunch.
/**
* 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
*/