top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Berridale Inn

Thu, 30 Oct

|

66 Jindabyne Rd, Berridale NSW 2628, Australia

Join RIFF for an unforgettable night of live music at the Berridale Inn on Thursday, 30th October, from 7pm to 10pm. Expect a mix of powerful originals and crowd-favourite covers, all delivered with RIFF’s signature energy and passion.

Registration is closed
See other events
Berridale Inn
Berridale Inn

Time & Location

30 Oct 2025, 7:00 pm – 10:00 pm

66 Jindabyne Rd, Berridale NSW 2628, Australia

Guests

About the event

🎸 Live Music at the Berridale Inn! 🎶


Join RIFF for an unforgettable night of live music at the Berridale Inn on Thursday, 30th October, from 7pm to 10pm. Expect a mix of powerful originals and crowd-favourite covers, all delivered with RIFF’s signature energy and passion.


Whether you’re a longtime fan or looking for a great night out in Berridale, this show promises music, vibes, and an evening to remember. Bring your friends, grab a drink, and let’s make it a night full of memories!


📍 Venue: Berridale Inn, Berridale, NSW

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


Follow RIFF on social media for more upcoming tour updates!

Share this event

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); });