The Jazz Room: A Frank Sinatra & Louis Armstrong Tribute
* { box-sizing: border-box; } img { max-width: 100%; } .tjr-wrap { max-width: 100%; overflow-x: hidden; } .tjr-section-title { font-size: 1rem; font-weight: 700; letter-spacing: -0.01em; color: #0f0f0f; margin: 0 0 0.875rem 0; position: relative; padding-bottom: 0.5rem; } .tjr-section-title::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 3rem; height: 4px; background: #C8821C; border-radius: 3px; } .tjr-intro { font-size: 1rem; line-height: 1.7; color: #444; margin: 0 0 1.5rem 0; } .tjr-hero-quote { position: relative; padding: 0.75rem 0 0.75rem 1.25rem; margin: 1.5rem 0 1.75rem 0; border-left: 4px solid #C8821C; } .tjr-hero-quote p { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; line-height: 1.3; font-weight: 500; font-style: italic; color: #0f0f0f; letter-spacing: -0.01em; } .tjr-hero-quote .quote-accent { color: #C8821C; font-style: italic; font-weight: 700; } .tjr-mobile-break { display: none; } @media (max-width: 48rem) { .tjr-mobile-break { display: inline; } } .tjr-divider { border: none; border-top: 1px solid #ece9e3; margin: 1.75rem 0; height: 0; } .tjr-badges { display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; margin-bottom: 1.5rem; } .tjr-badge { font-size: 0.7rem; font-weight: 600; color: #2a1a05; padding: 0.35rem 0 0.1rem 0; border-top: 2px solid #A36812; white-space: nowrap; display: inline-flex; align-items: center; gap: 0.3rem; } .tjr-highlights { list-style: none; padding: 0; margin: 0 0 0.5rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; } @media (max-width: 48rem) { .tjr-highlights { grid-template-columns: 1fr; } } .tjr-highlights li { font-size: 0.95rem; line-height: 1.55; color: #222; padding: 1rem 1.25rem; background: #f5f5f5; border-radius: 0.5rem; border-left: 3px solid #C8821C; display: flex; align-items: center; } /* ===== SHOW CARD + PROGRAMME ===== */ .tjr-show-card { border: none; border-radius: 0.875rem; padding: 1.5rem 1.6rem 1.1rem; margin-bottom: 0.75rem; background: linear-gradient(160deg, #0a1530 0%, #142353 25%, #1f3779 55%, #2c4dab 82%, #3961c8 100%); color: #fff; } .tjr-show-card .show-header { margin: 0 0 0.35rem 0; } .tjr-show-card .show-title-img { display: block; width: 100%; height: auto; max-width: 320px; margin: 0 0 0.65rem 0; } .tjr-show-card .show-title-img--sinatra-armstrong { max-width: 360px; } .tjr-show-card .show-city-img { display: block; width: auto; height: 32px; max-width: 100%; margin: 0 0 0.5rem 0; } .tjr-tracklist-card { margin-top: 0.5rem; padding: 1.25rem 1.6rem 1.1rem; } .tjr-show-card .show-description { font-size: 0.92rem; color: #ffffff; line-height: 1.65; margin: 0.9rem 0 1.2rem 0; } .tjr-programme-header { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.4rem; margin-bottom: 0.5rem; } .tjr-programme-header .programme-icon { font-size: 1rem; } .tjr-programme-header .programme-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; color: #E8B958; } .tjr-programme-header .programme-rule { flex: 1; height: 1px; background: rgba(232,185,88,0.35); } .tjr-programme { list-style: none; padding: 0; margin: 0; } @media (min-width: 30rem) { .tjr-programme { display: grid; grid-template-columns: 1fr 1fr; column-gap: 1.5rem; } } .tjr-programme li { display: flex; align-items: baseline; gap: 0.85rem; padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); } .tjr-programme li:last-child { border-bottom: none; } .tjr-programme .track-num { font-family: Georgia, serif; font-style: italic; color: #E8B958; font-size: 0.95rem; font-weight: 700; min-width: 1.8rem; letter-spacing: 0.05em; } .tjr-programme .track-body { flex: 1; min-width: 0; } .tjr-programme .track-title { font-family: Georgia, serif; font-size: 0.94rem; color: #fff; line-height: 1.3; } .tjr-programme .track-artist { font-size: 0.85rem; color: #ebe5df; margin-top: 2px; } .tjr-programme-footer { margin-top: 0.4rem; text-align: center; font-size: 0.9rem; font-style: italic; font-weight: bold; color: #ffd47a; letter-spacing: 0.04em; } @media (max-width: 30rem) { .tjr-programme-footer { margin-top: 0.2rem; } .tjr-tracklist-card { padding-bottom: 0.6rem; padding-left: 0; padding-right: 0.75rem; } .tjr-programme-header { padding-left: 0.75rem; } .tjr-programme-footer { padding-left: 0.75rem; } /* Inline layout: 01 Song Title ········· Artist Name */ .tjr-programme li { gap: 0.35rem; align-items: center; } .tjr-programme .track-num { min-width: 1.2rem; } .tjr-programme .track-body { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; } .tjr-programme .track-title { flex: 1; min-width: 0; } .tjr-programme .track-artist { margin-top: 0; flex-shrink: 0; font-size: 0.75rem; } } /* ===== FAQ ===== */ .tjr-faq { background: #f5f5f5; color: #111; border-radius: 0.875rem; padding: 0.875rem 1rem 0.125rem; margin: 1.25rem 0 1.5rem 0; } .tjr-faq-header { margin-bottom: 0.25rem; } .tjr-faq .tjr-section-title { color: #0f0f0f; margin: 0 0 0.625rem 0; padding-bottom: 0; } .tjr-faq .tjr-section-title::after { display: none; } .tjr-faq-category { border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .tjr-faq-category:last-child { border-bottom: none; } .tjr-faq-cat-summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.65rem 0; font-size: 0.85rem; font-weight: 700; color: #6b6b6b; } .tjr-faq-cat-summary::-webkit-details-marker { display: none; } .tjr-faq-cat-summary::after { content: ""; flex-shrink: 0; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #555 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center; background-size: 0.75rem 0.75rem; transition: transform 0.2s ease, background-color 0.15s ease; } .tjr-faq-category[open] .tjr-faq-cat-summary::after { transform: rotate(180deg); background-color: #888; } .tjr-faq-cat-summary:hover { color: #A36812; } .tjr-faq-panel { padding: 0 0 0.5rem 0; } .tjr-faq-item { border-bottom: 1px solid rgba(0, 0, 0, 0.06); } .tjr-faq-item:last-child { border-bottom: none; } .tjr-faq-summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.625rem 0; font-size: 0.86rem; font-weight: 600; color: #222; } .tjr-faq-summary::-webkit-details-marker { display: none; } .tjr-faq-summary::after { content: ""; flex-shrink: 0; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: #aaa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center; background-size: 0.75rem 0.75rem; transition: transform 0.2s ease, background-color 0.15s ease; } .tjr-faq-item[open] .tjr-faq-summary::after { transform: rotate(180deg); background-color: #c0c0c0; } .tjr-faq-summary:hover { color: #A36812; } .tjr-faq-content { padding: 0.15rem 2rem 0.75rem 0; font-size: 0.82rem; line-height: 1.6; color: #555; } .tjr-faq-content p { margin: 0 0 0.5rem 0; } .tjr-faq-content p:last-child { margin-bottom: 0; } .tjr-faq-content a { color: #A36812; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; } /* ===== PRACTICAL INFO ===== */ .tjr-info-grid { display: grid; gap: 0.5rem; grid-template-columns: repeat(2, 1fr); } .tjr-info-card { border: 1px solid #e0e0e0; border-radius: 0.625rem; padding: 0.625rem 0.75rem; background: transparent; display: flex; align-items: center; gap: 0.625rem; } .tjr-info-card .card-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; flex-shrink: 0; background: #f0f0f0; border-radius: 50%; font-size: 0.92rem; line-height: 1; } .tjr-info-card .card-content { display: block; min-width: 0; } .tjr-info-card .card-label { font-size: 0.78rem; font-weight: 700; color: #111; display: block; margin: 0 0 0.15rem 0; line-height: 1.4; } .tjr-info-card .card-title { font-size: 0.78rem; font-weight: 400; color: #444; margin: 0; display: block; line-height: 1.4; } .tjr-info-card .card-description { font-size: 0.68rem; color: #777; margin: 0.1rem 0 0 0; line-height: 1.35; display: block; } .tjr-info-card a { color: #A36812; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; } /* ===== SEATING MAP ===== */ .tjr-map { max-width: 280px; margin: 0 auto; } .tjr-map-frame { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.25rem 0; } .tjr-map-stage { align-self: center; width: 60%; background: #E5E5E5; color: #333; text-align: center; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.15em; padding: 0.625rem 0; border-radius: 0.375rem; } .tjr-map-zone { position: relative; border-radius: 0.375rem; padding: 0.75rem 0.875rem; text-align: center; min-height: 3.75rem; display: flex; align-items: center; justify-content: center; } .tjr-map-zone-a { background: #C8821C; } .tjr-map-zone-b { background: #6E2D3F; } .tjr-map-zone-c { background: #4A3158; } .tjr-map-zone-ga { background: #6E2D3F; min-height: 5.5rem; flex-direction: column; gap: 0.35rem; } .tjr-map-zone-ga-label { color: #fff; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.08em; line-height: 1.2; } .tjr-map-zone-ga-sublabel { color: rgba(255,255,255,0.75); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; } .tjr-map-zone-letter { color: #fff; font-weight: 700; font-size: 1.75rem; line-height: 1; } .tjr-map-zone-tag { position: absolute; top: 0.4rem; right: 0.55rem; color: #fff; font-size: 0.55rem; font-weight: 600; letter-spacing: 0.02em; line-height: 1; } .tjr-map-caption { text-align: center; font-size: 0.92rem; font-weight: 700; color: #0f0f0f; margin: 0 0 0.625rem 0; letter-spacing: -0.005em; } .tjr-tags { margin: 2rem 0 0.5rem 0; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #999; text-align: center; } 🎷 Live jazz 🍷 Intimate venue ✨ Iconic tributes ⭐ The moment you enter The Jazz Room, everything outside can wait. Step into a room filled with live jazz music, incredible jazz musicians, and the kind of atmosphere that makes time feel slower. An evening of jazz. Live. Loud. Right here. Two icons. One night. From Sinatra's effortless swing to Armstrong's unforgettable voice and trumpet — their timeless songs reimagined live, just feet away. Highlights 🎤 World-class jazz musicians and powerhouse vocalists, just feet away 🍷 An intimate venue, low light, and sounds that fill the room. You won't just hear it, you'll feel it 🌟 Celebrate the legacies of music legends Frank Sinatra and Louis Armstrong ❤️ Honor their immeasurable impact on music, culture, and society Practical info ⏳ Duration 60 minutes Doors open 30 min before 📍 Venue Broadbeach Cultural Centre Hooker Blvd & Sunshine Blvd, Broadbeach Waters QLD 4218 👤 Age 18+ Valid ID required ♿ Accessibility Wheelchair accessible Step-free access ✨ Groups & Private Book the room 30+ people or private show 🎁 Gift card Send gift Gift memories to someone special Frequently asked questions About the experience What is The Jazz Room and what can I expect? The Jazz Room is a one-of-a-kind concert experience consisting of a mix of carefully chosen classics and spontaneous improvisation. As you indulge in a curated drink list, you'll be transported on a musical journey through the rich and dynamic history of jazz. How long does the experience last? The experience lasts approximately 1 hour. Will there be strobe lights? No, there will not be any strobe lights. Are seats numbered? No, seats are not numbered. Seating is on a first-come, first-served basis. Can I purchase drinks on-site? Yes, there is an on-site bar from which you can purchase beverages before and during the experience. Can I purchase food on-site? No, there is no food served on-site. Health notice — smoke machines Smoke machines will be used as part of the venue's effects. If you have any conditions that could be affected by smoke, please take this into consideration before attending. About your tickets Do I need to print my ticket? No. Just show your Fever ticket in the app or by email upon arrival at the venue. Are refunds allowed? No refunds are allowed. Exchanges to other dates and/or times are permitted up to 48 hours before the start time, subject to availability. Where can I get tickets? On the Fever App (Google Play or Apple Store) or on the Fever website. Can I make a group booking? Yes, you can select a group ticket on the event page when making your booking. For private or large group sessions, please contact the groups team. Can I transfer my tickets to another person? Yes, you can transfer your tickets to anyone for free via the Fever app. I can't find my ticket. What should I do? Open the Fever app and check the Tickets section using the same account you used to purchase. If you still can't find it, contact Fever support. Is it necessary to buy a ticket for my carer? Guests requiring assistance are entitled to apply for one free pass for their personal assistant. Contact Fever support to receive a voucher. Access & Venue Is the venue wheelchair accessible? Yes, the venue is wheelchair accessible. For accessibility needs or special requests, email [email protected]. Is there an age requirement for the event? Yes, this event is 18+. ID is required within the venue. When should I arrive? Doors open 30 minutes before the experience begins. What happens if I arrive late? No late entry is permitted. Where is the experience located? Broadbeach Cultural Centre, within Broadbeach Cultural Precinct — Hooker Blvd & Sunshine Blvd, Broadbeach Waters QLD 4218. Is there parking available on site? Yes, there is parking available on-site. Are service animals allowed at the venue? Yes, service animals are welcome. No other pets or animals are allowed. Can I bring my own food and drink? Food or beverages purchased elsewhere are not permitted. Can I smoke or vape during the experience? No smoking or vaping is allowed inside the venue. Is there air conditioning? Yes, there is air conditioning at the venue. Is there a cloakroom available on-site? No, there is no cloakroom available on-site. Can I take photos or record the experience? Yes, guests are welcome to take photos and/or record the experience. Program 🎷 A GLIMPSE OF TONIGHT'S MUSIC 01 Fly Me to the Moon Frank Sinatra 02 My Way Frank Sinatra 03 What a Wonderful World Louis Armstrong 04 When You're Smiling Louis Armstrong — and many more — Seating map STAGE PREMIUM A GREAT B
Where is it happening?
Broadbeach Cultural Centre (within Broadbeach Cultural Precinct), Hooker Blvd &, Sunshine Boulevard, Broadbeach Waters, Broadbeach, Australia
Know what’s Happening Next — before everyone else does.
Host or PublisherFeverup Events












