/*!
Theme Name: agf_blog
Theme URI: http://underscores.me/
Author: Alfred Maina
Author URI: http://oxygene.co.ke
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

agf_blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  overflow-x: hidden;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.6);
  background: #f2f2f2;
}

@font-face {
  font-family: "dinot_regular";
  src: url("assets/fonts/dinot_regular.woff");
  font-style: normal;
}
@font-face {
  font-family: "dinot_light";
  src: url("assets/fonts/dinot_light.woff");
  font-style: normal;
}
@font-face {
  font-family: "dinot_bold";
  src: url("assets/fonts/dinot_bold.woff");
  font-style: normal;
}
button:focus {
  outline: none;
}

.width-75 {
  width: 75%;
  margin: auto;
}

.width-80 {
  width: 80%;
  margin: auto;
}

.width-90 {
  width: 90%;
  margin: auto;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #b7c54f;
  border-radius: 0px;
}

.back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #b7c54f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.back-top i {
  color: #ffffff;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.back-top.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.back-top:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
}
.back-top:hover i {
  transform: translateY(-2px);
}
.back-top:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.back-top.pulse {
  animation: pulseAnimation 0.6s ease-out;
}
.back-top.bounce {
  animation: bounceAnimation 0.4s ease-out;
}

a:hover {
  text-decoration: none;
}

p {
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #000;
}

h1 {
  font-size: 3.5em;
}
h1.title {
  font-size: 3.8em;
}

h2 {
  font-size: 2em;
}
h2.title {
  font-size: 3em;
  font-weight: 500;
}
h2 span {
  font-style: italic;
  background: #b7c54f;
}

h3.sub-title {
  font-size: 1.4em;
  color: #b7c54f;
}

a {
  text-decoration: none;
}

.btn {
  position: relative;
  padding: 7px 20px;
  background: #b7c54f;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #b7c54f;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #24603f;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  border-color: #24603f;
}
.btn:hover::before {
  top: 50%;
  transform: translate(-50%, -50%) scale(20);
  border-radius: 0;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #24603f;
  z-index: 9999;
  transition: width 0.2s ease;
  border-radius: 5px;
}

.site-header-old {
  position: relative;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-old .site-branding img {
  max-width: 200px;
}
.site-header-old .site-branding img:hover {
  opacity: 0.8;
}
.site-header-old .main-navigation li {
  position: relative;
  padding: 5px 20px;
}
.site-header-old .main-navigation li a {
  color: #24603f;
}
.site-header-old .main-navigation li.current-menu-item a {
  color: #b7c54f;
  background: rgba(183, 197, 79, 0.08);
  font-weight: 600;
}
.site-header-old .main-navigation li .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  z-index: 200;
}
.site-header-old .main-navigation li .sub-menu li a {
  border-radius: 6px;
  font-size: 0.85rem;
}
.site-header-old .main-navigation li:hover > ul {
  display: flex;
}

.site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  transition: transform 0.4s ease, background 0.4s ease;
  background: #fff;
}
.site-header .menu-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
}
.site-header.scrolled .site-branding img {
  max-width: 120px;
}
.site-header.hidden {
  transform: translateY(-100%);
}
.site-header.visible {
  transform: translateY(0);
}
.site-header .site-branding {
  flex-shrink: 0;
  max-width: 180px;
}
.site-header .site-branding img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.site-header .site-branding img:hover {
  opacity: 0.8;
}
.site-header .main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
.site-header .main-navigation > div > ul,
.site-header .main-navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.site-header .main-navigation li {
  position: relative;
  padding: 0px 10px;
}
.site-header .main-navigation li.menu-item-109 a {
  color: #fff;
  background: #24603f;
  border-radius: 4px;
}
.site-header .main-navigation li.menu-item-109 a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f015";
  margin-right: 6px;
}
.site-header .main-navigation li.menu-item-109 a:hover {
  background: #b7c54f;
  color: #fff;
}
.site-header .main-navigation li > a {
  display: block;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.82);
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}
.site-header .main-navigation li > a:hover {
  color: #b7c54f;
  background: rgba(255, 255, 255, 0.1);
}
.site-header .main-navigation li.current-menu-item a {
  color: #fff;
}
.site-header .main-navigation li.current-menu-item.menu-item-14 a {
  background: #8f1838;
}
.site-header .main-navigation li.current-menu-item.menu-item-11 a {
  background: #128341;
}
.site-header .main-navigation li.current-menu-item.menu-item-13 a {
  background: #226140;
}
.site-header .main-navigation li.current-menu-item.menu-item-12 a {
  background: #005999;
}
.site-header .main-navigation li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.site-header .main-navigation li ul::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.site-header .main-navigation li ul li a {
  display: block;
  padding: 0.55rem 0.9rem;
  font-size: 0.84rem;
  color: #24603f;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}
.site-header .main-navigation li ul li a:hover {
  color: #b7c54f;
  background: rgba(183, 197, 79, 0.07);
}
.site-header .main-navigation li:hover > ul, .site-header .main-navigation li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
.site-header .main-navigation .menu-item-11 a {
  color: #128341;
}
.site-header .main-navigation .menu-item-12 a {
  color: #005999;
}
.site-header .main-navigation .menu-item-13 a {
  color: #226140;
}
.site-header .main-navigation .menu-item-14 a {
  color: #8f1838;
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.site-header .search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: none;
  background: #24603f;
  border-radius: 50%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.site-header .search-trigger:hover {
  color: #fff;
  background: #b7c54f;
  transform: scale(1.1);
}
.site-header .search-trigger[aria-expanded=true] {
  color: #b7c54f;
  background: rgba(183, 197, 79, 0.18);
}
.site-header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 7px;
  background: #24603f;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.site-header .menu-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
}
.site-header .menu-toggle .bar {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, background 0.2s ease;
  transform-origin: center;
}
.site-header .menu-toggle[aria-expanded=true] {
  background: rgba(183, 197, 79, 0.15);
}
.site-header .menu-toggle[aria-expanded=true] .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #b7c54f;
}
.site-header .menu-toggle[aria-expanded=true] .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header .menu-toggle[aria-expanded=true] .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #b7c54f;
}
.site-header .search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}
.site-header .search-overlay.is-open {
  pointer-events: all;
}
.site-header .search-overlay.is-open .search-overlay__backdrop {
  opacity: 1;
}
.site-header .search-overlay.is-open .search-overlay__panel {
  opacity: 1;
  transform: translateY(0);
}
.site-header .search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.site-header .search-overlay__panel {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 700px;
  margin-top: 110px;
  padding: 2.5rem 2rem 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-28px);
  transition: opacity 0.35s ease, transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.site-header .search-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #24603f;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.site-header .search-input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header .search-input-wrap:focus-within {
  border-color: #b7c54f;
  background: #fff;
}
.site-header .search-input-wrap .search-icon {
  padding: 0 1rem 0 1.25rem;
  color: rgba(36, 96, 63, 0.4);
  font-size: 1rem;
  pointer-events: none;
  transition: color 0.2s ease;
}
.site-header .search-input-wrap:focus-within .search-icon {
  color: #b7c54f;
}
.site-header .search-field {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.85rem 0.5rem;
  font-size: 1rem;
  color: #24603f;
  outline: none;
  font-family: inherit;
}
.site-header .search-field::-moz-placeholder {
  color: rgba(36, 96, 63, 0.35);
}
.site-header .search-field::placeholder {
  color: rgba(36, 96, 63, 0.35);
}
.site-header .search-field::-webkit-search-cancel-button {
  display: none;
}
.site-header .search-field::-webkit-search-decoration {
  display: none;
}
.site-header .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: none;
  background: #b7c54f;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.site-header .search-submit:hover {
  background: rgb(162.8307692308, 176.9025641026, 58.2974358974);
}
.site-header .search-submit:hover i {
  transform: translateX(3px);
}
.site-header .search-submit i {
  transition: transform 0.2s ease;
}
.site-header .search-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  color: #24603f;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.25s ease;
}
.site-header .search-close:hover {
  background: rgba(183, 197, 79, 0.1);
  color: #b7c54f;
  transform: rotate(90deg);
}
.site-header .submenu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border-radius: 6px;
  transition: color 0.2s ease, transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .submenu-toggle.is-open {
  color: #b7c54f;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 900px) {
  .site-header .site-header {
    width: 100%;
  }
  .site-header .site-header .menu-wrap {
    width: 98%;
  }
  .site-header .menu-toggle {
    display: flex;
    z-index: 999;
  }
  .site-header .menu-toggle .bar {
    background: #f7f7f7;
  }
  .site-header .menu-toggle:hover {
    background: #24603f;
  }
  .site-header .main-navigation {
    display: block;
    flex: unset;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    background: #24603f;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 998;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    pointer-events: none;
    transition: clip-path 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  }
  .site-header .main-navigation .menu-item a {
    color: #fff;
  }
  .site-header .main-navigation.is-open {
    clip-path: inset(0 0 0% 0);
    opacity: 1;
    pointer-events: all;
  }
  .site-header .main-navigation > div,
  .site-header .main-navigation > ul {
    width: 88%;
    margin: 0 auto;
    padding: 0.75rem 0 2rem;
  }
  .site-header .main-navigation ul {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.1rem;
  }
  .site-header .main-navigation li {
    width: 100%;
  }
  .site-header .main-navigation li > a {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.85);
  }
  .site-header .main-navigation li.current-menu-item > a {
    color: #b7c54f;
  }
  .site-header .main-navigation li > ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: all !important;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    margin: 0.25rem 0 0.5rem 1rem;
    padding: 0.4rem;
    display: none;
  }
  .site-header .main-navigation li > ul.is-open {
    display: flex;
    flex-direction: column;
  }
  .site-header .main-navigation li > ul::before {
    display: none;
  }
  .site-header .main-navigation li > ul li a {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.6rem 0.8rem;
  }
  .site-header .main-navigation li > ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }
  .site-header .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header li {
    position: relative;
  }
  .site-header .search-overlay__panel {
    width: 94%;
    margin-top: 0;
    border-radius: 0 0 20px 20px;
    padding: 2rem 1.25rem 2.5rem;
  }
}

.site-footer {
  background: #fff;
  width: 100%;
}
.site-footer .copyright {
  width: 80%;
  padding-bottom: 20px;
  margin: auto;
  display: block;
  justify-content: center;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid rgba(183, 197, 79, 0.2);
}
.site-footer .copyright p {
  margin-bottom: 0px;
}
.site-footer .social {
  display: flex;
  justify-content: center;
  margin: auto;
  padding-left: 0px;
  padding-top: 0px;
  margin-bottom: 16px;
}
.site-footer .social li {
  margin: 0px 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  line-height: 20px;
}
.site-footer .social li:first-child {
  margin-left: 0px;
}
.site-footer .social li a {
  font-size: 20px;
  line-height: 20px;
  color: #000;
}
.site-footer .social li a .fa-linkedin {
  color: #0077B5;
}
.site-footer .social li a .fa-fa-x-twitter {
  color: #000;
}
.site-footer .social li a .fa-facebook-f {
  color: #1877F2;
}
.site-footer .social li a .fa-youtube {
  color: #FF0000;
}
.site-footer .social li:hover {
  transform: translateY(-3px);
  background: rgba(22, 88, 127, 0.1);
}

.close {
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal {
  background: rgba(0, 0, 0, 0.8);
}
.video-modal .modal-lg, .video-modal .modal-xl {
  max-width: 1200px;
}
.video-modal .video-embed iframe {
  width: 100%;
}

#podcast-player {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;
  z-index: 9999;
  display: none;
}
#podcast-player #close-podcast-player {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #24603f;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
#podcast-player #close-podcast-player:hover {
  background: #b7c54f;
}
#podcast-player #spotify-embed iframe {
  width: 100%;
  height: 80px;
  border-radius: 10px;
}

.site-main {
  width: 80%;
  margin: auto;
  min-height: 75vh;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}
.img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.img-wrapper:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}
.img-wrapper .play-video {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.img-wrapper .play-video i {
  font-size: 3.2rem;
  color: #b7c54f;
  transition-duration: 0.3s;
}
.img-wrapper .play-video:hover i {
  font-size: 3.5rem;
  color: #FF0000;
}
.img-wrapper .play-podcast {
  position: absolute;
  z-index: 99;
  right: 5%;
  top: 5%;
  cursor: pointer;
  color: #fff;
  background: #b7c54f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  font-size: 12px;
  padding: 5px 10px;
  border: none;
}
.img-wrapper .play-podcast i {
  padding-left: 5px;
  transition: transform 0.3s ease;
}
.img-wrapper .play-podcast:hover {
  background: #24603f;
}

.card {
  position: relative;
}
.card.featured .img-wrapper {
  height: 60vh;
}
.card.featured .img-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.card.featured .card-body {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  width: 90%;
}
.card.featured .card-body .title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 2px 3px 14px #000;
  transition: transform 0.3s ease;
}
.card.featured .card-body .title a {
  color: #fff;
  transition: transform 0.3s ease;
}
.card.featured .card-body .title:hover {
  opacity: 0.8;
}
.card.featured .card-body .cat {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 3px 14px #000;
  font-family: "dinot_bold";
  padding: 5px 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.card.featured .card-body .cat.women-and-youth {
  background: #8f1838;
}
.card.featured .card-body .cat.agriculture {
  background: #128341;
}
.card.featured .card-body .cat.green-economy {
  background: #226140;
}
.card.featured .card-body .cat.blue-economy {
  background: #005999;
}
.card.featured .card-body .cat:hover {
  opacity: 0.7;
}
.card.featured .card-body .post-date {
  color: #fff;
  text-shadow: 2px 3px 14px #000;
}

.side-story {
  position: relative;
  background: #fff;
}
.side-story .img-wrapper {
  height: 30vh;
}
.side-story .col-md-6:last-child,
.side-story .col-md-6:nth-child(2) {
  position: relative;
}
.side-story.flex-row .col-md-6:last-child::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
.side-story.flex-row-reverse .col-md-6:last-child::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.side-story .content {
  padding: 40px 20px;
}
.side-story .content .title {
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.3;
  margin-top: 3px;
}
.side-story .content .title a {
  color: #000;
}
.side-story .content .title a:hover {
  color: #24603f;
}
.side-story .content .cat {
  font-size: 12px;
  line-height: 1;
  color: #b7c54f;
  font-weight: 600;
  font-family: "dinot_bold";
  color: #fff;
  padding: 3px 10px 4px 10px;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.side-story .content .cat.women-and-youth {
  background: #8f1838;
}
.side-story .content .cat.agriculture {
  background: #128341;
}
.side-story .content .cat.green-economy {
  background: #226140;
}
.side-story .content .cat.blue-economy {
  background: #005999;
}
.side-story .content .cat:hover {
  opacity: 0.7;
}

.pagination-section {
  padding: 40px 0 60px;
}
.pagination-section .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-section .page-numbers li {
  margin: 0;
}
.pagination-section .page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  color: #333;
  background-color: #f5f5f5;
}
.pagination-section .page-numbers li .page-numbers:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
  color: #000;
}
.pagination-section .page-numbers li .page-numbers.current {
  background-color: #24603f;
  color: #fff;
  border-color: #24603f;
  cursor: default;
}
.pagination-section .page-numbers li .page-numbers.current:hover {
  background-color: #24603f;
}
.pagination-section .page-numbers li .page-numbers.prev, .pagination-section .page-numbers li .page-numbers.next {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  font-size: 12px;
}
.pagination-section .page-numbers li .page-numbers.prev:hover, .pagination-section .page-numbers li .page-numbers.next:hover {
  background-color: #24603f;
  border-color: #24603f;
  color: #fff;
}
.pagination-section .page-numbers li .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  cursor: default;
  color: #999;
}
.pagination-section .page-numbers li .page-numbers.dots:hover {
  background: transparent;
  color: #999;
}

.search-header {
  padding: 20px 0 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 0;
}
.search-header .search-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}
.search-header .search-title span {
  color: #fff;
}
.search-header .search-count {
  font-size: 13px;
  color: #888;
  margin-bottom: 0;
}

.no-results {
  padding: 40px 0;
}
.no-results .no-posts {
  font-size: 16px;
  color: #555;
  text-align: center;
}

.no-post {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.no-post .no-posts {
  font-size: 2rem;
  color: #24603f;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.no-post .no-posts::before {
  content: "\f1ea";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 60px 20px;
  text-align: center;
}
.error-404 .error-code {
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  color: #eee;
  letter-spacing: -8px;
  margin-bottom: 10px;
  position: relative;
  -webkit-text-stroke: 2px #ddd;
}
.error-404 .error-icon {
  font-size: 50px;
  color: #24603f;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}
.error-404 .error-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}
.error-404 .error-message {
  font-size: 15px;
  color: #777;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.error-404 .error-search {
  margin-bottom: 30px;
}
.error-404 .error-search p {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.error-404 .error-search .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 420px;
  margin: 0 auto;
}
.error-404 .error-search .search-form .search-field {
  flex: 1;
  padding: 10px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease;
}
.error-404 .error-search .search-form .search-field:focus {
  border-color: #24603f;
}
.error-404 .error-search .search-form .search-submit {
  padding: 10px 20px;
  background-color: #24603f;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.error-404 .error-search .search-form .search-submit:hover {
  background-color: rgb(22.0909090909, 58.9090909091, 38.6590909091);
}
.error-404 .error-actions .btn-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.error-404 .error-actions .btn-home i {
  font-size: 13px;
}
.error-404 .error-actions .btn-home:hover {
  background-color: #24603f;
  color: #fff;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.post-views {
  display: flex;
}

.single-post {
  padding: 0px 0px 0px 0;
}
.single-post .post-category {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post .post-category a {
  display: inline-block;
  background-color: #b7c54f;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.4s ease;
  border-radius: 10px;
}
.single-post .post-category a:hover {
  background-color: rgb(155.7692307692, 169.2307692308, 55.7692307692);
  opacity: 0.8;
  transform: scale(1.02);
}
.single-post .post-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #111;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post .post-title {
    font-size: 26px;
  }
}
.single-post .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.single-post .post-meta .meta-left .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post .post-meta .meta-left .author img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post-meta .meta-left .author .author-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.single-post .post-meta .meta-left .author .author-info .by {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .post-meta .meta-left .author .author-info a {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}
.single-post .post-meta .meta-left .author .author-info a:hover {
  color: #b7c54f;
}
.single-post .post-meta .meta-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-post .post-meta .meta-right span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #888;
}
.single-post .post-meta .meta-right span i {
  color: #bbb;
  font-size: 12px;
}
.single-post .post-thumbnail {
  position: relative;
  margin-bottom: 28px;
  border-radius: 4px;
  overflow: hidden;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .post-thumbnail .img-caption {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.single-post .post-thumbnail .play-podcast {
  position: absolute;
  z-index: 99;
  left: 5%;
  bottom: 5%;
  cursor: pointer;
  color: #fff;
  background: #b7c54f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  font-size: 14px;
  padding: 7px 15px;
  border: none;
}
.single-post .post-thumbnail .play-podcast i {
  padding-left: 5px;
  transition: transform 0.3s ease;
}
.single-post .post-thumbnail .play-podcast:hover {
  background: #24603f;
}
.single-post .post-excerpt {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  line-height: 1.5;
  border-left: 4px solid #b7c54f;
  padding-left: 16px;
  margin-bottom: 20px;
  font-style: italic;
}
.single-post .post-excerpt p {
  padding: 5px 0px;
  margin: 0;
}
.single-post .post-content {
  font-size: 16px;
  color: #333;
  line-height: 1.85;
  margin-bottom: 36px;
}
.single-post .post-content iframe {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.single-post .post-content p {
  margin-bottom: 20px;
}
.single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4 {
  font-weight: 700;
  color: #111;
  margin: 32px 0 14px;
}
.single-post .post-content h2 {
  font-size: 24px;
}
.single-post .post-content h3 {
  font-size: 20px;
}
.single-post .post-content h4 {
  font-size: 18px;
}
.single-post .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 16px 0;
}
.single-post .post-content blockquote {
  border-left: 4px solid #b7c54f;
  padding: 14px 20px;
  margin: 28px 0;
  background-color: #fafafa;
  font-style: italic;
  color: #555;
  font-size: 17px;
}
.single-post .post-content blockquote p {
  margin: 0;
}
.single-post .post-content ul, .single-post .post-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.single-post .post-content ul li, .single-post .post-content ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.single-post .post-content a {
  color: #b7c54f;
  text-decoration: underline;
}
.single-post .post-content a:hover {
  color: rgb(155.7692307692, 169.2307692308, 55.7692307692);
}
.single-post .post-content code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 14px;
  color: #b7c54f;
}
.single-post .post-content pre {
  background: #1e1e1e;
  color: #f8f8f2;
  padding: 20px;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 14px;
  margin-bottom: 20px;
}
.single-post .post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.single-post .post-tags .tags-label {
  font-size: 13px;
  font-weight: 700;
  color: #555;
}
.single-post .post-tags .tags-label i {
  color: #b7c54f;
}
.single-post .post-tags .tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  transition: all 0.2s ease;
}
.single-post .post-tags .tag:hover {
  background-color: #b7c54f;
  border-color: #b7c54f;
  color: #fff;
}
.single-post .author-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 36px;
}
.single-post .author-box .author-avatar {
  flex-shrink: 0;
}
.single-post .author-box .author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .author-box .author-details .written-by {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}
.single-post .author-box .author-details .author-name {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.single-post .author-box .author-details .author-name a {
  color: #111;
  text-decoration: none;
}
.single-post .author-box .author-details .author-name a:hover {
  color: #b7c54f;
}
.single-post .author-box .author-details .author-bio {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.single-post .post-navigation {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .single-post .post-navigation {
    flex-direction: column;
  }
}
.single-post .post-navigation a {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #fafafa;
}
.single-post .post-navigation a:hover {
  border-color: #b7c54f;
  background-color: #fff;
}
.single-post .post-navigation a.nav-next {
  text-align: right;
}
.single-post .post-navigation a .nav-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b7c54f;
}
.single-post .post-navigation a .nav-label i {
  font-size: 10px;
}
.single-post .post-navigation a .nav-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post.women-and-youth blockquote {
  border-left: 4px solid #8f1838;
}
.single-post.women-and-youth .post-category a {
  background: #8f1838;
}
.single-post.women-and-youth .post-excerpt {
  border-left: 4px solid #8f1838;
}
.single-post.women-and-youth a {
  color: #8f1838;
}
.single-post.blue-economy blockquote {
  border-left: 4px solid #005999;
}
.single-post.blue-economy .post-category a {
  background: #005999;
}
.single-post.blue-economy .post-excerpt {
  border-left: 4px solid #005999;
}
.single-post.blue-economy a {
  color: #005999;
}
.single-post.agriculture blockquote {
  border-left: 4px solid #226140;
}
.single-post.agriculture .post-category a {
  background: #226140;
}
.single-post.agriculture .post-excerpt {
  border-left: 4px solid #226140;
}
.single-post.agriculture a {
  color: #226140;
}
.single-post.green-economy blockquote {
  border-left: 4px solid #128341;
}
.single-post.green-economy .post-category a {
  background: #128341;
}
.single-post.green-economy .post-excerpt {
  border-left: 4px solid #128341;
}
.single-post.green-economy a {
  color: #128341;
}
.single-post .gallery {
  padding: 30px 0px;
}
.single-post .gallery .img-wrapper {
  height: 30vh;
  border-radius: 10px;
  overflow: hidden;
}
.single-post .gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.single-post .gallery .img-wrapper:hover img {
  transform: scale(1.05);
}

.lg-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.92);
}

.lg-outer .lg-thumb-outer {
  background-color: transparent;
}

.tag-archive-header {
  padding: 2rem 0 1rem;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 1.5rem;
}
.tag-archive-header .tag-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #888;
}
.tag-archive-header .tag-name {
  font-size: 1.5rem;
  margin: 0.25rem 0 0;
  color: #24603f;
}

.sidebar {
  position: sticky;
  top: 50px;
  padding: 30px 0 40px 30px;
  border-left: 1px solid #ffffff;
}
.sidebar .sidebar-widget.more-articles .widget-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #b7c54f;
  position: relative;
}
.sidebar .sidebar-widget.more-articles .article-card {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-widget.more-articles .article-card:last-child {
  border-bottom: none;
}
.sidebar .sidebar-widget.more-articles .article-card:hover .article-title a {
  color: #b7c54f;
}
.sidebar .sidebar-widget.more-articles .article-card .article-thumb {
  flex-shrink: 0;
  width: 90px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
}
.sidebar .sidebar-widget.more-articles .article-card .article-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-widget.more-articles .article-card .article-thumb:hover img {
  transform: scale(1.05);
}
.sidebar .sidebar-widget.more-articles .article-card .article-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #b7c54f;
  text-decoration: none;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .cat:hover {
  text-decoration: underline;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-date {
  font-size: 11px;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sidebar .sidebar-widget.more-articles .article-card .article-info .article-date i {
  font-size: 10px;
}
.sidebar .sidebar-widget.more-articles .no-articles {
  font-size: 13px;
  color: #999;
  text-align: center;
  padding: 20px 0;
}
.sidebar.blue-economy .sidebar-widget.more-articles .article-card .article-info .cat {
  color: #b7c54f;
}
.sidebar.blue-economy .sidebar-widget.more-articles .widget-title {
  border-bottom: 3px solid #b7c54f;
}

/* =====================================
   Author Intro Section
===================================== */
.author-intro {
  padding: 20px 0 40px;
  background: #24603f;
  border-bottom: 1px solid #eee;
  border-radius: 20px;
}
.author-intro .author-avatar {
  text-align: center;
}
.author-intro .author-avatar img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.author-intro .author-avatar img:hover {
  transform: scale(1.03);
}
.author-intro .author-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .author-intro .author-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.author-intro .author-content .author-name {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.author-intro .author-content .author-role {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
}
.author-intro .author-content .author-bio {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .author-intro .author-content .author-bio {
    margin-left: auto;
    margin-right: auto;
  }
}
.author-intro .author-content .author-meta {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .author-intro .author-content .author-meta {
    justify-content: center;
  }
}
.author-intro .author-content .author-meta span {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  background: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.archive-banner {
  position: relative;
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px 0px;
}
.archive-banner::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: inherit;
  background-size: cover;
  background-position: center;
  animation: bannerZoom 8s ease forwards;
}
.archive-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.archive-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 700px;
  width: 100%;
}
.archive-banner__label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b7c54f;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(10px);
  animation: bannerFadeUp 0.6s ease 0.2s forwards;
}
.archive-banner__title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(14px);
  animation: bannerFadeUp 0.6s ease 0.35s forwards;
}
.archive-banner__desc {
  font-size: 0.9rem;
  color: #fff;
  margin: 0 auto;
  line-height: 1.7;
  max-width: 520px;
  opacity: 0;
  animation: bannerFadeUp 0.6s ease 0.5s forwards;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive-banner__desc p {
  margin: 0;
}
.archive-banner:not([style]) {
  background: linear-gradient(135deg, rgb(155.7692307692, 169.2307692308, 55.7692307692) 0%, #b7c54f 60%, #24603f 100%);
}
.archive-banner:not([style])::before {
  display: none;
}

@keyframes bannerFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bannerZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
/* Optional subtle gradient variation */
.author-intro--dark {
  background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
  color: #fff;
}
.author-intro--dark .author-name,
.author-intro--dark .author-bio,
.author-intro--dark .author-role {
  color: #fff;
}
.author-intro--dark .author-meta span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.widget-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #b7c54f;
  position: relative;
}

.post-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: #888;
}
.post-date i {
  font-size: 0.7rem;
}

.sdgs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.sdgs-grid .sdg-item {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: visible;
  cursor: pointer;
  flex-shrink: 0;
}
.sdgs-grid .sdg-item img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sdgs-grid .sdg-item:hover img {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transform: scale(1.05);
}
.sdgs-grid .sdg-item:hover .sdg-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
}
.sdgs-grid .sdg-popup {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 220px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  padding: 12px 14px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.sdgs-grid .sdg-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: #e0e0e0;
}
.sdgs-grid .sdg-popup::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}
.sdgs-grid .sdg-popup__title {
  display: block;
  font-size: 0.825rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
  line-height: 1.3;
}
.sdgs-grid .sdg-popup__excerpt {
  font-size: 0.75rem;
  color: #555;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sdgs-grid .sdg-item:nth-child(1) .sdg-popup,
.sdgs-grid .sdg-item:nth-child(2) .sdg-popup,
.sdgs-grid .sdg-item:nth-child(3) .sdg-popup {
  left: 0;
  transform: translateY(6px);
}
.sdgs-grid .sdg-item:nth-child(1) .sdg-popup::before,
.sdgs-grid .sdg-item:nth-child(2) .sdg-popup::before,
.sdgs-grid .sdg-item:nth-child(3) .sdg-popup::before {
  left: 25px;
  transform: none;
}
.sdgs-grid .sdg-item:nth-child(1) .sdg-popup::after,
.sdgs-grid .sdg-item:nth-child(2) .sdg-popup::after,
.sdgs-grid .sdg-item:nth-child(3) .sdg-popup::after {
  left: 26px;
  transform: none;
}
.sdgs-grid .sdg-item:nth-child(1):hover .sdg-popup,
.sdgs-grid .sdg-item:nth-child(2):hover .sdg-popup,
.sdgs-grid .sdg-item:nth-child(3):hover .sdg-popup {
  transform: translateY(0);
}

/*
  * Authour: Alfred Maina 
  * Company: @Oxygene (http://Oxygene.co.ke)
*/
/* Extra Small Devices, .visible-xs-* */
/* Small Devices, .visible-sm-* */
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .site-main {
    width: 85%;
  }
  .card.featured .card-body .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 2px 3px 14px #000;
    transition: transform 0.3s ease;
  }
  .side-story .content .title {
    font-size: 16px;
    padding-top: 5px;
    line-height: 1.2;
  }
  .card.featured .card-body .cat {
    font-size: 12px;
    padding: 3px 15px;
  }
  .side-story .content .cat {
    font-size: 11px;
  }
  .site-header .menu-wrap {
    width: 85%;
  }
}
/* Medium Devices, .visible-md-* */
/* Large Devices, .visible-lg-* */
@media (max-width: 767px) {
  .site-header .menu-wrap {
    width: 92%;
  }
  .site-header .site-branding img {
    max-width: 120px;
  }
  .site-header .search-trigger {
    width: 35px;
    height: 35px;
    background: #ececec;
    color: rgba(26, 26, 26, 0.85);
    font-size: 0.8rem;
  }
  .site-header .search-label {
    font-size: 1.1rem;
  }
  .site-header .search-field {
    width: 100%;
  }
  .site-footer .copyright {
    justify-content: center;
  }
  .site-footer .copyright .social {
    justify-content: center;
  }
  .card.featured {
    position: relative;
    margin-bottom: 25px;
  }
  .card.featured .img-wrapper {
    height: auto;
  }
  .card.featured .card-body {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
  }
  .card.featured .card-body .title {
    font-size: 1.2rem;
    text-shadow: none;
  }
  .card.featured .card-body .title a {
    color: #000;
  }
  .card.featured .card-body .cat {
    font-size: 1.2rem;
    text-shadow: none;
  }
  .side-story {
    margin-bottom: 25px;
  }
  .side-story .img-wrapper {
    height: auto;
  }
  .side-story .content {
    padding: 30px 20px;
  }
  .side-story .content .title {
    font-size: 18px;
    font-weight: 600;
  }
  .side-story.flex-row-reverse .col-md-6:last-child::before, .side-story.flex-row .col-md-6:last-child::before {
    display: none;
  }
  .site-main {
    width: 92%;
    margin: auto;
  }
  #podcast-player {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-radius: 5px;
    padding: 10px;
  }
  .single-post .author-box {
    display: block;
  }
  .sidebar {
    border: none;
    position: sticky;
    top: 20px;
    padding: 20px 0 0px 0px;
  }
  .card.featured .card-body .cat {
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.8rem;
  }
  .side-story .content .cat {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
  }
  .single-post .post-thumbnail {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .single-post .post-meta .meta-right {
    gap: 12px;
  }
  .single-post .post-category {
    display: block;
  }
  .sdgs-grid {
    margin-top: 15px;
  }
  .single-post .gallery .img-wrapper {
    height: 20vh;
    border-radius: 10px;
    overflow: hidden;
  }
  .card.featured .card-body .post-date {
    color: #888;
    text-shadow: none;
  }
}/*# sourceMappingURL=style.css.map */