/*!
Theme Name: EvieWP
Text Domain: eviewp
Theme URI: https://github.com/actuallyakash/evie-wp
Author: Akash
Author URI: http://akashgupta.xyz
Description: A production-ready and minimal theme for your projects and websites. It is extremely lightweight, customizable, and works perfectly on modern browsers. Install the theme from WordPress and start customizing your site quickly. Only one level menu is supported.
Version: 1.0.15
Tested up to: 6.0
Requires at least:  5.6
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-logo, custom-menu, editor-style, featured-images, theme-options, threaded-comments, right-sidebar, left-sidebar, blog, two-columns

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

EvieWP 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.
*/

/*! normalize.css v8.0.0 | 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;
  /* 1 */
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 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 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Components */
html {
  box-sizing: border-box;
  background-color: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.center,
center-align {
  text-align: center;
}

.stress {
  color: #111;
}

a:focus {
  outline: thin dotted;
  opacity: .66;
}

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

.row {
  display: block;
  width: 100%;
  clear: both;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga"on;
}

p {
  margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  line-height: 1.35;
  color: #111;
  font-weight: 400;
}

h5,
h6 {
  margin: 1.414em 0 0.5em;
  line-height: 1.4;
  color: #666;
  font-weight: 400;
}

h1 {
  margin-top: 0;
  font-size: 2.074em;
}

h2 {
  font-size: 1.728em;
}

h3 {
  font-size: 1.44em;
}

h4 {
  font-size: 1.2em;
}

small,
h6 {
  font-size: 0.833em;
  margin: 0.25em 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 0.85rem;
  color: #111;
  width: min-content;
  background: #f7f7f7;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  padding: 8pt 16pt;
  width: 100%;
  overflow: auto;
  border: 1px solid #eee;
}

a {
  outline: 0;
  text-decoration: none;
  transition: 0.7s;
  color: inherit;
}

button,
.button {
  display: inline-block;
  padding: 6pt 20pt;
  line-height: 1.7;
  border-width: 1px;
  border-style: solid;
  border-color: #6C63FF;
  color: #6C63FF;
  font-weight: 400;
  transition: 0.7s;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 1.3em;
  transition: 0.7s;
  text-align: center;
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  outline: 0;
}

@media (min-width: 992px) {
  button:hover,
  .button:hover {
    border-color:  #4641FF;
    color:  white;
  }
}

.button__primary {
  background-color: #6C63FF;
  border-color: #6C63FF;
  color: #fff;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .button__primary:hover {
    color: #fff;
    opacity: 1;
  }
}

.button:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.comment-respond label {
  margin-bottom: 2pt;
  display: block;
  text-align: left;
  font-size: 0.9em;
  padding-left: 10pt;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  appearance: none;
  border: 1px solid #eee;
  width: 100%;
  transition: 0.7s;
  color: #111;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 10pt;
  border-radius: 30px;
  background-color: #f7f7f7;
  display: block;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border-color: rgba(108, 99, 255, 0.5);
  outline: 0;
  background-color: #ffffff;
}

textarea {
  appearance: none;
  border: 1px solid #eee;
  width: 100%;
  transition: 0.7s;
  color: #111;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 12pt 24pt;
  border-radius: 30px;
  background-color: #f7f7f7;
  margin-bottom: 1.4em;
  display: block;
  resize: none;
  min-height: 8em;
  outline: 0;
}

textarea:focus {
  border-color: rgba(108, 99, 255, 0.5);
  outline: 0;
  background-color: #ffffff;
}

select {
  border: 1px solid #eee;
  width: 100%;
  transition: 0.7s;
  color: #111;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 10pt 20pt;
  margin-bottom: 1.4em;
  display: block;
  border-radius: 30px;
  background-color: #f7f7f7;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="caret-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-caret-down fa-w-10 fa-3x"><path fill="currentColor" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z" class=""></path></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 0.8em;
}

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: .9em;
  opacity: .65;
  color: #666;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: .9em;
  opacity: .65;
  color: #666;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: .9em;
  opacity: .65;
  color: #666;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 + lt if placeholders.js */
  font-size: .9em;
  opacity: .65;
  color: #666;
}

