/*
Theme Name: Brian G Turner
Template: twentyfifteen
*/

html{font-family:'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;}
body,
button,
input,
select,
textarea {
	font-family: inherit;
	line-height: 1.7;
	color: #222;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.widget-title,
.site-title,
.site-description,
.main-navigation a {
	font-family: inherit;
}

/* === Desktop Typography === */
@media screen and (min-width: 955px) {
	html {
		font-size: 17px;
	}

	.entry-content {
		font-size: 1.12rem;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		line-height: 1.3;
	}

	.entry-title {
		font-size: 1.6rem;
		margin: 0 0 0.4em 0;
	}

	.entry-content h1 {
		font-size: 1.4rem;
	}

	.entry-content h2 {
		font-size: 1.2rem;
	}

	.entry-content h3 {
		font-size: 1.2rem;
	}

	.entry-content h4 {
		font-size: 1.1rem;
	}

	.entry-content h5 {
		font-size: 1.05rem;
	}

	.entry-content h6 {
		font-size: 1rem;
	}

	.main-navigation a {
		font-size: 0.95rem;
	}
}

/* === Main Content === */
.entry-content p,
.entry-content li {
	line-height: 1.45;
}

/* === Captions === */
.wp-caption-text,
.entry-content figcaption {
	font-size: 0.85rem;
	line-height: 1.4;
	color: #666;
}

/* === Sidebar === */
.widget-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.6em;
}

.widget a {
	font-size: 0.9rem;
	line-height: 1.5;
}

.widget {
	font-size: 0.9rem;
	margin-bottom: 1.5em;
}

.widget li {
	margin-bottom: 0.4em;
}

/* === Post Meta / Footer === */
.entry-footer,
.entry-meta {
	font-size: 0.8rem;
	line-height: 1.4;
	color: #666;
}

.site-footer {
	font-size: 0.8rem;
	text-align: center;
	opacity: 0.9;
}

.site-info {
	font-size: 0.75rem;
	color: #777;
}

/* === Homepage / Archive Post Layout === */
.blog .entry-summary,
.home .entry-summary,
.archive .entry-summary,
.search .entry-summary {
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

.blog .home-post-layout,
.home .home-post-layout,
.archive .home-post-layout,
.search .home-post-layout {
	display: flex;
	align-items: flex-start;
	gap: 0.9em;
	padding: 1.4em 1.7em;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.blog .home-post-thumb,
.home .home-post-thumb,
.archive .home-post-thumb,
.search .home-post-thumb {
	flex: 0 0 80px;
	width: 80px;
	margin: 0;
	line-height: 0;
}

.blog .home-post-thumb a,
.home .home-post-thumb a,
.archive .home-post-thumb a,
.search .home-post-thumb a {
	display: block;
	line-height: 0;
}

.blog .home-post-thumb img,
.home .home-post-thumb img,
.archive .home-post-thumb img,
.search .home-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.blog .home-post-text,
.home .home-post-text,
.archive .home-post-text,
.search .home-post-text {
	flex: 1;
	min-width: 0;
}

.blog .home-post-text .entry-title,
.home .home-post-text .entry-title,
.archive .home-post-text .entry-title,
.search .home-post-text .entry-title {
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0 0 0.35em 0;
	padding: 0;
}

.blog .home-post-text .entry-title a,
.home .home-post-text .entry-title a,
.archive .home-post-text .entry-title a,
.search .home-post-text .entry-title a {
	font-size: inherit;
	line-height: inherit;
}

.blog .home-post-excerpt,
.home .home-post-excerpt,
.archive .home-post-excerpt,
.search .home-post-excerpt {
	font-size: 1rem;
	line-height: 1.45;
	margin: 0;
	padding: 0;
}

.blog .home-post-excerpt a,
.home .home-post-excerpt a,
.archive .home-post-excerpt a,
.search .home-post-excerpt a {
	white-space: nowrap;
}

.blog .hentry,
.home.blog .hentry,
.archive .hentry,
.search .hentry {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.6em;
}

.blog .hentry + .hentry,
.home.blog .hentry + .hentry,
.archive .hentry + .hentry,
.search .hentry + .hentry {
	margin-top: 0;
}

.entry-summary::after {
	content: none;
	display: none;
}

/* Smaller thumbnails on mobile */
@media screen and (max-width: 600px) {
	.blog .home-post-thumb,
	.home .home-post-thumb,
	.archive .home-post-thumb,
	.search .home-post-thumb {
		flex: 0 0 50px;
		width: 50px;
	}

	.blog .home-post-text .entry-title,
	.home .home-post-text .entry-title,
	.archive .home-post-text .entry-title,
	.search .home-post-text .entry-title {
		line-height: 1.35;
	}
}

/* Reduce size of next/previous post links on single posts */
.post-navigation a {
	font-size: 0.95rem;
	line-height: 1.4;
}

.post-navigation .meta-nav {
	font-size: 0.8rem;
	color: #666;
}

.post-navigation {
	margin-top: 1.5em;
}

.post-navigation h2,
.post-navigation .post-title {
	font-size: 1rem;
	line-height: 1.3;
}

/* Category widget */
.current-cat > a {
	font-weight: 600;
}

/* Archive header */
.page-header {
	margin-bottom: 1em;
}

.page-title {
	font-size: 1.4rem;
	font-weight: 600;
}

.archive .taxonomy-description,
.archive .archive-description {
	font-size: 1rem;
	line-height: 1.5;
}

/* Category/archive header styled like homepage intro card */
.archive .page-header {
	margin: 0 8.3333% 0.6em 8.3333%;
	padding: 1.4em 1.7em;
	background: #fff;
	border: 0;
	box-shadow: none !important;
}

.archive .page-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.45em 0;
	padding: 0;
}

.search .page-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.45em 0;
	padding: 0;
}

.archive .taxonomy-description,
.archive .archive-description,
.search .archive-description {
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
	padding: 0;
	color: #444;
	max-width: 42rem;
}

.archive .taxonomy-description p,
.archive .archive-description p,
.search .archive-description p {
	margin: 0;
}

.search .page-header {
	margin-bottom: 0.6em !important;
	padding-bottom: 1.4em !important;
}

/* Remove leftover theme borders/shadows */
.archive .page-header,
.archive .page-content,
.archive .type-page {
	box-shadow: none !important;
}

/* Tighten the gap between archive header and first listing */
.archive .site-main > article:first-of-type,
.archive .site-main > .type-post:first-of-type,
.archive .site-main > .hentry:first-of-type {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.archive .page-header {
	margin-bottom: 0.6em !important;
	padding-bottom: 1.4em !important;
}

/* Twenty Fifteen sidebar search override */
.secondary .widget input[type="search"],
.secondary .widget .search-field {
	font-size: 0.85rem !important;
	padding: 0.35em 0.5em !important;
	height: auto !important;
	min-height: 0 !important;
}

.secondary .widget input[type="submit"],
.secondary .widget .search-submit,
.secondary .widget button[type="submit"] {
	font-size: 0.8rem !important;
	padding: 0.35em 0.7em !important;
	line-height: 1.2 !important;
	height: auto !important;
	min-height: 0 !important;
	width: auto !important;
}

/* === Browse by Topic (Categories Widget) === */

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories li {
	margin: 0;
	padding: 0;
}

/* Category links */
.widget_categories a {
	display: block;
	padding: 0.35em 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	font-size: 0.9rem;
}

/* Subcategories */
.widget_categories .children {
	margin-left: 0.8em;
	margin-top: 0.2em;
}

/* Active category */
.current-cat > a {
	font-weight: 600;
	color: #fff;
}

/* Hover effect */
.widget_categories a:hover {
	text-decoration: underline;
}

/* Subtle grouping feel */
.widget_categories {
	padding-top: 0.2em;
}

/* Active category highlight (filter-style) */
.widget_categories .current-cat > a {
	background: rgba(255,255,255,0.08);
	padding-left: 0.4em;
	border-radius: 3px;
	font-weight: 600;
}

.widget_categories a {
	transition: background 0.2s ease, padding-left 0.2s ease;
}

.widget_categories a:hover {
	background: rgba(255,255,255,0.04);
	padding-left: 0.4em;
}

.widget_categories a::before {
	content: "› ";
	opacity: 0.4;
}

.widget_categories .current-cat > a::before {
	opacity: 1;
}

/* Sidebar newsletter */
.sidebar-newsletter {
	margin-top: 1.25rem;
	padding: 0.9rem;
	border: 1px dashed rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.02);
}

/* Heading */
.sidebar-newsletter h3 {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	line-height: 1.3;
	font-weight: 600;
	color: #222;
}

/* Text */
.sidebar-newsletter p {
	margin: 0 0 0.7rem;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #444;
}

/* Button */
.sidebar-newsletter-button {
	display: inline-block;
	padding: 0.5rem 0.85rem;
	font-size: 0.74rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.3);
	background: transparent;
	color: #222;
}

