/* ==========================================================================
   My Catholic Tube - long-form article pages
   Used by /novus-ordo-mass-explained/, /history-of-the-crusades-timeline/,
   /catholic-mass-online-guide/ and by the in-text link blocks added to
   the home page and to the video detail pages.
   Loaded after the theme stylesheet, so #main selectors are matched.
   ========================================================================== */

/* ------------------------------------------------------------- article --- */
.mct-article {
	padding-bottom: 12px;
}

.mct-article .article-header {
	margin: 4px 0 26px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e4e0dd;
}

.mct-article h1.page-title {
	font-size: 33px;
	line-height: 1.24;
	color: #272727;
	margin: 0 0 14px;
	letter-spacing: -0.01em;
}

.mct-article .mct-rule {
	display: block;
	width: 56px;
	height: 4px;
	background-color: #8a1806;
}

/* -------------------------------------------------------------- banner --- */
.mct-article .mct-figure {
	margin: 0 0 28px;
	line-height: 0;
}

.mct-article .mct-figure img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* --------------------------------------------------------------- prose --- */
#main .mct-prose p {
	font-size: 17px;
	line-height: 1.75;
	color: #3c3c3c;
	margin: 0 0 19px;
}

#main .mct-prose p.mct-lead {
	font-size: 20px;
	line-height: 1.62;
	color: #2b2b2b;
	margin-bottom: 30px;
}

#main .mct-prose p.mct-close {
	font-size: 18px;
	line-height: 1.66;
	color: #2b2b2b;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid #e4e0dd;
}

.mct-prose h2 {
	position: relative;
	font-size: 24px;
	line-height: 1.3;
	color: #8a1806;
	margin: 40px 0 18px;
	padding: 0 0 11px;
	border-bottom: 1px solid #e4e0dd;
}

.mct-prose h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 56px;
	height: 3px;
	background-color: #8a1806;
}

.mct-prose h2 .mct-era {
	color: #272727;
}

.mct-prose a {
	color: #8a1806;
	border-bottom: 1px solid rgba(138, 24, 6, 0.35);
}

.mct-prose a:hover,
.mct-prose a:focus {
	color: #6e1305;
	border-bottom-color: #6e1305;
}

/* ------------------------------------------------------------ callouts --- */
/* grey = document or reference outside this site
   red  = something to watch or browse on My Catholic Tube            */
#main .mct-prose p.mct-note {
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	background-color: #f7f6f5;
	border: 1px solid #e6e2df;
	border-left: 4px solid #333333;
	padding: 17px 22px 17px 54px;
	margin: 26px 0 28px;
}

.mct-prose p.mct-note i.fa {
	position: absolute;
	left: 21px;
	top: 19px;
	font-size: 19px;
	color: #333333;
}

#main .mct-prose p.mct-note--mct {
	background-color: #fbf6f4;
	border-color: #eddfda;
	border-left-color: #8a1806;
}

.mct-prose p.mct-note--mct i.fa {
	color: #8a1806;
}

/* ------------------------------------------------------------ timeline --- */
.mct-timeline {
	position: relative;
	margin: 8px 0 34px;
	padding-left: 28px;
	border-left: 2px solid #e0cfc9;
}

.mct-timeline h2:after {
	content: "";
	position: absolute;
	left: -35px;
	top: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #8a1806;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #e0cfc9;
}

.mct-timeline h2:first-child {
	margin-top: 6px;
}

/* ------------------------------------------------------------- responsive - */
@media only screen and (max-width: 64em) {
	.mct-article h1.page-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 40em) {
	.mct-article h1.page-title {
		font-size: 25px;
	}

	.mct-article .article-header {
		margin-bottom: 20px;
		padding-bottom: 16px;
	}

	#main .mct-prose p {
		font-size: 16px;
	}

	#main .mct-prose p.mct-lead {
		font-size: 18px;
		margin-bottom: 24px;
	}

	#main .mct-prose p.mct-close {
		font-size: 17px;
	}

	.mct-prose h2 {
		font-size: 20px;
		margin-top: 32px;
	}

	.mct-timeline {
		padding-left: 18px;
	}

	.mct-timeline h2:after {
		left: -25px;
		width: 10px;
		height: 10px;
	}

	#main .mct-prose p.mct-note {
		font-size: 15px;
		padding: 14px 16px 14px 46px;
	}

	.mct-prose p.mct-note i.fa {
		left: 17px;
		top: 16px;
		font-size: 17px;
	}
}
