/*--- FONTS ---*/

@font-face {
    font-family: "PWScratchy";
    src: url("../../../assets/fonts/PWScratchy.woff2") format("woff2"), url("../../../PWScratchy.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*--- GENERAL ---*/

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    line-height: 1.6em;
    font-family: "Archivo";
    font-weight: 300;
}

b,
strong {
    font-weight: 600;
}

a {
    text-decoration: none;
}

.site-wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

body,
html {
    height: 100%;
}

.site-wrapper {
    min-height: 100%;
}

.content {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    text-align: center;
    font-family: "PWScratchy";
    font-weight: 400;
    padding-bottom: 10px;
    color: #0b100f;
    line-height:1.1em;
}

hr { margin-top: 40px; margin-bottom: 40px; border-top: 1px solid #0b100f; border-left: 0; border-right: 0; border-bottom: 0; }

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5,
h6 {
    font-size: 1rem;
}

.white {
    color: #fff;
}

.page-content,
.shows-content {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.page-content a { color: #0b100f; }


/*--- PAGE HEADERS ---*/

.page-header { background-position: top center; z-index: -1; background-size: cover; background-attachment: fixed; height: 70vh; width: 100%;

    @media screen and (max-width: 1024px) {
        height: 55vh; 
        background-attachment: scroll;
        background-position: center;
    }
}

/*--- HEADER ---*/

#header {
    text-transform: uppercase;
    
    font-family: "PWScratchy";
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    .home-menu { padding-top: -1%; }
    .home-menu-wrap { padding-left: 2%; margin-top:-5px;
    
    @media screen and (min-width: 1920px) {
       padding-left: 2% !important; }
    }

    @media screen and (max-width: 1024px) {
        position: fixed; padding-left: 2%; padding-right: 2%;
        
    }

    .header-inner{
        padding-left: 2%;
        padding-top: 2%;
        padding-bottom: 2%;

@media screen and (min-width: 1024.1px) {
    padding-top: 20px; padding-bottom: 15px;
}
        @media screen and (min-width: 1920px) {
            padding-left: 2%; padding-top: 20px; padding-bottom: 15px;
        }

    }
}


    @media all and (max-width:1024px){
        
        #responsive-menu-pro-button{
            display:block !important;
            opacity:1 !important;
            visibility: visible !important;
        }

        .links{
            display:none !important;
        }

        #header{
            background-color:rgba(11, 16, 15, 0.9) !important;
            padding-left: 0%; padding-right: 0%; padding-top: 0%; padding-bottom: 0%; 

        .header-inner { padding-left: 1%; padding-right: 1%; padding-top: 10px; padding-bottom: 10px;  }

        }
            
        
    }

    
    @media screen and (min-width:1024.1px) {
        button#responsive-menu-pro-button { top: 30px !important; right: 2% !important; }
    }

    @media screen and (max-width:1024px) {
        button#responsive-menu-pro-button { top: 10px; right: 2% !important; }
        .header-inner { padding-left: 2% !important; }
    }

    @media screen and (max-width:800px) {
        button#responsive-menu-pro-button { top: 10px !important; }
    }

.header-underlay {
    background: rgba(11, 16, 15, 0.85);
}

body .site-wrapper:not(.pslug_home) .header-underlay {
    opacity: 1 !important;
}

.home-menu {
    display: flex;
    justify-content: left;

    ul.nav-drop:hover {
        height: auto !important;
    }

    ul.nav-drop {
        flex-direction: column;
        height: 0;
        position: absolute;
        overflow: hidden;

        text-align: left;
    }

    ul {
        list-style: none;

        padding: 0;
        display: flex;

        >li:hover .nav-drop {
            height: auto !important;
        }

        margin: 0;

        li {
            display: inline-block;
            margin-left: 0;
            margin-right: 15px;

            a {
                color: #fff;
            }

            a:hover {
                color: #fff;
            }
        }

        li.nav-drop-item:first-child {
            padding-top: 10px;
        }

        .nav-drop-item {
            padding-bottom: 5px;
            padding-top: 2px;
            margin-left: 0 !important;
        }
    }
}

.logo {
    max-width: 400px;
    height: auto;

    @media screen and (max-width: 1024px) {
        max-width: 250px;
    }
}

.social a {
    margin-right: 10px;
    color: #fff;
}

.social a:hover {
    color: #fff;
}

/*--- FOOTER ---*/

#footer {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #0b100f;
    color: #fff;
    font-family: "PWScratchy";

    a {
        color: #fff;
    }
}

