/*
Theme Name: Hello Kepler
Description: Hello Kepler was built for ThemeForest, but we decided to give it to the hands of everyone for FREE! Preview blog with content - https://kepler.app/binarydots/blog
Author: Team Kepler
Theme URI: https://kepler.app/free-wordpress-theme/
Author URI: https://kepler.app
Version: 1.2.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kepler_theme
Domain Path: /languages
Tags: custom-menu, custom-logo, full-width-template, one-column, two-columns, left-sidebar, custom-colors, featured-images, post-formats, theme-options, threaded-comments, blog

Kepler WordPress Theme, Copyright 2019 Revox Pvt Ltd.
Kepler Theme is distributed under the terms of the GNU GPL.
*/

/*

[Table of Contents]

1. Reset
2. Grid
3. Layout Utils
4. Layout
5. Typograghy
6. Forms
7. Blog Entry
8. Article
9. Post
10. Editor
11. Widgets
12. Post Grid Items
13. Comments
14. UI elements
15. Menu
16. Default header
17. Default footer
18. Gallery
19. Error Page
20. WP Blocks
21. Misc
22. Responsive

*/

/* REQUIRED for Envato Theme Check */

.wp-caption-text {
  opacity: 1;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-regular.woff2') format('woff2'), url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-medium.woff2') format('woff2'), url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-semibold.woff2') format('woff2'), url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-bold.woff2') format('woff2'), url('https://storage.googleapis.com/kepler-fonts-cdn/manrope/web/manrope-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 200;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-ExtraLight-BETA.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-ExtraLight-BETA.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 300;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-Light-BETA.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-Light-BETA.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-Regular.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 500;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-Medium.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 600;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-SemiBold.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 600;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-SemiBold.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/inter-ui/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Gentium Plus';
  font-style: normal;
  font-weight: 400;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/gentium-plus/GentiumPlus-R.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/gentium-plus/GentiumPlus-R.woff") format("woff"), url("https://storage.googleapis.com/kepler-fonts-cdn/gentium-plus/GentiumPlus-R.ttf") format("ttf");
}

@font-face {
  font-family: 'Gentium Plus';
  font-style: normal;
  font-weight: 700;
  src: url("https://storage.googleapis.com/kepler-fonts-cdn/gentium-plus/gentium-basic-v11-latin-700.woff2") format("woff2"), url("https://storage.googleapis.com/kepler-fonts-cdn/gentium-plus/gentium-basic-v11-latin-700.woff") format("woff"), url("https://storage.googleapis.com/kepler-fonts-cdn/gentium-plus/gentium-basic-v11-latin-700.ttf") format("ttf");
}

/*------------------------------------------------------------------
[1. Reset]
*/

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
summary {
  display: block;
}

a {
  background: transparent;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/* Screen Reader Text ------------------------ */

.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;
  word-break: normal;
}

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

/* Skip Link --------------------------------- */

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

/*------------------------------------------------------------------
[2. Grid]
*/

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  min-width: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-flex .flex-column .row {
  width: 100%;
}

/*------------------------------------------------------------------
[3. Layout Utils]
*/

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------------------------
[4. Layout]
*/

/* Layout styles
------------------------------------
*/

body {
  font-family: "Inter UI";
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  color: #151b25;
  -webkit-font-smoothing: antialiased;
}

body.search .container {
  padding: 10px 0;
}

body.search.search-no-results {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.search.search-no-results .titleSearch {
  font-family: "Manrope";
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  line-height: 40px;
}

body.search.search-no-results .desc-search {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 31px;
  margin-top: 0;
}

body.search.search-no-results .site {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.search.search-no-results .site .page-content .not-found.container {
  min-height: 600px;
  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;
}

body.search.search-no-results .site .page-content svg {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 21px;
  vertical-align: middle;
  color: #655dff;
}

body.category .container {
  padding: 10px 0;
}

body.tag .container {
  padding: 5px 0;
}

body .page-content {
  padding-top: 60px;
}

body * {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body .page-content .content {
  z-index: 10;
  height: 100%;
}

body .site {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .container {
  position: relative;
  padding: 40px 0;
}

/* Core Post Container 
------------------------------------
*/

.main-container {
  padding-top: 0 !important;
}

.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 67vh;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: auto;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.hero-container.loading {
  max-width: 100% !important;
  height: 100vh;
  opacity: 0;
}

table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

table a {
  font-size: 14px;
}

table th {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
}

table td {
  color: rgba(0, 0, 0, 0.7);
}

table td,
table th {
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
}

table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table td.pad {
  border: 0;
}

table td a {
  text-decoration: none;
  color: #655dff;
}

.menu-open {
  overflow: hidden;
}

/*------------------------------------------------------------------
[5. Typograghy]
*/

/* Typography styles 
    ------------------------------------
    */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope";
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #151b25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Manrope";
  color: #151b25;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #655dff;
}

h1 {
  font-size: 50px;
  line-height: 61px;
  font-weight: 600;
  letter-spacing: -0.08px;
}

h2 {
  font-size: 31px;
  line-height: 40px;
  font-weight: 600;
}

h3 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

a {
  -webkit-font-smoothing: antialiased;
  color: #655dff;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s;
}

a:hover {
  color: #15868b;
}

br {
  line-height: normal;
  clear: both;
}

code {
  color: rgba(21, 27, 37, 0.67);
  background-color: rgba(21, 27, 37, 0.07);
  font-size: 80%;
  top: -3px;
  position: relative;
  line-height: inherit;
  border-radius: 3px;
  padding: 5px 7px;
  margin: 0;
}

figcaption {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.008em;
  text-align: center;
  color: rgba(21, 27, 37, 0.67);
  line-height: 1.46;
}

em {
  font-style: italic !important;
  font-family: inherit;
  font-weight: inherit;
}

ins {
  font-family: "Inter UI";
  border-bottom: 1px solid #d0d0d0;
  text-decoration: none;
  color: #151b25;
  font-weight: normal;
  font-size: 94%;
}

cite {
  font-family: "Inter UI";
  font-weight: 300;
  color: rgba(21, 27, 37, 0.67);
  text-decoration: none;
  font-style: normal;
  hanging-punctuation: first;
}

sup {
  -webkit-font-feature-settings: 'sups' 1;
  font-feature-settings: 'sups' 1;
}

sub {
  -webkit-font-feature-settings: 'subs' 1;
  font-feature-settings: 'subs' 1;
}

var {
  font-family: "Inter UI";
  -webkit-font-feature-settings: 'calt' 1, 'tnum' 1, 'frac' 1, 'case' 1, 'ss01' 1, 'cv11' 1;
  font-feature-settings: 'calt' 1, 'tnum' 1, 'frac' 1, 'case' 1, 'ss01' 1, 'cv11' 1;
}

abbr {
  letter-spacing: 0.01em;
  background-color: transparent;
  border-bottom: 2px solid #ffba5a;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  color: #151b25;
  border-bottom-color: #ffba5a;
  -webkit-text-stroke: 0.18px;
}

q {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  hanging-punctuation: first;
}

q:before {
  content: '\201C';
  color: rgba(0, 0, 0, 0.44);
  font-size: 35px;
}

q:after {
  content: '\201D';
  font-size: 35px;
  color: rgba(0, 0, 0, 0.44);
}

audio {
  margin-top: 42px;
}

hr {
  clear: both;
  margin-bottom: 42px;
  margin-top: 42px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

address {
  font-family: "Inter UI";
  font-style: normal;
  margin: 0 0 1.75em;
  font-size: 16px;
  line-height: 27px;
  margin-top: 24px;
}

abbr {
  letter-spacing: 0.01em;
  background-color: transparent;
  border-bottom: 2px solid #ffba5a;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  color: #151b25;
  border-bottom-color: #ffba5a;
  -webkit-text-stroke: 0.18px;
}

acronym {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: transparent;
  border-bottom: 2px solid #ffba5a;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  color: #151b25;
  border-bottom-color: #ffba5a;
  -webkit-text-stroke: 0.2px;
}

.small-text {
  color: rgba(21, 27, 37, 0.67);
  font-family: "Inter UI";
  line-height: 20px;
  font-size: 12px;
}

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 85%;
  overflow-x: auto;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.7;
  background-color: rgba(21, 27, 37, 0.07);
  color: #151b25;
  margin: 0px;
  counter-reset: line;
  padding: 17px 20px;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

dt {
  font-weight: 700;
  margin-bottom: 5px;
}

dd {
  margin: 0 0 1.75em;
}

ul,
ol {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 0;
  list-style-position: outside;
}

ul > li,
ol > li {
  line-height: 24px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-top: 0;
}

ul.lg-icon > li,
ol.lg-icon > li {
  font-size: 21px;
}

ul.lg-icon > li span,
ol.lg-icon > li span {
  font-size: 14px;
}

ul li,
ol li {
  padding-left: 0;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-latin;
}

ol ol ol {
  list-style-type: lower-roman;
}

kbd {
  font-size: 85%;
  font-family: "IBM Plex Mono", monospace;
  position: relative;
  line-height: 34px;
  top: -3px;
  letter-spacing: 0.01em;
  padding: 5px 7px;
  margin: 0;
  color: rgba(0, 0, 0, 0.53);
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 0px 1px #c7c7c7, 0px 1px 0px 1px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px #ececec;
  box-shadow: 0px 2px 0px 1px #c7c7c7, 0px 1px 0px 1px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px #ececec;
}

/*------------------------------------------------------------------
[6. Forms]
*/

/* Form elements  
------------------------------------
*/

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

label {
  font-size: 14px;
  font-family: "Inter UI";
  font-weight: 500;
  letter-spacing: 0.0004313em;
  color: rgba(21, 27, 37, 0.67);
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
}

select[multiple],
select[size] {
  height: auto !important;
}

input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

.form-control-group {
  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;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(21, 27, 37, 0.67);
  font-weight: 300;
}

textarea,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type=tel],
input[type="number"],
input[type="file"],
.form-control {
  padding: 10px 12px;
  padding-bottom: 9px;
  border: 1px solid rgba(128, 128, 128, 0.19);
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -0.0109598em;
  line-height: 22px;
  color: rgba(21, 27, 37, 0.84);
  font-weight: 400;
  font-family: "Inter UI";
  max-width: 540px;
  margin-bottom: 12px;
  margin-top: 3px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.transparent,
input[type="text"].transparent,
input[type="password"].transparent,
input[type="date"].transparent,
input[type="email"].transparent,
input[type="url"].transparent,
input[type=tel].transparent,
input[type="number"].transparent,
input[type="file"].transparent,
.form-control.transparent {
  border-bottom: 0;
}

textarea.transparent:hover,
input[type="text"].transparent:hover,
input[type="password"].transparent:hover,
input[type="date"].transparent:hover,
input[type="email"].transparent:hover,
input[type="url"].transparent:hover,
input[type=tel].transparent:hover,
input[type="number"].transparent:hover,
input[type="file"].transparent:hover,
.form-control.transparent:hover {
  border: none;
}

textarea:hover:not(:focus),
input[type="text"]:hover:not(:focus),
input[type="password"]:hover:not(:focus),
input[type="date"]:hover:not(:focus),
input[type="email"]:hover:not(:focus),
input[type="url"]:hover:not(:focus),
input[type=tel]:hover:not(:focus),
input[type="number"]:hover:not(:focus),
input[type="file"]:hover:not(:focus),
.form-control:hover:not(:focus) {
  border: 1px solid rgba(128, 128, 128, 0.24);
}

input:focus,
textarea:focus {
  border: 1px solid #655dff;
}

input[type="checkbox"] {
  position: relative;
  width: 36px;
  height: 30px;
  -ms-flex-item-align: end;
  align-self: end;
}

input[type="checkbox"]:before {
  content: '';
  display: block;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.19);
  width: 30px;
  position: absolute;
  height: 30px;
  border-radius: 3px;
  top: 1px;
}

input[type="checkbox"]:checked:after {
  content: '\2713';
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  color: #655dff;
  text-align: center;
  line-height: 27px;
  font-size: 26px;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.19);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  top: 1px;
}

input[type="radio"] {
  position: relative;
  width: 29px;
  height: 17px;
  margin-left: 7px;
}

input[type="radio"]:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid rgba(128, 128, 128, 0.19);
  top: 0;
  left: 0px;
  margin-top: -0.225em;
  margin-left: -0.225em;
  background-color: #fff;
}

input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  margin-top: -0.225em;
  margin-left: -0.225em;
  background-color: #655dff;
}

input[type="file"] {
  border: 1px dashed rgba(0, 0, 0, 0.23);
  padding: 14px;
  height: 73px;
  font-size: 12px;
  margin-top: 20px;
  border-radius: 8px;
}

input[type="file"]:hover:not(:focus) {
  background-color: #f5f5f5;
  border: 1px dashed rgba(0, 0, 0, 0.28);
}

::-webkit-datetime-edit-text {
  color: rgba(0, 0, 0, 0.27);
  padding: 0 0.3em;
}

::-webkit-datetime-edit-month-field {
  color: #151b25;
}

::-webkit-datetime-edit-day-field {
  color: #151b25;
}

::-webkit-datetime-edit-year-field {
  color: #151b25;
}

::-webkit-inner-spin-button {
  display: block;
}

::-webkit-calendar-picker-indicator {
  background: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.094), 0px 1px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.094), 0px 1px 0px 0px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  width: 7px;
  height: 7px;
}

::-webkit-calendar-picker-indicator:active {
  background: #dbdbdb;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

form p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

input:required {
  border: 1px dashed #655dff;
}

input:required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}

textarea {
  font-weight: normal;
  font-family: "Gentium Plus";
  letter-spacing: 0.01em;
  min-width: 330px;
  min-height: 100px;
  font-size: 15px;
  padding: 14px 12px;
}

input[type="submit"],
.btn,
button {
  background-color: #655dff;
  color: #fff;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  line-height: 14px;
  border-radius: 4px;
  cursor: default;
  font-family: "Manrope";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]:hover,
.btn:hover,
button:hover {
  -webkit-box-shadow: inset 10px 10px 300px 200px rgba(255, 255, 255, 0.11);
  box-shadow: inset 10px 10px 300px 200px rgba(255, 255, 255, 0.11);
}

input[type="submit"]:hover:active,
.btn:hover:active,
button:hover:active {
  -webkit-box-shadow: inset 10px 10px 300px 200px rgba(0, 0, 0, 0.24);
  box-shadow: inset 10px 10px 300px 200px rgba(0, 0, 0, 0.24);
}

.mobile-menu-toggle {
  padding: 12px;
  background-color: #fff;
  color: #151b25;
  border: none;
  padding: 10px;
  height: 44px;
  margin-right: -12px;
  min-width: unset;
  border-radius: 50%;
}

.wpcf7-form-control-wrap {
  -webkit-transition-duration: 0.34s;
  transition-duration: 0.34s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: all;
  transition-property: all;
}

