
/* 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/2018_gotlieb/assets/mobile-bg2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 20px;
	margin-top: 60px;

	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 640px) {
	.ch-story-series-page {
		background-image: url("/today/wpassets/features/2018_gotlieb/assets/ch-bg.jpg");
		background-position: center center;
		height: 700px;
	}
}

.stamp {
	background-image: url("/today/wpassets/features/2018_gotlieb/assets/stamp.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 120px;
	height: 118px;
	margin: -120px auto 20px auto;
}

.ch-story-title-table-cell {
	max-width: 600px;
	text-align: center;
	background: rgba(30,30,30,.8);
	padding: 60px 40px 40px 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: 'Playfair Display', serif;
	font-weight: 400!important;
	font-size: 22px;
	line-height: 22px;
	margin-top: 15px;
	color: #f5b467;
}

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

p.series-description {
	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;
}

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

.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: 420px) {
	.ch-story-series-page h1 {
		font-size: 40px;
		line-height: 40px;
	}

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