:root {
  --white: #fff;
  --black: #000;
  --primary: #fe4f70;
  --secondary: #0d60c8;
  --dark: #121212;
  --light: #f1f1f1;
  --border: #ddd;
  --border-2: #333;
}

/*--------------------------------------------------------------
>>> 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
# Menu CSS
# Widgets CSS
# Header CSS
# Hero CSS
# Blog CSS
# Pages CSS
# Footer CSS



--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  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: 700;
}

/**
 * 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.
 */
input,
optgroup,
select,
textarea {
  width: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  background-color: transparent;
  border: none;
  overflow: visible;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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;
}

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

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

blockquote {
  margin: 0;
  padding: 0;
}

address {
  margin: 0;
  padding: 0;
}

pre {
  background: #eee;
  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 var(--border);
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--white);
}

hr {
  background-color: var(--border);
  border: 0;
  height: 1px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
}

li {
  list-style: none;
}

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 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--border);
}

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 {
  outline: 1px solid;
}

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: var(--dark);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 6px 12px;
}

textarea {
  overflow: auto;
  max-height: 120px;
}

label {
  padding-bottom: 5px;
  text-transform: capitalize;
}

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 {
  outline: 1px solid var(--secondary);
}

select {
  border: 1px solid var(--border);
}

/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
}

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

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  color: var(--dark);
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
  color: var(--secondary);
}

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

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  color: var(--dark);
}
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
  color: var(--secondary);
}

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

.post,
.page {
  margin: 0;
}

.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 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

a:focus {
  outline: 1px dotted;
}

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

