.portfolio-page #main .content {
	float: none;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 2em;
}
.portfolio-page #main .content h2 {
	width: auto;
	color: #211792;
	border-bottom: 2px solid #211792;
	padding-bottom: 8px;
	margin: 10px 0 16px;
}
.pf-intro {
	margin: 0 0 16px;
	line-height: 1.6;
}
.pf-filters {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}
.pf-filters li {
	display: inline-block;
	margin: 0 6px 8px 0;
}
.pf-filters a {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #211792;
	border-radius: 16px;
	color: #211792 !important;
	text-decoration: none !important;
	font-size: 13px;
}
.pf-filters a:hover,
.pf-filters a.is-active {
	background: #211792;
	color: #fff !important;
}
.pf-grid {
	overflow: hidden;
}
.pf-card {
	float: left;
	width: 300px;
	margin: 0 16px 22px 0;
	border: 1px solid #e4e4e4;
	background: #fff;
	cursor: pointer;
}
.pf-card:nth-child(3n) {
	margin-right: 0;
}
.pf-cover {
	position: relative;
	height: 180px;
	overflow: hidden;
	background: #f3f3f3;
}
.pf-cover img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.pf-count {
	position: absolute;
	right: 8px;
	bottom: 8px;
	background: rgba(0,0,0,0.65);
	color: #fff;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 10px;
}
.pf-meta {
	padding: 10px 12px 12px;
	min-height: 52px;
}
.pf-logo {
	float: left;
	width: 42px;
	height: 42px;
	object-fit: contain;
	margin-right: 10px;
	background: #fff;
}
.pf-name {
	margin: 0;
	padding-top: 6px;
	font-size: 13px;
	line-height: 1.4;
	color: #222;
}
.pf-empty {
	padding: 30px 10px;
	text-align: center;
	color: #666;
}
.pf-lightbox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.82);
}
.pf-lightbox.is-open {
	display: block;
}
.pf-lb-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 86%;
	max-width: 900px;
	margin: 0;
	transform: translate(-50%, -50%);
	text-align: center;
}
.pf-lb-inner img {
	max-width: 100%;
	max-height: 72vh;
	background: #111;
}
.pf-lb-caption {
	color: #fff;
	margin-top: 10px;
	font-size: 15px;
}
.pf-lb-close,
.pf-lb-prev,
.pf-lb-next {
	position: absolute;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	background: none;
	border: 0;
	line-height: 1;
}
.pf-lb-close {
	top: 12px;
	right: 18px;
	font-size: 32px;
}
.pf-lb-prev {
	left: 12px;
	top: 50%;
	margin-top: -20px;
}
.pf-lb-next {
	right: 12px;
	top: 50%;
	margin-top: -20px;
}
