.page_right:not(.ignore_widget) {
    display:none !important;
}

.page_right:not(.ignore_widget) {
    width:100%;
}

.page_left:not(.ignore_widget) {
    float:none;
    width:100%;
    margin-right:0px;
}

.header {
    display:none;
}

.footer_content {
    display:none;
}

#upcoming_shows_title {
    display:none;
}

.cart_line_title {
    border-radius:15px;
    background: white !important;
}

/* Widget Header Navigation */

.widget_header {
    width:100%;
    text-align:center;
    padding-top:20px;
}

.widget_header_nav_item {
    display:inline-block;
    height:30px;
    font-size:15px;
    background-color:#e9e9e9;
    color:#333333;
    line-height:30px;
    padding-left:13px;
    padding-right:13px;
    box-sizing:border-box;
    border-radius:15px;
    margin-left:3px;
    margin-right:3px;
    margin-top:10px;
}

.widget_header_nav_item_current {
    background-color:#93c642;
    color:#ffffff;
}

.show_item {
    max-width:600px;
    margin:0px auto;
    margin-bottom:20px;
}

.become-a-volunteer-cta {
    max-width:600px;
    margin:0px auto;
}

.patron-event-list-header {
    justify-content: center;
}

.event-category-pills {
    justify-content: center;
}

.patron-search-bar {
    display: block;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

}

.patron-search-button {
    display: none;
}

.jc-popup {
    width: 500px;
    position: fixed !important;
    top: 20vh !important;
    left: 50% !important;
    transform: none !important;
}

@media screen and (max-width: 899px){
    .widget_header {
        padding-bottom:20px;
    }
    
    #widget_chart_overlay, #widget_chart_overlay_button {
        display:none !important;
    }
}

