/* ==========================================================================
   TABLE OF CONTENTS
   ==========================================================================
   01. GLOBAL & OFF-SEASON STUFF
   02. HEADER, NAVIGATION & MENUS
   03. HERO & WIDGETS
   04. TYPOGRAPHY & BODY STYLES
   05. FESTIVAL LINEUP & STAGES
   06. CLUB SHOWS (Single & Grid)
   07. PRBTV GRID
   08. BOWLING & MISC
   ========================================================================== */

/* ==========================================================================
   01. GLOBAL & OFF-SEASON STUFF
   ========================================================================== */

.header-bottom {
    display: block;
}

.home .header-bottom {
    display: block;
}

.contactmob {
    display: none;
}

/* ==========================================================================
   02. HEADER, NAVIGATION & MENUS
   ========================================================================== */

/* OFF-CANVAS & SIDEBAR MENU */
.off-canvas .nav-vertical > li > a {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.sidebar-menu li.menu-item a {
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 30px;
}

.sidebar-menu ul.sub-menu li.menu-item a {
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-left: -5px;
}

/* HEADER BOTTOM / SUB-MENU */

/* This controls the mobile top menu REMOVING TEXT - Turn Back to Zero to just have Icon*/
.header-bottom {
    font-size: 18px;
  font-family: "pf-fuel-grime", sans-serif !important;
}

#menu-item-24715 a {color: #c50003; }

/* This controls the mobile top menu ICON SIZE*/
.header-bottom img {
    height: 60px; 
    width: auto !important;
    margin-right: 0;
}

.header-bottom .nav li.has-icon-left > a > i, 
.header-bottom .nav li.has-icon-left > a > img, 
.header-bottom .nav li.has-icon-left > a > svg {
    margin-right: 0;
}

.header-bottom .nav-spacing-xlarge > li {
    margin: 0;
}

/* Set to Padding 0 and margin 0 to collapse for ICONS*/
.header-bottom .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  margin-top:15px;
}

.header-bottom .container {
    padding-left: 0;
    padding-right: 0;
}

.header-bottom .nav-top-link {
    margin-top: 0;
    margin-bottom: 0;
}

/* HEADER MAIN */
.header-main {
    height: 134px;
    background-image: url('https://prbtest.com/wp-content/uploads/2026/07/mobhead.webp');
    background-position: center bottom;
    background-size: auto 100%; 
    background-repeat: repeat-x; 
    padding: 0 0 15px 0;
}

.masthead .container {
    padding-left: 10px;
    padding-right: 10px;
}

.header-main .logo {
    display: block;
}

.header-main #logo {
    width: 180px;
    margin-bottom: -20px;
}

#logo img {
    max-height: 104px;
}

.header-block {  
    width: 100%;
}

/* HEADER BUTTONS */
.header-button-1 .button {
    background-color: #000 !important; 
    color: #fff !important; 
    border: 3px solid;
}

.header-button-1 .button span,
.header-button-2 .button span {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 125 !important;
    letter-spacing: -.3px;
}

.header-button-1 .button span {
    font-size: 1.2em;
    line-height: 100%;
}

.header-button-2 .button span {
    font-stretch: 125%;
    font-size: 0.7em;
    line-height: 1.0em;
}

.header-button-1 .button:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #000 !important;
}

.header-button-1 .button span:hover,
.header-button-2 .button:hover {
    color: #000 !important;
}

.header-button-2 .button {
    background-color: #fff !important; 
    color: #000 !important; 
    border-color: #fff !important;
    border: 3px solid;
}

.header-button-2 .button:hover {
    background-color: #000 !important;
    border-color: #fff;
    color: #fff !important;
    border: 3px solid;
}

.header-button-2 .button span:hover {
    color: #fff !important;
    border: 0 solid;
}

/* ==========================================================================
   03. HERO & WIDGETS
   ========================================================================== */

.prbhero, 
.prbhero .herovid {
    aspect-ratio: 16 / 9 !important;
    width: 100%;
}

/* CHAT WIDGET & BACK TO TOP */
button#chatwith-launcher {
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background-color: #cc0000;
    background-image: none !important;
    color: white;
    border-radius: 9999px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: 130px;
    right: 5px;
    width: 48px;
    margin-bottom: 10px;
    margin-right: 0;
    height: 48px;
    z-index: 9999998;
    border: medium;
    transition: transform 250ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    box-shadow: 0 1px 6px 0 rgba(150, 150, 150, 0.06), 0 10px 30px 0 rgba(0, 0, 0, 0.16);
}

