@charset "UTF-8";

header.entry-header h2{
	margin-bottom: 4px;
}

#tag_menu,
ul.post-tags
{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
	align-items: center;
	margin-bottom: 4px;
}

ul.post-tags li{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

ul.post-tags a{
	display: inline-block;
	padding: 2px 8px;
	color: #000;
	border: #ddd solid 1px;
	border-radius: 8px;
}


ul.post-tags .workshops a{
	background: rgba(255,255,153,0.3);
}

ul.post-tags .cafecon a{
	background: rgba(191,239,255,0.3);
}

ul.post-tags .afc a{
	background: rgba(194,191,255,0.3);
}

ul.post-tags .international a{
	background: rgba(255,191,239,0.3);
}

ul.post-tags .concerts a{
	background: rgba(207,255,191,0.3);
}

ul.post-tags a:hover{
color: #fff;
background: var(--keycolor);
}

.entry-title .event-upcoming{
	color: #4f9d00;
	color: #dd5300;
}

.entry-title .event-today{
	color: #e60062;
}

.entry-title .event-ended{
	color: #686859;
}


#publicity #ach_tagall{
	display: none;
}

#category_news #tag_menu .hide,
#category_news .category-news.tag-hide
{
	display: none;
}
