Join harpist, Eleonora Congiu and Shawn Mlynek, Tenor for music from Dowland, Montiverdi, Beethoven through to pop songs of the 50s and 60s.
Eleonora has played as part of the Belgium National Orchestra and Theatre de la Monnaie while Shawn has performed in Carnegie Hall, Slovak National Theatre and Staatstheatre Wiesbaden so this will be a truly international experience.
The performance will take place by the light of 150 candles and seating is within historic box pews dating back to the 1700s.
Doors: 7pm - Performance starts: 7.30pm
Ticket Prices
Discount for the first 20 tickets sold to CCT members - reduced price of £10.
/**
* 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
*/