@media screen and (min-width: 768px){
	.most-popluar-slide .show-details {
		padding-top:0px;	
		justify-content:flex-start;
	
	}
}

.most-popluar-slide h4.show-category{
	font-family:"Fira Sans", Helvetica, sans-serif;
}

/* this rule is to remove the login icon */
#menu-top-1 li a.icon {
	display: none ;
}
/* this rule is to put the search icon back after removing the login icon */
#toggle-search {
	display: inline !important; 
}
/* this is to get rid of the reply function */
#comments {
	display: none;
}
/*need to pad content from pictures when searching */
.entry-content {
	padding: 10px;
}

/*rule for putting video embeds on the right side of show pages*/
.vid-ep-play {
  grid-area: player;
	order: 3;
}

/* hide page title on our about page - the about page has the page id 63 */
.page-id-63 .entry-title {
display: none;
}

/* hide author, categories and comment link from news entries */
.category-news .entry-footer .byline { display: none; }
.category-news .entry-footer .cat-links { display: none; }
.category-news .entry-footer .comments-links { display: none; }

/* format wp sitemap lists */
ul.wsp-pages-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.wsp-shows-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.wsp-bios-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul.wsp-posts-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#metaslider_container_10897 .caption {
  color: var(--global--color-foreground);
  font-size: var(--heading--font-size-h1);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
}


#metaslider_container_10911 .caption {
  color: var(--global--color-foreground);
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
}