/*!
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;
}
.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;
}
.site-header .main-navigation li > a {
  display: block;
  padding: 0.45rem 1rem;
  font-size: 1rem;
  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: #b7c54f;
}
.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 .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;
  }
  .site-header .main-navigation {
    display: block;
    flex: unset;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80px;
    background: rgba(22, 88, 127, 0.97);
    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.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%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  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;
  margin-bottom: 0px;
}
.site-footer .social {
  display: flex;
  margin: 0px;
  padding-left: 0px;
  padding-top: 0px;
}
.site-footer .social li {
  margin: 0px 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
}
.site-footer .social li:first-child {
  margin-left: 0px;
}
.site-footer .social li a {
  font-size: 16px;
  line-height: 20px;
  color: #16587f;
  padding: 0px 10px 10px 0px;
}
.site-footer .social li:hover {
  transform: translateY(0px);
}

.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%;
  height: 435px;
}

#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%;
  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;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.img-wrapper .play-video i {
  font-size: 2.8rem;
  color: #b7c54f;
  transition: transform 0.3s ease;
}
.img-wrapper .play-video:hover i {
  font-size: 3rem;
  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: 2rem;
  font-weight: 600;
  line-height: 1;
  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: #b7c54f;
  font-weight: 600;
  text-shadow: 2px 3px 14px #000;
  font-family: "dinot_bold";
}

.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: 30px solid transparent;
  border-bottom: 30px 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: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #fff;
}
.side-story .content {
  padding: 50px 20px;
}
.side-story .content .title {
  font-size: 20px;
  padding-top: 5px;
}
.side-story .content .title a {
  color: #000;
}
.side-story .content .title a:hover {
  color: #24603f;
}
.side-story .content .cat {
  font-size: 15px;
  color: #b7c54f;
  font-weight: 600;
  font-family: "dinot_bold";
}
.side-story .content .cat:hover {
  color: #24603f;
}

.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);
  }
}
/*
  * Authour: Alfred Maina 
  * Company: @Oxygene (http://Oxygene.co.ke)
*/
/* Extra Small Devices, .visible-xs-* */
/* Small Devices, .visible-sm-* */
/* Medium Devices, .visible-md-* */
/* 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 {
    display: flex;
    flex-direction: column-reverse;
    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: 85%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */