top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Berridale Inn

Do., 13. Nov.

|

66 Jindabyne Rd, Berridale NSW 2628, Australia

Get ready for two unforgettable nights of live music as RIFF returns to The Berridale Inn on Thursday, 13th of November and Friday, 14th of November, from 7 PM to 10 PM each night.

Registration is closed
See other events
Berridale Inn
Berridale Inn

Zeit & Ort

13. Nov. 2025, 19:00 – 22:00

66 Jindabyne Rd, Berridale NSW 2628, Australia

Über die Veranstaltung

🎶 RIFF Live at The Berridale Inn! 🎶


Get ready for two unforgettable nights of live music as RIFF returns to The Berridale Inn on Thursday, 13th of November and Friday, 14th of November, from 7 PM to 10 PM each night.


Experience an evening packed with heartfelt originals and crowd-favourite covers, all delivered with RIFF’s signature energy and passion. Whether you’re stopping by for dinner, drinks, or just the tunes — these back-to-back shows promise the perfect vibe to kick off your weekend early.


📍 Venue: The Berridale Inn, Berridale NSW

🕖 Time: 7:00 PM – 10:00 PM both nights

🎸 Entry: Free


Diese Veranstaltung teilen

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });