.hide {
	display: none;
}

.rounded-corners {
	border-radius: 1px;
}

.gb-container {
	height: auto;
}

.dynamic-term-class {
	font-family
}

.gb-container .featured-thumbnail {
	text-align: right;
}


.featured-thumbnail, .featured-image {
/* 	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 16px -8px, rgba(50, 50, 93, 0.25) 0px 13px 27px -5px; */
}

.featured-thumbnail img {
	object-fit: cover;
	height: 200px;
/* 	width: 330px; */

}

.featured-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.avatar img {
	box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.3),0px 13px 27px -5px rgba(50,50,93,0.25);
}

.recent-thumbnail img {
	box-shadow: rgba(93, 112, 234, 0.1) 2px 2px 3px 0px;
	border-radius: 8px;
}

.separate-containers article {
	margin-bottom: 0;
}

.separate-containers article .inside-article {
	padding-top: 0;
}

article .inside-article .wp-block-image img {
	max-height: 500px;
	width: auto;
}

.inside-article p a {
	font-weight: 700;
}

.inside-article .dynamic-entry-content, .inside-article .gb-container {
	max-width: 900px;
	margin: 0 auto;
}

.inside-article .gb-container .post-list-meta {
	margin: 0;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	border-bottom: solid 2px var(--color-hero);
}

.rt-reading-time {
	font-size: 12px;
	color: var(--color-text-muted);
}

@media only screen and (max-width: 768px) {
	
	.gb-container .featured-thumbnail {
		text-align: none;
	}
	
	.featured-thumbnail img {
		width: 100%

	}	
	
	.featured-image img {
		height: 200px;
	}
}

/* GeneratePress Site CSS */ #site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
}

.entry-meta {
	font-weight: 300;
	font-size: 15px;
}

.main-navigation:not(.toggled) li.menu-social > a,
.main-navigation:not(.toggled) li.search-item > a{
	padding: 0 10px;
}

.post-image img {
	transition: opacity 500ms;
}

.post-image img:hover {
	opacity: 0.9;
}

.no-sidebar .entry-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page.no-sidebar .entry-title {
	text-align: center;
}

.top-bar .lsi-social-icons a,
.top-bar .lsi-social-icons a:focus,
.top-bar .lsi-social-icons a:active,
.top-bar .lsi-social-icons a:hover {
    background: transparent !important;
}

.top-bar .lsi-social-icons li {
	margin-bottom: 0 !important;
} /* End GeneratePress Site CSS */



/* ═══════════════════════════════════════
   Dusk Sage — Gallery White Edition
   GeneratePress Additional CSS
   ═══════════════════════════════════════ */

:root {
  --color-hero: #5da49c;
  --color-hero-hover: #498e86;
  --color-hero-light: #e6f0ee;
  --color-hero-very: #f2f8f7;
  --color-highlight: #dbb056;
  --color-highlight-dark: #bc942e;
  --color-highlight-light: #f5ecd4;
  --color-accent: #c98a72;
  --color-accent-dark: #b0745c;
  --color-cobalt: #5b7a8a;
  --color-earth: #6a6d7a;
  --color-text: #352e25;
  --color-text-body: #524840;
  --color-text-muted: #938779;
  --color-text-light: #b8ac9e;
  --color-bg: #ffffff;
  --color-bg-soft: #f8f6f3;
  --color-border: #e8e4df;
  --color-border-light: #f0ede9;
}

body { background-color: var(--color-bg); }

body, .entry-content, .entry-content p {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--color-text-body);
  font-size: 15px;
  line-height: 1.8;
}

h1, h2, h3, .entry-title {
  font-family: Georgia, serif;
  color: var(--color-text);
  font-weight: 400;
  font-style: italic;
}
.entry-content h2 { font-size: 19px; margin-top: 2.5em; }
.entry-content h3 { font-size: 15px; }
/* 
.entry-content a {
  color: var(--color-hero);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.entry-content a:hover { color: var(--color-hero-hover); } */

figcaption, .wp-element-caption {
  font-size: 12px; font-style: italic;
  color: var(--color-text-muted); text-align: center;
  margin-top: 0.5em;
}

.entry-meta .cat-links a {
  font-family: system-ui, sans-serif;
  font-size: 10px; font-weight: 600;
  color: var(--color-hero); text-decoration: none;
}

.entry-meta .tag-links a {
  font-size: 10px; padding: 3px 9px;
  border-radius: 14px; border: 1px solid var(--color-border);
  color: var(--color-text-muted); text-decoration: none;
  font-family: system-ui, sans-serif;
}

/* ── Section Divider (#8) ── */
.ds-divider {
  display: flex; align-items: center;
  justify-content: center; gap: 16px;
  margin: 2em 0; font-size: 13px;
}
.ds-divider::before, .ds-divider::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(93,164,156,0.2));
}
.ds-divider::after {
  background: linear-gradient(90deg,
    rgba(93,164,156,0.2), transparent);
}