.footer-inner {
    text-align: center;
    text-transform: uppercase;
    padding-left: 2%;
    padding-right: 2%;

    i {
        font-size: 22px;
        padding-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/*--- SHOWS ---*/

.bit-widget {
    color: #fff !important;
}

.bit-upcoming-events-show-all-button,
.bit-widget .bit-upcoming-events-show-all-button {
    display: none !important;
}

.more {
    font-family: "PWScratchy";
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 15px 15px;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
}

.more:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #0b100f;
}

.bit-widget .bit-nav-bar-container {
    padding: 0;
}

.bit-widget .bit-top-track-button {
    padding-top: 0 !important;
    color: #fff !important;
    padding-bottom: 10px !important;
}

.bit-lineUp-with,
.bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
    font-family: "PWScratchy";
    font-size: 12px !important;
    line-height: 1.2em;
}

.bit-widget-container {
    margin-top: 0 !important;
    width: 100%;
    font-size: 15px;
}

.bit-track-button {
    display: none !important;
}

.bit-events {
    color: #fff !important;
}

.bit-top-track-button {
    color: #fff;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-family: "PWScratchy";
    padding-bottom: 30px !important;
    text-align: center;
    font-size: 16px !important;
}

.bit-top-track-button a {
    color: #fff !important;
}

a.bit-top-track-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
}

.bit-nav-bar {
    font-family: "PWScratchy";
    text-transform: uppercase;
    padding-bottom: 30px;
    font-size: 16px;
}

.bit-nav-bar a,
.bit-nav-bar span {
    color: #fff !important;
}

.bit-nav-bar a:hover,
.bit-nav-bar span a:hover {
    color: #fff !important;
}

.bit-venue,
.bit-venue a {
    font-weight: bold !important;
    color: #fff !important;
}

.bit-widget {
    padding-top: 0;
}

.bit-widget .bit-venue {
    color: #fff !important;
}

.bit-widget .bit-location,
.bit-widget .bit-venue {
    padding-top: 10px !important;
}

.bit-widget .bit-location {
    color: #fff;
}

.bit-event {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: left !important;
    font-size: 16px;
}

.bit-details {
    padding-top: 15px;
    padding-bottom: 10px;
}

.bit-widget .bit-event {
    border-bottom: 1px solid #fff;
    border-top: 0 !important;
}

.bit-widget .bit-event:last-child {
    border-bottom: 0 !important;
}

