/* Collection */

#collection_list .summary p {
	margin-bottom: 2.5em;
	line-height: 1.8em !important;
	font-size: 1.05em !important;
}

#collection_list h2.title .label {
	font-size: 0.7em;
}
#collection_list h2.title .labeled {
	margin-right: 0.15em;
}
#collection_main .summary p {
	margin-bottom: 2.5em;
	line-height: 1.8em !important;
	font-size: 1.05em !important;
}
#collection_main {
	float: left;
	width: calc(100% - 360px);
}
.wo_map #collection_main {
	float: none;
	width: 100%;
}
#collection_map {
	position: relative;
	margin-bottom: 3.5em;
	width: 100%;
}
#collection_map_embed {
	width: 100%;
	height: 530px;
	height: calc(100vh - 180px);
	height: 390px;
	border-radius: 16px;
	border: solid 1px #eee;
	overflow: hidden;
}
#collection_map .summary {
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 1.5em;
	width: 250px;
	height: calc(100% - 60px);
	font-size: 1.05em !important;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	z-index: 10;
	overflow-y: scroll;
}
#collection_map .summary p {
	font-size: 0.9em !important;
	line-height: 1.7em !important;
}
/*
.infowindow {
	min-width: 100%;
	max-width: 100%;
	width: 100% !important;
}
.infowindow .marker_text {
	width: 100%;
}
.infowindow .thumbnail {
	float: none;
	margin-bottom: 0.85em;
	width: 60px;
	height: 60px;
}
*/
.collection_post_pane {
	float: left;
	margin: 0 4% 1.25em 0;
	margin: 0 2.9% 1.25em 0;
	width: 22%;
	width: 11.8%;
	opacity: 0;
}
._collection_post_pane:nth-of-type(4n) {
	margin-right: 0;
}
._collection_post_pane:nth-of-type(4n + 1) {
	clear: both;
}
.collection_post_pane:nth-of-type(7n) {
	margin-right: 0 !important;
}
.collection_post_pane:nth-of-type(7n + 1) {
	clear: both !important;
}

.wo_map .collection_post_pane {
	margin: 0 2.9% 1.25em 0;
	width: 11.8%;
}
.wo_map .collection_post_pane:nth-of-type(4n) {
	margin-right: 2.9%;
}
.wo_map .collection_post_pane:nth-of-type(4n + 1) {
	clear: none;
}
.wo_map .collection_post_pane:nth-of-type(7n) {
	margin-right: 0 !important;
}
.wo_map .collection_post_pane:nth-of-type(7n + 1) {
	clear: both !important;
}


.collection_post_pane .collection_post_image {
	margin-bottom: 0.5em;
	border: solid 1px #ddd;
	border-radius: 7px;
	overflow: hidden;
}
.collection_post_text a {
	text-decoration: none;
}
.collection_post_text h4.title {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 25px;
	font-size: 0.8em;
	line-height: 1.4em;
}
.collection_post_text h4.title::before {
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 18px;
	height: 9px;
	border-radius: 200px;
	background: #aaa;
}

#collection_category h2.title {
	position: relative;
	padding-left: 57px;
	line-height: 1.5em;
}
#collection_category h2.title::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 39px;
	height: 17px;
	border-radius: 200px;
	background: #aaa;
	overflow: hidden;
	transform: translateY(-50%);
}
