/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2021 | 21:00:07 */
.hidden {
  display: none!important;
}

/** force hide the poll results **/
body:not(.logged-in) .gpoll_bar .gpoll_bar_juice > .gpoll_bar_count {
  display:none!important;
}

/**** Hide Forum Headlines on Shows Page *****/
/*
.page-template-template-shows .all-show-categories-grid .show-card:nth-of-type(6),
.page-template-template-shows .all-show-categories-grid .show-card:nth-of-type(7) {
    display: none;
}*/