/* ================================================
   Single Blog Post – Brand Styles
   All rules scoped to #single to avoid affecting
   the rest of the Backyard theme.
   ================================================ */

/* --- Post Title --------------------------------- */
#single h1.entry-title {
	font-family: "UniversLTStd-UltraCn", Helvetica, sans-serif;
	font-size: 42px;
	line-height: 1.1;
	color: #9e3b00;
	text-align: center;
	margin: 0 0 8px;
	padding: 0;
}

/* --- Date bar ----------------------------------- */
#single .ltText {
	text-align: center !important;
	margin-bottom: 28px;
}
#single ul.post-counter.single {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}
#single ul.post-counter.single li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#single ul.post-counter.single li + li .dateStamp {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #d0d2d3;
}

#single ul.post-counter.single .dateStamp {
	font-family: "OpenSans-Light", Helvetica, sans-serif;
	font-size: 15px;
	color: #959493;
	letter-spacing: 0.04em;
}
#single ul.post-counter.single .dateStamp i {
	margin-right: 6px;
	color: #9e3b00;
}

/* --- Subtitle / Excerpt ------------------------- */
#single .excerpt {
	font-family: "Gilroy-LightItalic", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #0eb9b9;
	text-align: center;
	margin: 0 auto 24px;
	max-width: 800px;
}

/* --- Content Area Headings ---------------------- */
#single .content h2 {
	font-family: "UniversLTStd-UltraCn", Helvetica, sans-serif;
	font-size: 34px;
	line-height: 1.1;
	color: #a5cc10;
	margin: 42px 0 14px;
	padding: 0;
}

#single .content h3 {
	font-family: "UniversLTStd-UltraCn", Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.15;
	color: #9e3b00;
	margin: 30px 0 10px;
	padding: 0;
}

#single .content h4 {
	font-family: "UniversLTStd-UltraCn", Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #a5cc10;
	margin: 26px 0 10px;
	padding: 0;
}

#single .content h5 {
	font-family: "Gilroy-LightItalic", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.35;
	color: #0eb9b9;
	margin: 22px 0 8px;
	padding: 0;
}

#single .content h6 {
	font-family: "Gilroy-Medium", Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.35;
	color: #0eb9b9;
	margin: 18px 0 6px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* --- Body text in content ----------------------- */
#single .content p {
	margin-bottom: 18px;
	line-height: 1.75;
}

#single .content a {
	color: #a5cc10;
	text-decoration: none;
	border-bottom: 1px solid rgba(165, 204, 16, 0.35);
	transition: color 0.3s linear, border-color 0.3s linear;
}
#single .content a:hover {
	color: #9e3b00;
	border-bottom-color: rgba(158, 59, 0, 0.4);
}

/* --- Blockquote --------------------------------- */
#single .content blockquote {
	border-left: 4px solid #9e3b00;
	margin: 30px 0;
	padding: 18px 24px;
	background-color: #f9f6f4;
}
#single .content blockquote p {
	font-family: "Gilroy-LightItalic", Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.6;
	color: #292828;
	margin: 0;
}
#single .content blockquote strong {
	font-family: "OpenSans-Bold", Helvetica, sans-serif;
	color: #9e3b00;
}

/* --- Tables ------------------------------------- */
#single .content table {
	width: 100%;
	border-collapse: collapse;
	margin: 32px 0;
	font-family: "OpenSans-Light", Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

#single .content table thead th {
	background-color: #9e3b00;
	color: #fff;
	font-family: "UniversLTStd", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 14px 20px;
	text-align: left;
	border: none;
	letter-spacing: 0.03em;
}

#single .content table thead th:first-child {
	border-left: none;
}

#single .content table tbody tr {
	transition: background-color 0.2s linear;
}

#single .content table tbody tr:nth-child(even) {
	background-color: #f7f5f3;
}

#single .content table tbody tr:hover {
	background-color: rgba(165, 204, 16, 0.08);
}

#single .content table td {
	padding: 13px 20px;
	border-bottom: 1px solid #e5e1dc;
	color: #292828;
	vertical-align: top;
}

#single .content table td:first-child {
	font-family: "OpenSans-Bold", Helvetica, sans-serif;
	color: #9e3b00;
}