.back-to-top {
    bottom: 90px;
    right: 5px;
    min-height: 44px !important;
    min-width: 44px !important;
}

.back-to-top i {
    top: 0;
    vertical-align: middle;
}

.back-to-top.is-outline {
    background-color: transparent;
    border: 3px solid currentcolor;
}

/* BOTTOM TICKET */
.bottom-ticket {
    display: block;
    position: fixed;
    bottom: -111px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important; 
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
}

/* ==========================================================================
   04. TYPOGRAPHY & BODY STYLES
   ========================================================================== */

/* GLOBAL PARAGRAPHS */
body, p, p li, p i, p b, p strong, h1, h2, h3, h4, h5 {
    font-family: "brother-1816-printed", sans-serif;
    font-style: normal;
}

body, p, p li { font-weight: 400; }
p i { font-weight: 400; font-style: italic; }
p b, p strong, h1, h2, h3, h4, h5 { font-weight: 700; }

/* STENCIL HEADERS (CENTER & LEFT) */
.light .stencil-c .section-title-center,
.dark .stencil-c .section-title-center,
.light .stencil-l .section-title-bold,
.dark .stencil-l .section-title-bold {
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
}

.light .stencil-c .section-title-center,
.light .stencil-l .section-title-bold {
    color: #000;
    line-height: 1.0;
}

.dark .stencil-c .section-title-center,
.dark .stencil-l .section-title-bold {
    color: #fff;
    line-height: 0.9;
}

.light .stencil-c .section-title-center span { margin: 10px 10px 20px 10px; }
.dark .stencil-c .section-title-center span,
.light .stencil-l .section-title-bold span,
.dark .stencil-l .section-title-bold span { margin: 20px 0 20px 0; }

.light .stencil-l .section-title-bold span,
.dark .stencil-l .section-title-bold span {
    border: 0 solid rgba(0,0,0,.1);
    padding: 0 .5em 0 0;
}

/* STENCIL BORDERS */
.light .stencil-c b,
.light .stencil-l .section-title-bold b {
    background-color: #000;
    height: 5px;
    opacity: .3;
}

.dark .stencil-c b,
.dark .stencil-l .section-title-bold b {
    background-color: #fff;
    height: 5px;
    opacity: .3;
}

.light .stencil-c b,
.dark .stencil-c b {
    display: block;
    flex: 1;
}

/* STENCIL MARGIN RESETS */
.light .stencil-c, .light .stencil-c h1,
.dark .stencil-c,
.light .stencil-l, .light .stencil-l h1,
.dark .stencil-l, .dark .stencil-l h1 { margin-bottom: 0; }

/* BOLD DOTTED HEADERS */
.light .bolddotted .section-title-normal,
.dark .bolddotted .section-title-normal {
    font-family: "brother-1816-printed", sans-serif;
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
    border-style: dotted;
    border-color: #b1b1b1;
    border-width: 0 0 5px 0;
}

.light .bolddotted .section-title-normal { color: #000; line-height: 1.0; }
.dark .bolddotted .section-title-normal { color: #fff; }

.light .bolddotted .section-title-normal span,
.dark .bolddotted .section-title-normal span {
    border-bottom: 0 solid rgba(0,0,0,.1);
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
}

.light .bolddotted, .light .bolddotted h1,
.dark .bolddotted, .dark .bolddotted h1 { margin-bottom: 0; }


/* ==========================================================================
   05. FESTIVAL LINEUP & STAGES
   ========================================================================== */

.schedualtabs {
    padding-top: 30px;
}

.schedualtabs .section {
    padding-left: 10px;
    padding-right: 10px;
}

/* TABS */
.schedualtabs .nav a[aria-selected="false"] span,
.schedualtabs .nav a[aria-selected="true"] span {
    font-family: "veneer-two", sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
    line-height: 1.0 !important;
    font-size: 30px !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}

.schedualtabs .nav a[aria-selected="false"] span { color: #000; }
.schedualtabs .nav a[aria-selected="true"] span { color: #fff; }

.tabbed-content .nav > li { margin-left: 4px; margin-right: 4px; }

.nav-pills > li > a {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    opacity: 1;
}

.nav-pills > li.active > a {
    background-color: #c20400;
    color: #fff;
    opacity: 1;
}

/* MAIN STAGE */
.schedualtabs .mainstagerow .festband {
    background-color: #000; 
    padding: 10px 15px;
    margin: 0;
    font-family: "brother-1816-printed", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;  
    min-height: 105px;
    display: flex;
    flex-direction: column;   
    justify-content: center;  
    align-items: center;      
    text-align: center;       
    border-radius: 0 0 20px 20px;
}

.schedualtabs .mainstagerow .festband p a {
    background-color: transparent; 
    color: #fff; 
    padding: 0;
    margin: 0;
    font-family: "brother-1816-printed", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;   
    display: block;
    border-radius: 0;
    text-transform: uppercase;
}

.schedualtabs .mainstagerow .festband .time {
    background-color: transparent; 
    color: #b9b9b9 !important; 
    padding: 0;
    margin: 7px 0 0 0;
    font-family: "brother-1816-printed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9em;
    width: 100%;   
    display: block;
    border-radius: 0;
}

/* MONSTER STAGE */
.schedualtabs .monsterstagerow .festband {
    background-color: #FFF; 
    padding: 10px 15px;
    margin: 0;
    font-family: "brother-1816-printed", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;   
    display: block;
    border-radius: 0 0 20px 20px;
}

.schedualtabs .monsterstagerow .festband p a {
    background-color: transparent; 
    color: #000; 
    padding: 0;
    margin: 0;
    font-family: "brother-1816-printed", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;   
    display: block;
    border-radius: 0;
    text-transform: uppercase;
}

.schedualtabs .monsterstagerow .festband .time {
    background-color: transparent; 
    color: #b9b9b9 !important; 
    padding: 0;
    margin: 5px 0 0 0;
    font-family: "brother-1816-printed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9em;
    width: 100%;   
    display: block;
    border-radius: 0;
}

/* ==========================================================================
   06. CLUB SHOWS (Single & Grid)
   ========================================================================== */

/* SINGLE PAGE */
.clubshowtitlemob {
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; 
    font-size: 2.75rem; 
    line-height: 0.75;
    color: #000;
    text-align: center;
    margin: 0 0 10px 0 !important; 
}

.venuename {
    text-transform: uppercase; 
    font-family: "brother-1816-printed", sans-serif !important;
    font-weight: bolder !important;
    font-style: normal; 
    letter-spacing: 0.8 !important; 
    color: var(--fs-experimental-link-color) !important; 
    font-size: 1.1rem !important; 
    line-height: 1.0em; 
    padding: 0;
    margin: 10px 0;
}

.clubshowtimemob {
    text-transform: uppercase; 
    margin-bottom: 20px;
    font-family: "brother-1816-printed", sans-serif !important;
    font-weight: bolder !important;
    font-style: normal; 
    letter-spacing: 0.8 !important; 
    color: #000000 !important; 
    font-size: 1.1rem !important;
    line-height: 1.4em; 
    padding: 0;
    margin: 0 0 10px 0;
}

/* GRID */
.club-shows { padding: 0; }

.club-shows .clubgrid {
    grid-template-columns: repeat(2, 1fr); 
    justify-items: stretch; 
}

.club-shows .club-show-event {
    background-color: #fff; 
    border: 0 solid #ddd; 
    border-radius: 10px; 
    padding: 0; 
    box-sizing: border-box; 
    text-align: center; 
    min-width: 0; 
    width: 100%; 
    overflow: hidden; 
    margin-left: 0;
}

.club-shows .club-show-event img {
    border-radius: 0; 
    width: 100%; 
    height: auto; 
    display: block; 
}

.clubgrid .col { padding: 0; }

.clubgrid .club-show-event .clubshowtitlegrid span {
    text-transform: uppercase; 
    font-size: 1.1rem; 
    line-height: 0.8;
    color: #000;
    margin: 0;
    padding: 0 5px;
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.clubgrid .club-show-event .clubdate {
    text-transform: uppercase; 
    margin-bottom: 20px;
    font-family: "brother-1816-printed", sans-serif !important;
    font-weight: bolder !important;
    font-style: normal; 
    letter-spacing: 0.7 !important; 
    color: var(--fs-experimental-link-color) !important; 
    font-size: 0.5rem !important; 
    line-height: 0.5em; 
    padding: 0;
    margin: 0 0 5px 0;
}

.clubgrid .club-show-event .venuename {
    text-transform: uppercase; 
    margin-bottom: 20px;
    font-family: "brother-1816-printed", sans-serif !important;
    font-weight: bolder !important;
    font-style: normal; 
    letter-spacing: 0.7 !important; 
    color: var(--fs-experimental-link-color) !important; 
    font-size: 0.5rem !important; 
    line-height: 1.0em; 
    padding: 0 10px;
    margin: 0 0 10px 0;
}

.clubgrid .club-show-event .clubshowtime {
    text-transform: uppercase; 
    margin-bottom: 20px;
    font-family: "brother-1816-printed", sans-serif !important;
    font-weight: bolder !important;
    font-style: normal; 
    letter-spacing: 0.8 !important; 
    color: #000000 !important; 
    font-size: 0.4rem !important; 
    line-height: 1.2em; 
    padding: 0 10px;
    margin: 0 0 10px 0;
}

/* ==========================================================================
   07. PRBTV GRID
   ========================================================================== */

.prbtv-band-title {
    font-family: 'pf-fuel-grime', sans-serif; 
    font-size: 2.4em; 
    text-transform: uppercase; 
    line-height: 100%;
    letter-spacing: -1px;
    margin: 0;
    text-shadow: 3px 3px 2px rgba(16, 117, 161, 0.8);
}

.prbtv-song {
    font-family: 'Antonio', sans-serif; 
    font-weight: 700; 
    font-size: 1.3em; 
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    letter-spacing: -1px;
    text-shadow: 3px 3px 2px rgba(16, 117, 161, 0.8);
}

.prbtv-meta {
    font-family: 'Antonio', sans-serif; 
    text-transform: uppercase; 
    opacity: 1.2; 
    font-size: 1.1em;
    line-height: 100%; 
    margin: 13px 0;
    letter-spacing: -1px;
    text-shadow: 3px 3px 2px rgba(16, 117, 161, 0.8);
}

.prbtvplaybutton {
    max-width: 50px;
    margin: 5px 0 13px 0;
}

.prbtv-blue-card .bottomsec {
    background-image: url('https://prbtest.com/wp-content/uploads/2026/02/blue-bg.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto; 
    margin-top: -15px;
    position: relative; 
    z-index: 10;
    min-width: 100%;
    border-radius: 0;
}

.prbtv-blue-card .bottomsec .col-inner {
    background-color: transparent !important;
    color: #fff;
}

.prbtv-grid { padding: 0; }
.prbtvcolumn .col:first-child { border-radius: 35px 35px 0 0; }

.prbtv-grid .clubgrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 20px; 
    list-style: none;
    padding: 0;
    margin: 0;
    justify-items: stretch; 
}

.prbtv-grid .club-show-event {
    background-color: #0D86BD;
    border: 0 solid #ddd;
    border-radius: 20px; 
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    min-width: 0; 
    width: 100%;
    overflow: hidden; 
    margin-left: 0;
}

.prbtv-grid .clubgrid .col { padding: 0; }

.prbtv-grid .clubgrid .club-show-event .clubshowtitlegrid span {
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 0.8;
    color: #000;
    margin: 0;
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.prbtv-grid .clubgrid .club-show-event .clubdate,
.prbtv-grid .clubgrid .club-show-event .venuename {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "brother-1816-printed", sans-serif !important;
    font-weight: bolder !important;
    font-style: normal;
    letter-spacing: 0.8 !important;
    color: var(--fs-experimental-link-color) !important;
    font-size: 1.3rem !important;
    line-height: 1.0em;
    padding: 0;
    margin: 0 0 10px 0;
}

/* ==========================================================================
   08. BOWLING & MISC
   ========================================================================== */

.ticketbottom .col-inner { min-height: 1px; }

.prbwinners {
    background-color: white;
    padding: 10px;
    border: 8px solid; 
    border-image: linear-gradient(45deg, #d4af37, #f1c27d, #f5d76e, #ffecb3) 1;
    border-image-slice: 1;
    animation: shimmerBorder 6s ease infinite;
    border-radius: 10px;
    text-align: center;
}

.noradius, .noradius img {
    border-radius: 0;
}