/* Tags */


#tags_list h2.title {
	margin-bottom: 2em;
}
#tags_list h2.title .label {
	font-size: 0.7em;
}
#tags_list h2.title .labeled {
	margin-right: 0.5em;
	padding: 0.65em 1.2em;
	line-height: 1em;
	font-size: 1.2rem;
	border: solid 1px #eee;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f3ec;
}
.tags_post_pane {
	float: left;
	margin: 0 2.9% 1.25em 0;
	width: 11.8%;
	opacity: 0;
}
.tags_post_pane:nth-of-type(7n) {
	margin-right: 0;
}
.tags_post_pane:nth-of-type(7n + 1) {
	clear: both;
}
.tags_post_pane .tags_post_image {
	margin-bottom: 0.5em;
	border: solid 1px #ddd;
	border-radius: 7px;
	overflow: hidden;
}
.tags_post_text a {
	text-decoration: none;
}
.tags_post_text h4.title {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 25px;
	font-size: 0.8em;
	line-height: 1.4em;
}
.tags_post_text h4.title::before {
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 18px;
	height: 9px;
	border-radius: 200px;
	background: #aaa;
}