/* Remove default Radio Buttons */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  transition: .28s ease;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  display: inline-block;
  height: 1.7em;
  line-height: 1.7em;
  transition: .28s ease;
  -khtml-user-select: none;
  user-select: none;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
  width: 1.2em;
  height: 1.2em;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked)+label:before {
  transition: .28s ease;
  border-radius: 50%;
  border: 1px solid #666;
}

[type="radio"]:not(:checked)+label:after {
  transition: .28s ease;
  border-radius: 50%;
  border: 1px solid #666;
  z-index: -1;
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked+label:before {
  border-radius: 50%;
  border: 1px solid transparent;
}

[type="radio"]:checked+label:after {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #6C63FF;
  background-color: #6C63FF;
  z-index: 0;
  transform: scale(1.02);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
  background-color: transparent;
  border-color: #eee;
  cursor: default;
}

[type="radio"]:disabled+label {
  color: #eee;
  cursor: default;
}

[type="radio"]:disabled:not(:checked)+label:before {
  border-color: #eee;
}

[type="radio"]:disabled:checked+label:after {
  background-color: #eee;
  border-color: #666;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"]+label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 15px;
  height: 15px;
  z-index: 0;
  border: 1px solid #666;
  border-radius: 1px;
  margin-top: 4px;
  transition: .2s;
}

[type="checkbox"]:not(:checked):disabled+label:before {
  border: none;
  background-color: #eee;
}

[type="checkbox"]:checked+label:before {
  top: -2px;
  left: -2px;
  width: 10px;
  height: 18px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #06d19c;
  border-bottom: 2px solid #06d19c;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled+label:before {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.sidebar .text-container {
  max-width: 1040px;
}

.text-container {
  max-width: 840px;
}

.text-container--center {
  margin-left: auto;
  margin-right: auto;
}

.page__main a,
.app__main a {
  opacity: 0.75;
  color: #6C63FF;
  text-decoration: underline;
}

.page__main a:hover,
.app__main a:hover {
  opacity: 1;
}

.app__inner {
  display: flex;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #6C63FF;
}

/* Quick fix for mobile navigation when admin logged in */
@media screen and (max-width: 600px) {
  #wpadminbar + #page header {
    position: absolute;
  }
}

#wpadminbar + #page header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  #wpadminbar + #page header {
    margin-top: 46px;
  }
}

.navbar__inner {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  color: #fff;
  transition: 0.7s;
}

.navbar__logo {
  font-size: 1.625rem;
  transition: 0;
  color: #fff;
  text-decoration: none;
}

.navbar-container {
  display: flex;
  align-items: center;
}

.site__description {
  margin-left: 8px;
  opacity: 0.85;
}

.navbar__menu {
  display: none;
  margin: 0;
  padding: 0;
}

.navbar__menu--noMob {
  display: block;
}

@media (min-width: 992px) {
  .navbar__menu {
    display: block;
  }
}

.navbar__menu li {
  margin-left: 4pt;
  backface-visibility: hidden;
  display: inline-block;
}

@media (min-width: 992px) {
  .navbar__menu li:not(:first-child) {
    margin-left: 16pt;
  }
}

.navbar__menu a {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar__menu a {
    opacity: 0.75;
  }

  .navbar__menu a:hover {
    opacity: 1;
  }

  .navbar__menu a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }

  .navbar__menu a:hover:after {
    transform: scaleX(1);
  }
}

.navbar__menu-mob {
  display: flex;
}

.navbar__menu-mob .search-btn {
  margin-right: 15pt;
}

.navbar__menu-mob--noMob {
  display: none;
}

/*--- Extended and transparent version ---*/
.navbar--extended {
  background-color: transparent !important;
}

.navbar--extended .navbar__inner {
  height: 60px;
  color: #ffffff;
}

/* Logo */
.navbar__inner .custom__logo {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav__mobile {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background-color: #333C44;
  color: #fff;
}

.nav__mobile li {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.js .nav__mobile {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav__mobile.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media (min-width: 992px) {
  .js .nav__mobile {
    position: relative;
    display: none;
  }

  .js .nav__mobile.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }
}

#nav-toggle svg {
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle;
}

.hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.96;
  z-index: 1;
  background-color: #6C63FF;
}