.fluid__outer {
  padding: 0 50px;
}
@media only screen and (max-width: 1199px) {
  .fluid__outer {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .fluid__outer {
    padding: 0;
  }
}

.search-highlight {
  background: yellow;
}

.section__title {
  font-size: 36px;
  color: var(--black);
  text-align: center;
  padding-bottom: 60px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .section__title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

.archive-description {
  padding-top: 30px;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .archive-description {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .archive-description {
    max-width: 100%;
  }
}

.logged-in-as {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  text-align: right;
}
.main-menu ul > li {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.main-menu ul > li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  padding: 18px 0;
  text-transform: capitalize;
}
.main-menu ul > li a:hover, .main-menu ul > li a:focus {
  color: var(--primary);
}
.main-menu ul > li:hover > .sub-menu, .main-menu ul > li:focus-within > .sub-menu {
  top: 64px;
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu {
  position: absolute;
  width: 280px;
  right: 0;
  top: 75px;
  z-index: 9;
  background-color: var(--dark);
  border: 1px solid var(--border-2);
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu .sub-menu .sub-menu {
  position: absolute;
  width: 280px;
  right: 100%;
  top: 0;
  z-index: 9;
  background-color: var(--dark);
  border: 1px solid var(--border-2);
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu .sub-menu li {
  display: block;
  padding-left: 0;
  padding: 0 3px;
}
.main-menu .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu li a {
  color: var(--white);
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}
.main-menu .sub-menu li a:hover {
  color: var(--primary);
}

.mobile-menu {
  display: none;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container #primary_menu {
  display: block !important;
}
.mean-container .mean-bar {
  height: 100vh;
  overflow-y: auto;
  background-color: var(--dark);
}
.mean-container .mean-nav {
  margin-top: 20px;
  background-color: var(--dark);
}
.mean-container .mean-nav ul li a {
  text-transform: capitalize;
}

.widget {
  padding: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.02);
}
.widget input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  background-color: var(--white);
}
.widget input:focus {
  outline: 1px solid;
}
.widget input[type=submit],
.widget button[type=submit] {
  color: var(--white);
  border: none;
  border-radius: 4px;
  background-color: var(--primary);
}
.widget input[type=submit]:hover, .widget input[type=submit]:focus,
.widget button[type=submit]:hover,
.widget button[type=submit]:focus {
  background-color: var(--secondary);
}
.widget h2 {
  color: var(--dark);
  font-size: 24px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.widget li {
  color: var(--dark);
  padding-bottom: 5px;
}
.widget li:last-child {
  padding-bottom: 0;
}
.widget li a {
  color: var(--dark);
}

.widget_tag_cloud {
  padding: 24px 30px 20px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.widget_tag_cloud a {
  display: inline-block;
  padding: 5px 10px;
  color: var(--white);
  background: var(--primary);
  border-radius: 4px;
  font-size: 16px !important;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.widget_tag_cloud a:hover {
  background-color: var(--secondary);
}

.widget_recent_entries {
  margin-bottom: 40px;
}

.widget__item {
  padding: 24px 30px 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 20px;
}
.widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--dark);
  padding-bottom: 20px;
}
.widget__search input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 10px 15px;
  background-color: var(--white);
}
.widget__category li a {
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.widget__category li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.widget__rpost-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 12px auto;
  grid-template-columns: 90px auto;
  grid-gap: 12px;
  margin-bottom: 15px;
}
.widget__rpost-inner:hover .widget__rpost-title {
  color: var(--secondary);
}
.widget__rpost-inner:hover .rp_img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.widget__rpost-date {
  color: var(--dark);
}
.widget__rpost .rp_img {
  overflow: hidden;
  border-radius: 5px;
}
.widget__rpost .rp_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -webkit-transition: all 5s;
  transition: all 5s;
}
.widget__rpost-title {
  font-size: 16px;
  color: var(--dark);
  padding-top: 3px;
  padding-bottom: 5px;
}

/*--------------------------------------------------------------
# Header CSS
--------------------------------------------------------------*/
.site-header {
  background-color: var(--dark);
  padding: 6px 0;
}
@media only screen and (max-width: 1199px) {
  .site-header {
    padding: 15px 0;
  }
}
.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.site-logo img {
  max-width: 200px;
}
@media only screen and (max-width: 1199px) {
  .site-logo img {
    max-width: 160px;
  }
}
.site-title {
  font-size: 24px;
  text-transform: capitalize;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .site-title {
    font-size: 18px;
  }
}
.site-title a {
  color: var(--white);
}
.site-description {
  color: var(--white);
}

.header__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 0.3fr;
  grid-template-columns: 1fr 3fr 0.3fr;
}
@media only screen and (max-width: 1199px) {
  .header__inner {
    -ms-grid-columns: auto 90px;
    grid-template-columns: auto 90px;
  }
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header__search {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__search button {
  color: var(--white);
  padding: 4px 7px;
}
.header__search button:hover {
  color: var(--primary);
}
.header__search button:focus {
  color: var(--primary);
  outline: 1px solid var(--white);
}
.header__search #menu_open {
  font-size: 22px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header__search #menu_open {
    display: block;
  }
}
.header__search #menu_close {
  font-size: 24px;
  display: none;
}

.modal__search .modal-body {
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Hero CSS
--------------------------------------------------------------*/
.hero__area {
  text-align: center;
}
.hero__area .blog__author::after {
  background-color: var(--secondary);
}
.hero__slider {
  height: 90vh;
}
.hero__slider img {
  width: 100%;
}
.hero__slider-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.hero__slider-title {
  font-size: 48px;
  color: var(--white);
  padding-bottom: 30px;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .hero__slider-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__slider-title {
    font-size: 24px;
  }
}
.hero__slider-title a {
  color: var(--white);
}
.hero__slider-meta li {
  display: inline-block;
}
.hero__slider-meta li a {
  display: block;
  color: var(--primary);
  font-weight: 500;
  text-transform: capitalize;
}
.hero__slider .date {
  color: var(--white);
  text-transform: capitalize;
}
.hero__slider .post-categories li {
  display: inline-block;
  padding: 0 10px;
}
.hero__slider .post-categories li a {
  display: block;
  color: var(--primary);
  padding: 5px;
  font-weight: 500;
  text-transform: capitalize;
}
.hero__slider .post-categories li a:focus {
  outline: 1px solid var(--white);
}
.hero__slider .swiper-pagination {
  bottom: 40px;
}
.hero__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--primary);
}

.category__slider {
  width: 280px;
  height: 320px;
}
.category__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
}
.category__slider .swiper-slide a {
  color: var(--white);
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
}
.category__slider .swiper-slide a:hover, .category__slider .swiper-slide a:focus {
  color: var(--dark);
}
.category__slider .swiper-slide a:focus {
  color: var(--dark);
  outline: 1px solid var(--dark);
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--secondary);
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  color: var(--secondary);
}

/*--------------------------------------------------------------
# Blog CSS
--------------------------------------------------------------*/
.blog__area {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .blog__area {
    padding: 40px 0;
  }
}
.blog__item {
  margin-bottom: 50px;
}
.blog__item-gallery {
  position: relative;
}
.blog__content {
  background-color: var(--white);
  padding: 20px 30px 30px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog__title {
  font-size: 24px;
  line-height: 1.3;
  color: var(--black);
  margin-bottom: 20px;
}
.blog__title a {
  color: var(--black);
}
.blog__link {
  color: var(--primary);
}
.blog__link:hover, .blog__link:focus {
  color: var(--secondary);
}
.blog_category {
  padding-bottom: 10px;
}
.blog_category li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.blog_category li a {
  display: block;
  font-size: 16px;
  color: var(--primary);
  text-transform: capitalize;
}
.blog_category li a:hover, .blog_category li a:focus {
  color: var(--secondary);
}
.blog__meta {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.blog__meta li {
  display: inline-block;
  text-transform: capitalize;
}
.blog__meta li a {
  color: var(--primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__meta li a:hover, .blog__meta li a:focus {
  color: var(--secondary);
}
@media only screen and (max-width: 767px) {
  .blog__pagination {
    margin-top: 40px;
  }
}
.blog__pagination nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog__pagination nav a {
  display: inline-block;
  color: var(--dark);
  font-size: 18px;
  padding: 0 10px;
}
.blog__pagination nav a:hover {
  color: var(--secondary);
}
.blog__pagination nav .current {
  color: var(--primary);
}
.blog__author {
  position: relative;
  padding-right: 20px;
}
.blog__author::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 10px;
  right: 5px;
  background-color: var(--black);
  border-radius: 100%;
}
.blog__gallery {
  width: 50%;
  position: relative;
}
.blog__gallery .swiper-pagination {
  text-align: left;
}
.blog__gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--dark);
  opacity: 1;
}
.blog__gallery .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.blog__audio {
  position: relative;
  min-height: 90px;
  overflow: hidden;
}
.blog__audio::after {
  position: absolute;
  content: "\f001";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 36px;
  color: var(--primary);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.blog__audio #player {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 150px);
  z-index: 9;
}
.blog__video {
  position: relative;
}
.blog__video iframe {
  width: 100%;
  min-height: 300px;
}
.blog__quote {
  min-height: 400px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .blog__quote {
    height: 350px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__quote {
    height: auto;
    padding: 30px 20px;
  }
}
.blog__quote blockquote {
  padding-bottom: 20px;
}
.blog__quote blockquote p {
  color: var(--dark);
  font-size: 24px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .blog__quote blockquote p {
    font-size: 20px;
  }
}
.blog__quote span {
  font-size: 60px;
  color: var(--border);
}
.blog .title {
  font-size: 18px;
  color: var(--dark);
  text-transform: capitalize;
}
.blog__detail {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 991px) {
  .blog__detail {
    padding: 50px 0 40px;
  }
}
.blog__detail-wrapper {
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .blog__detail-wrapper {
    padding-right: 0;
  }
}
.blog__detail-title {
  font-size: 48px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .blog__detail-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog__detail-title {
    font-size: 30px;
  }
}
.blog__detail .blog__category {
  padding-bottom: 20px;
}
.blog__detail .blog__category a {
  color: var(--primary);
  text-transform: capitalize;
}
.blog__detail .blog__category a:hover {
  color: var(--secondary);
}
.blog__detail .blog__author {
  padding-right: 30px;
}
.blog__detail .blog__author::after {
  position: unset;
}
.blog__detail .blog__author a {
  color: var(--primary);
  text-transform: capitalize;
}
.blog__detail .blog__author a:hover {
  color: var(--secondary);
}
.blog__detail-meta {
  padding-bottom: 30px;
}
.blog__detail-meta li {
  display: inline-block;
}
.blog__detail-thumb {
  margin-bottom: 30px;
}
.blog__detail-thumb .video {
  width: 100%;
  height: 500px;
}
.blog__detail-thumb .video iframe {
  width: 100%;
  height: 100%;
}
.blog__detail-thumb .audio {
  background: var(--dark);
  padding: 30px 0 25px;
  border-radius: 5px;
  text-align: center;
}
.blog__detail-thumb .audio audio {
  width: 80%;
}
.blog__detail-thumb .blog__gallery {
  width: 100%;
  position: relative;
}
.blog__detail-author {
  margin: 60px 0 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 30px auto;
  grid-template-columns: 100px auto;
  grid-gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
}
.blog__detail-author img {
  width: 100%;
}
.blog__detail-author .author-name {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.blog__detail-author .author-name a {
  color: var(--primary);
}
.blog__detail-author .author-name a:hover {
  color: var(--secondary);
}
.blog__detail-author p {
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .blog__detail-author p {
    padding-right: 0;
  }
}
.blog__sidebar {
  position: sticky;
  top: 70px;
}

.swiper-cube .swiper-cube-shadow:before {
  position: unset;
}

.comment__area {
  padding-bottom: 80px;
}
.comment__area .comment__title {
  font-size: 24px;
  padding-bottom: 40px;
}
.comment__area .children {
  padding-left: 30px;
}
.comment__area .children li {
  padding-bottom: 50px;
}
.comment__area .children li:first-child {
  padding-top: 50px;
}
.comment__area .children li:last-child {
  padding-bottom: 0;
}
.comment__area .reply a {
  color: var(--primary);
}
.comment__area .reply a:hover, .comment__area .reply a:focus {
  color: var(--secondary);
}
.comment__area .url {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--primary);
}
.comment__area .url:hover {
  color: var(--secondary);
}
.comment__area form {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .comment__area form {
    width: 100%;
  }
}
.comment__area form input, .comment__area form textarea {
  margin-bottom: 20px;
}
.comment__area form input[type=submit] {
  background: var(--primary);
  text-transform: capitalize;
  color: var(--white);
  font-size: 16px;
  padding: 12px;
  border-radius: 3px;
  width: 300px;
  margin-left: calc(50% - 150px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.comment__area form input[type=submit]:hover, .comment__area form input[type=submit]:focus {
  background: var(--secondary);
}
.comment-list > li {
  padding-bottom: 50px;
}
.comment-author {
  padding-bottom: 10px;
}
.comment-metadata a {
  color: var(--dark);
}
.comment-content {
  padding-top: 15px;
}
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.comment-form-cookies-consent input {
  width: auto;
}
.comment-notes {
  padding-top: 10px;
  padding-bottom: 40px;
}

.comment-disbaled {
  padding-left: 60px;
  padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Pages CSS
--------------------------------------------------------------*/
.popular__area {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .popular__area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.popular__area .blog__item {
  margin-bottom: 0;
}
.popular__area .blog__title {
  font-size: 20px;
}
.popular__area .blog__content {
  padding: 25px 20px;
}
.popular__area .blog__meta {
  padding-bottom: 20px;
}

.category__area {
  padding: 100px 0;
  background-color: var(--light);
}
@media only screen and (max-width: 767px) {
  .category__area {
    padding: 40px 0;
  }
}

.default__page {
  padding: 60px 0;
}
.default__style p {
  padding-bottom: 20px;
  line-height: 1.7;
}
.default__style h1, .default__style h2, .default__style h3, .default__style h4, .default__style h5, .default__style h6 {
  color: var(--dark);
  padding-top: 20px;
  padding-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .default__style h1, .default__style h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .default__style h1, .default__style h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .default__style h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .default__style h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .default__style h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .default__style h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .default__style h5, .default__style h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .default__style h5, .default__style h6 {
    font-size: 18px;
  }
}
.default__style > ul, .default__style > ol {
  padding-bottom: 20px;
}
.default__style > ul > li, .default__style > ol > li {
  color: var(--dark);
  padding-left: 20px;
  position: relative;
}
.default__style > ul > li::before, .default__style > ol > li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
  border-radius: 30px;
  background-color: var(--primary);
}
.default__style figure {
  margin-bottom: 30px;
}
.default__style figcaption {
  color: var(--dark);
}
.default__style blockquote {
  padding: 30px;
  background: var(--border);
  margin-bottom: 30px;
}
.default__style blockquote p {
  font-size: 18px;
  font-style: italic;
}
.default__style blockquote cite {
  text-transform: capitalize;
}
.default__style p a {
  color: var(--primary);
}
.default__style p a:hover {
  color: var(--secondary);
}
.default__style p a:focus {
  color: var(--secondary);
  text-decoration: underline;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: var(--primary);
  padding-top: 5px;
}
.wpcf7 input[type=submit] {
  background: var(--primary);
  text-transform: capitalize;
  color: var(--white);
  font-size: 16px;
  padding: 12px;
  border-radius: 3px;
  width: 300px;
  margin-left: calc(50% - 150px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wpcf7 input[type=submit]:hover {
  background: var(--secondary);
}

.bcrumb__area {
  padding: 60px 0;
  text-align: center;
  color: var(--white);
  background: var(--secondary);
}
.bcrumb__area h1 {
  font-size: 48px;
  color: var(--white);
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .bcrumb__area h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .bcrumb__area h1 {
    font-size: 24px;
  }
}

.search__area {
  padding-top: 60px;
}
.search__area .page-title {
  font-size: 24px;
  color: var(--dark);
}

.not-found {
  text-align: center;
  padding: 60px 0;
}
.not-found .search-form {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 30px;
}
.not-found .search-form input {
  width: unset;
}
.not-found .search-form .search-submit {
  color: var(--white);
  background: var(--primary);
  padding: 11px;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Footer CSS
--------------------------------------------------------------*/
.footer__area {
  padding: 100px 0 30px;
  background-color: var(--dark);
}
@media only screen and (max-width: 767px) {
  .footer__area {
    padding: 50px 0;
  }
}
.footer__title {
  font-size: 24px;
  color: var(--white);
  padding-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .footer__title {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}
.footer__logo a {
  display: block;
  margin-bottom: 20px;
}
.footer__logo p {
  color: var(--white);
  font-size: 16px;
  padding-right: 50px;
}
.footer__logo h2 {
  font-size: 24px;
  color: var(--white);
  text-transform: capitalize;
}
.footer__menu li, .footer__address li, .footer__posts li {
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer__menu li, .footer__address li, .footer__posts li {
    padding-bottom: 3px;
  }
}
.footer__menu li:hover, .footer__address li:hover, .footer__posts li:hover {
  padding-left: 5px;
}
.footer__menu li a, .footer__address li a, .footer__posts li a {
  font-size: 18px;
  color: var(--white);
}
.footer__menu li a:hover, .footer__address li a:hover, .footer__posts li a:hover {
  color: var(--secondary);
}
.footer__address li {
  color: var(--white);
}
.footer__social {
  margin-top: 30px;
}
.footer__social li {
  display: inline-block;
  padding-right: 15px;
}
.footer__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: var(--white);
}
.footer__social li a:hover {
  color: var(--secondary);
}
@media only screen and (max-width: 1199px) {
  .footer__contact {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__posts {
    padding-top: 50px;
  }
}

.copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid var(--black);
}
.copyright p {
  color: var(--white);
}
.copyright p a {
  color: var(--primary);
}
.copyright p a:hover {
  color: var(--secondary);
}

.scroll__top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 8;
  border: none;
  outline: none;
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.scroll__top.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .scroll__top {
    right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .scroll__top {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__top {
    right: 0;
    bottom: 3px;
  }
}
.scroll__top:hover, .scroll__top:focus {
  color: var(--white);
  background-color: var(--secondary);
}