✦ Verified product
Holiday Programme - Learn, Play, Share, Give
NZD 550.00
Symphonia Music
Verified independent store
→
/* Symphonia Design System - Base Styles */ .symphonia-product-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; max-width: 800px; margin: 0 auto;
line-height: 1.6; background-color: #fff; padding: 20px; } .symphonia-product-wrapper h1, .symphonia-product-wrapper h2 { color: #000; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; } /* Dropdown / Details Styling */ details { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: all 0.3s ease; } summary { background-color: #333; color: #fff; padding: 15px 25px; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: 1px; } summary::-webkit-details-marker { display: none; } summary::after { content: "▾"; font-size: 1.2em; } details[open] summary::after { content: "▴"; } .details-content { padding: 25px; background-color: #f9f9f9; } .gold-accent { color: #d4af37; font-weight: bold; } /* Teacher Modal Styles */ .teacher-trigger { background-color: #f4f4f4; padding: 12px 20px; border-left: 4px solid #d4af37; margin: 10px 0; cursor: pointer; font-weight: bold; transition: background 0.2s; } .teacher-trigger:hover { background-color: #eee; } .teacher-hidden-content { display: none; } .teacher-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); } .teacher-modal-content { background-color: #fff; margin: 5% auto; padding: 30px; width: 90%; max-width: 600px; border-radius: 8px; position: relative; max-height: 80vh; overflow-y: auto; } .teacher-modal-close { position: absolute; right: 20px; top: 10px; font-size: 28px; font-weight: bold; cursor: pointer; } .teacher-modal-body img { width: 100%; height: auto; border-radius: 4px; margin-bottom: 20px; } /* Responsive Adjustments */ @media (max-width: 600px) { .symphonia-product-wrapper { padding: 10px; } summary { padding: 12px 18px; font-size: 14px; } } Start your year by using your musical gifts to make a difference. This week-long programme combines high-level music education with a mission to perform and fundraise for the Child Cancer Foundation. The Programme: Learn, Play, Share, Give Learn Daily rehearsals and expert coaching are provided by our experienced teachers. Each student receives musical arrangements tailored specifically to their instrument and skill level, ensuring everyone is both supported and appropriately challenged throughout the week. Play This is a good opportunity to meet fellow musicians and develop collaboration skills in a professional, encouraging environment. Share Take your music to the community with supervised busking session in a safe area (Newmarket or Ponsonby). Participants will also attend creative workshops to design professional busking signage and learn effective strategies for engaging an audience. Give The core of this programme is giving back. All funds raised during our busking performances will be donated directly to the Child Cancer Foundation. It is a meaningful way for students to see the tangible impact their talent can have on the lives of others. Programme Information & Fees Dates Monday 12 January – Friday 16 January 2026 Time 10:00 am – 3:00 pm daily (Students may arrive from 9:30 am) Location Symphonia Music, 59 Wellington Street, Freemans Bay Course Fee $550 for the full 5-day course. Morning tea provided Lunch (optional) $20 per day Past programme This programme took place in January 2026. Registration is now closed. For future holiday programme enquiries, contact [email protected]. × document.addEventListener('DOMContentLoaded', function() { const modal = document.getElementById('teacherModal'); const modalBody = document.getElementById('teacherModalBody'); const closeBtn = document.querySelector('.teacher-modal-close'); const triggers = document.querySelectorAll('.teacher-trigger'); triggers.forEach(trigger => { trigger.addEventListener('click', function() { const hiddenContent = this.nextElementSibling.innerHTML; modalBody.innerHTML = hiddenContent; modal.style.display = 'block'; document.body.style.overflow = 'hidden'; }); }); closeBtn.onclick = function() { modal.style.display = 'none'; document.body.style.overflow = 'auto'; } window.onclick = function(event) { if (event.target == modal) { modal.style.display = 'none'; document.body.style.overflow = 'auto'; } } });