.bit-widget .bit-event:last-child {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.bit-past-events,
.bit-upcoming-events {
    font-family: "PWScratchy" !important;
    text-transform: uppercase;
}

.bit-widget .bit-upcoming-events,
bit-past-events {
    border-bottom: 0 !important;
}

.bit-past-events a,
.bit-upcoming-events a {
    color: #fff;
}

.bit-date {
    font-size: 24px;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    margin-right: 18px;
}

.bit-button,
.bit-date {
    font-family: "PWScratchy";
    text-transform: uppercase;
}

.bit-button {
    font-size: 16px;
    background: none !important;
    font-weight: bold;
    padding-bottom: 8px;
    color: #fff !important;
    border: 2px solid #fff !important;
    /*float: right; margin-bottom: 5px; clear:both;*/
}

.bit-button:hover {
    color: #0b100f !important;
    background: #fff !important;
    border: 2px solid #fff !important;
}

.bit-widget .bit-event .bit-event-buttons {
    margin-top: 0 !important;
}

.bit-widget .bit-event-list-title,
.bit-widget .bit-top-track-button {
    font-size: 22px !important;
}

.bit-event:hover {
    background: rgba(255, 255, 255, 0.025) !important;
}

.bit-widget .bit-no-dates-container .bit-track-button {
    display: none;
}

.bit-widget .bit-no-dates-container .bit-no-dates-title {
    font-family: "PWScratchy";
    font-size: 16px;
}

@media screen and (max-width: 1125px) {
    .bit-date {
        padding-bottom: 10px;
        font-size: 18px !important;
    }

    .bit-widget.bit-layout-ipad .bit-event .bit-button {
        width: 120px;
    }

    .bit-widget.bit-layout-ipad .bit-event {
        padding-right: 15px;
    }

    .bit-event {
        font-size: 15px;
    }

    .bit-button {
        font-size: 15px;
    }
}

.bit-widget.bit-layout-desktop .bit-details {
    display: flex !important;
}

.bit-widget.bit-layout-desktop .bit-location {
    margin-left: 0 !important;
    text-align: left !important;
    font-weight: bold;
}

.bit-past-events .bit-event .bit-date {
    width: 200px;
}

.bit-past-events-show-all-button {
    font-family: "PWScratchy";
    font-size: 16px;
    max-width: 300px;
    margin: 10px auto !important;
    display: block !important;
    background: none;
    border: 2px solid #fff;
}

.bit-widget .bit-play-my-city-button {
    display: none !important;
}

.bit-widget.bit-layout-desktop .bit-details,
.bit-widget.bit-layout-desktop .bit-details>div {
    display: block !important;
}

.bit-past-events .bit-event .bit-rsvp-container {
    padding-top: 10px !important;
}

.bit-nav-bar {
    display: none !important;
}

@media screen and (max-width: 1125px) {
    .bit-date {
        padding-bottom: 0 !important;
    }
}

.bit-upcoming-events-show-all-button {
    font-family: "PWScratchy" !important;
    font-weight: 700 !important;
    max-width: 300px !important;
    display: block !important;
    margin: 5px auto !important;
    background: #fff;
    font-size: 16px !important;
}

.bit-upcoming-events-show-all-button:hover {
    background: #fff !important;
    color: #0b100f !important;
}

@media screen and (max-width: 800px) {
    .bit-widget {
        padding-top: 10px;
    }

    .bit-details {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width: 600px) {
    .bit-date {
        padding-top: 10px !important;
    }

    .bit-widget .bit-event {
        padding-top: 10px !important;
    }
}

.bit-date {
    padding-top: 5px;
}

.bit-rsvp-container a {
    margin-left: auto;
    margin-bottom: 5px;
}

.bit-widget .bit-event .bit-button,
.bit-widget .bit-event .bit-offers-text,
.bit-widget .bit-event .bit-rsvp {
    text-transform: uppercase !important;
}

/*--- BIO ---*/

.bio-photo {
    width: 40%;
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}

.bio-photo img {
    padding-top: 5px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .bio-photo {
        float: none;
        display: block;
        margin: 0 auto;
        /*max-width: 800px;*/
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        background: none !important;
    }

    .bio-photo img {
        padding-top: 0;
    }
}

/*--- RELEASES ---*/

.pslug_music {

    .rel-title { font-weight: bold; }
    
    .music-more {
        border: 1px solid #fff;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .music-more:hover {
        position: relative;
        z-index: 5;
        background: #fff;
        border: 1px solid #fff;
        color: #0b100f;
    }

    .disco-grid {
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-item {
        overflow: hidden;
        padding: 10px;
    }

    .grid-item .grid-content {
        position: relative;

        >a {
            display: block;
        }
    }

    .grid-item img {
        display: block;
        padding-bottom: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .grid-item div:hover .title-overlay {
        opacity: 1;
    }

    @media screen and (max-width: 1024px) {
        .disco-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media screen and (max-width: 800px) {
        .disco-grid {
            display: block;
            width: 100%;
            padding-left: 0;
            padding-right: 0;

            .grid-item {
                padding-bottom: 25px;
            }
        }
    }

    /*@media screen and (max-width: 600px) {
        .disco-grid {
            display: block;
            grid-template-columns: repeat(1, 1fr);
        }
    }*/

    hr:last-child {
        display: none;
    }
}

/*--- INDIVIDUAL RELEASE ---*/

.body-ptp-album {
    .release h4 {
        margin-top: 0 !important;
    }

    .release {
        width: 80%;
        margin: 0 auto;
        max-width: 1400px;
    }

    .artwork {
        width: 377px;
        float: left;
        display: table-cell;
    }

    .artwork img {
        width: 100%;
        height: auto;
    }

    .buy-links {
        padding-top: 0;
        padding-bottom: 30px;
        text-align: center;
    }

    .buy-links a {
        display: inline-block;
        max-width: 200px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        color: #0b100f;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "PWScratchy";
        border: 2px solid #0b100f;
        padding: 10px;
        padding-bottom: 15px;
    }

    .buy-links a:hover {
        background: #fff;
        color: #0b100f;
    }

    .notes {
        padding-top: 20px;
        position: relative;
        top: 20px;
        text-align: center;
    }

    .artwork-tracklisting {
        display: inline-flex;
        width: 100%;

        &.no-player {
            justify-content: center;
        }
    }

    .release {
        border-bottom: 1px solid #0b100f;
    }

    .release:last-child {
        border-bottom: 0 !important;
    }

    .player {
        float: right;
        display: table-cell;
        width: auto;
        flex-grow: 1;
    }

    .player iframe {
        width: 100%;
        height: 377px;
    }

    .buy-links i {
        margin-right: 5px;
    }

    .more {
        color: #0b100f;
        display: table;
        text-transform: uppercase;
        margin: 0 auto;
        font-weight: 400;
        font-family: "PWScratchy";
        border: 2px solid #0b100f;
        padding: 10px; padding-bottom: 15px;
        font-size: 16px;
    }

    .more i {
        padding-right: 5px;
        position: relative;
        top: 1px;
    }

    .more:hover {
        color: #fff;
        background: #0b100f;
    }
}

@media screen and (max-width: 1024px) {
    .release {
        width: 100%;
        max-width: 600px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .ai-narrow .ai-control-wrap-thumb {
        width: 0 !important;
    }

    .artwork,
    .artwork-tracklisting,
    .player {
        width: 100% !important;
        height: auto;
        display: block !important;
        float: none;
    }

    .buy-links {
        text-align: center !important;
    }

    .buy-links a {
        margin: 0 auto 10px;
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .player iframe {
        width: 100%;
    }

    .artwork-tracklisting {
        padding-bottom: 20px !important;
    }

    .buy-links {
        display: block;
        width: 100%;
    }

    .notes {
        position: relative;
        top: 20px;
    }
}

.notes {
    color: #0b100f;
}

/*--- HOME - HEADER ---*/

.home-header {
    position: relative;
    width: 100%;
    min-height: 90vh;
    height: auto;
    display: block;
}

/*--- HOME - CTA ---*/

#cta-container {
    display: flex;
    justify-content: center;
    height: 100vh;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0 auto;
    position: relative;

}
.cta-buy a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #0b100f;
    padding: 10px 10px 12px;
    font-weight: 700;
    max-width: 90%;
    font-family: "PWScratchy";
    margin: 10px auto !important;
    text-align: center;
}

.cta-buy a:hover {
    color: #0b100f;
    opacity: 0.8;
    cursor: pointer;
}

.cta-buy a i {
    margin-right: 5px;
}

.cta-buy img {
    margin-top: 3px;
    margin-left: 7px;
    margin-right: 5px;
}

.cta-text {
    color: #fff;
    text-transform: uppercase;
    font-family: "Archivo";
    font-size: 18px;
    text-align: center;
}

.cta-title {
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    padding-bottom: 5px;
    font-family: "PWScratchy";
}

.cta-img {
    vertical-align: middle;
}

.ctafc {
    color: #0b100f;
}

#cta {
    position: absolute;
    bottom: 2%;
    right: 2%;
    z-index: 5;

    @media screen and (min-width: 1920px) {
        right: 2%; bottom: 1%; 
    }

    @media screen and (max-width: 1200px) {
        width: 80%;
        max-width: 600px;
    }

    @media screen and (max-width: 1024px) {
        bottom: 8% !important; zoom: 90%;
        right: auto;
        display: block;
        margin: 0 auto;
    }

    background: rgba(0, 0, 0, 0.8);
    background-position: right top;
    padding: 10px;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 25px;
    line-height: 1em;

    .cta-title {
        padding-top: 5px;
    }

    @media screen and (max-width: 980px) {
        .cta-buy a {
            color: #0b100f;
        }

        .cta-buy a:hover {
            color: #0b100f;
        }

        .cta-text {
            text-transform: uppercase;
            font-family: "Archivo";
            line-height: 1em;
        }
    }

    @media screen and (min-width: 980px) {
        width: auto;
    }

    @media screen and (max-width: 800px) {
        width: 90%;

        .cta-grid {
            grid-template-columns: 100%;
        }
    }

    /*position:absolute;*/

    z-index: 2;

    @media screen and (min-width: 1024.1px) {
        bottom: 3%;
    }

    @media screen and (max-width: 1024px) {
        bottom: 3%;
        left: 50%;
        line-height: 0.8em;
        /*transform: translateX(-50%);*/
        padding: 20px 10px 10px;

        .cta-img {
            padding-top: 0 !important;
        }
    }
}

.cta-buy a {
    margin-bottom: 0;
}

.cta-grid {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 3%;
    padding: 1%;
    align-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    #cta {
        line-height: 1em;
        margin-bottom: 2%;
        background: rgba(0, 0, 0, 0.8);
        transform: translateX(-50%);
    }

    .cta-img img {
        width: 100% !important;
    }

    .cta-text {
        padding-top: 1px;
        padding-right: 10px;
        font-size: 18px !important;
    }

    .cta-text {
        line-height: 0.8em;
    }

    .cta-buy {
        padding-top: 10px;
    }

    .cta-title {
        padding-top: 5px;
        margin-bottom: -10px;
        margin-top: 0;
        font-size: 22px !important;
    }
}

/*--- VIDEOS ---*/
.videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2%;

    @media screen and (max-width: 1200px) {
        display: block;
        width: 100%;

        .video {
            padding-bottom: 40px;
        }
    }

    .vid-artist,
    .vid-title {
        text-transform: none;
    }

    .vid-title {
        padding-top: 5px; font-weight: bold;
        margin-bottom: -5px;
        padding-bottom: 0;
        color: #0b100f;

    }

    .vid-artist {
   
        color: #0b100f;
    }

    a {
        display: block;

        img {
            width: 100%;
        }
    }
}




.lbxp { z-index: 99999999 !important; }






/*--- HOME ---*/

.home-header {
    height: 100vh;
    width: 100%;
    background: url("../../../assets/img/home-header-desk.jpg") center;
    background-size: cover;
    background-attachment: fixed;

    @media screen and (max-width: 1024px) {
        background: url("../../../assets/img/home-header-mob2.jpg") center;
        background-size: cover;
        background-attachment: scroll;
        height: 98vh;
    }
}

.home-header .desk {
    display: block;
}

.home-header .mob {
    display: none;
}

@media screen and (max-width: 1024px) {
    .home-header .mob {
        display: block;
    }

    .home-header .desk {
        display: none;
    }
}

.home-bio,
.home-dates,
.home-mailing,
.home-video {
    padding-left: 2%;
    padding-right: 2%;
}

.home-bio,
.home-dates,
.home-mailing,
.home-video {
    padding-top: 2%;
    padding-bottom: 2%;

    @media screen and (max-width: 1024px) {
        padding: 10% 5%;
    }
}

.home-video { padding-top: 3%; }

@media screen and (max-width: 1024px) {
    .home-video {
    padding-top: 7%; padding-bottom: 5%; padding-left: 5%; padding-right: 5%;
}
}

.home-bio .more {
    margin-left: 0;
}

.home-mailing {
    background: #fff;
    font-size: 30px;
    text-align: center;
    font-family: "PWScratchy";
    padding-top: 20px;
    padding-bottom: 40px;
}

.home-dates {
    background: url("../../../assets/img/dates-desk.jpg") center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.home-bio {
    background: url("../../../assets/img/bio-desk.jpg") center;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

.home-bio-content {
    font-size: 2rem;
    max-width: 35%;
    line-height: 1.6em;
    padding-bottom: 1%;

    .more {
        line-height: 1.2em;
    }

    @media screen and (max-width: 1200px) {
        font-size: 1.5rem;
        max-width: 80%;
        padding-bottom: 5%;
    }
}





/*--- SHOWS PAGE ---*/

.pslug_shows {

    .bit-widget {
        color: #0b100f !important;
    }
    
    .bit-widget .bit-upcoming-events-show-all-button,
    .bit-upcoming-events-show-all-button {
        display: none !important;
    }
    
    .more {
        font-family: 'PWScratchy';
        border: 2px solid #0b100f;
        color: #0b100f;
        padding-bottom: 15px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
        display: table;
        margin: 0 auto;
        text-transform: uppercase;
    }
    
    .more:hover {
        background: #0b100f;
        border: 2px solid #0b100f;
        color: #fff;
    }
    
    
    .bit-widget .bit-nav-bar-container {
        padding: 0;
    }
    
    .bit-widget .bit-top-track-button {
        padding-top: 0px !important;
        color: #0b100f !important;
        padding-bottom: 10px !important;
    }
    
    .bit-lineUp-with,
    .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
        font-family: 'PWScratchy';
        font-size: 12px !important;
        line-height: 1.2em;
    }
    
    .bit-widget-container {
        margin-top: 0px !important;
        width: 100%;
        font-size: 15px;
    }
    
    
    .bit-track-button {
        display: none !important;
    }
    
    .bit-events {
        color: #0b100f !important;
    }
    
    .bit-top-track-button {
        color: #0b100f;
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        font-family: 'PWScratchy';
        padding-bottom: 30px !important;
        text-align: center;
        font-size: 16px !important;
    }
    
    .bit-top-track-button a {
        color: #0b100f !important;
    }
    
    a.bit-top-track-button {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .bit-nav-bar {
        font-family: 'PWScratchy';
        text-transform: uppercase;
        padding-bottom: 30px;
        font-size: 16px;
    }
    
    .bit-nav-bar a,
    .bit-nav-bar span {
        color: #0b100f !important;
    }
    
    .bit-nav-bar a:hover,
    .bit-nav-bar span a:hover {
        color: #0b100f !important;
    }
    
    .bit-venue,
    .bit-venue a {
        font-weight: bold !important;
        color: #0b100f !important;
    }
    
    .bit-widget {
        padding-top: 0px;
    }
    
    .bit-widget .bit-venue {
        color: #0b100f !important;
    }
    
    .bit-widget .bit-venue,
    .bit-widget .bit-location {
        padding-top: 10px !important;
    }
    
    .bit-widget .bit-location {
        color: #0b100f;
    }
    
    .bit-event {
        padding-top: 20px;
        padding-bottom: 25px;
        text-align: left !important;
        font-size: 16px;
    }
    
    .bit-details {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    
    .bit-widget .bit-event {
        border-bottom: 1px solid #0b100f;
        border-top: 0 !important;
    }
    
    .bit-widget .bit-event:last-child {
        border-bottom: 0 !important;
    }
    
    .bit-widget .bit-event:last-child {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
    
    .bit-upcoming-events,
    .bit-past-events {
        font-family: 'PWScratchy' !important;
        text-transform: uppercase;
    }
    
    .bit-widget .bit-upcoming-events,
    bit-past-events {
        border-bottom: 0 !important;
    }
    
    .bit-upcoming-events a,
    .bit-past-events a {
        color: #0b100f;
    }
    
    .bit-date {
        font-size: 24px;
        color: #0b100f;
        padding-bottom: 5px;
        display: block;
        margin-right: 18px;
    }
    
    .bit-date,
    .bit-button {
        font-family: 'PWScratchy';
        text-transform: uppercase;
    }
    
    .bit-button {
        font-size: 16px;
        background: none !important;
        font-weight: bold;
        padding-bottom: 8px;
        color: #0b100f !important;
        border: 2px solid #0b100f !important;
        /*float: right; margin-bottom: 5px; clear:both;*/
    }
    
    .bit-button:hover {
        color: #fff !important;
        background: #0b100f !important;
        border: 2px solid #0b100f !important;
    }
    
    .bit-widget .bit-event .bit-event-buttons {
        margin-top: 0 !important;
    }
    
    .bit-widget .bit-event-list-title,
    .bit-widget .bit-top-track-button {
        font-size: 22px !important;
    }
    
    .bit-event:hover {
        background: rgba(255, 255, 255, 0.025) !important;
    }
    
    .bit-widget .bit-no-dates-container .bit-track-button {
        display: none;
    }
    
    .bit-widget .bit-no-dates-container .bit-no-dates-title {
        font-family: 'PWScratchy';
        font-size: 16px;
    }
    
    @media screen and (max-width: 1125px) {
        .bit-date {
            padding-bottom: 10px;
            font-size: 18px !important;
        }
    
        .bit-widget.bit-layout-ipad .bit-event .bit-button {
            width: 120px;
        }
    
        .bit-widget.bit-layout-ipad .bit-event {
            padding-right: 15px;
        }
    
        .bit-event {
            font-size: 15px;
        }
    
        .bit-button {
            font-size: 15px;
        }
    
    }
    
    
    .bit-widget.bit-layout-desktop .bit-details {
        display: flex !important;
    }
    
    .bit-widget.bit-layout-desktop .bit-location {
        margin-left: 0 !important;
        text-align: left !important;
        font-weight: bold;
    }
    
    .bit-past-events .bit-event .bit-date {
        width: 200px;
    }
    
    .bit-past-events-show-all-button {
        font-family: 'PWScratchy';
        font-size: 16px;
        max-width: 300px;
        margin: 10px auto !important;
        display: block !important;
        background: none;
        border: 2px solid #0b100f;
    }
    
    .bit-widget .bit-play-my-city-button {
        display: none !important;
    }
    
    .bit-widget.bit-layout-desktop .bit-details,
    .bit-widget.bit-layout-desktop .bit-details>div {
        display: block !important;
    }
    
    .bit-past-events .bit-event .bit-rsvp-container {
        padding-top: 10px !important;
    }
    
    .bit-nav-bar {
        display: none !important;
    }
    
    @media screen and (max-width: 1125px) {
        .bit-date {
            padding-bottom: 0 !important;
        }
    }
    
    .bit-upcoming-events-show-all-button {
        font-family: 'PWScratchy' !important;
        font-weight: 700 !important;
        max-width: 300px !important;
        display: block !important;
        margin: 5px auto !important;
        background: #0b100f;
        font-size: 16px !important;
    }
    
    .bit-upcoming-events-show-all-button:hover {
        background: #0b100f !important;
        color: #fff !important;
    }
    
    
    @media screen and (max-width: 800px) {
        .bit-widget {
            padding-top: 10px;
        }
    
        .bit-details {
            padding-top: 20px !important;
            padding-bottom: 10px !important;
        }
    }
    
    
    @media screen and (max-width: 600px) {
        .bit-date {
            padding-top: 10px !important;
        }
    
        .bit-widget .bit-event {
            padding-top: 10px !important;
        }
    
    }
    
    .bit-date {
        padding-top: 5px;
    }
    
    .bit-rsvp-container a {
        margin-left: auto;
        margin-bottom: 5px;
    }
    
    
    
    .bit-widget .bit-event .bit-rsvp,
    .bit-widget .bit-event .bit-button,
    .bit-widget .bit-event .bit-offers-text {
        text-transform: uppercase !important;
    }
    
    }





    /*---- CONTACT ---*/

    .contact-grid { display: grid; grid-template-columns: repeat(4,1fr); align-content:top; align-items: top;


        @media screen and (max-width: 1400px) {
            grid-template-columns: repeat(2,1fr);

            .contact-box { padding-bottom:30px; }
        }

        @media screen and (max-width: 1200px) {
            display: block; }
        }


.contact-box {

h3 { padding-top: 0; margin-top: 0; margin-bottom: 20px; padding-bottom: 0; }

a:hover { border-bottom: 1px solid #0b100f; }

@media screen and (max-width: 1200px) {
    padding-bottom: 30px; }
}



/*--- SOLUTIONS ---*/

.solutions-grid { display: grid; grid-template-columns: repeat(2,1fr); align-items: top; align-content: top; grid-column-gap: 5%; grid-row-gap: 2%; padding-bottom: 100px; 

    @media screen and (max-width: 1024px) {
        display: block; padding-bottom: 20px;
    }

}
.solution {
    h3 { text-align: left; margin-bottom: 0; padding-bottom: 30px; }
    .more { border: 1px solid #000; margin-left: 0; }
    .more:hover { background: #000; color: #fff; }

    @media screen and (max-width: 1024px) {
        padding-bottom: 40px;
    }
}


.resource-list, .resources-intro { text-align: center; }
.resource-item { padding-bottom: 10px; }
.resource-item a:hover { cursor: pointer; }