.hero__mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1920" height="1080" viewBox="0 0 1920 1080"><defs><linearGradient id="06714b97-aec8-4b7e-bf3d-1e20f95f612e" y1="809.5" x2="958" y2="809.5" gradientTransform="matrix(1, 0, 0, -1, 0, 1082)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff" stop-opacity="0.05"/></linearGradient></defs><title>hero</title><rect id="0567095b-2cf7-4407-b8ab-ec2abe52d830" data-name="&lt;Path&gt;" y="545" width="1920" height="535" fill="#fff" opacity="0.05" style="isolation:isolate"/><polygon id="82ca9a61-a0a1-49cc-9805-a3533c693bad" data-name="&lt;Path&gt;" points="958 545 0 545 0 0 770.96 0 958 545" fill="url(#06714b97-aec8-4b7e-bf3d-1e20f95f612e)"/></svg>');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.66;
  z-index: 2;
}

.footer {
  padding: 36pt 0;
  background-color: #333C44;
  color: #fff;
}


.footer__textLogo {
  flex-shrink: 0;
  padding-right: 16pt;
  display: block;
  cursor: pointer;
  font-size: 1.225rem;
  min-width: 33%;
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  .footer__textLogo {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer__textLogo {
    min-width: 25%;
    font-size: 1.325rem;
  }
}

.page__header {
  position: relative;
  color: #ffffff;
  box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5);
  width: 100%;
  margin-bottom: 30pt;
}

.page__header__inner {
  padding: 66px 0 0 0;
  position: relative;
  z-index: 3;
}

.page__header__content {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32pt 0;
  overflow: auto;
}

.page__header__content__inner {
  width: 100%;
  max-width: 66ch;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*--- CONTENT STYLING ---*/
.page__header__title {
  color: inherit;
  margin-bottom: 1.25em;
}

.page__header__text {
  opacity: 0.85;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .page__inner {
    -js-display: flex;
    display: flex;
  }
}

.page__main {
  overflow: hidden;
}

.app {
  padding: calc(80px) 0 40px 0;
}

.app__menu {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .app__menu {
    display: block;
    width: 300px;
    flex-shrink: 0;
  }
}

.sidebar-left {
  -js-display: flex;
  display: flex;
}

.sidebar-left .sidebar {
  padding-right: 50px;
}

.sidebar-right {
  flex-flow: row-reverse;
}

.sidebar-right .sidebar {
  padding-left: 50px;
}

.app__main {
  flex-grow: 1;
  text-align: justify;
  overflow: hidden;
}

/* Archive Post */
.evie__post {
  border-radius: 10px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.125);
  transition: all 0.3s;
  margin: 0 120px 30px 120px;
  background: #fff;
}

.evie__post:hover {
  transform: translateY(-10px);
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5);
}

.evie__post .post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evie__post .post__meta .date {
  font-size: 13px;
  font-weight: 600; 
}

@media (min-width: 768px) {
  .evie__post {
    margin: 0 120px 30px 120px;
  }
}

