This year’s exhibition at Bedern Hall is inspired by the theme “The Flood”, with artists exploring the subject through a fascinating variety of styles, interpretations and media. From contemporary and thought-provoking works to more traditional artistic approaches, there will be something to intrigue every visitor.
Preview & Awards Evening - 20th June
The exhibition will be installed during the day, followed by a special preview and awards evening. Everyone is warmly welcome to attend and enjoy the first opportunity to view the artworks.
Bedern Hall will remain open on its usual Wednesday to Friday pattern, with visitors welcome to enjoy our popular afternoon teas and historic surroundings while viewing the exhibition.
/**
* 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
*/