@charset "UTF-8";
/*!
Theme Name: vellum
Theme URI: https://oxygene.co.ke//
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: vellum
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.

vellum is based on Underscores https://oxygene.co.ke/, (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;
  transition-duration: 300ms;
}
a:hover {
  text-decoration: none;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* 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;
  outline: none;
}

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: 1px solid #ccc;
  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;
}

.btn-cont {
  border-radius: 30px;
  padding: 5px 22px;
  border: none;
}

.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;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.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;
}

.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 {
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/**************************************
			 Alfie Custom
***************************************/
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "din-2014";
  src: url(https://use.typekit.net/af/4b34d2/0000000…/27/l?primer=7fa3915…&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/4b34d2/0000000…/27/d?primer=7fa3915…&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/4b34d2/0000000…/27/a?primer=7fa3915…&fvd=i4&v=3) format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
body {
  font-family: "din-2014", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02rem;
  font-weight: bolder;
}

.width-80 {
  width: 100%;
  max-width: 1440px;
  overflow: visible;
  margin: auto;
}

#load-more-btn {
  background-color: #49C1BD;
  color: #fff;
  border: 1px solid #49C1BD;
}
#load-more-btn:hover {
  background-color: black;
  color: #49C1BD;
}

.editors-pick-cont {
  background: #f4f5f7;
}

.image-height {
  overflow: hidden;
  height: 300px;
}
.image-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  border-radius: 11px;
}
.image-height img:hover {
  transform: scale(1.05);
}

.image-class {
  overflow: hidden;
  height: 150px;
}
.image-class img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transition: transform 0.3s ease-in-out;
  border-radius: 11px;
  min-height: 150px;
}
.image-class img:hover {
  transform: scale(1.05);
}

ul.top-latest-title {
  padding: 0;
  margin: 0;
}
ul.top-latest-title li {
  list-style-type: none;
}
ul.top-latest-title li a {
  font-size: 13px;
  font-weight: 600;
  display: block;
  padding: 12px 5px;
  margin: 0 17px;
  border-top: 1px solid #dee2e6;
}

ul.archive-latest-title {
  padding: 0;
  margin: 0;
}
ul.archive-latest-title li {
  list-style-type: none;
}
ul.archive-latest-title li a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 8px 5px;
  margin: 0 17px;
  border-top: 1px solid #dee2e6;
}

.top-latest-title a:not(:last-child) {
  display: block;
  padding-bottom: 5px;
  display: block;
}

.category-link a {
  color: #49C1BD !important;
}

.top-news h1 {
  font-size: 40px !important;
}
.top-news h3 {
  color: #000;
  font-size: 30px;
}

.site-branding a img {
  width: 200px;
  height: auto;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #25b9d3;
  z-index: 9999;
  transition: width 0.2s ease;
}

.playbook-archive-list {
  padding: 0;
  margin: 0;
}
.playbook-archive-list li {
  list-style-type: none;
}
.playbook-archive-list li a {
  color: #2b404b;
  font-size: 14px;
  display: block;
  padding: 10px 0px;
}

.nav-bar-cont {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
}

.top-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .site-branding {
  max-width: 250px;
  padding: 10px 0px;
}
.top-bar ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.top-bar ul li {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
}
.top-bar ul li.active {
  background: rgba(37, 185, 211, 0.4);
}
.top-bar ul li span {
  padding-left: 10px;
}
.top-bar ul li a {
  color: #2b404b;
}
.top-bar ul li:hover {
  background: #25b9d3;
}
.top-bar ul li:hover a {
  color: #fff;
}
.top-bar ul img {
  max-width: 20px;
  display: inline-block;
}

.excerpt-box {
  color: rgb(105, 109, 112, var(--tw-text-opacity, 1));
}

.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 10px 0px;
}
.site-header a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 1rem;
  font-weight: 600;
}

.btn {
  background: #005c75;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #25b9d3;
}