@media (min-width: 992px) {
  .evie__post {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .evie__post {
    margin: 0 0 30px 0;
  }
}

.evie__img__container {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 250px;
}

.evie__img__container img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.evie__img__container img:hover {
  transform: scale(1.05);
}

.evie__post .post__details {
  padding: 20px;
}

.user__info {
  /* height: 45px; */
  width: 100%;
  display: flex;
  align-items: center;
}

.user__info .user__img__container {
  overflow: hidden;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.user__info .user__img__container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post__content .post__heading {
  margin: 15px 0px;
  overflow-wrap: break-word;
}

.post__content span {
  font-size: 12px;
  color: #2e2e2e;
}

.post__content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.evie__tags {
  margin: 15px 0;
  word-break: break-all;
}

.evie__tags span:not(:first-child) {
  margin: 0 10px;
}

.evie__category {
  background-color: #6c63ff;
  padding: 2px 12px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

/* Single */
.article__header {
  margin-top: 80px;
  margin-bottom: 30pt;
}

.article__header .user__info {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.article__header .article__header__title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.featured-image {
  width: 100%;
  height: 300px;
    object-fit: cover;
}

/* Author Card */
.single__post .author__card img {
  border-radius: 100%;
  position: absolute;
  width: 110px;
  left: 50%;
  margin-left: -55px;
  border: 2px solid #fff;
  top: -55px;
  box-shadow: 0 0.2rem 1.9rem 0 rgba(0,0,0,.12);
}

.single__post .author__card {
  margin: 60px 0;
  box-shadow: 0 0.3rem 2.9rem 0 rgba(0,0,0,.1);
  position: relative;
  text-align: center;
  padding: 70px 40px 30px;
}

.single__post .author__card h4 {
  margin: 10px;
}

.single__post .about-heading {
  font-style: italic;
  font-size: 14px;
}

.single__post .author__card p {
  line-height: 22px;
}

/* Article Prev/Next Pagination */
.article-navigation {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.article-navigation img {
  border-radius: 50%;
  width: 50px;
  height: auto;
}

.article-navigation a {
  display: flex;
  flex-flow: column;
}

.article-navigation .nav-inner {
  display: flex;
  align-items: center;
}

.article-navigation .nav-right {
  margin-left: auto;
}

.article-navigation .nav-right .nav-label {
  margin-left: auto;
}

.article-navigation .nav-right .nav-inner {
  margin-left: auto;
  flex-direction: row-reverse;
}

.article-navigation .nav-left .nav-inner img {
  margin-right: 10px;
}

.article-navigation .nav-right .nav-inner img {
  margin-left: 10px;
}

.article-navigation  .nav-label {
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 15px;
}

/* Comment Box */
aside.comment-box-wrap {
  position: relative;
  display: block;
  padding-top: 5px;
}

aside.comment-box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(currentColor 1px,transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: '';
  opacity: .2;
}

aside.comment-box-wrap form {
  text-align: center;
}

.comment #respond {
  text-align: center;
}

.comment .children {
  margin-left: 80px;
}

#reply-title .cancel-reply a,
.author-tag {
  text-transform: uppercase;
  font-size: 11px;
  background: #eee;
  color: #888;
  padding: 4px 8px 4px;
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: 1.5px;
  transition: .3s;
  border-radius: 50px;
  vertical-align: text-top;
}

/* Comments List */
.comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments ul,
.comments li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments>ul>li:last-child .comment-body {
  border-bottom: none;
  padding-bottom: 10px;
}

.comment-body {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}

.comment-body .author-img {
  float: left;
  margin-right: 18px;
}

.comment-body .author-img img {
  border-radius: 100%;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border: 2px solid #fff;
}

.comment-body h6.author,
.comment-body h6.author a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #000;
}

.comment-body span.date {
  font-size: 13px;
  color: #999;
  display: block;
  font-style: italic;
}

.comment-text {
  margin-left: 78px;
}

.comment-body .comment-text p {
  font-size: 15px;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.comment-body span.reply i {
  color:  #4641FF;
  font-size: 12px;
  margin-right: 2px;
}

.comment-body span.reply a,
.comment-edit-link {
  color: #6C63FF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  transition: .2s;
}

.reply .dashicons {
  vertical-align: middle;
  margin-right: 4px;
  color: #ada6a6;
}

.comment-reply {
  margin-right: 15px;
}

.hidden {
  display: none;
}

.evie-posts {
  width: auto;
}

/* Pagination */
.navigation .screen-reader-text {
  display: none;
}

/* pagination
==================== */
.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.pagination .nav-links {
	display: flex;
}

.pagination .page-numbers:not(:last-child) {
	margin-right: 5px;
}

.pagination-next-prev {
	margin: 20px 0;
}

.pagination a,
.pagination span,
.pagination-next-prev a {
	color: #fff;
	padding: 4px 12px;
	background-color: #6c63ff;
}

.pagination a:hover,
.pagination-next-prev a:hover {
	background-color: #6c63ff;
	opacity: 0.8;
}

.pagination .page-numbers {
  color: #000;
  background-color: #fff;
  border: 1px solid lightgrey;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.current {
	color: #fff;
	background-color: #6c63ff;
}

/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/* 404 Page */
.error-404 .not-found {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Search */
.search-btn {
  width: 15px;
  margin-left: 16pt;
  margin-top: 3px;
}

.search footer {
  display: none;
}

.navbar-container .search-btn {
  display: none;
}

.modal {
  z-index: 999;
  position: fixed;
  left: -9999rem;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
}

.close {
  font-size: 40pt;
  transition: transform 0.15s ease-in-out;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
  transform: scale(1.15);
  transition: transform 0.15s ease-in-out;
}

.nav-close {
  display: none;
}

.modal-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 2px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 7.5rem;
  animation: animatehide 0.4s
}

.modal-active .modal-content {
  animation: animatetop 0.4s
}

.modal-active .modal-content .search-submit {
  height: 50px;
  width: 150px;
  transform: translateY(50%);
}

@media only screen and (max-width: 990px) {
  .modal-active .modal-content .search-submit {
    transform: translateY(20%);
  }
}

.modal-active .modal-content .search-submit:focus {
  display: block;
}

.modal-active {
  opacity: 1;
  left: 0;
  transition: opacity 0.2s linear;
  display: block;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatehide {
  from {
    top: 0;
    opacity: 1
  }

  to {
    top: -300px;
    opacity: 0
  }
}

.modal form .search-input {
  outline-offset: -4px;
  border: none;
  color: inherit;
  font-size: 2rem;
  margin: 0;
  height: 100%;
  border-radius: 0;
  background: transparent;
}

.modal form .search-input:focus {
  outline: thin dotted;
}

.modal form {
  width: 100%;
  height: 100%;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Media queries breakpoints */

/* Tablet & mobile */
@media only screen and (max-width: 990px) {
  .evie-posts {
    order: 1;
  }

  .sidebar-left .sidebar {
    order: 2;
  }

  .app__inner {
    flex-flow: column;
  }

  .navbar-container .search {
    margin-top: 5px;
  }

  .modal-content {
    height: 5rem;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .navbar__menu-mob {
    display: none;
  }

  .navbar-container .search-btn {
    display: block;
  }
}

/* Widgets Design */
.widget {
  margin: 0 0 2.8em 0;
}

form.search-form {
  display: flex;
}

.search-submit {
  padding: 0 7pt;
  border-width: 1px;
  border-style: solid;
  transition: 0.7s;
  cursor: pointer;
  background-color: transparent;
  border-radius: 30px;
  margin-left: 5px;
  font-size: 14px;
  background-color: #6C63FF;
  border-color: #6C63FF;
  color: #fff;
  opacity: 0.8;
}

#eviewpSearchModal .search-submit {
  right: -800px;
  position: absolute;
}

#eviewpSearchModal .search-submit:focus {
  position: unset;
}

.not-found form.search-form {
  justify-content: center;
}

.search-submit:hover,
.search-submit:focus {
  opacity: 1;
}

.widget ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

#secondary li {
  margin-bottom: .55em;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar caption {
  line-height: 2.7em;
}

.widget_calendar thead>tr>th {
  line-height: 2.5em;
  border-bottom: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
}

.widget_calendar tbody {
  line-height: 2.1em;
}

.widget_calendar tbody>tr:first-child>td {
  padding-top: 3px;
}

.widget_calendar table, .widget_calendar td, .widget_calendar th {
  padding: 0;
  text-align: center;
}

#secondary #calendar_wrap #today {
  background: #6C63FF;
  color: white;
}

/* Author Links */
.author__card .author-links a {
  margin: 0 6px;
  font-size: 18px;
}

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

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

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

.wp-caption .wp-caption-text {
	margin: 0;
	color: grey;
	font-size: 15px;
}

.sticky {
	display: block;
}

.gallery-caption {
	display: block;
}

.bypostauthor {
	display: block;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.wp-block-cover,
.wp-block-cover-image {
  height: auto;
  margin: 20px 0;
}
