.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 .post-header, .inside-article .dynamic-entry-content, .inside-article .dynamic-entry-content {
	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;
}

/* ── HEADINGS ── */

.entry-content h2,
.entry-content h2.wp-block-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-text);
  margin-top: 32px;
  margin-bottom: 14px;
  line-height: 1.3;
  font-size: 1.4em;
}

.entry-content h3,
.entry-content h3.wp-block-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-text);
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 1.1em;
}

/* ── LINKS ── */

.entry-content a {
  color: var(--color-hero);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.entry-content a:hover {
  color: var(--color-hero-hover);
  border-bottom-color: var(--color-hero-hover);
}

/* ── IMAGE CAPTIONS ── */

.entry-content figcaption,
.wp-block-image figcaption {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85em;
  font-style: italic;
  color: var(--color-text-muted);
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}

/* ── SECTION DIVIDER ── */

.divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
}

.divider-line {
  flex: 1;
  height: 1px;
}

.divider-left {
  background: linear-gradient(90deg, transparent, rgba(93, 164, 156, 0.35));
}

.divider-right {
  background: linear-gradient(90deg, rgba(93, 164, 156, 0.35), transparent);
}

.divider-icon {
  font-size: 14px;
  opacity: 0.45;
  line-height: 1;
}

/* ── PULL QUOTE ── */

.pullquote {
  border-left: 2px solid var(--color-hero);
  padding: 14px 20px;
  margin: 24px 0;
  background: var(--color-hero-very);
  border-radius: 0 6px 6px 0;
}

.pullquote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  font-style: italic;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}

/* ── PULL QUOTE — CENTERED ── */

.pullquote-centered {
  text-align: center;
  padding: 20px 16px;
  margin: 24px 0;
}

.pullquote-centered .quote-mark {
  font-size: 40px;
  color: var(--color-hero-light);
  line-height: 0.6;
  display: block;
  margin-bottom: 8px;
}

.pullquote-centered p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  font-style: italic;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0 auto 8px;
  max-width: 460px;
}

.pullquote-centered .quote-line {
  width: 32px;
  height: 1px;
  background: var(--color-hero);
  margin: 0 auto;
  opacity: 0.4;
}

/* ── TABLE OF CONTENTS ── */

.toc-block {
  border-left: 2px solid var(--color-hero);
  padding: 14px 18px;
  margin: 24px 0;
}

.toc-block .toc-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 10px;
}

.toc-block ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc-counter;
}

.toc-block li {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid var(--color-border-light);
  counter-increment: toc-counter;
}

.toc-block li:last-child {
  border-bottom: none;
}

.toc-block li::before {
  content: counter(toc-counter) ". ";
  color: var(--color-text-light);
  margin-right: 6px;
}

.toc-block li a {
  color: var(--color-hero);
  text-decoration: none;
}

.toc-block li a:hover {
  color: var(--color-hero-hover);
}

/* ── TIP BOX ── */

.tip-box {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  margin: 24px 0;
  border-left: 2px solid var(--color-highlight);
  border-radius: 0 6px 6px 0;
}

.tip-box .tip-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: -2px;
}

.tip-box .tip-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-highlight-dark);
  margin: 0 0 4px;
}

.tip-box .tip-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  color: var(--color-text-body);
  line-height: 1.65;
  margin: 0;
}

/* ── PERSONAL ASIDE ── */

.aside-box {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  margin: 24px 0;
  border-left: 2px solid var(--color-accent);
  border-radius: 0 6px 6px 0;
}

.aside-box .aside-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: -2px;
}

.aside-box .aside-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-accent-dark);
  margin: 0 0 4px;
}

.aside-box .aside-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  font-style: italic;
  color: var(--color-text-body);
  line-height: 1.65;
  margin: 0;
}

/* ── NEWSLETTER CTA ── */

.newsletter-cta {
  background: var(--color-hero-very);
  border: 1px solid var(--color-hero-light);
  border-radius: 6px;
  padding: 24px;
  margin: 28px 0;
  text-align: center;
}

.newsletter-cta .cta-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  font-style: italic;
  color: var(--color-text);
  margin: 0 0 6px;
}

.newsletter-cta .cta-body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85em;
  color: var(--color-text-muted);
  margin: 0 0 14px;
  line-height: 1.6;
}

.newsletter-cta .cta-button {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 6px;
  background: var(--color-hero);
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.newsletter-cta .cta-button:hover {
  background: var(--color-hero-hover);
}

/* ── HEADS UP / WARNING ── */

.warning-box {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  margin: 24px 0;
  border-left: 2px solid var(--color-accent);
  background: rgba(201, 138, 114, 0.04);
  border-radius: 0 6px 6px 0;
}

.warning-box .warning-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.warning-box .warning-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-accent-dark);
  margin: 0 0 4px;
}

.warning-box .warning-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  color: var(--color-text-body);
  line-height: 1.65;
  margin: 0;
}

/* ── KEY TAKEAWAY ── */

.takeaway-box {
  padding: 14px 18px;
  margin: 24px 0;
  border-left: 2px solid var(--color-hero);
  background: var(--color-hero-very);
  border-radius: 0 6px 6px 0;
}

.takeaway-box .takeaway-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-hero);
  margin: 0 0 4px;
}

.takeaway-box .takeaway-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  color: var(--color-text-body);
  line-height: 1.65;
  margin: 0;
}

/* ── DISCLOSURE ── */

.disclosure-box {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  margin: 24px 0;
  border-radius: 6px;
  border: 1px solid var(--color-border-light);
}

.disclosure-box .disclosure-icon {
  font-size: 13px;
}

.disclosure-box p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8em;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ── TAGS ── */

.post-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 24px 0;
}

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

.post-tags .tag:hover {
  border-color: var(--color-hero);
  color: var(--color-hero);
}

/* ── AUTHOR BIO ── */

.author-bio {
  border-top: 1px solid var(--color-border-light);
  padding-top: 20px;
  margin-top: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.author-bio img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.author-bio .bio-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 2px;
}

.author-bio .bio-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  color: var(--color-text-muted);
  margin: 0 0 4px;
  line-height: 1.5;
}

.author-bio .bio-link {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  color: var(--color-hero);
  text-decoration: none;
}

.author-bio .bio-link:hover {
  color: var(--color-hero-hover);
}

/* ── LESSON LEARNED ── */

.lesson-box {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  margin: 24px 0;
  border-left: 2px solid var(--color-accent);
  background: rgba(201, 138, 114, 0.03);
  border-radius: 0 6px 6px 0;
}

.lesson-box .lesson-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: -2px;
}

.lesson-box .lesson-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-accent-dark);
  margin: 0 0 4px;
}

.lesson-box .lesson-content {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  color: var(--color-text-body);
  line-height: 1.65;
  margin: 0;
}