/*
Theme Name: Ancient History Press
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 {
	position: relative;
	background-image: url('/wp-content/uploads/2026/05/coffee-table.jpg'); /* change this */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

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

.home .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:
		linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
		url('/wp-content/uploads/2026/05/coffee-table.jpg');
	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;
}