/*
Theme Name: Mhageer Editorial
Theme URI: https://mhageer.com/
Author: Built for mhageer.com
Author URI: https://mhageer.com/
Description: A journalist and writer's blog theme with a full-width hero slider, featured post carousel, magazine-style post list and a rich sidebar. Supports post formats for video and quote posts.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mhageer
Tags: blog, news, two-columns, right-sidebar, custom-menu, featured-images, post-formats, threaded-comments, translation-ready
*/

/* ---------------------------------------------------------
   1. Tokens
--------------------------------------------------------- */
:root {
	--accent: #e2574c;
	--accent-dark: #c9463c;
	--ink: #383838;
	--ink-soft: #6f6f6f;
	--ink-faint: #9a9a9a;
	--rule: #e6e6e6;
	--page: #ffffff;
	--wash: #f4f4f4;
	--footer: #453b48;
	--serif: "PT Serif", Georgia, "Times New Roman", serif;
	--sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	--container: 1170px;
	--gutter: 30px;
}

/* ---------------------------------------------------------
   2. Reset & base
--------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--page);
	color: var(--ink);
	font-family: var(--serif);
	font-size: 15px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent-dark); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--serif);
	font-weight: 400;
	color: #2f2f2f;
	line-height: 1.3;
	margin: 0 0 .6em;
}

h1 { font-size: 34px; }
h2 { font-size: 27px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p { margin: 0 0 1.4em; }

blockquote {
	margin: 1.8em 0;
	padding: 0 0 0 26px;
	border-left: 2px solid var(--accent);
	font-style: italic;
	color: var(--ink-soft);
}

code, pre { font-family: Menlo, Consolas, monospace; font-size: .9em; }
pre { background: var(--wash); padding: 20px; overflow: auto; }

table { border-collapse: collapse; width: 100%; margin-bottom: 1.5em; }
th, td { border: 1px solid var(--rule); padding: 10px 12px; text-align: left; }
th { font-family: var(--sans); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.site { overflow-x: hidden; }

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 20px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	background: #fff;
	padding: 12px 20px;
	font-family: var(--sans);
	font-size: 13px;
}
.skip-link:focus { left: 10px; top: 10px; }

/* ---------------------------------------------------------
   3. Forms & buttons
--------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--rule);
	background: #fff;
	color: var(--ink);
	font-family: var(--serif);
	font-size: 14px;
	border-radius: 0;
}

textarea { min-height: 150px; }

input[type="submit"],
button,
.btn {
	display: inline-block;
	padding: 12px 28px;
	border: 0;
	background: var(--accent);
	color: #fff;
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s ease;
}
input[type="submit"]:hover,
button:hover,
.btn:hover { background: var(--accent-dark); color: #fff; }

/* ---------------------------------------------------------
   4. Site header
--------------------------------------------------------- */
.site-header {
	position: relative;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 84px;
	gap: 20px;
}

.site-branding { flex: 0 0 auto; }

.site-title {
	margin: 0;
	font-family: var(--sans);
	font-size: 23px;
	font-weight: 400;
	letter-spacing: .28em;
	text-transform: uppercase;
	line-height: 1;
}
.site-title a { color: #2f2f2f; }
.site-title a:hover { color: var(--accent); }

.site-description {
	margin: 6px 0 0;
	font-family: var(--serif);
	font-style: italic;
	font-size: 13px;
	color: var(--ink-faint);
}

.custom-logo { max-height: 46px; width: auto; }

/* Primary navigation */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 34px;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 6px 0;
	color: #4a4a4a;
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a { color: var(--accent); }

/* Dropdowns */
.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	min-width: 210px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #efefef;
	box-shadow: 0 8px 24px rgba(0,0,0,.07);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.main-navigation li { position: relative; }
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.main-navigation ul ul li { width: 100%; }
.main-navigation ul ul a {
	padding: 9px 20px;
	letter-spacing: .1em;
	text-transform: none;
	font-size: 12px;
}
.main-navigation ul ul ul { top: 0; left: 100%; }

/* Social icons */
.social-links {
	display: flex;
	align-items: center;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-links a {
	color: #bdbdbd;
	line-height: 0;
	display: block;
}
.social-links a:hover { color: var(--accent); }
.social-links svg { width: 15px; height: 15px; fill: currentColor; }

.menu-toggle {
	display: none;
	background: none;
	border: 0;
	padding: 10px;
	color: #444;
}
.menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px 0;
	background: currentColor;
	transition: transform .25s ease, opacity .2s ease;
}
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------------------------------------------------------
   5. Hero slider
--------------------------------------------------------- */
.hero-slider {
	position: relative;
	overflow: hidden;
	background: #e9d3cb;
}

.hero-slide {
	position: relative;
	display: none;
	min-height: 620px;
	background-size: cover;
	background-position: center top;
}
.hero-slide.is-active { display: block; }

.hero-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(40,20,15,.45) 0%, rgba(40,20,15,.18) 45%, rgba(40,20,15,0) 70%);
}