/* ── Pull Quote (#1) ── */
.ds-pull-quote {
  border-left: 2px solid var(--color-hero);
  background: var(--color-hero-very);
  padding: 14px 20px; margin: 24px 0;
  border-radius: 0 6px 6px 0;
}
.ds-pull-quote p {
  font-size: 17px; font-style: italic;
  color: var(--color-text); line-height: 1.5; margin: 0;
}
.ds-pull-quote cite {
  display: block; font-size: 11px;
  font-style: normal; color: var(--color-text-muted);
  margin-top: 0.75em;
}

/* ── Pull Quote — Centered (#2) ── */
.ds-pull-quote-center {
  text-align: center; padding: 20px 24px;
  margin: 24px 0;
}
.ds-pull-quote-center .quote-mark {
  font-size: 40px; color: var(--color-hero-light);
  line-height: 0.6; margin-bottom: 8px;
}
.ds-pull-quote-center p {
  font-size: 17px; font-style: italic;
  color: var(--color-text); line-height: 1.5; margin: 0 0 8px;
}
.ds-pull-quote-center .rule {
  width: 32px; height: 1px;
  background: var(--color-hero); margin: 0 auto;
  opacity: 0.4;
}

/* ── Table of Contents (#29) ── */
.ds-toc {
  border-left: 2px solid var(--color-hero);
  padding: 14px 18px; margin: 24px 0;
}
.ds-toc-label {
  font-size: 12px; font-weight: 600;
  color: var(--color-text); margin-bottom: 8px;
}
.ds-toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.ds-toc li { counter-increment: toc; }
.ds-toc li a {
  display: block; padding: 4px 0; font-size: 13px;
  color: var(--color-hero); text-decoration: none;
  border-bottom: 1px solid var(--color-border-light);
}
.ds-toc li a::before {
  content: counter(toc) '. ';
  color: var(--color-text-light); margin-right: 6px;
}
.ds-toc li:last-child a { border-bottom: none; }

/* ── Newsletter CTA (#39) ── */
.ds-newsletter-cta {
  background: var(--color-hero-very);
  border: 1px solid var(--color-hero-light);
  border-radius: 6px; padding: 24px;
  text-align: center; margin: 28px 0;
}
.ds-newsletter-cta h3 {
  font-size: 17px; font-style: italic;
  font-weight: 400; color: var(--color-text);
  margin: 0 0 6px;
}
.ds-newsletter-cta p {
  font-size: 12px; color: var(--color-text-muted);
  margin: 0 0 14px; line-height: 1.6;
}
.ds-newsletter-cta a {
  display: inline-block; padding: 8px 20px;
  background: var(--color-hero); color: #fff;
  border-radius: 6px; font-family: system-ui, sans-serif;
  font-size: 12px; font-weight: 500;
  text-decoration: none;
}

/* ── Personal Aside (#3) ── */
.ds-aside {
  display: flex; gap: 14px;
  padding: 14px 18px;
  border-left: 2px solid var(--color-accent);
  border-radius: 0 6px 6px 0;
  margin: 24px 0;
}
.ds-aside .aside-label {
  font-size: 11px; font-weight: 600;
  color: var(--color-accent-dark);
  font-family: system-ui, sans-serif;
  margin-bottom: 4px;
}
.ds-aside p {
  font-size: 13px; color: var(--color-text-body);
  line-height: 1.65; font-style: italic; margin: 0;
}

/* ── Tip Box (#4) ── */
.ds-tip {
  display: flex; gap: 14px;
  padding: 14px 18px;
  border-left: 2px solid var(--color-highlight);
  border-radius: 0 6px 6px 0;
  margin: 24px 0;
}
.ds-tip .tip-label {
  font-size: 11px; font-weight: 600;
  color: var(--color-highlight-dark);
  font-family: system-ui, sans-serif;
  margin-bottom: 4px;
}

/* ── Heads Up / Warning (#5) ── */
.ds-warning {
  display: flex; gap: 14px;
  padding: 14px 18px;
  border-left: 2px solid var(--color-accent);
  background: rgba(201,138,114,0.03);
  border-radius: 0 6px 6px 0;
  margin: 24px 0;
}

/* ── Quick Facts (#30) ── */
.ds-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 8px; margin: 24px 0;
}
.ds-facts > div {
  text-align: center; padding: 8px 4px;
  border-radius: 4px;
  border: 1px solid var(--color-border-light);
}
.ds-facts .fact-label {
  font-size: 9px; color: var(--color-text-muted);
  text-transform: uppercase; letter-spacing: 0.5px;
  font-family: system-ui, sans-serif;
}
.ds-facts .fact-value {
  font-size: 12px; color: var(--color-text);
  font-weight: 500;
}