.sidebar-newsletter-button:hover,
.sidebar-newsletter-button:focus {
	background: rgba(0,0,0,0.05);
	color: #000;
}

.page .formkit-form,
.page form[class*="formkit"] {
	max-width: 680px !important;
	margin-top: 1rem !important;
}

.page .formkit-form input[type="email"],
.page form[class*="formkit"] input[type="email"] {
	min-height: 42px !important;
	padding: 0.7rem 0.9rem !important;
	font-size: 0.95rem !important;
}

.page .formkit-form button,
.page .formkit-form input[type="submit"],
.page form[class*="formkit"] button,
.page form[class*="formkit"] input[type="submit"] {
	min-height: 42px !important;
	padding: 0.7rem 1rem !important;
	font-size: 0.82rem !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Newsletter page form */

.page-id-96 .formkit-fields {
	display: flex !important;
	gap: 0.6rem !important;
}

.page-id-96 .entry-content {
	max-width: 760px;
}

.page-id-96 .formkit-form,
.page-id-96 form[class*="formkit"] {
	max-width: 420px !important;
}

.page-id-96 h1 {
	margin-bottom: 0.6rem;
}

.page-id-96 .entry-content p {
	max-width: 700px;
}

.page-id-96 input[type="email"] {
	flex: 1;
	min-height: 42px !important;
	font-size: 0.95rem !important;
	padding: 0.7rem 0.9rem !important;
}

.page-id-96 button,
.page-id-96 input[type="submit"] {
	min-height: 42px !important;
	padding: 0.7rem 1rem !important;
	font-size: 0.8rem !important;
	letter-spacing: 0.04em;
	width: auto !important;
}

.page-id-96 [data-element="powered-by"] {
	opacity: 0.4;
	font-size: 0.75rem;
	margin-top: 0.6rem;
}

/* Form on homepage */
.home .home-newsletter .formkit-form,
.home .home-newsletter form[class*="formkit"],
.blog .home-newsletter .formkit-form,
.blog .home-newsletter form[class*="formkit"] {
	max-width: 520px !important;
	margin-top: 0 !important;
}

.home .home-newsletter .formkit-fields,
.blog .home-newsletter .formkit-fields {
	display: flex !important;
	gap: 0.6rem !important;
	align-items: stretch !important;
}

.home .home-newsletter input[type="email"],
.blog .home-newsletter input[type="email"] {
	flex: 1;
	min-height: 42px !important;
	padding: 0.7rem 0.9rem !important;
	font-size: 0.95rem !important;
}

.home .home-newsletter button,
.home .home-newsletter input[type="submit"],
.blog .home-newsletter button,
.blog .home-newsletter input[type="submit"] {
	min-height: 42px !important;
	padding: 0.7rem 1rem !important;
	font-size: 0.78rem !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	width: auto !important;
}

.home .home-newsletter [data-element="powered-by"],
.blog .home-newsletter [data-element="powered-by"] {
	opacity: 0.35;
	font-size: 0.72rem;
	margin-top: 0.5rem;
}

/* Tighten gap before first listing after newsletter */
.home .home-newsletter + article,
.blog .home-newsletter + article,
.home .home-newsletter + .hentry,
.blog .home-newsletter + .hentry {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media screen and (max-width: 600px) {
	.home .home-newsletter,
	.blog .home-newsletter {
		padding: 1em 1.2em 1.1em;
	}

	.home .home-newsletter .formkit-fields,
	.blog .home-newsletter .formkit-fields {
		display: block !important;
	}

	.home .home-newsletter input[type="email"],
	.blog .home-newsletter input[type="email"] {
		margin-bottom: 0.55rem !important;
	}

	.home .home-newsletter button,
	.home .home-newsletter input[type="submit"],
	.blog .home-newsletter button,
	.blog .home-newsletter input[type="submit"] {
		width: 100% !important;
	}
}

.home .home-newsletter h2,
.blog .home-newsletter h2 {
	font-size: 1.1rem;
}

.home .home-newsletter button,
.blog .home-newsletter button,
.home .home-newsletter input[type="submit"],
.blog .home-newsletter input[type="submit"] {
	background: transparent !important;
	color: #1f5a85 !important;
	border: 1px solid rgba(31,90,133,0.5) !important;
	padding: 0.6rem 0.9rem !important;
	min-height: 40px !important;
	width: auto !important;
}

.home .home-newsletter .formkit-fields,
.blog .home-newsletter .formkit-fields {
	align-items: center !important;
}

.home .home-newsletter .formkit-submit,
.blog .home-newsletter .formkit-submit {
	flex: 0 0 auto !important;
}

.home .home-newsletter button:hover,
.blog .home-newsletter button:hover {
	background: rgba(31,90,133,0.08) !important;
	border-color: #1f5a85 !important;
}

.home .home-intro .archive-description p,
.blog .home-intro .archive-description p {
	margin: 0;
}

/* Newsletter text inside panel */
.home .home-newsletter h2,
.blog .home-newsletter h2 {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 0.45em 0;
}

.home .home-newsletter p,
.blog .home-newsletter p {
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0 0 0.55em 0;
	max-width: 42rem;
	color: #666;
}

.home .home-newsletter .home-newsletter-note,
.blog .home-newsletter .home-newsletter-note {
	margin-bottom: 0.9em;
}

/* Static homepage cards use the same outer wrapper as post excerpts */
.home .home-static-card,
.blog .home-static-card {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.6em;
}

.home .home-static-card .home-post-text,
.blog .home-static-card .home-post-text {
	flex: 1;
	min-width: 0;
}

.home .home-static-card .page-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.45em 0;
}

.home .home-static-card h2,
.blog .home-static-card h2 {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 0.45em 0;
}

.home .home-static-card p,
.blog .home-static-card p,
.home .home-static-card .archive-description,
.blog .home-static-card .archive-description {
	font-size: 0.95rem;
	line-height: 1.55;
	color: #666;
}

.home .home-static-card .archive-description p,
.blog .home-static-card .archive-description p {
	margin: 0;
}

.home .home-static-card .home-newsletter-note,
.blog .home-static-card .home-newsletter-note {
	margin-bottom: 0.9em;
}

/* === Mobile: stack post images above text === */
@media screen and (max-width: 600px) {

	.entry-content img,
	.entry-content .wp-caption,
	.entry-content figure {
		display: block;
		float: none !important;
		margin: 0 0 1em 0 !important;
		height: auto;
	}

}

@media screen and (max-width: 600px) {

	html {
		font-size: 17px;
	}

	.entry-content {
		font-size: 1.1rem;
	}

	.home-post-excerpt {
		font-size: 1.05rem;
	}

}

/* Force sans-serif for post navigation */
.post-navigation,
.post-navigation a,
.post-navigation .post-title,
.post-navigation .meta-nav {
	font-family: inherit;
}

/* Divider above post navigation */
.post-navigation {
	border-top: 1px solid rgba(0,0,0,0.15);
	margin-top: 2em;
	padding-top: 1.2em;
}

/* Add breathing room at bottom of sidebar on desktop only */
@media screen and (min-width: 955px) {

	#sidebar,
	.sidebar {
		padding-bottom: 2.5em;
	}

}

/* Homepage newsletter with background image */
.home .home-newsletter,
.blog .home-newsletter {
	position: relative;
	background-image: url('/wp-content/uploads/2026/07/newsletter-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}

.home .home-newsletter::before,
.blog .home-newsletter::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 0;
}

.home .home-newsletter .home-post-layout,
.blog .home-newsletter .home-post-layout {
	position: relative;
	z-index: 1;
}

.home .home-newsletter h2,
.home .home-newsletter p {
	color: #fff;
}

.home .home-newsletter .home-newsletter-note {
	color: rgba(255,255,255,0.8);
}

.home .home-newsletter button,
.home .home-newsletter input[type="submit"] {
	border-color: rgba(255,255,255,0.6) !important;
	color: #fff !important;
}

.home .home-newsletter button:hover {
	background: rgba(255,255,255,0.1) !important;
}

/* Solid button for homepage newsletter */
.home .home-newsletter button,
.home .home-newsletter input[type="submit"] {
	background: #1f5a85 !important;
	color: #fff !important;
	border: none !important;
	padding: 0.5rem 0.9rem !important;
	font-size: 0.95rem !important;
	letter-spacing: 0.05em;
}

.home .home-newsletter button:hover,
.home .home-newsletter input[type="submit"]:hover {
	background: #17486b !important;
}

.single .entry-title {
	font-size: 1.4rem;
}

/* Mobile: stack excerpt card image above title/text */
@media screen and (max-width: 600px) {

	.blog .home-post-layout,
	.home .home-post-layout,
	.archive .home-post-layout,
	.search .home-post-layout {
		display: block;
	}

	.blog .home-post-thumb,
	.home .home-post-thumb,
	.archive .home-post-thumb,
	.search .home-post-thumb {
		width: auto;
		margin: 0 0 0.9em 0;
	}

	.blog .home-post-thumb img,
	.home .home-post-thumb img,
	.archive .home-post-thumb img,
	.search .home-post-thumb img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

}

/* Mobile: add space above first content block */
@media screen and (max-width: 600px) {

	.site-main > article:first-of-type,
	.site-main > .hentry:first-of-type {
		margin-top: 0.6em;
	}

}

/* Mobile: restore top spacing on archive pages */
@media screen and (max-width: 600px) {

	.archive .site-main > article:first-of-type,
	.archive .site-main > .type-post:first-of-type,
	.archive .site-main > .hentry:first-of-type {
		margin-top: 0.6em !important;
	}

}

/* Mobile: add space above category/archive title box */
@media screen and (max-width: 600px) {

	.archive .page-header {
		margin-top: 0.6em !important;
	}

}

/* Search button text colour */
.widget_search input[type="submit"],
.widget_search button {
	color: #fff !important;
}

/* === Footer (Publishing-style) === */

.site-info {
	text-align: center;
	padding: 2em 1em;
}

.site-info-inner {
	max-width: 600px;
	margin: 0 auto;
}

.footer-title {
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0 0 0.4em 0;
	color: #777;
}

.footer-tagline {
	font-size: 0.85rem;
	color: #404040;
	margin: 0 0 0.8em 0;
}

.footer-links {
	font-size: 0.85rem;
	margin: 0 0 0.8em 0;
}

.footer-links a {
	text-decoration: none;
	color: inherit;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-copy {
	font-size: 0.75rem;
	color: #777;
	margin: 0;
}

.site-footer {
	border-top: 1px solid rgba(0,0,0,0.08);
}

/* Amazon button */
.amazon-button {
	display: inline-block;
	margin-top: 1.2em;
	padding: 0.6rem 1rem;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;

	background: #2e7d32; /* green */
	color: #fff;

	border: none;
	border-radius: 3px;
}

.amazon-button:hover {
	background: #256428;
	color: #fff;
}

/* Reduce space before Amazon button */
.entry-content p:last-of-type {
	margin-bottom: 0.6em;
}

/* Contact form styling */
.wpforms-container {
	margin-top: 1em;
}

.wpforms-field {
	margin-bottom: 1.2em !important;
}

.wpforms-field-label {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.wpforms-field-sublabel {
	font-size: 0.75rem;
	color: #777;
}

.wpforms-container input,
.wpforms-container textarea {
	font-family: inherit;
	font-size: 0.95rem;
	padding: 0.6rem 0.7rem;
	border: 1px solid rgba(0,0,0,0.2);
	width: 100%;
}

.wpforms-container textarea {
	min-height: 140px;
}

.wpforms-container button[type="submit"],
.wpforms-container input[type="submit"] {
	background: #1f5a85;
	color: #fff;
	border: none;
	padding: 0.55rem 1rem;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wpforms-container button:hover,
.wpforms-container input[type="submit"]:hover {
	background: #17486b;
}

.wpforms-container {
	max-width: 600px;
}

/* Match page titles to single post titles */
.page .entry-title {
	font-size: 1.5rem;
}

/* Newsletter page background image */
.page-id-96 .type-page {
	position: relative;
	background-image: url('/wp-content/uploads/2026/07/newsletter-bg.jpg'); /* change this */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.page-id-96 .entry-header,
.page-id-96 .entry-content {
	position: relative;
	z-index: 1;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}

.page-id-96 .entry-header {
	padding-top: 2.2rem;
	padding-bottom: 0.6rem;
}

.page-id-96 .entry-content {
	padding-top: 0;
	padding-bottom: 2.2rem;
}

.page-id-96 .entry-title,
.page-id-96 .entry-content p {
	color: #fff !important;
}

.page-id-96 [data-element="powered-by"] {
	color: rgba(255,255,255,0.75) !important;
}

@media screen and (max-width: 955px) {
	.secondary-toggle {
		position: relative !important;
		text-indent: -9999px !important;
		overflow: hidden !important;
		white-space: nowrap !important;
		width: 60px !important;
		padding: 0.9em 0 !important;
	}

	.secondary-toggle:before {
		text-indent: 0 !important;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 24px !important;
		line-height: 1 !important;
		color: #222 !important;
	}
}

/* Remove underline from linked images */
.home-post-thumb a {
	text-decoration: none;
	border-bottom: none !important;
}

.home-post-thumb img {
	display: block;
}
		
/* ==========================================================================
   BRIAN G TURNER - TWENTY FIFTEEN CHILD THEME DARK OVERRIDES
   ========================================================================== */

/* 1. Global Page Background & Root Defaults */
html,
body,
#page,
#content {
    background-color: #202020 !important;
}

body,
button,
input,
select,
textarea {
    color: #b3b3b3 !important; /* Muted gray for readable body text */
}

/* 2. Left Sidebar & Navigation Panels */
#sidebar,
.sidebar,
#masthead,
.site-header {
    background-color: #0d0d0d !important;
    border-right: 1px solid #1a1a1a !important;
}

/* Sidebar Headings, Titles & Toggle Button */
.site-title a,
.site-description,
.widget-title,
.sidebar-newsletter h3,
.secondary-toggle:before {
    color: #e0e0e0 !important;
}

/* Navigation Links inside Sidebar */
.main-navigation a,
.widget a,
.widget_categories a {
    color: #a0a0a0 !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.main-navigation a:hover,
.widget a:hover,
.widget_categories a:hover,
.widget_categories .current-cat > a {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}

/* 3. Main Content Cards & Articles */
.hentry,
.home-static-card,
article,
.page-header,
.archive .page-header {
    background-color: #181818 !important;
    border-color: #262626 !important;
    box-shadow: none !important;
}

/* Post Titles and Headings */
h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-title a,
.page-title,
.single .entry-title {
    color: #e0e0e0 !important;
}

.entry-title a:hover {
    color: #ffffff !important;
}

/* Body Content Text Rules inside Cards */
.entry-content p,
.entry-content li,
.home-post-excerpt,
.archive-description,
.archive .archive-description,
.search .archive-description,
.sidebar-newsletter p {
    color: #fcfcfc !important;
}

/* Text links within regular copy */
.entry-content a:not(.amazon-button) {
    color: #4a9eff !important;
}
.entry-content a:not(.amazon-button):hover {
    color: #ffffff !important;
}

/* Meta Data / Captions / Dividers */
.entry-footer,
.entry-meta,
.wp-caption-text,
.entry-content figcaption,
.post-navigation .meta-nav,
.site-info,
.footer-copy {
    color: #666666 !important;
}

.post-navigation {
    border-top-color: #262626 !important;
}

/* 4. MailerLite Reader Club Form Customizer */
.home-newsletter,
.ml-form-embedContainer {
    border: 1px solid #262626 !important;
}

/* Dark input background styling */
.home-newsletter input[type="email"],
.ml-form-embedBody input[type="email"] {
    background-color: #222222 !important;
    border: 1px solid #3a3a3a !important;
    color: #ffffff !important;
}

/* Enforcing colors over embedded MailerLite inline text layers */
.ml-form-embedBody h4,
.ml-form-embedContent p,
.home-newsletter h2,
.home-newsletter p {
    color: #ffffff !important;
}

/* MailerLite Subscribe CTA Button */
.home-newsletter button,
.home-newsletter input[type="submit"],
.ml-form-embedSubmit button {
    background: #1f5a85 !important; /* Retaining your blue branding marker */
    color: #ffffff !important;
    border: none !important;
}

.home-newsletter button:hover,
.home-newsletter input[type="submit"]:hover,
.ml-form-embedSubmit button:hover {
    background: #17486b !important;
}

/* 5. Custom Sidebar Widgets & WPForms Elements */
.sidebar-newsletter {
    border: 1px dashed #3a3a3a !important;
    background: #121212 !important;
}

.sidebar-newsletter-button {
    border: 1px solid #3a3a3a !important;
    color: #e0e0e0 !important;
}
.sidebar-newsletter-button:hover {
    background: #222222 !important;
    color: #ffffff !important;
}

/* Contact Inputs */
.wpforms-container input,
.wpforms-container textarea {
    background-color: #222222 !important;
    border: 1px solid #3a3a3a !important;
    color: #ffffff !important;
}

/* 6. Footer Layout Boundary */
.site-footer {
    border-top: 1px solid #262626 !important;
}
.footer-links a {
    color: #a0a0a0 !important;
}
.footer-links a:hover {
    color: #ffffff !important;
}

/* ==========================================================================
   BORDER & SEPARATOR CLEANUP
   ========================================================================== */

/* 1. Remove or blend the bright vertical line to the right of the site title/sidebar */
@media screen and (min-width: 955px) {
    body::before {
        background-color: #2b2b2b !important; /* Blends nicely with your #202020 choice */
        border-right: 1px solid #2b2b2b !important;
    }
}

/* 2. Strip out the distracting inner border boxes around the MailerLite text and form */
.ml-form-embedWrapper,
.ml-form-embedBody,
.ml-form-embedContent {
    border: none !important;
    box-shadow: none !important;
}

/* 3. Blend the subtle lines between your sidebar menu items so they aren't completely hidden but stay soft */
.main-navigation a,
.widget a,
.widget_categories a {
    border-bottom: 1px solid #1a1a1a !important;
}

/* ==========================================================================
   HOMEPAGE CARD TEXT CONTRAST BOOST
   ========================================================================== */

/* Brightens the paragraph prose text inside your static homepage book cards */
.home-static-card p,
.home-static-card .archive-description,
.home-static-card .archive-description p {
    color: #c0c0c0 !important; /* Forces a readable, soft light-gray tone */
}

/* Brightens the "Continue reading" text links on your blog summary feed cards */
.home-post-excerpt,
.home-post-excerpt a {
    color: #c0c0c0 !important;
}

/* ==========================================================================
   COMPLETE NEWSLETTER BORDER REMOVAL
   ========================================================================== */

/* This completely eliminates the outer border box from both wrappers */
.home-newsletter,
.ml-form-embedContainer,
.ml-form-embedWrapper {
    border: none !important;
    border-width: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
   SITE TITLE & TAGLINE SIZE REDUCTION
   ========================================================================== */

/* Scales them down globally (Mobile and Desktop) */
.site-title {
    font-size: 1.8rem !important; /* Brought down from parent theme defaults */
    margin-bottom: 0.2em !important;
}

.site-description {
    font-size: 1rem !important;
    line-height: 1.3 !important;
}

/* Specific styling for larger desktop screens (955px and up) */
@media screen and (min-width: 955px) {
    .site-title {
        font-size: 2.0rem !important; 
    }
    
    .site-description {
        font-size: 1.1rem !important;
    }
}

/* ==========================================================================
   FIX FOR NEWSLETTER PAGE TEXT EXPLOSION
   ========================================================================== */

/* Resets paragraph font scaling inside the newsletter layout on static pages */
.page .home-newsletter p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1em !important;
}

/* Ensures the MailerLite embed container respects the normal width */
.page .home-newsletter .ml-form-embedContainer {
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================================================
   DARK MODE COMPATIBILITY FOR PAGINATION AND FOOTER
   ========================================================================== */

/* Darkens the post pagination / archive navigation bar container */
.nav-links,
.pagination,
.loop-pagination {
    background-color: #1a1a1a !important;
    border: 1px solid #2d2d2d !important;
}

/* Changes pagination numbers and ellipsis text color to fit the dark theme */
.nav-links a, 
.nav-links .page-numbers {
    color: #c0c0c0 !important;
}

/* Darkens the main site footer container block background */
.site-footer {
    background-color: #1a1a1a !important;
    border-top: 1px solid #2d2d2d !important;
}

/* Adjusts footer link and copyright text colors for readability */
.site-footer, 
.site-footer a {
    color: #888888 !important;
}

.site-footer a:hover {
    color: #ffffff !important;
}

/* ==========================================================================
   DARK MODE COMPATIBILITY FOR POST FOOTER META AND POST NAVIGATION
   ========================================================================== */

/* Darkens the entry-footer bar block (the section with the Edit link) */
.entry-footer {
    background-color: #1a1a1a !important;
    border-top: 1px solid #2d2d2d !important;
}

/* Adjusts colors for metadata text and links within the post footer bar */
.entry-footer,
.entry-footer a {
    color: #888888 !important;
}

.entry-footer a:hover {
    color: #ffffff !important;
}

/* Darkens the separate post-navigation block wrapper below the post */
.navigation.post-navigation {
    background-color: #1a1a1a !important;
    border: 1px solid #2d2d2d !important;
}

/* Enhances readability for the previous/next helper headers */
.post-navigation .meta-nav {
    color: #666666 !important;
}

/* ==========================================================================
   MOBILE MENU TOGGLE BUTTON POSITIONING FIX
   ========================================================================== */

@media screen and (max-width: 59.9375em) {
    /* Repositions the mobile menu button cleanly to the right side */
    .secondary-toggle {
        left: auto !important;
        right: 4% !important;
        top: 2.5em !important;
    }
}

/* ==========================================================================
   ENSURE SITE TITLE TEXT IS HIDDEN ONLY ON-PAGE FOR LOGO
   ========================================================================== */

/* Keeps the typography text hidden inside the theme container layout */
.site-branding .site-title {
    display: none !important;
}