div.wpcf7 .ajax-loader {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #017c81 #017c81 rgba(202, 202, 202, 0.5) rgba(189, 189, 189, 0.5);
  opacity: 0.9;
  background: none;
  border-radius: 20px;
  -webkit-animation: rotate 1250ms cubic-bezier(0.26, 0.86, 0.65, 0.7) infinite;
  animation: rotate 1250ms cubic-bezier(0.26, 0.86, 0.65, 0.7) infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wpcf7-form {
  /* Undo the Firefox inner focus ring */
  /* Dropdown arrow */
  /* Hover state */
  /* Uncomment if you need it, but be aware of the sticky iOS states.
      span[class*="menu-"] select:hover {
        background-color: #ddd;
      }
      */
  /* Focus */
  /* Active/open */
  /* Hide the arrow in IE10 and up */
}

.wpcf7-form input[type="submit"] {
  margin-top: 21px;
}

@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  25%, 58% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  25%, 58% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wpcf7-form [aria-required="true"]:before {
  color: #f55753;
  content: '';
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 999999999999;
  width: 12px;
  height: 12px;
  background-color: #151b25;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
  margin-bottom: 17px;
  display: block;
}

.wpcf7-form .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-form .wpcf7-list-item:last-child {
  margin-bottom: 20px;
}

.wpcf7-form .wpcf7-list-item-label {
  font-family: "Inter UI";
  font-size: 16px;
  color: rgba(21, 27, 37, 0.67);
  letter-spacing: normal;
  font-weight: 300;
  text-transform: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 8px;
  width: 100%;
  line-height: 23px;
}

.wpcf7-form .wpcf7-checkbox {
  font-family: "Inter UI";
  font-size: 16px;
  color: rgba(21, 27, 37, 0.67);
  letter-spacing: normal;
  font-weight: 300;
  text-transform: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wpcf7-form .wpcf7-checkbox.wpcf7-list-item-label {
  margin-top: 6px;
}

.wpcf7-form span[role="alert"] {
  font-weight: 300;
  font-family: "Inter UI";
  margin-top: -4px;
  font-size: 12px !important;
  letter-spacing: 0.00049077em;
  line-height: 17px;
  color: #c62828;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-validation-errors {
  position: fixed;
  bottom: 11px;
  z-index: 999999;
  font-weight: 300;
  font-family: "Inter UI";
  color: #525252;
  margin-top: 18px;
  font-size: 14px !important;
  letter-spacing: 0.00049077em;
  line-height: 17px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.144), 0 3px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.144), 0 3px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 12px 18px 9px 11px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  max-width: 700px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wpcf7-form .wpcf7-validation-errors:after {
  content: 'Opps!';
  font-weight: 500;
  font-size: 15px;
  color: #151b25;
  margin-bottom: 3px;
  margin-right: 8px;
}

@-webkit-keyframes alertOk {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 1;
  }

  8.33%, 25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }

  33.33% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }

  58.33%, 75% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes alertOk {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 1;
  }

  8.33%, 25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }

  33.33% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }

  58.33%, 75% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
}

.wpcf7-form .wpcf7-mail-sent-ok {
  position: fixed;
  bottom: 11px;
  z-index: 999999;
  font-weight: 300;
  font-family: "Inter UI";
  color: #fff;
  margin-top: 18px;
  font-size: 14px !important;
  letter-spacing: 0.00049077em;
  line-height: 17px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.144), 0 3px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.144), 0 3px 12px rgba(0, 0, 0, 0.08);
  background-color: #2d2f35;
  padding: 16px 20px 11px 13px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  max-width: 700px;
  width: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-animation-name: alertOk;
  animation-name: alertOk;
  -webkit-animation: alertOk 16s;
  animation: alertOk 16s;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.01, 1.1, 0.1, 0.97);
  animation-timing-function: cubic-bezier(0.01, 1.1, 0.1, 0.97);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.wpcf7-form .wpcf7-mail-sent-ok:after {
  content: 'Sent!';
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-bottom: 3px;
  margin-right: 8px;
}

.wpcf7-form span[class*="menu-"] {
  position: relative;
  display: inline-block;
  width: 100%;
  color: rgba(21, 27, 37, 0.67);
  max-width: 300px;
}

.wpcf7-form span[class*="menu-"] select {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px 12px;
  padding-bottom: 9px;
  border: 1px solid rgba(128, 128, 128, 0.19);
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -0.0109598em;
  line-height: 22px;
  color: rgba(21, 27, 37, 0.67);
  font-weight: 400;
  font-family: "Inter UI";
  margin-bottom: 12px;
  margin-top: 3px;
  cursor: default;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form span[class*="menu-"] select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #151b25;
}

