/**
 * Shared Page Header
 * --------------------------------------------------
 */

.page-header {
	margin: 15px 0 30px;
	padding: 16px 20px;
	border-radius: 6px;
	box-shadow: 1px 1px 13px 0 rgb(232 232 232);
}

.header-meta,
.header-subtitle {
	margin: 0;
}

.header-meta a,
.header-subtitle a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.header-title {
	margin: 20px 0;
	color: #bf1f2b;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.header-subtitle a {
	color: inherit;
}