.latest-bottom {
  overflow: hidden;
}

.authors {
  font-size: 11px;
  font-weight: 700;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}
.search-container .search-box {
  width: 250px;
  position: relative;
}
.search-container .search-box .search-input {
  width: 100%;
  border-top: 1px solid rgba(43, 64, 75, 0.1);
  border-radius: 6px;
  outline: none;
  padding: 10px 11px;
}
.search-container .search-box .search-input::-moz-placeholder {
  color: #25b9d3;
}
.search-container .search-box .search-input::placeholder {
  color: #25b9d3;
}
.search-container .search-box .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  color: #25b9d3;
}

.site-footer {
  background: #09405A;
  padding: 50px 0px 20px 0px;
  color: #fff;
}
.site-footer .footer-menu {
  padding: 0;
}
.site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}
.site-footer .footer-menu ul li a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: normal !important;
  font-size: 14px;
}
.site-footer .footer-menu ul li a:hover {
  color: #25b9d3 !important;
  opacity: 0.7 !important;
}
.site-footer .copyright {
  width: 90%;
  margin: auto;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.site-footer .copyright p {
  margin-bottom: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.social {
  margin: 0;
  padding: 0;
}
.social ul {
  padding: 0;
  margin: 0;
  float: right;
}
.social ul li {
  display: inline-block;
  margin: 0px 10px;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  list-style-type: none;
  padding: 0 10px;
}
.social ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.social ul li:hover {
  transform: translateY(0px);
  opacity: 0.7;
  color: #25b9d3;
}

.playbook {
  background: #066078;
  color: white;
}
.playbook a {
  color: #1af6ef !important;
}
.playbook .authors {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sec-title {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-title span {
  font-weight: 700;
  font-size: 25px;
}
.sec-title .btn {
  padding: 5px 20px;
  background: #005c75;
  color: white;
  border-radius: 20px;
  font-weight: 700;
}
.sec-title .btn:hover {
  background: #25b9d3;
}

.main-title {
  line-height: 0.8;
}
.main-title a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.7;
}
.main-title a:hover {
  color: #25b9d3;
}

.card {
  padding: 15px 15px;
  border-radius: 15px;
  border: none;
  height: 100%;
}
.card .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.card .img-wrapper img {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .img-wrapper .cat {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  background: #25b9d3;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.card .img-wrapper .play {
  position: absolute;
  z-index: 200;
  font-size: 40px;
  color: #25b9d3;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.card .img-wrapper:hover .play {
  color: #fff;
  background: #25b9d3;
}
.card .img-wrapper .play-podcast {
  position: absolute;
  background: linear-gradient(to bottom, #af2997 10%, #000);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
}
.card .img-wrapper .play-podcast span {
  padding-right: 5px;
}
.card .img-wrapper .play-podcast:hover {
  background: #25b9d3;
}
.card .card-body {
  padding: 10px 10px 5px 10px;
}
.card .card-body .date {
  padding: 0px 0px 5px 0px;
  margin-bottom: 0px;
  color: #005c75;
}
.card .btn {
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

.landing-section {
  padding: 30px 0px;
}
.landing-section .card {
  position: relative;
}
.landing-section .card.featured {
  padding: 0px;
}
.landing-section .card.featured .img-wrapper img {
  height: 50vh;
}
.landing-section .card.featured .card-body {
  padding: 20px 0px;
}
.landing-section .card.featured .card-body .date {
  padding: 0px 0px 10px 0px;
}
.landing-section .card.featured .card-body .btn {
  margin: 20px 0px;
  background: transparent;
  border: 0px solid #2b404b;
  padding: 5px 20px;
  color: #25b9d3;
  border-bottom: 1px solid #25b9d3;
}
.landing-section .card.featured .card-body .btn img {
  max-width: 50px;
  transition-duration: 300ms;
}
.landing-section .card.featured .card-body .btn:hover {
  color: #005c75;
}
.landing-section .card.featured .card-body .btn:hover img {
  transform: translateX(5px);
}

.popular .nav-tabs .nav-item .nav-link {
  background: transparent;
  border: none;
  position: relative;
  padding-bottom: 10px;
}
.popular .nav-tabs .nav-item .nav-link:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  border-right: 1px solid rgba(43, 64, 75, 0.2);
}
.popular .nav-tabs .nav-item .nav-link.active {
  color: #25b9d3;
}
.popular .nav-tabs .nav-item .nav-link.active:before {
  position: absolute;
  content: "";
  right: 25%;
  bottom: 0%;
  width: 50%;
  height: 1px;
  border-bottom: 2px solid #25b9d3;
}
.popular .nav-tabs .nav-item:last-child .nav-link:after {
  border-right: none;
}
.popular .card.featured .img-wrapper img {
  width: 100%;
  height: 40vh;
}
.popular .card .img-wrapper img {
  height: auto;
}

.playbook-banner {
  background: #066078;
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.playbook-banner img {
  max-width: 400px;
}
.playbook-banner h1 {
  margin: 0px 0px 0px 0px;
  color: #58F9F3;
  font-size: 25px;
  font-weight: 100;
}

.playbook-sections {
  position: relative;
  padding: 10px 0px 50px 0px;
}
.playbook-sections .playbook-slider {
  padding: 5px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.playbook-sections .playbook-slider .row {
  background: #f8f9fa;
}
.playbook-sections .playbook-slider:nth-child(odd) .row {
  background: rgba(37, 185, 211, 0.2);
}
.playbook-sections .playbook-slider .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.playbook-sections .playbook-slider .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.playbook-sections .playbook-slider .content {
  padding: 40px 0px;
  width: 90%;
  margin: auto;
}
.playbook-sections .playbook-slider .content .sec-title {
  color: #25b9d3;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
}
.playbook-sections .playbook-slider .content .card-title {
  font-weight: 700;
  font-size: 30px;
  max-width: 600px;
  margin: 20px 0px;
}
.playbook-sections .playbook-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.playbook-sections .playbook-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}
.playbook-sections .playbook-slider .owl-dots .owl-dot.active span {
  background: #25b9d3;
  width: 40px;
  border: none;
}

.previous-playbook {
  background: rgba(37, 185, 211, 0.2);
  padding: 50px 0px;
}
.previous-playbook .sec-title {
  border-bottom: 1px solid rgba(43, 64, 75, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.previous-playbook .link-item {
  position: relative;
  font-size: 20px;
  padding: 10px 0px;
  margin: 20px 10px;
  border-bottom: 1px solid rgba(43, 64, 75, 0.3);
}
.previous-playbook .link-item a {
  color: #005c75;
}
.previous-playbook .link-item:before {
  font-family: "Font Awesome 5 Free";
  color: #005c75;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}
.previous-playbook .link-item:hover a {
  color: #25b9d3;
}
.previous-playbook .link-item:hover:before {
  transform: translate(10px, -50%);
  color: #25b9d3;
}

.page-banner {
  background: #005c75;
  padding: 60px 0px;
}
.page-banner .sec-title {
  font-size: 50px;
  margin: 0px;
  color: #fff;
}
.page-banner p {
  color: #fff;
  font-size: 120%;
  margin-bottom: 0px;
}

.latest-div-cont {
  position: sticky;
  top: 8rem;
}

.contact-us {
  font-size: 14px;
  padding: 40px 0px;
}
.contact-us .forms form {
  position: relative;
  z-index: 20;
  margin-top: 30px;
}
.contact-us .forms form .form-row {
  padding-bottom: 20px;
}
.contact-us .forms form .form-control {
  background: transparent;
  padding-left: 20px;
}
.contact-us .forms form .select,
.contact-us .forms form .wpcf7-radio {
  border: none;
}
.contact-us .forms form .select .wpcf7-list-item,
.contact-us .forms form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0px;
}
.contact-us .forms form .select .wpcf7-list-item label,
.contact-us .forms form .wpcf7-radio .wpcf7-list-item label {
  font-size: 14px;
  opacity: 1;
}
.contact-us .forms form .submit {
  width: 100%;
  margin-top: 0px;
}
.contact-us .forms form .submit .btn {
  background: #005c75;
  color: #fff;
  border-radius: 20px;
  padding: 10px 70px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-us .forms form .submit .btn:hover {
  background: #25b9d3;
}
.contact-us .card {
  position: relative;
  border-radius: 0px;
  z-index: 20;
  padding: 30px 20px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.contact-us .card .card-body {
  position: relative;
  z-index: 10;
}
.contact-us .card .card-body h3 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #25b9d3;
}
.contact-us .card .card-body h3.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.contact-us .card .card-body h3.title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.contact-us .card .card-body h3.title:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  background: #fff;
  left: 0;
  bottom: -2px;
}
.contact-us .card .card-body ul {
  list-style: none;
  margin-left: 10px;
  position: relative;
  margin-bottom: 30px;
}
.contact-us .card .card-body ul a {
  color: #005c75;
  transition-duration: 300ms;
}
.contact-us .card .card-body ul a:hover {
  color: #25b9d3;
}
.contact-us .card .card-body ul:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  top: -5px;
  left: -5px;
}
.contact-us .card .card-body ul.call:after {
  content: "\f87b";
}
.contact-us .card .card-body ul.mail:after {
  content: "\f0e0";
}
.contact-us .card .card-body ul.location:after {
  content: "\f5a0";
}
.contact-us .card .card-body .social {
  padding-top: 10px;
}
.contact-us .card .card-body .social li {
  display: inline-block;
}
.contact-us .card .card-body .social li a {
  color: #fff !important;
  padding-right: 15px;
  font-size: 18px;
}
.contact-us .card .card-body .social li a i {
  color: #25b9d3 !important;
}
.contact-us .card .card-body .social li a:hover {
  opacity: 0.7;
}

.about {
  position: relative;
  padding: 50px 0px;
}
.about a {
  color: #25b9d3;
  font-weight: 600;
}
.about .sec-title {
  color: #25b9d3;
}
.about .title {
  font-weight: 700;
  line-height: 1.1;
}

.offerings {
  position: relative;
  padding-bottom: 10px;
}
.offerings .card {
  padding: 40px 30px;
  text-align: center;
  background: transparent;
}
.offerings .card .card-title {
  font-size: 18px;
  font-weight: 700;
}
.offerings .card p {
  margin-bottom: 0px;
}
.offerings .row .col-md-4 {
  background: rgba(37, 185, 211, 0.8);
}
.offerings .row .col-md-4:nth-child(even) {
  background: rgba(37, 185, 211, 0.4);
}

.support {
  position: relative;
  padding: 50px 0px;
}
.support ol {
  margin-left: 0px;
  padding-left: 20px;
}
.support ol li {
  padding: 10px 0px;
}
.support button {
  background: transparent;
  padding: 10px 40px;
  border: 1px solid #25b9d3;
  border-radius: 20px;
  color: #25b9d3;
  transition: transform 0.3s ease-in-out;
}
.support button i {
  padding-left: 10px;
  transition-duration: 300ms;
}
.support button:hover {
  background: #005c75;
  color: #fff;
}
.support button:hover i {
  transform: translateX(7px);
}
.support .modal {
  background: rgba(0, 0, 0, 0.7);
}
.support .subscribe {
  background: #005c75;
}
.support .subscribe h4, .support .subscribe p {
  color: #fff;
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 500px);
  background: linear-gradient(135deg, #005c75, #25b9d3);
  color: #fff;
  text-align: center;
  padding: 80px 0px;
}
.error-page .error-code {
  font-size: 8rem;
  font-weight: bold;
  margin: 0;
}
.error-page .error-message {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.error-page .error-description {
  font-size: 1.2rem;
  margin: 1rem 0 2rem;
  color: rgba(255, 255, 255, 0.8);
}
.error-page .btn {
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  background: #fff;
  color: #005c75;
  transition: all 0.3s ease-in-out;
}
.error-page .btn:hover {
  background: rgb(0, 51.8974358974, 66);
  color: #fff;
}

.archive-page .card {
  border: none;
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s ease;
}
.archive-page .card .img-wrapper {
  position: relative;
}
.archive-page .card .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.archive-page .card .img-wrapper .cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #005c75;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}
.archive-page .card .img-wrapper .play,
.archive-page .card .img-wrapper .play-podcast {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
}
.archive-page .card .img-wrapper .play i,
.archive-page .card .img-wrapper .play-podcast i {
  margin-left: 0.5rem;
}
.archive-page .card .card-body .date {
  font-size: 0.75rem;
  color: #005c75;
}
.archive-page .card .card-body .title {
  font-size: 1rem;
  font-weight: bold;
}
.archive-page .card .card-body .title a {
  color: #25b9d3;
  text-decoration: none;
}
.archive-page .card .card-body .title a:hover {
  text-decoration: underline;
}

.arch-featured {
  padding: 0px;
}
.arch-featured .img-wrapper img {
  height: 40vh;
}
.arch-featured .card-body {
  padding: 20px 0px;
}
.arch-featured .card-body .date {
  padding: 0px 0px 10px 0px;
}
.arch-featured .card-body .btn {
  margin: 20px 0px;
  background: transparent;
  border: 0px solid #2b404b;
  padding: 5px 20px;
  color: #25b9d3;
  border-bottom: 1px solid #25b9d3;
}
.arch-featured .card-body .btn img {
  max-width: 50px;
  transition-duration: 300ms;
}
.arch-featured .card-body .btn:hover {
  color: #005c75;
}
.arch-featured .card-body .btn:hover img {
  transform: translateX(5px);
}

.load-more {
  position: relative;
  padding: 30px 0px 50px 0px;
  text-align: center;
}
.load-more:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  left: -5%;
  top: 0;
  z-index: -1;
}
.load-more #load-more {
  font-size: 1rem;
  padding: 5px 40px;
  border-radius: 15px;
  background: #25b9d3;
  border: none;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.load-more #load-more:hover {
  background-color: #005c75;
}

.arch-items {
  position: relative;
  width: 100%;
  background: rgba(37, 185, 211, 0.4);
  padding: 60px 0px 40px 0px;
}
.arch-items .news-item {
  background: #F5F5F5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.arch-items .news-item .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.arch-items .news-item .img-wrapper .play {
  position: absolute;
  z-index: 200;
  font-size: 30px;
  color: #25b9d3;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.arch-items .news-item .img-wrapper .play-podcast {
  position: absolute;
  background: linear-gradient(to bottom, #af2997 10%, #000);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
}
.arch-items .news-item .img-wrapper .play-podcast span {
  padding-right: 5px;
}
.arch-items .news-item .img-wrapper .play-podcast:hover {
  background: #25b9d3;
}
.arch-items .news-item .img-wrapper img {
  transition: all 0.3s ease-in-out;
}
.arch-items .news-item .img-wrapper .cat {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  background: #25b9d3;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.arch-items .news-item .img-wrapper:hover img {
  transform: scale(1.05);
  opacity: 0.95;
}
.arch-items .news-item .content {
  padding: 10px 20px;
}
.arch-items .news-item .content .the-title {
  color: #2b404b;
}
.arch-items .news-item .content .the-title:hover {
  color: #25b9d3;
}
.arch-items .news-item .content .date {
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
  opacity: 0.6;
}

.more-articles {
  padding: 30px 0px 10px 0px;
  background: rgba(37, 185, 211, 0.08);
}
.more-articles .card .img-wrapper img {
  height: 25vh;
}

.sticky-sidebar {
  padding: 40px 20px;
  border-radius: 10px;
  position: sticky;
  top: 80px;
  margin-bottom: 100px;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.sticky-sidebar .scroll-stick {
  transform: translateY(-10px);
}
.sticky-sidebar h5 {
  margin-bottom: 15px;
  font-weight: bold;
  border-left: 3px solid #25b9d3;
  padding-left: 10px;
}
.sticky-sidebar .read-next-card {
  margin-bottom: 10px;
}
.sticky-sidebar .related-posts {
  list-style: none;
  padding: 0;
  margin-left: 0px;
}
.sticky-sidebar .more-card img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.sticky-sidebar .more-card a {
  font-weight: 600;
  color: #000;
}
.sticky-sidebar .more-card a:hover {
  color: #25b9d3;
}

.single-post img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.single-post img:hover {
  filter: brightness(0.9);
  transition: all 0.3s ease-in-out;
}
.single-post .excerpt-box {
  border-left: 4px solid rgba(37, 185, 211, 0.4);
  padding-left: 20px;
  margin-left: 20px;
}
.single-post .post-meta {
  font-weight: 600;
}
.single-post .content a {
  color: #2b404b;
  font-size: 16px;
}
.single-post .content a:hover {
  color: #25b9d3;
}

.more-card {
  overflow: hidden;
}
.more-card .fit-img img {
  width: 100%;
  height: auto;
}
.more-card a {
  font-weight: 300;
}

.border-b {
  border-bottom: 1px solid rgba(37, 185, 211, 0.4);
  padding: 9px 9px;
}

.border-t {
  border-top: 1px solid rgba(43, 64, 75, 0.1);
  padding: 9px 9px;
}

/*==== Privacy Policy ====*/
.page-privacy-policy ul, .page-privacy-policy ol {
  margin: 0;
}

.who-title {
  color: #49C1BD;
}

.search-title {
  color: #49C1BD;
}

.whos-profile {
  border: 1px solid rgba(37, 185, 211, 0.4);
}

.table-profie {
  max-height: 500px;
  scroll-behavior: smooth;
}
.table-profie table-hover {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(37, 185, 211, 0.4);
}
.table-profie td {
  padding: 0;
  vertical-align: middle;
}
.table-profie td img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-profie th {
  padding: 10px 0;
  vertical-align: middle;
  background: white;
}
.table-profie .view-profile-btn {
  background: transparent;
  border: 1px solid #25b9d3;
  color: #25b9d3;
  padding: 5px 10px;
  font-size: 11px;
  display: ruby-text;
  margin-top: 18px;
}
.table-profie .view-profile-btn:hover {
  background: #25b9d3;
  color: #fff;
}
.table-profie .view-profile-btn a {
  color: #000;
}

.search-content a {
  color: #000;
}
.search-content a:hover {
  color: #25b9d3;
}

.page-item a {
  color: #000;
}
.page-item a:hover {
  color: #25b9d3 !important;
  opacity: 0.8 !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.page-link:hover {
  z-index: 2;
  color: white;
  background-color: #000;
  border-color: #000;
}

/* ==== Gad Omusue Edits ======*/
.technology-cont a,
.playbook-cont a,
.latest-cont a {
  color: #000;
}
.technology-cont a:hover,
.playbook-cont a:hover,
.latest-cont a:hover {
  color: #25b9d3;
}

.category-block a {
  color: #000;
}
.category-block a:hover {
  color: #25b9d3;
}
.category-block .post-list colorr {
  color: #25b9d3;
}

/*--==== import responsiveness ====--*/
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
  }
  .footer-menu li {
    display: block !important;
    padding-right: 0 !important;
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431) !important;
  }
  .social ul {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */