/* ==========================================================================
   TABLE OF CONTENTS
   ==========================================================================
   01. GLOBAL & OFF-SEASON STUFF
   02. HEADER, NAVIGATION & MENUS
   03. POP-OUTS & WIDGETS
   04. HOME PAGE & MISC
   05. CLUB SHOWS
   ========================================================================== */

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

.header-bottom {
    display: none;
}

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

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

/* HEADER LAYOUT */
.header-block {  
    width: 57%;
}

/* SUB-MENU */
.header-bottom {
    font-size: 0;
}

.header-bottom img {
    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;
}

.header-bottom .nav > li > a {
    padding: 0;
}

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

.header-bottom .nav-top-link {
    font-family: "pf-fuel-grime", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 1.8em;
    line-height: 100%;
    margin-top: 5px;
}

/* 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. POP-OUTS & WIDGETS
   ========================================================================== */

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: 45px;
    right: 0;
    width: 48px;
    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);
}

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

/* ==========================================================================
   04. HOME PAGE & MISC
   ========================================================================== */

.ticketbottom {
    min-height: 1px;
}

/* ==========================================================================
   05. CLUB SHOWS
   ========================================================================== */

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