.wpcf7-form span[class*="menu-"]:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 27%;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  border-top: 2px solid #5e5e5e;
  border-right: 2px solid #5e5e5e;
  -webkit-transform: translate(50%, 80%) rotate(135deg);
  transform: translate(50%, 80%) rotate(135deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.wpcf7-form span[class*="menu-"] select:focus {
  border: 1px solid #655dff;
}

.wpcf7-form span[class*="menu-"] select:focus:after {
  top: 35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wpcf7-form span[class*="menu-"] select:active {
  color: #fff;
  background-color: #0074d9;
}

.wpcf7-form span[class*="menu-"] select::-ms-expand {
  display: none;
}

.wpcf7-form span[class*="quiz-"] .wpcf7-form-control {
  max-width: 120px;
}

.wpcf7-form span[class*="quiz-"] span {
  font-size: 18px;
  -webkit-font-feature-settings: 'ss01' 1, 'tnum' 1;
  font-feature-settings: 'ss01' 1, 'tnum' 1;
  font-weight: 400;
  margin-right: 20px;
}

.post-password-form {
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 0px 1px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.post-password-form p {
  font-family: "Inter UI" !important;
  font-size: 14px !important;
}

.post-password-form p:first-child {
  width: 30%;
}

.post-password-form label {
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}

/*------------------------------------------------------------------
[7. Blog Entry]
*/

/* Blog entry styles
------------------------------------
*/

.entry-width {
  width: 780px;
}

.entry-title {
  font-family: "Manrope";
  font-size: 34px;
  line-height: 35px;
  margin: 30px 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inline;
}

.entry-meta {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 300;
}

.entry-meta .author a {
  text-decoration: none;
}

.entry-meta .author a:hover {
  text-decoration: none;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 0;
  margin-top: 42px;
  padding-left: 0;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 32px;
  margin: 0;
  padding-left: 6px;
  margin-top: 14px;
}

.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 20px;
}

.navigation-post {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.navigation-post .prev-link:hover .prev-link-text,
.navigation-post .next-link:hover .prev-link-text,
.navigation-post .prev-link:hover .next-link-text,
.navigation-post .next-link:hover .next-link-text {
  color: #151b25;
}

.navigation-post .prev-link,
.navigation-post .next-link {
  position: fixed;
  top: 50vh;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #151b25;
  cursor: pointer;
}

.navigation-post .prev-link .prev-link-text,
.navigation-post .next-link .prev-link-text {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 5px;
  line-height: 16px;
}

.navigation-post .prev-link a,
.navigation-post .next-link a {
  font-size: 14px;
  letter-spacing: 0.0004313em;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.47);
  max-height: 44px;
  max-width: 40%;
  overflow: hidden;
  display: block;
}

.navigation-post .next-link {
  right: auto;
  left: 11px;
  cursor: w-resize;
}

.navigation-post .prev-link {
  cursor: e-resize;
}

.entry-content {
  -webkit-font-smoothing: antialiased;
}

.entry-content.content > .container {
  padding-top: 14px;
}

.entry-content.content .page-header {
  background-color: #f2efeb;
  height: 20vh;
  min-height: 480px;
  max-width: 1680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

.entry-content.content .page-header .inner {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
}

.entry-content.content .page-header .inner .container {
  height: 100%;
  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;
  padding-top: 24px;
}

.entry-content.content .page-header .page-title {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-content.content p {
  font-family: "Inter UI";
  font-size: 18px;
  letter-spacing: 0.0055em;
  line-height: 1.78;
  font-weight: 300;
  margin-top: 24px;
}

.entry-content.content blockquote {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry-content.content blockquote p {
  font-family: "Manrope";
  font-size: 28px;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: 0;
}

.entry-content.content .wp-block-column blockquote p {
  margin-left: 0;
}

.entry-content.content cite {
  color: inherit;
  font-weight: 500;
}

.entry-content.content dl dd {
  font-family: inherit;
  font-size: 18px;
  letter-spacing: 0.0055em;
  line-height: 32px;
  font-weight: 300;
}

.entry-content.content code {
  font-size: 85%;
  font-family: "IBM Plex Mono", monospace;
  position: relative;
  line-height: inherit;
  top: -3px;
}

.entry-content.content ul li {
  list-style: none;
}

.entry-content.content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50px;
  margin-top: 15px;
  margin-left: -22px;
  position: absolute;
  -webkit-box-shadow: 0 0 0px 1.5px rgba(0, 0, 0, 0.47);
  box-shadow: 0 0 0px 1.5px rgba(0, 0, 0, 0.47);
}

.entry-content p {
  font-family: "Gentium Plus";
  font-size: 21px;
  line-height: 1.48;
  margin-top: 36px;
  margin-bottom: 0px;
  letter-spacing: -0.0007em;
  color: #151b25;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-content h1 {
  font-size: 44px;
  letter-spacing: -0.01em;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-top: 42px;
}

.entry-content h2 {
  font-size: 34px;
  letter-spacing: -0.003em;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-top: 42px;
}

.entry-content h3 {
  font-size: 27px;
  letter-spacing: -0.001em;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-top: 42px;
}

.entry-content h4 {
  font-size: 24px;
  letter-spacing: 0.001em;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-top: 42px;
}

.entry-content h5 {
  font-size: 22px;
  letter-spacing: 0.0045em;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-top: 42px;
}

.entry-content h6 {
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-top: 42px;
}

.entry-content address {
  font-family: "Inter UI";
  font-style: normal;
  margin: 0 0 1.75em;
  font-size: 16px;
  line-height: 27px;
  margin-top: 24px;
}

.entry-content figcaption {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.008em;
  text-align: center;
  opacity: 1;
}

.entry-content abbr {
  letter-spacing: 0.01em;
  background-color: transparent;
  border-bottom: 2px solid #ffba5a;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  color: #151b25;
  border-bottom-color: #ffba5a;
  -webkit-text-stroke: 0.18px;
}

.entry-content acronym {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: transparent;
  border-bottom: 2px solid #ffba5a;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  color: #151b25;
  border-bottom-color: #ffba5a;
  -webkit-text-stroke: 0.2px;
}

.entry-content .small-text {
  font-family: "Inter UI";
  font-size: 11px;
  line-height: 12px;
}

.entry-content textarea {
  padding-top: 30px;
}

.entry-content blockquote {
  margin: 53px 0;
  padding: 9px 0;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-content blockquote > * {
  font-family: "Manrope";
  font-size: 31px;
  line-height: 40px;
  font-weight: 500;
}

@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

@keyframes blink {
  from, to {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

.entry-content blockquote p {
  font-size: 28px;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  text-align: inherit;
  margin: 0;
  padding: 0px 36px;
  position: relative;
  padding-bottom: 3px;
}

.entry-content blockquote p:only-child:first-letter {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  float: inherit;
  height: inherit;
  margin: 0;
}

.entry-content blockquote cite {
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  font-style: normal;
  letter-spacing: 0em;
  margin-top: 10px;
  margin-left: 30px;
  line-height: 33px;
  display: block;
  position: relative;
  color: inherit;
  opacity: 0.6;
}

.entry-content blockquote cite:before {
  content: '';
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.26);
  position: absolute;
  top: 17px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.entry-content blockquote:before {
  content: '\201C';
  font-size: 65px;
  position: absolute;
  color: rgba(0, 0, 0, 0.44);
  font-family: "Manrope";
  top: 0px;
  left: 0px;
  right: 0px;
}

.entry-content a {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: #655dff !important;
  -webkit-filter: brightness(0.67);
  filter: brightness(0.67);
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s;
  border-bottom: 1px solid #dddd;
}

.entry-content a:hover {
  color: #15868b;
  border-bottom: 1px solid #15868b;
}

.entry-content table,
.entry-content dl,
.entry-content dt,
.entry-content ul,
.entry-content li,
.entry-content ol,
.entry-content a,
.entry-content address {
  font-family: "Inter UI";
  font-size: 17px;
  letter-spacing: 0.003em;
  color: #151b25;
}

.entry-content pre {
  font-size: 15px;
  color: #151b25;
}

.entry-content dl dt {
  font-size: 19.5px;
  margin-top: 36px;
  padding-top: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-synthesis: none;
}

.entry-content dl dd {
  font-family: "Gentium Plus";
  font-size: 19px;
  line-height: 36px;
  margin-top: 14px;
  letter-spacing: 0.003em;
}

.entry-content table {
  padding-bottom: 20px;
  margin-top: 37px;
}

.entry-content table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.entry-content table th {
  padding: 10px 10px 10px 13px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.entry-content table th:first-child {
  text-align: left;
  padding-left: 0px;
}

.entry-content table td {
  padding: 10px 15px 13px 15px;
  border-top: 0px;
  line-height: 31px;
}

.entry-content table td:first-child {
  text-align: left;
  padding-left: 0px;
}

.entry-content table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.entry-content table tbody tr:last-child {
  border-bottom: 0px;
}

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

.entry-content a {
  font-size: 19px;
  border: 0;
}

.entry-content .wp-block-image {
  margin-top: 46px;
}

.no-sidebar .article-wrapper .article-inner {
  width: calc(100% - 279px);
}

.no-sidebar .article-wrapper .widget-area {
  width: 200px;
}

.no-sidebar .article-wrapper .widget-area .author-wrapper {
  width: 200px;
}

.no-sidebar .article-wrapper .widget-area .author-wrapper .author-meta p {
  max-height: 70px;
}

.no-sidebar .entry-content blockquote {
  display: block;
  clear: both;
}

.no-sidebar .entry-content .wp-block-column .wp-block-quote {
  margin-left: 0px;
}

.no-sidebar .entry-content .wp-block-column .wp-block-quote p {
  padding: 0px 20px;
}

.no-sidebar .entry-content .aligncenter {
  max-width: 100%;
}

.no-sidebar .entry-content .aligncenter img {
  max-width: 100%;
  margin: 0;
}

.no-sidebar .entry-content .alignleft,
.no-sidebar .entry-content .alignright {
  max-width: 56%;
  margin-top: 30px;
  margin-bottom: 30px;
  width: auto;
  height: auto;
}

.no-sidebar .entry-content .alignleft img,
.no-sidebar .entry-content .alignright img {
  width: 100%;
}

.no-sidebar .entry-content .alignleft {
  margin-left: -68px;
  margin-right: 30px;
}

.no-sidebar .entry-content .alignright {
  margin-right: -68px;
  margin-left: 30px;
}

.post-utils {
  margin-bottom: 40px;
}

.social-share-wrapper {
  clear: both;
  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;
  padding: 8px 0px;
  margin-top: 2vh;
}

.social-share-wrapper span {
  color: rgba(21, 27, 37, 0.67);
  letter-spacing: 0.01em;
  font-weight: 300;
  font-size: 15px;
}

.social-share-wrapper .social-share-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-share-wrapper a {
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share-wrapper a .icon-default {
  height: 24px;
  vertical-align: middle;
  margin-right: 4px;
}

.social-share-wrapper a .icon-wrapper {
  color: #655dff;
}

.post-footer-author-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.post-footer-author-wrapper > span {
  color: rgba(21, 27, 37, 0.67);
  padding-bottom: 3px;
  display: block;
  letter-spacing: 0.01em;
  font-weight: 300;
  margin-left: 56px;
  font-size: 14px;
}

.post-footer-author-wrapper .author-wrapper {
  padding: 0;
  width: 100%;
  margin: 0;
}

.post-footer-author-wrapper .author-wrapper .img-thumbnail {
  width: 40px;
  height: 40px;
}

.post-footer-author-wrapper .author-wrapper .img-thumbnail img {
  height: 40px;
  width: 40px;
}

.post-footer-author-wrapper .author-wrapper .author-info-wrapper {
  margin-top: 8px;
  max-width: 64%;
}

.post-footer-author-wrapper .author-wrapper .author-info-wrapper .author-meta {
  max-width: none;
  font-size: 14px;
  letter-spacing: 0.0004313em;
  line-height: 24px;
  font-weight: 300;
  color: rgba(21, 27, 37, 0.67);
  margin-top: 6px;
}

.post-footer-author-wrapper .author-wrapper .author-info-wrapper .author-meta p {
  margin: 0;
}

.post-footer-author-wrapper .article-info {
  display: none;
}

.author-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*------------------------------------------------------------------
[8. Article]
*/

/* Post Article
------------------------------------
*/

.post-title-wrapper {
  background: #fff;
  width: 100%;
  border-top-right-radius: 20px;
}

.post-title-wrapper .post-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-title-wrapper .post-title-inner .entry-title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.post-title-wrapper .post-title-inner .entry-title-wrapper .entry-title-inner {
  max-width: 1120px;
  overflow: hidden;
  padding-right: 30px;
}

.post-title-wrapper .post-title-inner .hide-title-author {
  display: none;
}

.post-title-wrapper .post-title-inner .author-wrapper .img-thumbnail img {
  height: 54px;
  width: 54px;
}

.post-title-wrapper h1 {
  font-size: 50px;
  line-height: 61px;
  padding: 0;
  margin: 0;
}

.post-title-wrapper .post-category {
  font-family: "Manrope";
  letter-spacing: 0.016em;
  margin-bottom: 20px;
  position: relative;
  margin-left: 50px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 26px;
  line-height: 1.8;
}

.post-title-wrapper .post-category a {
  color: #151b25;
  font-weight: 600;
}

.post-title-wrapper .post-category a:hover {
  text-decoration: underline;
}

.post-title-wrapper .post-category span {
  margin-right: 3px;
}

.post-title-wrapper .post-category:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 50%;
  left: -50px;
}

.author-wrapper {
  width: 250px;
  margin-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
}

.author-wrapper .img-thumbnail {
  width: 64px;
  height: 64px;
}

.author-wrapper .img-thumbnail img {
  height: 64px;
  width: 64px;
}

.author-wrapper .img-thumbnail {
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.author-wrapper .img-thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
}

.author-wrapper .author-info-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.author-wrapper .author-info-wrapper .author-name {
  margin-top: 4px;
}

.author-wrapper .author-info-wrapper .author-name a {
  color: #151b25;
}

.author-wrapper .author-info-wrapper .author-meta {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.0004313em;
  overflow: hidden;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: rgba(21, 27, 37, 0.88);
}

.author-wrapper .author-info-wrapper .author-meta p {
  margin-top: 3px;
  margin-bottom: 15px;
  max-height: 52px;
}

.post-filter-wrapper {
  border-bottom: 1px solid rgba(21, 27, 37, 0.12);
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.post-filter-wrapper p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.00315856em;
  line-height: 18px;
}

.post-filter-wrapper .category-title {
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 0.00879776em;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  margin-bottom: 8px;
}

.post-filter-wrapper h4 {
  margin: 0;
  margin-top: 10px;
  font-weight: 600;
}

.post-filter-wrapper h4 span {
  color: #151b25;
  border-bottom: 1px solid #dbdce0;
  font-weight: 600;
}

.post-filter-wrapper h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

.article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
  padding-top: 30px;
  opacity: 1;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.article-wrapper.loading {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.article-wrapper .article-inner {
  width: calc(100% - 375px);
  margin-top: 13px;
  padding: 0px 48px;
  padding-right: 10px;
  position: relative;
}

.article-wrapper .article-inner > .row {
  margin: 0;
}

.article-wrapper .article-inner .entry-wrapper .post-footer-author-wrapper {
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 24px;
}

.article-wrapper .article-inner .post-utils {
  margin-top: 25px;
  padding-top: 38px;
  clear: both;
}

.article-wrapper .article-inner .post-utils .cat-links a {
  margin-left: 10px;
  font-size: 14px;
}

.article-wrapper .article-inner .post-utils .cat-links a:first-child {
  margin-left: 0;
}

.article-wrapper .article-inner.full-width {
  width: 100%;
}

.article-wrapper .article-inner .entry-title {
  margin: 30px 0;
}

.article-wrapper .widget-area {
  width: 296px;
  margin-top: 7px;
  padding-right: 48px;
}

.article-wrapper .widget-area section:first-child {
  margin-top: 50px;
}

.article-wrapper .widget-area .author-wrapper {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.article-wrapper .widget-area .author-wrapper .author-meta {
  margin-bottom: 20px;
}

.article-wrapper .widget-area .img-thumbnail {
  width: 64px;
  height: 64px;
}

.article-wrapper .widget-area .img-thumbnail img {
  width: 64px;
  height: 64px;
}

.article-wrapper .widget-area .img-thumbnail {
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.article-wrapper .widget-area .img-thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
}

.article-author-thumbnail.img-thumbnail {
  width: 64px;
  height: 64px;
  margin-top: 18px;
}

.related-post-wrapper {
  border-top: 1px solid rgba(21, 27, 37, 0.16);
  margin-top: 40px;
}

.related-post-wrapper .container-fluid {
  padding: 0;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 20px;
  margin-bottom: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  margin-top: 12px;
}

.article-info p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.article-info .meta {
  font-size: 14px;
  color: rgba(21, 27, 37, 0.67);
  letter-spacing: 0.00484144em;
  font-weight: 300;
  display: block;
  margin-bottom: 3px;
}

.article-info p {
  font-size: 15px;
  color: rgba(21, 27, 37, 0.89);
  font-weight: 400;
}

.currently-reading {
  position: fixed;
  bottom: 0;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
  -webkit-transform: translate3d(-16px, 100%, 0px);
  transform: translate3d(-16px, 100%, 0px);
  z-index: 100;
  background-color: #fff;
  visibility: hidden;
}

.currently-reading .container {
  width: 98% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 8px !important;
  padding-bottom: 14px !important;
  position: relative;
}

.currently-reading .container:after {
  content: '';
  width: 103%;
  position: absolute;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0.12)), color-stop(95%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 5%, rgba(0, 0, 0, 0.12) 95%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 5%, rgba(0, 0, 0, 0.12) 95%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  right: 0;
  left: -1.5%;
}

.currently-reading .reading-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d0d0d0;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 100%;
  -webkit-box-shadow: 0 -8px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -8px 32px 0px rgba(0, 0, 0, 0.08);
}

.currently-reading.active {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-transform: translate3d(-16px, 0px, 0px);
  transform: translate3d(-16px, 0px, 0px);
  visibility: visible;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.currently-reading .perc-wrapper {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 5000;
  pointer-events: none;
}

.currently-reading .perc-wrapper .perc {
  display: block;
  width: 0;
  height: 100%;
  background-color: #655dff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.currently-reading .reading-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #151b25;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 15px;
}

.currently-reading .reading-article-info .reading-title {
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}

.currently-reading .reading-article-info .reading-caption {
  opacity: 0.64;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.currently-reading .reading-options {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 10px !important;
}

.currently-reading .reading-options a {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px !important;
  line-height: 12px !important;
  color: rgba(21, 27, 37, 0.6) !important;
}

.currently-reading .reading-options a:hover {
  color: #151b25 !important;
}

.currently-reading .reading-options a:hover .icon-wrapper {
  opacity: 0.6;
}

.currently-reading .reading-options .icon-wrapper {
  margin: 0px 5px;
  opacity: 0.4;
}

.currently-reading .reading-options #postURL {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.currently-reading .reading-options .alt-space-tooltip {
  font-size: 13px;
  top: -19px;
  right: 36px;
  font-family: "Inter UI";
}

.currently-reading .reading-options .alt-space-tooltip.copied {
  right: 27px;
}

.alt-space-tooltip {
  display: none;
  font-family: "Manrope";
  opacity: 0;
  padding: 8px 7px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  border-radius: 2px;
  font-size: 17px;
  line-height: 12px;
}

.alt-space-tooltip.active {
  display: block;
  opacity: 1;
}

.newsletter-wrapper {
  padding: 5% 0%;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.newsletter-wrapper .newsletter-title {
  width: 40%;
  margin-right: 32px;
  font-size: 32px;
  line-height: 1.4;
}

.newsletter-wrapper .mc-newsletter-signup {
  width: 60%;
}

.newsletter-wrapper .mc-newsletter-signup #mc_embed_signup #mc_embed_signup_scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
}

.newsletter-wrapper .mc-newsletter-signup #mc_embed_signup #mc_embed_signup_scroll label {
  display: none;
}

.newsletter-wrapper .mc-newsletter-signup #mc_embed_signup #mc_embed_signup_scroll input {
  margin: 0px;
  margin-right: 12px;
}

.newsletter-wrapper .mc-newsletter-signup #mc_embed_signup #mc_embed_signup_scroll input:focus {
  border: 1px solid #655dff;
}

.newsletter-wrapper .mc-newsletter-signup #mc_embed_signup #mc_embed_signup_scroll input:required {
  border: 1px solid rgba(128, 128, 128, 0.19);
}

.newsletter-wrapper .mc-newsletter-signup .newsletter-terms {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.6;
  width: 88%;
}

/*------------------------------------------------------------------
[9. Post]
*/

/* Post format styles
------------------------------------
*/

.single-format-chat .entry-content p {
  font-family: "Gentium Plus";
  font-size: 17px;
  background-color: #fff;
  border: 1px solid rgba(21, 27, 37, 0.28);
  margin-top: 0;
  margin-bottom: 21px;
  padding: 11px;
  border-radius: 6px;
  width: 85%;
  line-height: 1.5;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.single-format-chat .entry-content p:nth-child(even) {
  margin-left: 10%;
}

.single-format-image .site,
.single-format-video .site,
.single-format-image .page-content,
.single-format-video .page-content,
.single-format-image .content-area,
.single-format-video .content-area,
.single-format-image .site-main,
.single-format-video .site-main,
.single-format-image .format-image,
.single-format-video .format-image,
.single-format-image .format-video,
.single-format-video .format-video {
  height: 100% !important;
}

.single-format-image .media-container,
.single-format-video .media-container {
  height: 100%;
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.single-format-image .media-viewer,
.single-format-video .media-viewer {
  height: 100%;
}

.single-format-image .media-viewer#mediaViewer,
.single-format-video .media-viewer#mediaViewer {
  padding: 0px 0px;
}

.single-format-image .media-viewer#mediaViewer header,
.single-format-video .media-viewer#mediaViewer header {
  margin-bottom: 14px;
}

.single-format-image .media-viewer#mediaViewer .post-footer-author-wrapper,
.single-format-video .media-viewer#mediaViewer .post-footer-author-wrapper {
  margin-top: 48px;
  margin-bottom: 10px;
}

.single-format-image .media-viewer#mediaViewer .article-info,
.single-format-video .media-viewer#mediaViewer .article-info {
  padding-left: 54px;
  border: none;
}

.single-format-image .media-viewer#mediaViewer .article-info .meta,
.single-format-video .media-viewer#mediaViewer .article-info .meta {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  padding-top: 12px;
}

.single-format-image .media-preview-wrapper,
.single-format-video .media-preview-wrapper {
  width: calc(100% - 360px);
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.11);
  padding-right: 15px;
}

.single-format-image .media-preview,
.single-format-video .media-preview {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-format-image .media-preview img,
.single-format-video .media-preview img {
  height: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.single-format-image .media-preview p,
.single-format-video .media-preview p {
  width: 100%;
  text-align: center;
  line-height: 21px;
  font-size: 72.26%;
  margin-bottom: 0;
}

.single-format-image .media-preview .row,
.single-format-video .media-preview .row {
  margin: 0;
  width: 100%;
}

.single-format-image .media-preview .media-center-container,
.single-format-video .media-preview .media-center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.single-format-image .media-content,
.single-format-video .media-content {
  height: 100%;
  padding: 38px 20px 30px 25px;
  width: 360px;
  float: right;
}

.single-format-image .media-content .post-category,
.single-format-video .media-content .post-category {
  font-family: "Inter UI";
  letter-spacing: 0.0054em;
  color: #655dff;
  margin-bottom: 30px;
  position: relative;
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
}

.single-format-image .media-content .post-category:before,
.single-format-video .media-content .post-category:before {
  content: '';
  width: 24px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 10px;
  left: -40px;
}

.single-format-image .entry-title,
.single-format-video .entry-title {
  padding: 0;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}

.single-format-image footer,
.single-format-video footer {
  display: none;
}

.single-format-video iframe {
  height: 100vh;
  min-height: 450px;
  max-height: 560px;
  width: 100%;
}

/*------------------------------------------------------------------
[10. Editor]
*/

/* Editor Styles
------------------------------------
*/

.article-para {
  font-family: "Gentium Plus";
  color: #151b25;
}

.post-image {
  width: 130%;
  height: 130%;
  left: -30%;
  position: relative;
}

.post-image-meta {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/*------------------------------------------------------------------
[11. Widgets]
*/

/* SideBar Widgets
------------------------------------
*/

.widget:last-child {
  padding-bottom: 2vh;
}

.widget {
  border-top: 1px solid #cccccc;
  padding-bottom: 23px;
}

.widget .widget-title {
  font-family: "Manrope";
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-top: 1px;
  margin-bottom: 8px;
}

.widget ul {
  list-style: none;
  padding-top: 10px;
  margin: 0;
  padding-left: 0;
}

.widget ul li {
  margin-bottom: 9px;
}

.widget ul li a {
  background-color: transparent;
  border-bottom: 1px solid #bbdefb;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  font-size: 15px;
  color: rgba(21, 27, 37, 0.67);
  border-bottom-color: #e6e7eb;
  font-weight: 400;
}

.widget ul li a:hover {
  color: rgba(21, 27, 37, 0.5);
  border-bottom-color: rgba(21, 27, 37, 0.5);
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.widget a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.widget label {
  margin-right: 15px;
}

.widget_recent_entries ul li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 8px 10px;
  overflow: hidden;
  max-height: 88px;
  display: block;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.widget_calendar .widget-title {
  display: none;
}

.widget_calendar caption {
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 15px;
  font-size: 14px;
}

.widget_calendar table {
  width: 100%;
  font-size: 14px;
}

.widget_calendar table a {
  font-size: 14px;
}

.widget_calendar table tr:last-child {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.widget_calendar table th {
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
}

.widget_calendar table td {
  color: rgba(0, 0, 0, 0.7);
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
  vertical-align: top;
  padding: 8px;
}

.widget_calendar table td {
  border: none;
}

.widget_calendar table td.pad {
  border: 0;
}

.widget_calendar table td a {
  text-decoration: none;
  color: #655dff;
  position: relative;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widget_calendar table td a:before {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  background: rgba(32, 33, 36, 0);
  left: -8px;
  top: -4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  border-radius: 50%;
}

.widget_calendar table td a:hover {
  color: #655dff;
  opacity: 1;
}

.widget_calendar table td a:hover:before {
  background: rgba(32, 33, 36, 0.052);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.widget_calendar table td a:hover:active:before {
  background: rgba(32, 33, 36, 0.122);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.widget_search {
  border-top: 0;
}

.widget_search .search-overlay-close {
  display: none;
}

.widget_search .widget-title,
.widget_search .screen-reader-text,
.widget_search .search-submit {
  display: none;
}

.widget_search .search-field {
  border: 0;
}

.widget_search div:first-child {
  position: relative;
}

.widget_search div .icon-wrapper {
  position: absolute;
  height: 24px;
  left: -1px;
  top: 11px;
  color: rgba(0, 0, 0, 0.5);
}

.widget_search div .form-control {
  padding: 8px 10px 7px 28px;
  width: 100%;
  font-size: 14px;
}

.widget_search div .form-control:hover {
  border: 0;
  border-bottom: 1px solid rgba(21, 27, 37, 0.34);
}

.widget_search div .form-control:focus {
  border: 0;
  border-bottom: 1px solid #655dff;
}

.widget_search div input {
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 0;
  background: transparent;
}

.recentcomments {
  font-size: 15px;
  text-transform: capitalize;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.recentcomments span {
  font-size: 15px;
}

.widget_categories ul li {
  margin-left: 27px;
  position: relative;
  max-width: 197px;
}

.widget_categories ul li:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 10px;
  left: -27px;
}

.widget_categories .children {
  margin-top: 10px;
}

/*------------------------------------------------------------------
[12. Post Grid Items]
*/

/* Grid item styles
------------------------------------
*/

.grid-item {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 20px;
}

.grid-item:not(.has-post-thumbnail) .grid-content.sticky .entry-title {
  line-height: 1.24;
  font-size: 66px;
  font-weight: 500;
  max-height: 413px;
  margin: 3px 0px;
  margin-bottom: 13px;
}

.grid-item.sticky-wrapper {
  padding: 0 0 32px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.grid-item.sticky-wrapper > .container {
  padding: 0;
}

.grid-item.sticky-wrapper > article {
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.grid-item.sticky-wrapper > article .author-wrapper .author-meta {
  margin-bottom: 0;
}

.grid-item.sticky-wrapper .post-footer-author-wrapper .author-wrapper .img-thumbnail {
  position: relative;
  left: auto;
  top: auto;
}

.grid-item.sticky-wrapper .hero-container {
  height: 420px;
  width: calc((((100vw - 100%) / 2 + 100%) - 33.333333%) - 17px);
  position: absolute;
  left: calc(-1 * (100vw - 100%) / 2);
  z-index: 22;
}

.grid-item.sticky-wrapper article {
  padding-top: 32px;
}

.grid-item.sticky-wrapper article.has-post-thumbnail {
  padding-top: 0;
}

.grid-item .chat-preview-wrapper {
  background-color: rgba(21, 27, 37, 0.1);
  height: 100%;
  margin-bottom: 19px;
  position: relative;
  max-height: 314px;
  height: 314px;
  min-height: 200px;
}

.grid-item .chat-preview-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-shadow: inset 0px -0.5px 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px -0.5px 2px 1px rgba(0, 0, 0, 0.12);
}

.grid-item .chat-preview {
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.grid-item .chat-preview p {
  font-family: "Gentium Plus";
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid rgba(21, 27, 37, 0.28);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 4px;
  width: 90%;
  display: none;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

.grid-item .chat-preview p:nth-child(even) {
  margin-left: 6%;
}

.grid-item .chat-preview p:nth-child(odd) {
  margin-left: -6%;
}

.grid-item .chat-preview p:nth-child(-n+3) {
  display: block;
}

.grid-item .read-time {
  font-family: "Inter UI";
  color: rgba(21, 27, 37, 0.67);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 15px;
  font-weight: 500;
  margin-top: 16px;
}

.grid-item .grid-content:not(.sticky) {
  height: 460px;
}

.grid-item .grid-content {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-item .grid-content.sticky {
  border-bottom: none;
  margin: 0px;
  height: 100%;
  height: 420px;
  padding-left: 0px;
}

.grid-item .grid-content.sticky .row {
  min-height: 354px;
}

.grid-item .grid-content.sticky .row .column {
  padding-right: 20px;
}

.grid-item .grid-content.sticky .entry-title {
  line-height: 1.4;
  font-size: 46px;
  display: block;
  min-height: 46px;
  max-height: 204px;
  margin: 14px 0px;
  margin-right: 25px;
  overflow: hidden;
}

.grid-item .grid-content.sticky .entry-title a:hover {
  color: #655dff;
}

.grid-item .grid-content.sticky .read-time {
  margin-bottom: 16px;
  margin-top: 0px;
}

.grid-item .grid-content.sticky .content {
  height: auto;
  margin-top: 28px;
}

.grid-item .grid-content.sticky .content-inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  height: 420px;
}

.grid-item .grid-content.sticky .hero-container {
  height: 100%;
}

.grid-item .grid-content .hero-container {
  max-width: none !important;
  min-width: auto;
  position: relative;
}

.grid-item .grid-content .hero-container:hover .real-image {
  cursor: pointer;
}

.grid-item .grid-content-inner {
  width: 97%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.grid-item .grid-content-inner .content form,
.grid-item .grid-content-inner .content button {
  display: none;
}

.grid-item .hero-container {
  height: 176px;
  background-color: rgba(21, 27, 37, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.grid-item .hero-container .real-image {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.grid-item .hero-container.hero-dummy {
  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;
  height: 246px;
}

.grid-item .hero-container.hero-dummy .icon-default {
  width: 48px;
  height: 48px;
  color: rgba(21, 27, 37, 0.2);
}

.grid-item .hero-container.reveal .reveal {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.grid-item .hero-container.reveal .real-image {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.grid-item .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 16px;
}

.grid-item .title-inner {
  clear: both;
}

.grid-item .no-thumb .title {
  font-size: 32px;
  line-height: 1.4;
  width: 98%;
  max-height: 225px;
}

.grid-item .no-thumb .title a {
  font-size: 32px;
  line-height: 1.4;
}

.grid-item .no-thumb .title a:hover {
  color: #655dff;
  text-decoration: none;
}

.grid-item .format-chat .content {
  height: auto;
}

.grid-item .has-post-thumbnail:not(.format-image):not(.format-video):not(.format-audio):not(.format-gallery) .grid-content.sticky .entry-title,
.grid-item .category-post-format-chat .grid-content.sticky .entry-title {
  letter-spacing: 0.0021em;
  font-size: 32px;
  line-height: 1.4;
}

.grid-item .has-post-thumbnail:not(.format-image):not(.format-video):not(.format-audio):not(.format-gallery) .title-inner,
.grid-item .category-post-format-chat .title-inner {
  line-height: 30px;
}

.grid-item .has-post-thumbnail:not(.format-image):not(.format-video):not(.format-audio):not(.format-gallery) .title h1.entry-title,
.grid-item .category-post-format-chat .title h1.entry-title {
  letter-spacing: 0.0021em;
  max-height: 85px;
  overflow: hidden;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}

.grid-item .title h1.entry-title {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  max-height: 160px;
  display: inline;
}

.grid-item .title h1.entry-title.quote a {
  position: relative;
  margin-left: 30px;
  white-space: inherit;
}

.grid-item .title h1.entry-title.quote a:before {
  content: '\201C';
  font-size: 63px;
  position: absolute;
  color: rgba(0, 0, 0, 0.44);
  top: -10px;
  left: -37px;
}

.grid-item .title h1.entry-title a:hover {
  color: #655dff;
  text-decoration: none;
}

.grid-item .content {
  font-size: 16px;
  font-family: "Inter UI";
  line-height: 1.6;
  color: rgba(21, 27, 37, 0.67);
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-top: 16px;
  height: 100%;
}

.grid-item .content .content-inner {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-right: -1em;
  padding-right: 1em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-height: 100%;
  position: relative;
}

.grid-item .post-footer-author-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 12px;
  margin-top: 8px;
}

.grid-item .post-footer-author-wrapper a {
  color: #151b25;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: color, border;
  transition-property: color, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.grid-item .post-footer-author-wrapper a:hover {
  color: rgba(21, 27, 37, 0.5);
  border-bottom: 1px solid rgba(21, 27, 37, 0.6);
}

.grid-item .post-footer-author-wrapper .author-info-wrapper {
  margin-top: 0px;
}

.grid-item .post-footer-author-wrapper .author-info-wrapper .author-meta {
  display: none;
}

.grid-item .post-footer-author-wrapper .article-info {
  display: none;
}

.grid-item .post-footer-author-wrapper .author-wrapper {
  padding-top: 20px;
}

.grid-item .post-footer-author-wrapper .author-wrapper .author-meta {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.00376498em;
  color: rgba(21, 27, 37, 0.67);
  margin-top: 0px;
  height: auto;
  opacity: 0.87;
  line-height: 20px;
}

.grid-item .post-footer-author-wrapper .author-wrapper .author-meta p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item .post-footer-author-wrapper .author-wrapper .author-name {
  font-family: "Inter UI";
  font-size: 14px;
  letter-spacing: 0.0021em;
  height: 20px;
  display: block;
  line-height: 20px;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item .post-footer-author-wrapper .author-name a {
  font-weight: 400;
}

.grid-item .post-footer-author-wrapper .author-wrapper .img-thumbnail {
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 12px;
}

.grid-item .post-footer-author-wrapper .author-wrapper .img-thumbnail img {
  width: 32px;
  height: 32px;
}

.grid-item .post-utils {
  margin-bottom: 10px;
}

.grid-item .tags-links {
  margin: 0;
  height: 30px;
  overflow: hidden;
  display: block;
}

.grid-item .tag-cloud-link,
.grid-item .tags-links a {
  opacity: 0.7;
  padding: 3px 1px 4px 6px;
  background: transparent;
  font-size: 14px;
  letter-spacing: -0.00879776em;
  border: none;
  text-decoration: none;
  color: rgba(21, 27, 37, 0.84);
}

.grid-item .tag-cloud-link:first-child,
.grid-item .tags-links a:first-child {
  padding-left: 0;
}

.grid-item .tag-cloud-link:before,
.grid-item .tags-links a:before {
  display: none;
}

.grid-item .tag-cloud-link:after,
.grid-item .tags-links a:after {
  display: none;
}

.grid-item .gallery-item {
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
}

.grid-item .gallery-item a img {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background-color: #c1c1c1;
}

.grid-item .password-text {
  font-family: "Inter UI";
  color: #151b25;
}

.hero-container {
  overflow: hidden;
}

.hero-container img {
  opacity: 0;
  height: 100px;
}

.hero-container .reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.hero-container .real-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.56s ease-in, -webkit-transform 0.8s;
  transition: opacity 0.56s ease-in, -webkit-transform 0.8s;
  transition: opacity 0.56s ease-in, transform 0.8s;
  transition: opacity 0.56s ease-in, transform 0.8s, -webkit-transform 0.8s;
  background-size: cover;
  background-position: center;
}

.hero-container .real-image.loaded {
  opacity: 1;
}

/*------------------------------------------------------------------
[13. Comments]
*/

/* Comments
------------------------------------
*/

.comments-area {
  margin-top: 80px;
  clear: both;
}

.comments-area .reply-count {
  font-size: 14px;
  color: #151b25;
  font-weight: 500;
  border-bottom: 0.5px solid rgba(21, 27, 37, 0.26);
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
}

.comments-area .reply-count > span {
  padding-left: 5px;
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.77);
  font-weight: 300;
}

.comments-area .reply-count .icon-wrapper {
  height: 19px;
  width: 19px;
  color: rgba(21, 27, 37, 0.24);
  line-height: 14px;
  margin-right: 6px;
}

.comments-area .children .comment-inner {
  margin-left: 30px;
}

.comments-area .children > .comment > .children .comment-inner {
  margin-left: 60px;
}

.comments-area .children > .comment > .children > .comment > .children .comment-inner {
  margin-left: 90px;
}

.comments-area .children > .comment > .children > .comment > .children > .comment > .children .comment-inner {
  margin-left: 120px;
}

.comments-area .children > .comment > .children > .comment > .children > .comment > .children > .comment > .children .comment-inner {
  margin-left: 150px;
}

.comments-area .comment-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 22px;
}

.comments-area .comment-navigation .nav-links .nav-previous {
  position: relative;
}

.comments-area .comment-navigation .nav-links .nav-previous .icon-wrapper {
  position: absolute;
  left: -4px;
  top: -2px;
  opacity: 0.67;
}

.comments-area .comment-navigation .nav-links .nav-previous a {
  width: 100%;
  background-color: #fff;
  text-align: left;
  -webkit-transition: 0.1s background-color, 0.1s border-color, 0.1s color, 0.1s fill;
  transition: 0.1s background-color, 0.1s border-color, 0.1s color, 0.1s fill;
  color: rgba(21, 27, 37, 0.67);
  margin-left: 21px;
}

.comments-area .comment-navigation .nav-links .nav-previous:hover a {
  color: #655dff;
}

.comments-area .comment-navigation .nav-links .nav-previous:hover .icon-default {
  color: #655dff;
}

.comments-area .comment-navigation .nav-links .nav-previous:hover .icon-wrapper {
  opacity: 1;
}

.comments-area .comment-navigation .nav-links .nav-next {
  width: 100%;
  position: relative;
}

.comments-area .comment-navigation .nav-links .nav-next .icon-wrapper {
  position: absolute;
  left: 34%;
  top: 7px;
  opacity: 0.97;
  color: #655dff;
}

.comments-area .comment-navigation .nav-links .nav-next a {
  display: block;
  height: 38px;
  width: 100%;
  line-height: 38px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #655dff;
  color: #655dff;
  -webkit-transition: 0.1s background-color, 0.1s border-color, 0.1s color, 0.1s fill;
  transition: 0.1s background-color, 0.1s border-color, 0.1s color, 0.1s fill;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.comments-area .comment-navigation .nav-links .nav-next a:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.comments-area .comment-navigation .nav-links .nav-next a:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0px;
}

.comments-area .comment-list .img-thumbnail {
  width: 29px;
  height: 29px;
  margin-right: 12px;
}

.comments-area .comment-list .trackback .img-thumbnail,
.comments-area .comment-list .pingback .img-thumbnail {
  display: none;
}

.comments-area .comment-list .children {
  list-style: none;
}

.comments-area .comment-list .children .comment-inner {
  padding-left: 0px;
  position: relative;
}

.comments-area .comment-list .children .comment-inner:before {
  content: '';
  position: absolute;
  left: -16px;
  width: 2px;
  top: 12px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.comments-area .comment-list .children .comment-inner:first-child {
  border-top: 0;
}

.comments-area .comment-list article .comment-inner {
  padding: 15px 0px 10px;
  font-family: "Manrope";
  font-size: 16px;
}

.comments-area .comment-list article .comment-inner:hover > .comment-head .comment-reply-link {
  opacity: 1;
}

.comments-area .comment-list article .comment-inner .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.comments-area .comment-list article .comment-inner .comment-by {
  display: block;
  margin-right: 5px;
  color: #151b25;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comments-area .comment-list article .comment-inner .comment-block {
  padding: 0 20px;
  padding-left: 0;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

.comments-area .comment-list article .comment-inner .comment-reply-link {
  position: absolute;
  top: -3px;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  border: none;
}

.comments-area .comment-list article .comment-inner .comment-reply-link .icon-wrapper {
  height: 14px;
  color: #b2b2b2;
}

.comments-area .comment-list article .comment-inner .comment-reply-link .icon-wrapper:hover {
  color: rgba(0, 0, 0, 0.49);
}

.comments-area .comment-list article .comment-inner .comment-reply-link .icon-wrapper:active {
  color: rgba(0, 0, 0, 0.9);
}

.comments-area .comment-list article .comment-inner .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-top: 6px;
}

.comments-area .comment-list article .comment-inner p {
  display: inline;
  font-family: "Inter UI";
  font-weight: 400;
  color: rgba(21, 27, 37, 0.67);
  font-size: 15px;
  letter-spacing: -0.00879776em;
  line-height: 21px;
}

.comments-area .comment-list article .comment-inner .date-time {
  font-family: "Inter UI";
  font-size: 12px;
  letter-spacing: 0.00049077em;
  line-height: 12px;
  padding-top: 3px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.66);
  position: relative;
  padding-left: 15px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comments-area .comment-list article .comment-inner .date-time::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  -webkit-transform: translate(-0.5px, -0.5px);
  transform: translate(-0.5px, -0.5px);
  border-radius: 100%;
  left: 4px;
  top: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0px 0px 0px 1px #d6d6d6;
  box-shadow: inset 0px 0px 0px 1px #d6d6d6;
}

.comments-area .comment-list article.bypostauthor .comment-by {
  position: relative;
  color: #fff;
  z-index: 2;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
}

.comments-area .comment-list article.bypostauthor .comment-by:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: absolute;
  height: 20px;
  right: 1px;
  left: 1px;
  top: 0px;
  bottom: -2px;
  z-index: -1;
}

.comments-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: #eaeaea;
  border-radius: 6px;
  cursor: not-allowed;
  font-size: 14px;
  line-height: 20px;
  color: rgba(21, 27, 37, 0.67);
}

.comments-disabled .icon-wrapper {
  margin-right: 6px;
  opacity: 0.5;
}

.no-responses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 12px;
  padding-top: 25px;
  margin-bottom: 20px;
}

.no-responses svg {
  width: 82px;
  margin-bottom: 20px;
}

.no-responses p {
  font-family: "Manrope";
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 28px;
}

.no-responses p.hint-text {
  font-size: 14px;
  font-weight: 300;
}

.no-responses a {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.comment-form {
  border: 1px solid rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}

.comment-form .form-submit {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form.active .dummy-area {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.comment-form .img-thumbnail {
  width: 40px !important;
  height: 40px !important;
}

.comment-form input[type="text"],
.comment-form input[type="password"],
.comment-form input[type="date"],
.comment-form input[type="email"],
.comment-form textarea {
  border: 0;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comment-form input[type="text"]:hover,
.comment-form input[type="password"]:hover,
.comment-form input[type="date"]:hover,
.comment-form input[type="email"]:hover,
.comment-form textarea:hover,
.comment-form input[type="text"]:active,
.comment-form input[type="password"]:active,
.comment-form input[type="date"]:active,
.comment-form input[type="email"]:active,
.comment-form textarea:active,
.comment-form input[type="text"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="date"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comment-form input[type="submit"],
.comment-form .btn,
.comment-form button {
  padding: 10px 13px !important;
}

.comment-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: text;
}

.comment-form-wrapper .comment-figure {
  position: relative;
  -ms-flex-item-align: start;
  align-self: start;
}

.comment-form-wrapper .comment-figure:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background-color: #14c65c;
  border-radius: 100%;
  bottom: -3px;
  right: 9px;
  z-index: 99;
}

.comment-form-wrapper textarea {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.comment-form-wrapper .dummy-area {
  font-size: 16px;
  font-family: "Gentium Plus";
  color: rgba(0, 0, 0, 0.56);
  line-height: 39px;
}

.comment-respond {
  position: relative;
}

.comment-respond input {
  margin: 0;
  font-size: 14px;
  max-width: 100%;
}

.comment-respond input:-webkit-autofill,
.comment-respond input:-webkit-autofill:hover,
.comment-respond input:-webkit-autofill:focus,
.comment-respond textarea:-webkit-autofill,
.comment-respond textarea:-webkit-autofill:hover,
.comment-respond textarea:-webkit-autofill:focus,
.comment-respond select:-webkit-autofill,
.comment-respond select:-webkit-autofill:hover,
.comment-respond select:-webkit-autofill:focus {
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.comment-respond textarea {
  max-width: 100%;
}

.comment-respond label {
  font-size: 13px;
  letter-spacing: -0.00315856em;
}

.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  margin-bottom: 10px !important;
}

.comment-respond .comment-form-url:after {
  content: '(Optional)';
  position: absolute;
  top: 0px;
  left: 73px;
  font-size: 12px;
  line-height: 12px;
  color: #6f6f6f;
  margin-top: 3px;
  font-weight: 300;
  display: inline-block;
  font-family: inherit;
}

.comment-respond .author {
  font-size: 14px;
}

.comment-respond .comment-form-author {
  width: 100%;
}

.comment-respond .comment-reply-title {
  margin: 0;
  text-align: right;
  position: absolute;
  right: 0px;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 12px;
  font-weight: 300;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link .icon-default {
  border: none;
  color: rgba(21, 27, 37, 0.67);
  width: 20px;
  margin: 10px;
}

.comment-respond .logged-in-as,
.comment-respond .comment-form-comment {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.comment-respond .logged-in-as label,
.comment-respond .comment-form-comment label {
  display: none;
}

.comment-respond #comment {
  position: relative;
  font-family: "Gentium Plus";
  border: 0;
  padding-top: 6px;
  font-size: 16px;
  width: 100%;
  max-width: unset;
  top: 1px;
  left: -2px;
  min-width: unset;
}

.no-login-comment-form .comment-form.active {
  overflow: hidden;
}

.no-login-comment-form .comment-form .comment-form-author {
  margin: 6px 0;
}

.fake-profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.comment-body {
  max-width: 680px;
  font-size: 16px;
  line-height: 27px;
  margin-top: 7px;
  margin-left: 40px;
  -webkit-box-shadow: 0 0 0 1px rgba(21, 27, 37, 0.12);
  box-shadow: 0 0 0 1px rgba(21, 27, 37, 0.12);
  padding: 6px 12px;
  border-radius: 8px;
}

.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
  font-family: "Inter UI";
  font-size: 20px;
  letter-spacing: 0.013em;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 15px;
  padding: 0;
  color: #151b25;
}

.comment-body a {
  border-bottom: 1px dotted;
}

.comment-body ol,
.comment-body ul {
  margin-bottom: 0;
  margin-top: 42px;
  padding-left: 0;
  list-style-position: inside;
}

.comment-body ol li,
.comment-body ul li {
  line-height: 23px;
  margin: 0;
  padding-left: 6px;
  margin-top: 13px;
}

.comment-body ol ol,
.comment-body ul ol,
.comment-body ol ul,
.comment-body ul ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 20px;
}

.comment-body p,
.comment-body ul,
.comment-body ol,
.comment-body blockquote,
.comment-body pre,
.comment-body .alert,
.comment-body .note,
.comment-body .box,
.comment-body .footnotes {
  margin-bottom: 28px;
}

.comment-body p {
  font-family: "Inter UI";
  font-size: 15px;
  color: #151b25;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}

.comment-body iframe {
  margin-top: 13px;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  margin-left: 10px;
  font-family: "Inter UI";
  font-size: 15px;
}

.comment-body li {
  margin-bottom: 11px;
}

.comment-body blockquote {
  padding-left: 17px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 2px;
}

.comment-body sub,
.comment-body sup {
  padding: 0 1px;
}

.comment-body code,
.comment-body pre,
.comment-body kbd {
  font-size: 15px;
}

.comment-body code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 3px 4px;
  border-radius: 7px;
  margin: 0 1px;
}

.comment-body pre {
  padding: 11px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 7px;
}

.comment-body .alert,
.comment-body .note,
.comment-body .box {
  padding: 17px;
}

.comment-body img {
  max-width: 100%;
  margin-top: 13px;
}

.comment-body .footnotes {
  font-size: 13px;
  line-height: 23px;
  padding-top: 17px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
}

.comment-body .footnotes p {
  margin-bottom: 17px;
}

.comment-body ul ul,
.comment-body ul ol,
.comment-body ol ul,
.comment-body ol ol,
.comment-body blockquote.right p,
.comment-body blockquote.left p,
.comment-body .alert :last-child,
.comment-body .note :last-child,
.comment-body .box :last-child,
.comment-body .footnotes :last-child {
  margin-bottom: 0;
}

.comment-body dt {
  font-family: "Inter UI";
  font-size: 18px;
  letter-spacing: 0.016em;
}

/*------------------------------------------------------------------
[14. UI Elements]
*/

/* UI element styles
------------------------------------
*/

.img-thumbnail {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.img-thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-blend-mode: multiply;
}

.pagination {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  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;
}

.pagination .nav-links .page-numbers {
  width: 24px;
  display: inline-block;
  height: 25px;
  margin: 0px 3px;
  line-height: 25px;
  color: #655dff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.pagination .nav-links .page-numbers:before {
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  background: rgba(0, 153, 102, 0.14);
  left: 0px;
  top: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  border-radius: 50%;
}

.pagination .nav-links .page-numbers:hover:before {
  background: rgba(0, 153, 102, 0.14);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.pagination .nav-links .page-numbers:hover:active:before {
  background: rgba(32, 33, 36, 0.122);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.pagination .nav-links .page-numbers.current {
  color: rgba(0, 0, 0, 0.47);
  font-weight: 400;
  font-size: 14px;
}

.pagination .nav-links .page-numbers.current:before {
  background: rgba(32, 33, 36, 0.122);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
  color: rgba(0, 0, 0, 0.68);
}

.pagination .nav-links .prev .icon-default,
.pagination .nav-links .next .icon-default {
  position: absolute;
  line-height: 0px;
  top: 1px;
  opacity: 0.6;
  left: 1px;
}

.page-links {
  text-align: center;
  padding-top: 10px;
}

.page-links a {
  padding: 10px;
  color: #c5c4c4;
  font-size: 14px;
}

.author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-wrapper .img-thumbnail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.author-wrapper .img-thumbnail img {
  height: 40px;
  width: 40px;
}

.author-wrapper .author-info-wrapper {
  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;
  width: 100%;
}

.author-wrapper .author-name {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #151b25;
  margin-top: 1px;
  line-height: 21px;
}

.tag-cloud-link,
.tags-links a {
  font-family: "Inter UI";
  padding: 5px 12px;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  -webkit-font-feature-settings: 'calt' 1, 'tnum' 1, 'case' 1, 'zero' 1, 'ss02' 1 !important;
  font-feature-settings: 'calt' 1, 'tnum' 1, 'case' 1, 'zero' 1, 'ss02' 1 !important;
  margin-bottom: 5px;
  display: inline-block;
  color: inherit !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tag-cloud-link:before,
.tags-links a:before {
  font-weight: 300;
  color: rgba(21, 27, 37, 0.67);
  content: '\0023';
  position: absolute;
  left: 0px;
  top: 25%;
}

.tag-cloud-link:hover:after,
.tags-links a:hover:after {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  left: -5px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tag-cloud-link:hover:active:after,
.tags-links a:hover:active:after {
  border: 1px solid #655dff;
  -webkit-box-shadow: 0px 0px 0px 2px #01686c;
  box-shadow: 0px 0px 0px 2px #01686c;
}

.post-navigation {
  padding-right: 100px;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb a {
  font-family: "Inter UI";
  font-size: 13px !important;
  text-decoration: none;
  border-bottom: none;
  margin-right: 10px;
  line-height: 24px;
  margin: 0;
  color: rgba(128, 128, 128, 0.87) !important;
}

.breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.78) !important;
  border-bottom: none;
}

.breadcrumb .icon-wrapper {
  margin-right: 10px;
  opacity: 0.57;
}

.breadcrumb .icon-default {
  width: 16px;
  height: 32px;
  margin: 0 8px;
  line-height: 27px;
}

.breadcrumb .current {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.84);
}

.icon-wrapper {
  position: relative;
  display: inline-block;
  color: #151b25;
}

.icon-wrapper svg {
  width: 100%;
  height: 100%;
}

.icon-wrapper .kp_icon_svg {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  color: inherit;
}

.icon-default {
  width: 24px;
  height: 24px;
}

.icon-thumbnail {
  width: 72px;
  height: 72px;
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}

.icon-interactive {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  border-radius: 4px;
  color: #151b25;
  opacity: 0.68;
}

.icon-interactive:hover,
.icon-interactive.hover {
  opacity: 1;
}

/*------------------------------------------------------------------
[15. Menu]
*/

/* Menu toggle
------------------------------------
*/

.menu-toggle {
  background-color: #fff;
  color: rgba(21, 27, 37, 0.67);
  border-radius: 50%;
  outline: none;
  background: rgba(32, 33, 36, 0);
  -webkit-transition-duration: 0.34s;
  transition-duration: 0.34s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: all;
  transition-property: all;
  padding: 11px;
  min-width: unset;
}

.menu-toggle:before {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  background: rgba(32, 33, 36, 0);
  left: 5px;
  top: 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  border-radius: 50%;
}

.menu-toggle:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:hover:before {
  background: rgba(32, 33, 36, 0.052);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.menu-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:active:hover:before {
  background: rgba(32, 33, 36, 0.122);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.menu-togglefocus {
  outline: none;
}

/* Menu styles
------------------------------------
*/

@-webkit-keyframes dropdown-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96) translateY(-0.5em);
    transform: scale(0.96) translateY(-0.5em);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes dropdown-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96) translateY(-0.5em);
    transform: scale(0.96) translateY(-0.5em);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.main-nav-wrapper {
  position: relative;
}

body:not(.page) .menu li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 12px 20px;
  margin-right: 8px;
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.016em;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
}

body:not(.page) .menu ul ul li {
  float: none;
  width: 100%;
  padding: 6px 22px;
}

.menu {
  padding-right: 45px;
}

.menu.has-more {
  padding-right: 70px;
}

.menu > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.menu > ul > li.menu-item-has-children > a:before,
.menu > ul > li.page_item_has_children > a:before {
  right: -18px;
  top: 50%;
}

.menu > li.menu-item-has-children > a:before,
.menu > li.page_item_has_children > a:before {
  right: -18px;
  top: 50%;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0 !important;
}

.menu ul .menu-item-has-children,
.menu ul .page_item_has_children {
  padding-right: 14px;
}

.menu ul .menu-item-has-children > a:before,
.menu ul .page_item_has_children > a:before {
  content: "\0002C7";
  top: calc(50% - 0.09em);
  right: -18px;
  font-size: 1.42em;
  line-height: 0.71em;
  height: 1.42em;
  position: absolute;
  pointer-events: none;
  border-width: 4px;
}

.menu ul ul {
  display: none;
  /* hide all sub menus from view */
  position: absolute;
  top: 96%;
  left: -17px;
  padding: 6px 18px!important;
  background: #fff;
  z-index: 1;
  -webkit-animation: dropdown-open 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: dropdown-open 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 3px 12px rgba(25, 26, 27, 0.16), 0 0 1px rgba(25, 27, 29, 0.23);
  box-shadow: 0 3px 12px rgba(25, 26, 27, 0.16), 0 0 1px rgba(25, 27, 29, 0.23);
  width: 230px;
  text-align: left;
  border-radius: 3px;
}

.menu ul ul li > a {
  position: relative;
  text-align: left;
  text-transform: capitalize;
  font-family: "Inter UI";
  line-height: 20px;
  color: rgba(21, 27, 37, 0.82);
  font-size: 14px;
  letter-spacing: 0.012em;
  font-weight: 400;
  display: block;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu ul ul li > a.button {
  background: white;
  color: rgba(0, 0, 0, 0.9);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu ul ul li > a.button:hover {
  background: white;
  color: rgba(0, 0, 0, 0.62);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu ul ul li > a:hover {
  color: #026f4b;
}

.menu ul ul li > a:hover::after {
  display: none;
}

.menu ul ul li ul {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateX(-95%);
  transform: translateX(-95%);
  top: 0;
  right: 39px;
  width: 250px;
}

.menu ul li {
  position: relative;
}

.menu ul li.is-hovered > a {
  color: #151b25;
}

.menu ul li:hover > ul {
  display: block;
}

.menu ul li.current_page_item > a {
  color: #151b25;
}

.menu ul li > a {
  position: relative;
  text-transform: capitalize;
  font-family: "Inter UI";
  color: rgba(21, 27, 37, 0.92);
  display: block;
}

.menu ul li > a:hover {
  color: #151b25;
}

.menu ul li > a span {
  margin-bottom: 7px;
}

.menu ul li > a.btn,
.menu ul li > a.btn:hover {
  opacity: 1;
}

.menu ul li > a > span {
  font-size: 12px;
  font-family: Arial;
  color: inherit;
  opacity: 0.8;
  display: block;
  position: relative;
  line-height: 15px;
  text-transform: none;
}

.menu-toggle {
  position: absolute;
  right: 40px;
  top: 10px;
}

.menu-toggle .icon-wrapper {
  position: absolute;
  top: 2px;
  width: 16px;
  left: 9px;
}

.menu-hidden {
  position: relative;
  -webkit-transition-duration: 0.367s;
  transition-duration: 0.367s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  -webkit-transition: all;
  transition: all;
}

.menu-hidden ul {
  padding: 0;
}

.menu-hidden > ul {
  margin: 0;
  margin-bottom: 0px !important;
  padding: 0px;
  padding-right: 30px;
  list-style: none;
  text-align: left;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
}

.menu-hidden > ul:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 12px;
  height: 1px;
  width: 96%;
  background-color: rgba(0, 0, 0, 0.1);
}

.menu-hidden > ul ul {
  display: none;
  /* hide all sub menus from view */
  position: absolute;
  top: 0;
  padding: 8px 3px !important;
  background: #fff;
  z-index: 1;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
  -webkit-transform: translateY(39%);
  transform: translateY(39%);
}

.menu-hidden > ul ul li {
  float: none;
  /* overwriting our float up above */
  width: 200px;
  padding: 4px 13px;
}

.menu-hidden > ul ul li ul {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0;
  right: -16px;
}

.menu-hidden > ul > li.menu-item-has-children > a:before,
.menu-hidden > ul > li.page_item_has_children > a:before {
  content: "\0002C7";
  top: calc(50% - 0.09em);
  right: -18px;
  font-size: 1.42em;
  line-height: 0.71em;
  height: 1.42em;
  position: absolute;
  pointer-events: none;
  border-width: 4px;
}

.menu-hidden > ul > li:first-child {
  padding-right: 0;
  margin-right: 0;
}

.menu-hidden > ul li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 12px 16px;
  margin-right: 8px;
  list-style: none;
  text-align: left;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.menu-hidden > ul li:hover > ul {
  display: block;
}

.menu-hidden > ul li > a {
  position: relative;
  text-transform: capitalize;
  font-family: "Inter UI";
  color: rgba(21, 27, 37, 0.92);
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.menu-hidden > ul li > a:hover {
  color: #151b25;
}

.menu-hidden > ul li > a span {
  margin-bottom: 7px;
}

.menu-hidden > ul li > a.btn,
.menu-hidden > ul li > a.btn:hover {
  opacity: 1;
}

.menu-hidden > ul li > a > span {
  font-size: 12px;
  font-family: Arial;
  color: inherit;
  opacity: 0.8;
  display: block;
  position: relative;
  line-height: 15px;
  text-transform: none;
}

.menu-hidden > ul li ul li a:hover {
  color: #151b25;
}

.menu-hidden > ul li ul li a:hover:after {
  display: none;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-nav {
  display: none;
  visibility: hidden;
  opacity: 0;
  background: black;
  position: fixed;
  top: 0;
  right: 0;
  width: 290px;
  bottom: 0;
  background: #18181a;
  overflow: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 99;
}

.mobile-nav .mobile-nav-inner {
  padding-top: 44px;
  position: relative;
}

.mobile-nav .mobile-menu-toggle {
  float: right;
  right: 16px;
  top: 8px;
  position: absolute;
  background: transparent;
}

.mobile-nav .mobile-menu-toggle .icon-wrapper {
  color: #fff;
}

.mobile-nav .search-overlay-close {
  display: none;
}

.admin-bar .mobile-nav {
  top: 48px;
}

.mobile-nav.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mobile-nav .menu {
  padding: 0;
}

.mobile-nav .menu a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.mobile-nav .menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav .menu ul ul {
  width: 100%;
  -webkit-transform: none;
  transform: none;
}

.mobile-nav .menu ul li:first-child {
  padding-top: 20px;
}

.mobile-nav .menu ul li:last-child {
  padding-bottom: 33px;
}

.mobile-nav .menu ul .sub-menu,
.mobile-nav .menu ul .children {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav .menu ul .sub-menu li:last-child,
.mobile-nav .menu ul .children li:last-child {
  padding-bottom: 0px;
}

.mobile-nav .menu ul .menu-item-has-children > a,
.mobile-nav .menu ul .page_item_has_children > a {
  padding-bottom: 14px;
}

.mobile-nav .menu ul .menu-item-has-children a:before,
.mobile-nav .menu ul .page_item_has_children a:before {
  border-left-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0px;
  top: -3px;
}

.mobile-nav .menu ul li {
  font-size: 16px;
  text-align: left;
  padding: 13px 18px;
}

.mobile-nav .menu ul ul {
  position: static;
  display: block;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-nav .menu ul ul li:first-child {
  padding-top: 13px;
}

.mobile-nav .menu ul ul li:last-child {
  padding-top: 13px;
}

.mobile-nav .menu ul ul li {
  width: 100%;
}

.mobile-nav .menu ul ul li ul {
  -webkit-transform: none;
  transform: none;
}

/*------------------------------------------------------------------
[16. Default header]
*/

/* Default header
------------------------------------
*/

.default-header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.default-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-right: 40px;
  height: 48px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.default-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-header .logo img {
  max-width: 56px;
  max-height: 56px;
}

.default-header .container.header-wrapper {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.11);
  padding: 0;
}

.default-header .container.header-wrapper .logo h4 {
  margin: 0;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: -0.01em;
}

.default-header .container.header-wrapper .search-wrapper-outer {
  text-align: right;
}

.default-header .container.header-wrapper .menu-wrapper-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 0px;
}

.default-header .container.header-wrapper .menu-wrapper-outer .search-overlay-show {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 12px;
}

.default-header .menu-default-container .menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.default-header .menu-default-container .menu ul {
  display: inline-block;
}

.default-header .menu-default-container .menu li {
  letter-spacing: 0.01474em;
  font-family: "Manrope";
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
}

.default-header .menu-default-container .menu li:last-child {
  margin-right: 3px;
}

.default-header .menu-default-container .menu li a {
  color: #151b25;
}

.default-header .menu-default-container .menu li a:hover {
  color: rgba(0, 0, 0, 0.67);
}

.default-header .menu-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  min-height: 48px;
}

.default-header .search-wrapper {
  margin-bottom: 2px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 0px;
}

.default-header .search-wrapper:hover {
  border: 1px solid transparent;
}

.default-header .search-wrapper:hover .icon-wrapper {
  color: rgba(0, 0, 0, 0.7);
}

.default-header .search-wrapper:active {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.default-header .search-wrapper.focus {
  border: 1px solid #655dff;
}

.default-header .search-wrapper .icon-wrapper {
  position: absolute;
  left: 3px;
  top: 5px;
  height: 19px;
  color: #838383;
}

.default-header .search-wrapper .button {
  display: none;
}

.default-header .search-wrapper .form-control {
  font-size: 12px;
  border: none;
  border-radius: 4px;
  padding: 4px 2px;
  margin: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.default-header .search-wrapper .form-control:hover:not(:focus) {
  border: none;
}

.default-header .search-wrapper .form-control:active {
  border: none;
}

.default-header .search-wrapper .form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
  width: 270px;
  -webkit-transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 140ms cubic-bezier(0.4, 0, 0.2, 1);
}

.default-header .mobile-nav .search-wrapper {
  width: 100%;
  background-color: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.21);
  margin-left: 10px;
  margin-top: 18px;
  width: calc(100% - 18px);
}

.default-header .mobile-nav .search-wrapper:hover .icon-wrapper {
  color: #838383;
}

.default-header .mobile-nav .search-wrapper .icon-wrapper {
  left: 7px;
  top: 5px;
  height: 32px;
}

.default-header .mobile-nav .search-wrapper input {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 10px 9px;
  font-size: 14px;
  font-weight: 400;
}

.default-header .mobile-nav .search-wrapper input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.57;
  font-weight: 300;
}

.default-header .mobile-nav .search-wrapper input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.57;
  font-weight: 300;
}

.default-header .mobile-nav .search-wrapper input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.57;
  font-weight: 300;
}

.default-header .mobile-nav .search-wrapper input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.57;
  font-weight: 300;
}

.default-header .search-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.default-header .search-overlay .search-overlay-inner {
  background: #fff;
  height: 200px;
  -webkit-box-shadow: 0 16px 40px rgba(21, 27, 37, 0.12);
  box-shadow: 0 16px 40px rgba(21, 27, 37, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.default-header .search-overlay .search-overlay-inner .kp_icon_search {
  width: 36px;
  height: 36px;
  color: rgba(21, 27, 37, 0.4);
  top: -3px;
}

.default-header .search-overlay .search-overlay-inner .search-overlay-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-header .search-overlay .search-overlay-inner .search-overlay-input {
  border: none;
  background: transparent;
  font-size: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  width: auto;
}

.default-header .search-overlay .search-overlay-inner .search-overlay-close {
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.default-header .search-overlay .search-overlay-inner .search-overlay-close:active,
.default-header .search-overlay .search-overlay-inner .search-overlay-close:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.default-header .search-overlay .search-overlay-inner .search-overlay-close .kp_icon_close {
  width: 25px;
}

.default-header .search-overlay .search-overlay-inner .search-overlay-close .kp_icon_close:hover:after {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -4px;
  left: -3px;
  border-radius: 50%;
  background-color: rgba(21, 27, 37, 0.1);
}

body.search-visible {
  overflow-y: hidden;
}

body.search-visible .search-overlay {
  opacity: 1;
  pointer-events: all;
  display: block;
  visibility: visible;
}

body.search-visible .search-overlay .search-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page-template-default .container.header-wrapper,
.page-template .container.header-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-scrolled .default-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-bordered .container.header-wrapper {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.11);
}

/*------------------------------------------------------------------
[17. Default Footer]
*/

/* Default footer
------------------------------------
*/

.default-footer {
  font-size: 14px;
  margin-top: 60px;
  background-color: rgba(21, 27, 37, 0.05);
  padding-top: 35px;
}

.default-footer .logo-container img {
  max-height: 32px;
}

.default-footer .footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.default-footer .copyright {
  line-height: 24px;
  display: inline-block;
}

.default-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.default-footer .footer-links label {
  font-family: "Manrope";
  font-size: 14px;
  color: #151b25;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 14px;
}

.default-footer .footer-links a {
  max-width: 80%;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 300;
}

.default-footer .footer-links a:hover {
  text-decoration: underline;
}

.default-footer .footer-links .read-more {
  margin-top: 8px;
  font-size: 14px;
  border-bottom: 1px dotted rgba(21, 27, 37, 0.89);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 19px;
}

.default-footer .footer-links .read-more:hover {
  border-bottom: 1px solid rgba(21, 27, 37, 0.69);
  text-decoration: none;
}

.default-footer .privacy-policy {
  margin-top: 100px;
}

.default-footer .privacy-policy p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.89);
}

.default-footer .copyright-name p {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.84);
}

.default-footer .logo-container h4 {
  margin-top: 0px;
  margin-bottom: 28px;
}

.default-footer .logo-container h6 {
  margin-top: 28px;
  color: #8e8e94;
}

.default-footer .footer-social-links .icon-wrapper {
  height: 16px;
}

.default-footer #menu-social-menu.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 34px;
}

.default-footer #menu-social-menu.menu li {
  line-height: 24px;
  margin-bottom: 12px;
}

.default-footer #menu-social-menu.menu li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: inherit;
}

.default-footer #menu-social-menu.menu li ul {
  display: none;
}

/*------------------------------------------------------------------
[18. Gallery]
*/

/* Gallery styles
------------------------------------
*/

.wp-caption,
.gallery-caption {
  width: auto;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}

.gallery-item {
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  max-width: inherit !important;
  width: 100% !important;
  margin-left: unset !important;
  height: auto;
  -webkit-transition: opacity 120ms ease-out 0s;
  transition: opacity 120ms ease-out 0s;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.gallery-item a:hover img {
  opacity: 0.8;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: opacity 120ms ease-in 0s;
  transition: opacity 120ms ease-in 0s;
}

.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-caption {
  display: block;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}

.wp-block-gallery .blocks-gallery-item:hover {
  opacity: 0.8;
  -webkit-transition: opacity 120ms ease-in 0s;
  transition: opacity 120ms ease-in 0s;
}

.wp-block-gallery .blocks-gallery-item img {
  max-width: inherit !important;
  width: 100% !important;
  margin-left: unset !important;
  -webkit-transition: opacity 120ms ease-in 0s;
  transition: opacity 120ms ease-in 0s;
}

/*------------------------------------------------------------------
[19. Media]
*/

.entry-content .mejs-container * {
  color: #8e8e93;
}

.entry-content .mejs-container {
  background: white;
  border-radius: 4px;
}

.entry-content .mejs-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: 50;
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.entry-content .mejs-container .mejs-controls {
  background: white;
  border-radius: 4px;
}

.entry-content .mejs-container .mejs-controls .mejs-button > button {
  background-image: url("img/media-controls.svg");
}

.entry-content .mejs-container .mejs-controls .mejs-button:before {
  content: '';
  height: 28px;
  width: 28px;
  position: absolute;
  background: rgba(32, 33, 36, 0);
  left: 0px;
  top: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  border-radius: 50%;
}

.entry-content .mejs-container .mejs-controls .mejs-button:hover:before {
  background: rgba(32, 33, 36, 0.052);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.entry-content .mejs-container .mejs-controls .mejs-button:active:before {
  background: rgba(32, 33, 36, 0.122);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-content .mejs-container .mejs-controls .mejs-button button:focus {
  outline: none;
}

.entry-content .mejs-container .mejs-controls .mejs-playpause-button:before {
  left: 11px;
  top: 5px;
}

.entry-content .mejs-container .mejs-controls .mejs-volume-button:before {
  left: 2px;
  top: 6px;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail {
  padding-top: 0px;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 0px;
  height: 100%;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total:focus {
  outline: none;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-buffering,
.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded,
.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current,
.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-hovered,
.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle {
  height: 100%;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: transparent;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle {
  opacity: 0;
  border: 2px solid transparent;
  left: 4px;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-hovered {
  background: #f5f5f5;
}

.entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
  background: #cccccc;
}

.entry-content .mejs-container .mejs-controls .mejs-time-float {
  background: white;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  border: none;
}

.entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider:focus {
  outline: none;
}

.entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #e5e5e5;
  border-radius: 4px;
  height: 2px;
  overflow: hidden;
  top: 19px;
}

.entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #b3b3b3;
}

/*------------------------------------------------------------------
[20. Error Page]
*/

/* 404 page Styles
------------------------------------
*/

.error-404.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
}

.error-404.not-found p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.error-404.not-found .page-content {
  padding-top: 0px;
  width: 100%;
  margin-top: 20px;
}

.error-404.not-found header {
  width: 100%;
}

.error-404.not-found header .page-emoticon {
  font-size: 160px;
  font-weight: 100;
  line-height: 115.5px;
  margin-bottom: 75px;
  width: 100%;
  text-align: center;
}

.error-404.not-found header .page-title {
  margin-bottom: unset;
  font-size: 32px;
  line-height: 41px;
}

.error-404.not-found svg {
  width: 215px;
}

.error-404.not-found .center-ills {
  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;
  height: calc(90vh - 207px);
}

.error-404.not-found .center-text {
  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;
  max-width: 460px;
}

.error-404.not-found .search-outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.error-404.not-found .search-outer-wrapper .search-wrapper {
  width: 375px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0px 10px;
}

.error-404.not-found .search-outer-wrapper .search-wrapper form {
  height: 100%;
}

.error-404.not-found .search-outer-wrapper .search-wrapper form div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

.error-404.not-found .search-outer-wrapper .search-wrapper form .icon-wrapper {
  height: 100%;
}

.error-404.not-found .search-outer-wrapper .search-wrapper form .form-control {
  border: none;
  width: 100%;
  font-size: 12px;
}

.error-404.not-found .search-outer-wrapper .searchbar-search {
  margin: 0px 0px 0px 16px;
}

.error-404.not-found .nav-back-wrapper {
  width: 100%;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-404.not-found .nav-back-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  color: #655dff;
}

/*------------------------------------------------------------------
[21. WP Blocks]
*/

.entry-content.content .wp-block-archives li:before,
.entry-content.content .wp-block-latest-comments li:before,
.entry-content.content .wp-block-latest-posts li:before,
.entry-content.content .wp-block-gallery li:before {
  display: none;
}

.entry-content.content .wp-block-categories li:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 10px;
  left: -27px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}

.entry-content.content .wp-block-quote p {
  margin-top: 0;
}

.entry-content.content .wp-block-pullquote.alignleft,
.entry-content.content .wp-block-pullquote.alignright {
  margin-bottom: 40px;
}

.entry-content.content .wp-block-cover .wp-block-cover-text {
  color: white;
}

.entry-content .is-large p,
.entry-content .is-style-large p {
  font-size: 36px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  margin-top: 48px !important;
}

.entry-content .has-medium-font-size {
  font-size: 22px !important;
  line-height: 1.7 !important;
}

.entry-content .has-large-font-size {
  font-size: 36px !important;
  line-height: 1.3 !important;
}

.entry-content .has-drop-cap:first-letter {
  font-family: "Manrope";
  initial-letter: 2;
  font-size: 600% !important;
  font-weight: 500 !important;
}

.entry-content .has-small-font-size {
  font-size: 14px !important;
  letter-spacing: 0.01em !important;
}

.entry-content .has-background {
  border-radius: 6px;
}

.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
  padding: 0;
}

.entry-content .wp-block-quote.is-large:before,
.entry-content .wp-block-quote.is-style-large:before {
  font-size: 82px;
}

.entry-content .wp-block-quote.is-large p,
.entry-content .wp-block-quote.is-style-large p {
  font-size: 36px;
  line-height: 1.32;
  font-style: normal;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 17px;
}

.entry-content .wp-block-pullquote blockquote:before {
  top: -10px;
  color: #655dff;
}

.entry-content .wp-block-pullquote p {
  margin-left: 0px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 90%;
  margin-left: auto;
}

.entry-content .wp-block-pullquote.is-style-solid-color p {
  padding: 0px 30px;
}

.entry-content .wp-block-pullquote {
  padding: 12px 0px 1px 0px;
  margin-top: 36px;
  border-radius: 4px;
}

.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
  width: 40%;
  margin-top: 36px;
  margin-bottom: 0px;
}

.entry-content .wp-block-pullquote.alignleft p,
.entry-content .wp-block-pullquote.alignright p {
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.entry-content .wp-block-pullquote.alignright {
  margin-left: 50px;
}

.entry-content .wp-block-pullquote.alignleft {
  margin-right: 40px;
  margin-left: 0;
}

.entry-content .wp-block-button {
  margin-top: 36px;
}

.entry-content .wp-block-button.alignleft,
.entry-content .wp-block-button.aligncenter,
.entry-content .wp-block-button.alignright {
  margin-top: 0;
}

.entry-content .wp-block-button .wp-block-button__link {
  background-color: #655dff;
  color: #655dff;
  padding: 12px 19px;
  font-size: 14px;
  min-width: 72px;
  font-weight: 500;
  -webkit-filter: none;
  filter: none;
  border: 0;
  border: 1px solid #655dff !important;
  line-height: 14px;
  border-radius: 4px;
  cursor: default;
  font-family: "Manrope";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 36px;
}

.entry-content .wp-block-button .wp-block-button__link:active {
  -webkit-box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.14);
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #655dff !important;
  color: #655dff !important;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.14);
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #655dff;
  border: 1px solid #655dff !important;
  color: #fff !important;
}

.entry-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px;
}

.entry-content .wp-block-button__link {
  line-height: 18px !important;
  font-size: 16px !important;
  background-color: #655dff;
  color: #fff !important;
  -webkit-filter: none;
  filter: none;
  border-radius: 4px;
  font-weight: 500;
  border: none !important;
  padding: 13px 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.entry-content .wp-block-button__link:hover {
  background-color: rgba(101, 93, 255, 0.8);
}

.entry-content .wp-block-image {
  margin-top: 46px;
}

.entry-content .wp-block-image.alignleft {
  margin-right: 23px;
}

.entry-content .wp-block-image.alignRight {
  margin-left: 23px;
}

.entry-content .wp-block-separator .is-style-wide {
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.entry-content .wp-block-separator .is-style-dots:before {
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: 1.6em;
}

.entry-content .wp-block-table.has-fixed-layout td {
  padding: 13px 17px;
}

.entry-content .wp-block-table.is-style-stripes td {
  padding: 13px 17px;
}

.entry-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: rgba(21, 27, 37, 0.06);
}

.entry-content .wp-block-cover {
  margin-top: 36px;
}

.entry-content .wp-block-cover .wp-block-cover-text {
  font-size: 32px;
  font-weight: 500;
  font-family: "Manrope";
  line-height: 1.2;
  max-width: 78%;
  padding: 6%;
  margin-top: 0;
  color: #fff;
}

.entry-content .wp-block-cover .wp-block-cover-text a {
  color: #fff !important;
  -webkit-filter: none;
  filter: none;
}

.entry-content .wp-block-cover-image {
  margin-top: 36px;
  margin-bottom: 25px;
}

.entry-content .wp-block-cover-image.aligncenter {
  clear: both;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text {
  font-size: 32px;
  font-weight: 500;
  font-family: "Manrope";
  line-height: 1.2;
  max-width: 78%;
  padding: 6%;
  color: #fff;
  margin-top: 0;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text a {
  color: #fff !important;
}

.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 18px;
  font-weight: 500;
  opacity: 1;
  padding-bottom: 10px;
}

.entry-content .wp-block-gallery .blocks-gallery-item {
  padding: 0px;
}

.entry-content .gallery-item {
  text-align: center;
}

.entry-content .gallery-item a {
  border: none;
}

.entry-content .wp-block-file {
  margin-top: 36px;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.entry-content .wp-block-file a {
  line-height: 21px !important;
  margin-top: 10px;
  font-size: 13px !important;
  color: rgba(21, 27, 37, 0.6) !important;
  border-bottom: 1px dashed rgba(21, 27, 37, 0.23);
}

.entry-content .wp-block-file .wp-block-file__button {
  border: 1px solid #655dff;
  background: #655dff;
  color: #fff !important;
  font-weight: 400;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 16px !important;
  margin-left: 0;
  -webkit-filter: none;
  filter: none;
}

.entry-content .wp-block-video {
  margin-top: 36px;
}

.entry-content .wp-block-embed__wrapper {
  margin-top: 36px;
}

.entry-content .wp-block-embed__wrapper iframe {
  max-width: 100%;
}

.entry-content .wp-block-media-text {
  margin-top: 36px;
}

.entry-content .wp-block-column blockquote,
.entry-content .wp-block-column .wp-block-quote {
  margin-left: 0!important;
}

.entry-content .wp-block-column blockquote p,
.entry-content .wp-block-column .wp-block-quote p {
  padding: 0px 20px;
}

.entry-content .wp-block-column ul,
.entry-content .wp-block-column ol {
  list-style-position: inside;
}

.entry-content .wp-block-latest-comments__comment-date {
  color: rgba(21, 27, 37, 0.67);
  margin-top: 3px;
  font-size: 13px;
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts {
  list-style: none;
  padding-top: 10px;
  margin: 0;
  padding-left: 0;
  background-color: rgba(21, 27, 37, 0.06);
  padding-left: 9px;
  padding: 18px !important;
}

.entry-content .wp-block-archives p,
.entry-content .wp-block-categories p,
.entry-content .wp-block-latest-comments p,
.entry-content .wp-block-latest-posts p {
  font-size: 15px;
  margin-top: 15px;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-comments li,
.entry-content .wp-block-latest-posts li {
  line-height: 22px !important;
  margin-bottom: 9px;
}

.entry-content .wp-block-archives li a,
.entry-content .wp-block-categories li a,
.entry-content .wp-block-latest-comments li a,
.entry-content .wp-block-latest-posts li a {
  background-color: transparent;
  border-bottom: 1px solid #bbdefb;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-decoration: none;
  font-size: 15px !important;
  color: rgba(21, 27, 37, 0.67) !important;
  border-bottom-color: #e6e7eb;
  font-weight: 400;
}

.entry-content .wp-block-archives li a:hover,
.entry-content .wp-block-categories li a:hover,
.entry-content .wp-block-latest-comments li a:hover,
.entry-content .wp-block-latest-posts li a:hover {
  color: rgba(21, 27, 37, 0.5) !important;
  border-bottom-color: rgba(21, 27, 37, 0.5);
}

.entry-content .wp-block-archives li:last-child,
.entry-content .wp-block-categories li:last-child,
.entry-content .wp-block-latest-comments li:last-child,
.entry-content .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.entry-content .wp-block-archives li:first-child,
.entry-content .wp-block-categories li:first-child,
.entry-content .wp-block-latest-comments li:first-child,
.entry-content .wp-block-latest-posts li:first-child {
  margin-top: 0px;
}

.entry-content .wp-block-archives a:hover,
.entry-content .wp-block-categories a:hover,
.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-posts a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.entry-content .wp-block-archives label,
.entry-content .wp-block-categories label,
.entry-content .wp-block-latest-comments label,
.entry-content .wp-block-latest-posts label {
  margin-right: 15px;
}

.entry-content .wp-block-archives-dropdown {
  margin-top: 36px;
}

.entry-content .wp-block-archives {
  background-color: transparent;
}

.entry-content .wp-block-archives li {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.entry-content .wp-block-archives li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10px;
  padding-right: 0px;
}

.entry-content .wp-block-categories {
  margin-top: 36px;
}

.entry-content .wp-block-categories li {
  margin-left: 27px;
  position: relative;
  max-width: 210px;
  font-size: 14px !important;
  color: rgba(21, 27, 37, 0.72);
}

.entry-content .wp-block-categories li:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 10px;
  left: -27px;
}

.entry-content .wp-block-categories ul * {
  list-style: none;
}

.entry-content .wp-block-categories .children {
  margin-top: 10px;
}

.entry-content .wp-block-latest-comments {
  background-color: #fff;
}

.entry-content .wp-block-latest-comments p {
  margin-top: 8px;
  margin-bottom: 10px;
}

.entry-content .wp-block-latest-comments article {
  padding: 13px 0px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(21, 27, 37, 0.15);
}

.entry-content .wp-block-latest-comments__comment-avatar {
  margin: 17px 11px 7px 3px;
  width: 33px;
  height: 33px;
}

.entry-content .wp-block-latest-comments__comment {
  margin-top: 8px;
}

.entry-content .wp-block-latest-posts {
  background-color: transparent;
}

.entry-content .wp-block-latest-posts li {
  padding: 15px;
  border: 1px solid rgba(21, 27, 37, 0.12);
  border-radius: 4px;
}

.entry-content .wp-block-latest-posts li a {
  color: rgba(21, 27, 37, 0.89);
}

.entry-content .page-links {
  font-size: 14px;
  color: rgba(21, 27, 37, 0.66);
  border-bottom: 1px solid rgba(21, 27, 37, 0.1);
  padding: 12px;
}

.entry-content .page-links .post-page-numbers {
  display: inline-block;
  width: 30px;
  line-height: 30px !important;
  font-size: 15px !important;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  border: none;
}

.entry-content .page-links .post-page-numbers:hover {
  background-color: rgba(101, 93, 255, 0.22);
  border: none;
}

.entry-content .page-links .current {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  height: 30px;
  background-color: rgba(21, 27, 37, 0.12);
  border-radius: 50%;
  color: rgba(21, 27, 37, 0.87);
}

.entry-content .page-links .current:hover {
  background-color: rgba(21, 27, 37, 0.12);
}

/*------------------------------------------------------------------
[22. Misc]
*/

figure {
  margin: 0;
  max-width: 100%;
  position: relative;
}

img.size-full {
  width: auto;
  height: auto;
}

img.alignnone {
  float: none;
}

body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
  clear: both;
  display: block;
  float: none;
  margin-right: 0;
  margin-left: -40%;
  max-width: 140%;
}

/* Util styles
------------------------------------
*/

.hint-text {
  color: rgba(21, 27, 37, 0.67);
  font-weight: 300;
}

.alignleft {
  float: left;
  margin: 0px 23px 0px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alignright {
  float: right;
  margin: 0px 0px 0px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.full-width {
  width: 100%;
}

.justify-left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none!important;
  visibility: hidden!important;
}

.no-margin {
  margin: 0 !important;
}

/*------------------------------------------------------------------
[23. Responsive]
*/

/* Responsive styles
------------------------------------
*/

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991px) {
  .post-template-page_with-sidebar .navigation-post {
    margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 994px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .single .hero-container {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1480px) {
  body:not(.page) .container {
    max-width: 1440px;
  }

  body:not(.page) .entry-content h1,
  body:not(.page) .entry-content blockquote,
  body:not(.page) .entry-content .wp-block-quote {
    margin-left: -68px;
  }

  .single .hero-container {
    max-width: calc(100% - 100px);
    min-width: 1440px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1680px) {
  .entry-content.content .page-header {
    border-radius: 8px;
  }
}

@media (min-width: 1800px) {
  .single .hero-container {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 2000px) {
  .single .hero-container {
    max-width: 80%;
  }
}

@media (max-width: 1480px) {
  .article-wrapper .article-inner {
    padding-left: 22px;
  }

  .entry-width {
    width: 680px;
  }

  .no-sidebar .entry-content .alignright {
    margin-right: 0px;
  }

  .no-sidebar .entry-content .alignleft {
    margin-left: 0px;
  }
}

@media (max-width: 1479px) {
  .post-title-wrapper .post-title-inner .entry-title-wrapper .entry-title-inner {
    max-width: 850px;
  }
}

@media (max-width: 1280px) {
  .no-sidebar .entry-content .alignleft,
  .no-sidebar .entry-content .alignright {
    max-width: 56%;
    width: auto;
  }
}

@media (max-width: 992px) {
  .no-sidebar .entry-content .alignleft,
  .no-sidebar .entry-content .alignright {
    max-width: 48%;
  }

  .no-sidebar .entry-content .alignleft {
    margin-left: -6%;
  }

  .no-sidebar .entry-content .alignright {
    margin-right: -6%;
  }
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body:not(.page) h1 a,
  body:not(.page) h2 a,
  body:not(.page) h3 a,
  body:not(.page) h4 a,
  body:not(.page) h5 a,
  body:not(.page) h6 a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.17);
  }

  .navigation-post {
    display: none;
  }

  .grid-item {
    padding: 0 7px;
  }

  .grid-item.sticky-wrapper .hero-container {
    width: calc((((100vw - 100%) / 2 + 100%) - 50%) - 15px);
  }

  .grid-item .grid-content {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-item .grid-content.sticky .content-inner {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }

  .grid-item .grid-content.sticky {
    max-height: unset;
    margin-top: 0;
  }

  .grid-item .grid-content.sticky .row {
    margin: 0 !important;
  }

  .grid-item .grid-content.sticky .row > div {
    padding: 0;
  }

  .grid-item .grid-content.sticky .row .hero-container {
    min-height: 30vh;
    margin-bottom: 0;
  }

  .grid-item .grid-content.sticky .row .column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-item .grid-content {
    border-bottom: 0.5px solid #c7c7c7;
  }

  .grid-item .grid-content.sticky .entry-title {
    max-height: 81px;
  }

  .grid-item.sticky-wrapper > article {
    padding-bottom: 0;
  }

  .grid-item.sticky-wrapper > article .post-category {
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .sticky-wrapper {
    margin-bottom: 20px;
  }

  .article-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 20px;
  }

  .article-wrapper .article-inner {
    width: 100%;
    padding: 0;
  }

  .article-wrapper .article-inner .entry-content,
  .article-wrapper .article-inner .entry-footer {
    padding-right: 0;
  }

  .article-wrapper .article-inner .post-utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-wrapper .article-inner .post-utils .tags-links {
    margin-top: 10px;
  }

  .article-wrapper .widget-area {
    width: 100%;
  }

  .article-wrapper .widget-area .article-info {
    display: none;
  }

  .article-wrapper .widget-area .article-details-wrapper {
    display: none;
  }

  .article-wrapper > .article-author-thumbnail {
    display: none;
  }

  .no-sidebar .article-wrapper .article-inner {
    width: 100%;
  }

  .entry-width {
    width: 100%;
  }

  .entry-wrapper > div {
    padding-right: 0;
  }

  .post-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article-inner > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .author-wrapper {
    width: 230px;
  }

  .media-container .media-preview-wrapper,
  .media-container .media-content {
    display: block;
    float: unset;
    width: 100%;
  }

  .media-container .media-preview-wrapper {
    border-right: none;
    padding: 0;
  }

  .media-container .media-preview .media-center-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .media-container .media-preview .media-center-container .wp-caption {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .media-container .media-preview p:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-login-comment-form .comment-form.active {
    height: 531px;
  }

  .comments-area .comment-list article .comment-inner .comment-reply-link {
    opacity: 1;
  }

  .hero-container {
    margin-bottom: 0;
  }

  .post-filter-wrapper {
    margin-bottom: 20px;
  }

  .post-filter-wrapper .column {
    padding: 0;
  }

  .grid-item {
    padding: 0 15px;
  }

  .single-format-image .media-container,
  .single-format-video .media-container {
    display: block;
  }
}

@media (max-width: 768px) {
  .entry-content blockquote {
    margin-left: 0;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .mobile-nav {
    display: block;
  }

  .default-header .container.header-wrapper .search-wrapper-outer {
    display: none;
  }

  .default-header .menu-wrapper {
    display: none;
  }

  body:not(.page) .page-content {
    padding-top: 60px;
  }

  .post-title-wrapper .post-title-inner .hide-title-author {
    display: block;
  }

  .widget-area .author-wrapper {
    display: none;
  }

  .default-header .logo {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .error-404.not-found {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .error-404.not-found header .page-title {
    text-align: center;
  }

  .error-404.not-found .page-content p {
    text-align: center;
  }

  .error-404.not-found .center-ills svg {
    max-width: 156px;
  }

  .error-404.not-found .nav-back-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .error-404.not-found .center-text {
    max-width: 100%;
  }

  .hero-container {
    border-radius: 0px;
  }

  .post-title-wrapper .post-title-inner .author-wrapper .img-thumbnail img {
    height: 64px;
    width: 64px;
  }

  .footer-links {
    margin-top: 35px;
  }

  .grid-item.sticky-wrapper .hero-container {
    width: 100%;
    position: relative;
    left: auto;
  }

  .grid-item.sticky-wrapper .sticky-left {
    display: none;
  }

  .grid-item:not(.has-post-thumbnail) .grid-content.sticky .entry-title {
    line-height: 1.4;
    font-size: 46px;
    display: block;
    min-height: 46px;
  }

  .grid-item .grid-content {
    margin-bottom: 36px;
  }

  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-wrapper .newsletter-title {
    margin-bottom: 14px;
  }

  .newsletter-wrapper .newsletter-title,
  .newsletter-wrapper .mc-newsletter-signup {
    width: 100%;
    margin: 0;
  }

  .post-filter-wrapper .img-thumbnail {
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .post-filter-wrapper .author-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  .no-sidebar .entry-content .alignleft,
  .no-sidebar .entry-content .alignright {
    max-width: 100%;
    margin: 30px auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 560px) {
  ul,
  ol {
    list-style-position: inside !important;
  }

  hr {
    width: 100vw;
    margin-left: -9%;
  }

  .default-header .container.header-wrapper {
    padding: 0 15px;
  }

  .page-content .content.entry-content .page-content-inner,
  .page-header .inner {
    padding: 0 10px;
  }

  .grid-item {
    padding: 0;
  }

  .grid-item .grid-content.sticky .content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-item .post-footer-author-wrapper {
    left: auto;
    right: auto;
  }

  .grid-item .grid-content.sticky .entry-title {
    line-height: 42px;
    font-size: 38px;
    max-height: 215px;
  }

  .grid-item:not(.has-post-thumbnail) .grid-content.sticky .entry-title {
    line-height: 1.3;
    font-size: 38px;
    max-height: 244px;
    overflow: hidden;
  }

  .grid-item .has-post-thumbnail .grid-content.sticky .entry-title {
    letter-spacing: 0.0021em;
    max-height: 85px;
    display: block;
    overflow: hidden;
    font-size: 23px;
    line-height: 29px;
  }

  .grid-item .grid-content {
    border-bottom: 0.5px solid #c7c7c7;
  }

  .grid-item .grid-content-inner {
    padding: 0px;
  }

  .grid-item.sticky-wrapper > article {
    padding-top: 20px;
  }

  .grid-item.sticky-wrapper > article .post-category {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .grid-item.sticky-wrapper > article .post-category a {
    color: #655dff;
  }

  .grid-item .post-category {
    margin-top: 10px;
  }

  .article-wrapper {
    padding: 15px;
  }

  .article-info {
    margin-left: 78px;
  }

  .entry-content blockquote p {
    margin-left: 0;
  }

  .entry-content blockquote cite {
    margin-left: 38px;
  }

  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .related-post-wrapper .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .currently-reading .container {
    padding: 10px 15px !important;
  }
}

@media (max-width: 360px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xs-11 {
    max-width: 91.666667%;
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.333333%;
  }

  .offset-xs-2 {
    margin-left: 16.666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.333333%;
  }

  .offset-xs-5 {
    margin-left: 41.666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.333333%;
  }

  .offset-xs-8 {
    margin-left: 66.666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.333333%;
  }

  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 361px) and (max-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }

  .post-title-wrapper .post-title-inner .entry-title-wrapper .entry-title-inner {
    max-width: 560px;
  }

  .entry-width {
    width: 580px;
  }

  .related-post-wrapper {
    width: 580px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .article-wrapper .article-inner {
    width: calc(100% - 329px);
  }

  .article-wrapper .widget-area {
    width: 250px;
  }

  .author-info-wrapper {
    padding-right: 48px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .post-title-wrapper .post-title-inner {
    display: block;
  }

  .post-title-wrapper .post-title-inner .entry-title {
    line-height: 42px;
    font-size: 38px;
    margin-bottom: 15px;
    display: block;
    margin-top: 0px;
  }

  .post-title-wrapper .post-title-inner .hide-title-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .author-info-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .author-wrapper {
    width: 100%;
    margin-right: 30px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .article-info {
    width: 37%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .post-title-wrapper .post-title-inner {
    display: block;
  }

  .post-title-wrapper .post-title-inner .entry-title {
    line-height: 42px;
    font-size: 38px;
    margin-bottom: 15px;
    display: block;
    margin-top: 0px;
  }

  .post-title-wrapper .post-title-inner .author-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    width: 84%;
  }

  .paged .container .article-wrapper {
    padding-top: 15px !important;
  }

  body:not(.page) .container {
    padding: 0 15px;
  }

  body:not(.page) .container.media-viewer {
    padding: 0;
  }

  body:not(.page) .container .article-wrapper {
    padding: 0px;
    padding-top: 18px;
  }

  body:not(.page) .container .article-wrapper .full-width .row {
    margin-left: unset !important;
    margin-right: unset !important;
  }

  body:not(.page) .container .article-wrapper .full-width .row .grid-item .grid-content-inner {
    padding-left: 0px;
  }

  body:not(.page) .navigation-post {
    margin: 0;
    margin-top: 20vh;
    margin-bottom: 20px;
    border: none;
  }

  body:not(.page) .navigation-post .navigation-link:only-child {
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body:not(.page) .navigation-post .prev-link {
    padding: 10px;
    padding-left: 9px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body:not(.page) .navigation-post .prev-link .prev-link-text {
    margin-bottom: 5px;
  }

  body:not(.page) .navigation-post .prev-link .icon-default {
    margin-right: 10px;
    margin-left: 0px;
  }

  body:not(.page) .navigation-post .prev-link .full-width a {
    max-width: unset;
  }

  body:not(.page) .navigation-post .next-link {
    padding: 10px;
    padding-right: 9px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: none;
  }

  body:not(.page) .navigation-post .next-link .next-link-text {
    margin-bottom: 5px;
  }

  body:not(.page) .navigation-post .next-link .icon-default {
    margin-right: 0px;
    margin-left: 10px;
  }

  body:not(.page) .navigation-post .next-link .full-width a {
    max-width: unset;
  }

  body:not(.page) .entry-content blockquote p:before {
    top: -28px;
    left: 0px;
  }

  .comments-area .children > .comment > .children .comment-inner {
    margin-left: 40px;
  }

  .comments-area .children > .comment > .children > .comment > .children .comment-inner {
    margin-left: 50px;
  }

  .comments-area .children > .comment > .children > .comment > .children > .comment > .children .comment-inner {
    margin-left: 60px;
  }

  .single-format-video .media-preview p iframe {
    height: 50vh;
    min-height: unset;
  }

  .media-container .media-content {
    padding: 25px 15px;
  }
}

@media screen and (min-width: 30em) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 48em) {
  /* Gallery Columns */

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }

  .gallery-columns-10 .gallery-item {
    max-width: 9.11%;
  }
}