/* --- Tags --------------------------------------- */
#single .tagArea {
	margin: 36px 0 10px;
	padding: 22px 0 0;
	border-top: 2px solid rgba(158, 59, 0, 0.25);
}

#single .tagArea .tag-label {
	font-family: "UniversLTStd", Helvetica, sans-serif;
	font-size: 14px;
	color: #959493;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: 8px;
	vertical-align: middle;
}

#single .tagArea .tag-label i {
	color: #9e3b00;
	margin-right: 5px;
}

#single .tagArea a {
	display: inline-block;
	background-color: transparent;
	color: #292828;
	font-family: "OpenSans-Light", Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 14px;
	margin: 4px 4px 4px 0;
	border: 1px solid #d0d2d3;
	text-decoration: none;
	border-bottom: 1px solid #d0d2d3;
	transition: all 0.3s linear;
	vertical-align: middle;
	line-height: 1;
}

#single .tagArea a:hover {
	background-color: #9e3b00;
	color: #fff !important;
	border-color: #9e3b00;
}

/* --- Source link -------------------------------- */
#single .content .source {
	margin-top: 20px;
	font-size: 16px;
	color: #959493;
}
#single .content .source a {
	color: #9e3b00;
	border-bottom-color: rgba(158, 59, 0, 0.3);
}
#single .content .source a:hover {
	color: #a5cc10;
}

/* --- Post Nav ----------------------------------- */
#single .postNavArea {
	margin-top: 48px;
	border-top: 2px solid rgba(158, 59, 0, 0.2);
	padding-top: 32px;
}

#newsArea {
	background-color: #f5f3f1;
}

#newsArea h3.main-title {
	font-family: "UniversLTStd-UltraCn", Helvetica, sans-serif;
	color: #9e3b00;
	font-size: 38px;
	line-height: 1.1;
	margin-bottom: 6px;
}

#newsArea .subtitle {
	font-family: "Gilroy-LightItalic", Helvetica, sans-serif;
	font-size: 20px;
	color: #0eb9b9;
	margin-bottom: 0;
}

#newsArea .intro {
	padding-bottom: 40px;
}

/* Card image hover overlay */
#newsArea ul.blogList li a:hover .overlay {
	background-color: rgba(158, 59, 0, 0.7);
}

#newsArea ul.blogList .overlayColor {
	background-color: rgba(158, 59, 0, 0);
	transition: background-color 0.3s linear;
}

#newsArea ul.blogList a:hover .overlayColor {
	background-color: rgba(158, 59, 0, 0.15);
}

#newsArea ul.blogList .overlayColor em {
	font-family: "UniversLTStd", Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

/* Card bottom box */
#newsArea ul.blogList li .botBox {
	background-color: #fff;
	padding: 20px 22px 22px;
	text-align: left;
}

/* Date line */
#newsArea ul.blogList li .botBox .relatedPostDate {
	font-family: "OpenSans-Light", Helvetica, sans-serif;
	font-size: 13px;
	color: #959493;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

#newsArea ul.blogList li .botBox .relatedPostDate i {
	color: #9e3b00;
	margin-right: 5px;
}

/* Card title */
#newsArea ul.blogList li .botBox h5 {
	font-family: "UniversLTStd-UltraCn", Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}

#newsArea ul.blogList li .botBox h5 a {
	color: #292828;
	text-decoration: none;
	transition: color 0.3s linear;
}

#newsArea ul.blogList li .botBox h5 a:hover {
	color: #9e3b00;
}

/* Excerpt */
#newsArea ul.blogList li .botBox .relatedExcerpt {
	font-family: "OpenSans-Light", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #595757;
	margin: 0 0 14px;
}

/* Read more link */
#newsArea ul.blogList li .botBox .relatedReadMore {
	font-family: "UniversLTStd", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9e3b00;
	text-decoration: none;
	border-bottom: 1px solid rgba(158, 59, 0, 0.3);
	padding-bottom: 2px;
	transition: color 0.3s linear, border-color 0.3s linear;
}

#newsArea ul.blogList li .botBox .relatedReadMore:hover {
	color: #a5cc10;
	border-bottom-color: rgba(165, 204, 16, 0.4);
}

#newsArea ul.blogList li .botBox .relatedReadMore i {
	font-size: 12px;
	margin-left: 4px;
}
