@import url('https://fonts.googleapis.com/css?family=Gaegu|Lora|Montserrat|Muli|Poppins');

/* Series Default Styles */

#wrapper {
	background: #fff;
}

#content {
	border-top: 1px solid #DCDFDF;
}

.series-page .filter-nav,
.series-title {
	display: none;
}

.series-page .series-intro {
	padding-bottom: 0;
	background-color: #fff;
	border-top: 1px solid #ced1d2;
}

.series-page .main .sc {
	border-top: 1px solid #ced1d2;
}

.ch-story-series-page {
	background-image: url("/today/wpassets/features/2017_lost_found/lost-found-header-series-top.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	position: relative;
}

.ch-story-title-table-cell {
	margin: 50px auto 0 auto;
	max-width: 700px;
	text-align: center;
	background: rgba(30, 30, 30, .8);
	padding: 40px 40px 30px 40px;
}

.ch-story-series-page h1 {
	font-size: 60px;
	line-height: 70px;
	font-family: 'Playfair Display', serif;
	font-weight: 400 !important;
	color: #fff;
	margin-bottom: 20px;
}

.ch-story-series-page h2 {
	font-family: 'Lora', serif;
	font-weight: 400 !important;
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
	color: #f9f1a8;
	padding-top: 15px;
}

.ch-story-series-page h3 {
	font-family: 'Muli', sans-serif;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ddd;
}

p.series-description {
	font-family: 'Muli', sans-serif;
	color: #fff;
	margin: 20px auto;
	font-size: 16px;
	line-height: 25px;
	width: 70%;
}

.series-page-column p {
	color: #111 !important;
	font-size: 18px;
	line-height: 1.5;
}

.series-page .series-intro p a {
	color: #c12941;
	background: none;
}

.series-page .series-intro p a:hover {
	color: #a62338;
}

.series-page .ch-story-series-page {
	position: relative;
}

.lt-ie9 .series-page .ch-story-series-page img {
	float: right;
	margin: 0;
}

.ch-series-title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	right: 0;
}

.ch-series-title .ch-story-title-table {
	max-width: none;
	width: 100%;
}

.series-page .series-banner-page-width {
	margin: 0;
}

.ch-story-series-page {
	padding: 20px;
}

.ch-series-button {
	border-top: 1px solid #d8d8d8;
	padding: 15px 0;
	margin: 0;
	text-align: center;
}

.lt-ie9 .series-page .ch-series-button {
	margin: 0 76px;
}

.ch-series-button .button {
	background: #a45330;
	padding: 8px 40px;
	font-size: 15px;
	line-height: 19px;
}

.series-page-column {
	max-width: 720px;
	padding: 0 14px;
	margin: 60px auto 76px auto;
}

.lt-ie9 .series-page-column,
.series-page .series-intro {
	padding: 0;
}


@media only screen and (max-width: 640px) {
	.ch-story-series-page {
		background-image: url("/today/wpassets/features/2017_lost_found/lost-found-header-series-top.jpg");
		height: auto;
		background-position: top center !important;
	}

	.ch-story-title-table-cell {
		padding: 64px 20px 40px 20px;
	}

	.ch-series-title {
		position: static;
	}
}

@media only screen and (max-width: 1020px) {
	.ch-story-series-page {
		width: auto;
		background-position: 30%;
	}
}

@media only screen and (max-width: 640px) {
	.ch-story-title-table-cell {
		margin: 2% auto 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
	.ch-story-title-table-cell {
		margin: 120% auto 0 auto;
	}

	.ch-story-series-page h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.ch-story-series-page h2 {
		font-size: 18px;
		line-height: 18px;
	}

}

@media only screen and (max-width: 320px) {
	.ch-story-title-table-cell {
		margin: 45% auto 0 auto;
	}
}