.hero-slide-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 620px;
	padding: 60px 20px;
}

.hero-content {
	max-width: 470px;
	margin-left: 72px;
	color: #fff;
}

.hero-title {
	margin: 0 0 18px;
	color: #fff;
	font-size: 38px;
	line-height: 1.28;
	text-shadow: 0 1px 14px rgba(0,0,0,.2);
}
.hero-title a { color: #fff; }
.hero-title a:hover { color: #ffe3df; }

.hero-excerpt {
	margin: 0 0 26px;
	font-size: 13px;
	line-height: 1.85;
	color: rgba(255,255,255,.92);
	max-width: 400px;
}

.read-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--serif);
	font-size: 13px;
	font-style: italic;
	color: var(--accent);
}
.hero-content .read-more { color: #fff; }
.hero-content .read-more:hover { color: #ffd9d4; }
.read-more .chev { font-style: normal; font-size: 11px; opacity: .8; }

.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.92);
	border: 0;
	color: #555;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}
.slider-nav:hover { background: #fff; color: var(--accent); }
.slider-prev { left: max(20px, calc(50% - var(--container) / 2 + 20px)); }
.slider-next { right: max(20px, calc(50% - var(--container) / 2 + 20px)); }

.slider-dots {
	display: flex;
	gap: 9px;
	margin-top: 32px;
}
.slider-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 0;
	background: rgba(255,255,255,.65);
	cursor: pointer;
}
.slider-dots button.is-active { background: var(--accent); }

/* ---------------------------------------------------------
   6. Section headings
--------------------------------------------------------- */
.section-heading {
	margin: 0 0 26px;
	font-size: 21px;
	color: #3a3a3a;
}

.featured-section { padding: 46px 0 0; }
.featured-section .section-heading { text-align: center; margin-bottom: 28px; }

/* ---------------------------------------------------------
   7. Featured carousel
--------------------------------------------------------- */
.featured-carousel { position: relative; }

.featured-track {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.featured-track::-webkit-scrollbar { display: none; }

.featured-item {
	flex: 0 0 20%;
	max-width: 20%;
	scroll-snap-align: start;
	text-align: center;
	padding-bottom: 34px;
}

.featured-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 19 / 16;
	background: var(--wash);
}
.featured-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.featured-item:hover .featured-thumb img { transform: scale(1.05); }

.featured-title {
	margin: 18px 12px 8px;
	font-size: 14px;
	line-height: 1.55;
}
.featured-title a { color: #3a3a3a; }
.featured-title a:hover { color: var(--accent); }

.entry-meta {
	font-family: var(--serif);
	font-style: italic;
	font-size: 12px;
	color: var(--ink-faint);
}
.entry-meta a { color: var(--accent); }
.entry-meta .sep { margin: 0 8px; color: #cdcdcd; font-style: normal; }
.featured-item .entry-meta { margin: 0 12px; }

.carousel-nav[hidden] { display: none; }

.carousel-nav {
	position: absolute;
	top: calc((100% - 120px) / 2);
	transform: translateY(-50%);
	z-index: 4;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.9);
	border: 0;
	color: #555;
	cursor: pointer;
}
.carousel-nav:hover { color: var(--accent); }
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

/* ---------------------------------------------------------
   8. Content layout
--------------------------------------------------------- */
.site-main-area { padding: 46px 0 0; }

.content-heading-row {
	display: flex;
	gap: var(--gutter);
	align-items: flex-start;
}
.content-heading-row .col-main,
.content-heading-row .col-side { padding: 0; }

.layout {
	display: flex;
	gap: var(--gutter);
	align-items: flex-start;
}

.col-main { flex: 1 1 auto; min-width: 0; }
.col-side { flex: 0 0 300px; max-width: 300px; }

.content-wash {
	padding: 26px 0 40px;
}

.content-wash .col-main { position: relative; }

.content-wash .col-main::before {
	content: "";
	position: absolute;
	top: -26px;
	bottom: -40px;
	left: -9999px;
	right: -20px;
	background: var(--wash);
	z-index: 0;
}

.content-wash .col-main > * { position: relative; z-index: 1; }
.content-wash .layout { align-items: flex-start; }
.col-side-wrap { background: transparent; }

/* ---------------------------------------------------------
   9. Post cards (index)
--------------------------------------------------------- */
.post-card {
	background: #fff;
	margin-bottom: 26px;
}

.post-card-split { display: flex; align-items: stretch; }

.post-card-media {
	flex: 0 0 41%;
	max-width: 41%;
	position: relative;
	overflow: hidden;
	background: var(--wash);
}
.post-card-media a { display: block; height: 100%; }
.post-card-media img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.post-card-body {
	flex: 1 1 auto;
	padding: 28px 30px 26px;
	display: flex;
	flex-direction: column;
}

.entry-title { margin: 0 0 12px; font-size: 23px; line-height: 1.35; }
.entry-title a { color: #2f2f2f; }
.entry-title a:hover { color: var(--accent); }

.post-card-body .entry-meta { margin-bottom: 16px; }

.entry-summary { font-size: 14px; color: #555; }
.entry-summary p:last-child { margin-bottom: 0; }

.post-card-body .read-more { margin-top: auto; padding-top: 18px; }

/* Wide cards: video / quote / no-thumbnail */
.post-card-wide { padding: 0 0 26px; }
.post-card-wide .post-card-media { flex: none; max-width: none; margin-bottom: 26px; }
.post-card-wide .post-card-media img { min-height: 0; }
.post-card-wide .post-card-body { padding: 0 30px 4px; }

.entry-video { position: relative; }
.entry-video iframe,
.entry-video video,
.entry-video embed,
.entry-video object {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.entry-quote {
	margin: 0;
	padding: 40px 34px;
	background: #fff;
	border-left: 3px solid var(--accent);
	font-size: 19px;
	font-style: italic;
	line-height: 1.6;
	color: #4a4a4a;
}
.entry-quote cite {
	display: block;
	margin-top: 16px;
	font-size: 13px;
	font-style: normal;
	color: var(--ink-faint);
}

.sticky-flag {
	display: inline-block;
	margin-bottom: 10px;
	font-family: var(--sans);
	font-size: 10px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--accent);
}

/* ---------------------------------------------------------
   10. Pagination
--------------------------------------------------------- */
.pagination {
	padding: 26px 30px 40px;
	font-family: var(--serif);
	font-size: 14px;
}
.pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 18px;
}
.pagination .page-numbers {
	color: var(--ink-faint);
	font-style: italic;
}
.pagination .page-numbers.current { color: var(--accent); }
.pagination .page-numbers:hover { color: var(--accent); }
.pagination .next,
.pagination .prev {
	margin-left: auto;
	font-style: italic;
	color: var(--accent);
}
.pagination .prev { margin-left: 0; margin-right: auto; }

.post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 40px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--rule);
	font-size: 14px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next { max-width: 48%; }
.post-navigation .nav-next { text-align: right; margin-left: auto; }

/* ---------------------------------------------------------
   11. Single post / page
--------------------------------------------------------- */
.single-entry {
	background: #fff;
	padding: 0 0 20px;
}
.single-entry .entry-header { margin-bottom: 22px; }
.single-entry .entry-title { font-size: 32px; }
.single-entry .entry-thumbnail { margin-bottom: 26px; }

.entry-content { font-size: 15px; }
.entry-content h2 { margin-top: 1.5em; }
.entry-content img { margin: 10px 0; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content li { margin-bottom: .5em; }

.wp-caption { max-width: 100%; }
.wp-caption-text,
.entry-content figcaption {
	font-size: 12px;
	font-style: italic;
	color: var(--ink-faint);
	text-align: center;
	margin-top: 8px;
}
.alignleft { float: left; margin: 6px 26px 18px 0; }
.alignright { float: right; margin: 6px 0 18px 26px; }
.aligncenter { margin: 18px auto; }
.alignwide, .alignfull { max-width: 100%; }

.entry-footer {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid var(--rule);
	font-family: var(--serif);
	font-size: 13px;
	font-style: italic;
	color: var(--ink-faint);
}
.entry-footer a { color: var(--accent); }

/* Comments */
.comments-area { margin-top: 44px; }
.comments-title, .comment-reply-title { font-size: 20px; margin-bottom: 22px; }
.comment-list { list-style: none; margin: 0 0 34px; padding: 0; }
.comment-list ol.children { list-style: none; margin: 0; padding-left: 40px; }
.comment-body {
	padding: 22px 0;
	border-bottom: 1px solid var(--rule);
}
.comment-author { font-family: var(--serif); font-size: 15px; }
.comment-author .fn { font-style: normal; font-weight: 700; }
.comment-author img { float: left; margin-right: 14px; border-radius: 50%; }
.comment-metadata { font-size: 12px; font-style: italic; color: var(--ink-faint); margin-bottom: 10px; }
.reply a { font-family: var(--sans); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.comment-form label { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; color: #666; }
.comment-form p { margin-bottom: 16px; }

/* ---------------------------------------------------------
   12. Sidebar widgets
--------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	font-size: 14px;
}
.widget:last-child { margin-bottom: 20px; }

.widget-title {
	position: relative;
	margin: 0 0 26px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #3a3a3a;
}
.widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	background: var(--accent);
}

.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li {
	padding: 8px 0;
	color: var(--ink-soft);
}
.widget ul li a { color: #555; }
.widget ul li a:hover { color: var(--accent); }

.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li {
	position: relative;
	padding-left: 18px;
	border-bottom: 1px dotted #e2e2e2;
}
.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_pages ul li::before,
.widget_nav_menu ul li::before,
.widget_meta ul li::before {
	content: "\203A";
	position: absolute;
	left: 2px;
	top: 6px;
	color: var(--accent);
}

.widget_recent_comments ul li,
.widget_recent_entries ul li { border-bottom: 0; }
.widget_recent_comments .comment-author-link a,
.widget_recent_comments .comment-author-link { color: var(--accent); }

.widget select { font-size: 13px; }

/* Newsletter widget */
.widget-newsletter {
	position: relative;
	padding: 26px 24px 28px;
	border: 1px solid var(--rule);
	background: #fff;
}
.widget-newsletter h3 {
	margin: 0 0 10px;
	font-size: 15px;
}
.widget-newsletter p {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.7;
	color: var(--ink-soft);
}
.newsletter-field { position: relative; }
.newsletter-field input[type="email"] { padding-right: 46px; font-size: 13px; }
.newsletter-field button {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 42px;
	padding: 0;
	background: #fff;
	color: var(--accent);
	display: flex;
	align-items: center;
	justify-content: center;
}
.newsletter-field button:hover { background: var(--accent); color: #fff; }
.newsletter-field svg { width: 16px; height: 16px; fill: currentColor; }

/* Quote widget */
.widget-quote blockquote {
	margin: 0;
	padding: 0 0 0 32px;
	border: 0;
	position: relative;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}
.widget-quote blockquote::before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 46px;
	line-height: 1;
	color: #dcdcdc;
}
.widget-quote cite {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: var(--ink-faint);
}

/* Social widget */
.widget-social .social-links { gap: 20px; }
.widget-social .social-links svg { width: 16px; height: 16px; }

/* Tag cloud */
.tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tagcloud a {
	display: inline-block;
	padding: 6px 13px;
	border: 1px solid var(--rule);
	color: #666;
	font-size: 12px !important;
	background: #fff;
}
.tagcloud a:hover { border-color: var(--accent); color: var(--accent); }

/* Recent post list with excerpt */
.widget-post-list li {
	padding: 0 0 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ececec;
}
.widget-post-list li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.widget-post-list .wp-title {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.5;
	color: #3a3a3a;
}
.widget-post-list .wp-title:hover { color: var(--accent); }
.widget-post-list .wp-excerpt {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.7;
	color: var(--ink-soft);
}
.widget-post-list .wp-date {
	font-size: 12px;
	font-style: italic;
	color: var(--ink-faint);
}

/* Search form */
.search-form { display: flex; }
.search-form input[type="search"] { flex: 1 1 auto; }
.search-form input[type="submit"] { flex: 0 0 auto; padding: 12px 18px; }

/* ---------------------------------------------------------
   13. Footer
--------------------------------------------------------- */
.site-footer {
	margin-top: 50px;
	background: var(--footer);
	color: rgba(255,255,255,.65);
	text-align: center;
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand {
	font-family: var(--sans);
	font-size: 20px;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: #fff;
}
.footer-brand a { color: #fff; }
.footer-brand a:hover { color: var(--accent); }

.footer-navigation ul {
	list-style: none;
	display: flex;
	gap: 34px;
	margin: 0;
	padding: 0;
}
.footer-navigation a {
	color: rgba(255,255,255,.8);
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.footer-navigation a:hover,
.footer-navigation .current-menu-item > a { color: var(--accent); }

.site-footer .social-links a { color: rgba(255,255,255,.5); }
.site-footer .social-links a:hover { color: var(--accent); }

.footer-bottom {
	padding: 22px 0 26px;
	font-size: 12px;
	line-height: 2;
}
.footer-bottom a { color: var(--accent); }

/* ---------------------------------------------------------
   14. Responsive
--------------------------------------------------------- */
@media (min-width: 992px) {
	.content-wash .col-side-wrap { margin-top: -74px; }
	.single .content-wash .col-side-wrap,
	.page .content-wash .col-side-wrap,
	.error404 .content-wash .col-side-wrap { margin-top: 0; }
}

@media (max-width: 1100px) {
	.featured-item { flex-basis: 25%; max-width: 25%; }
}

@media (max-width: 991px) {
	.layout { flex-direction: column; }
	.col-side { flex: 1 1 auto; max-width: 100%; width: 100%; }
	.content-heading-row { display: block; }
	.featured-item { flex-basis: 33.3333%; max-width: 33.3333%; }
	.hero-slide, .hero-slide-inner { min-height: 500px; }
	.hero-title { font-size: 32px; }
	.hero-content { margin-left: 64px; }
	.content-wash .col-side-wrap { margin-top: 30px; }
}

@media (max-width: 860px) {
	.menu-toggle { display: block; order: 3; }
	.header-inner { flex-wrap: wrap; min-height: 68px; }
	.header-social { display: none; }
	.main-navigation {
		order: 4;
		flex-basis: 100%;
		display: none;
		border-top: 1px solid #f0f0f0;
	}
	.menu-open .main-navigation { display: block; }
	.main-navigation ul { flex-direction: column; align-items: stretch; gap: 0; }
	.main-navigation li { border-bottom: 1px solid #f4f4f4; }
	.main-navigation a { padding: 14px 2px; }
	.main-navigation ul ul {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		border: 0;
		box-shadow: none;
		padding: 0 0 0 16px;
	}
}

@media (max-width: 720px) {
	.post-card-split { flex-direction: column; }
	.post-card-media { flex-basis: auto; max-width: 100%; }
	.post-card-media img { min-height: 0; height: 230px; }
	.post-card-body { padding: 24px 22px; }
	.post-card-wide .post-card-body { padding: 0 22px; }
	.featured-item { flex-basis: 50%; max-width: 50%; }
	.entry-title { font-size: 21px; }
	.single-entry .entry-title { font-size: 26px; }
	.footer-top { flex-direction: column; gap: 18px; }
	.pagination { padding: 20px 22px 34px; }
}

@media (max-width: 520px) {
	.hero-slide, .hero-slide-inner { min-height: 380px; }
	.hero-title { font-size: 25px; }
	.hero-content { margin-left: 0; }
	.slider-nav { display: none; }
	.hero-excerpt { display: none; }
	.featured-item { flex-basis: 78%; max-width: 78%; }
	.site-title { font-size: 18px; letter-spacing: .2em; }
	.comment-list ol.children { padding-left: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
}
