top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Oriental Hotel, Tumut

Sat, 27 Dec

|

48 Fitzroy St, Tumut NSW 2720, Australia

Get ready, Tumut! RIFF is rolling into town for one epic night of live music at the iconic Oriental Hotel!

Registration is closed
See other events
Oriental Hotel, Tumut
Oriental Hotel, Tumut

Time & Location

27 Dec 2025, 8:00 pm – 11:00 pm

48 Fitzroy St, Tumut NSW 2720, Australia

About the event

🎢 Live Music with RIFF at the Oriental Hotel – Tumut! 🎢


πŸ“ Oriental Hotel, Tumut NSW

πŸ“… Saturday, 27th December 2025

πŸ•— 8:00 PM – 11:00 PM


Get ready, Tumut! 🎸 RIFF is rolling into town for one epic night of live music at the iconic Oriental Hotel! Whether you're winding down from Christmas or gearing up for New Year's, this is your perfect Saturday night plan. Expect a powerful mix of original tracks 🎀, heartfelt lyrics πŸ’₯, and crowd-favourite covers that’ll have you singing along all night long πŸ™Œ.


Grab your crew, enjoy some great pub vibes 🍻, and let’s make this a night to remember!


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