@charset "UTF-8";
/*!
Theme Name: Kingnews
Theme URI: https://ld-wp73.template-help.com/wordpress/prod_3201/v1/
Author: Zemez
Author URI: Zemez.io
Description: Kingnews - modern and eye catching WordPress eCommerce theme for cosmetics, fashion, skin care or perfumes store. The theme comes with a huge set of widgets and optimized for Woocommerce plugin and TM WooPack extension.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kingnews
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

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

Kingnews is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Button */
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes kingnews_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes kingnews_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: white;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

figure {
  margin: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}
.entry-content h1, .page-content h1, .entry-content h2, .page-content h2, .entry-content h3, .page-content h3, .entry-content h4, .page-content h4, .entry-content h5, .page-content h5, .entry-content h6, .page-content h6 {
  margin: 2rem auto 1rem;
}
.entry-content h1:first-child, .page-content h1:first-child, .entry-content h2:first-child, .page-content h2:first-child, .entry-content h3:first-child, .page-content h3:first-child, .entry-content h4:first-child, .page-content h4:first-child, .entry-content h5:first-child, .page-content h5:first-child, .entry-content h6:first-child, .page-content h6:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .entry-content h1, .page-content h1, .entry-content h2, .page-content h2, .entry-content h3, .page-content h3, .entry-content h4, .page-content h4, .entry-content h5, .page-content h5, .entry-content h6, .page-content h6 {
    margin: 1.1rem auto 0.9rem;
  }
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin: 8px 0;
}
p:last-child {
  margin-bottom: 0;
}
p + p {
  margin: 8px 0;
}
p > img {
  margin-top: 17px;
}

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

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 1.5em 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

code {
  padding: 2px 5px;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.icon-svg {
  line-height: 1em;
  height: auto;
}
.icon-svg > path {
  fill: #899296;
  vertical-align: middle;
}
.icon-svg__comments, .icon-svg__tags, .icon-svg__clock {
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.social-list .menu-item > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1480px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 940px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1120px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1480px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.3333333333%;
  }
  .col-xxl-push-2 {
    left: 16.6666666667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.3333333333%;
  }
  .col-xxl-push-5 {
    left: 41.6666666667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.3333333333%;
  }
  .col-xxl-push-8 {
    left: 66.6666666667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.3333333333%;
  }
  .col-xxl-push-11 {
    left: 91.6666666667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 640px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 940px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1120px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1480px) {
  .col-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-xxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.row-xs-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xs-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xs-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 640px) {
  .row-sm-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-sm-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 940px) {
  .row-md-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-md-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1120px) {
  .row-lg-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-lg-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-xl-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1480px) {
  .row-xxl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-xxl-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.col-xs-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-xs-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-xs-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 640px) {
  .col-sm-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-sm-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 940px) {
  .col-md-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-md-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1120px) {
  .col-lg-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-lg-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-xl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1480px) {
  .col-xxl-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-xxl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-xxl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

.entry-content .wp-block-pullquote.is-style-solid-color.has-background {
  padding: 3em 0;
}
.entry-content .wp-block-pullquote.is-style-solid-color.has-background .has-text-color {
  margin: 40px auto;
  text-align: left;
  max-width: 60%;
}
@media (max-width: 639px) {
  .entry-content .wp-block-pullquote.is-style-solid-color.has-background .has-text-color {
    margin: 20px auto;
    max-width: 100%;
  }
}
.entry-content .wp-block-pullquote.is-style-solid-color.has-background .has-text-color cite {
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 639px) {
  .wp-block-pullquote p {
    font-size: 20px;
  }
}

body blockquote {
  position: relative;
  margin: 35px 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  font-size: 18px;
  padding: 30px 20px 50px;
}
@media (min-width: 1120px) {
  body blockquote:not(.has-very-dark-gray-color) {
    padding: 93px 50px 120px;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }
}
body blockquote p {
  font-size: 20px;
}
@media (min-width: 1120px) {
  body blockquote p {
    font-size: 30px;
  }
}
body blockquote.wp-block-quote.is-style-large cite {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body blockquote.wp-block-quote.is-style-large {
  padding: 50px 20px 80px;
}
@media (min-width: 1120px) {
  body blockquote.wp-block-quote.is-style-large {
    padding: 93px 50px 120px;
  }
}
body blockquote.wp-block-quote.is-style-large p {
  font-size: 1.35em;
}
body blockquote:before {
  content: "";
  position: relative;
  display: block;
  width: 69px;
  height: 74px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.016 17.016l1.969-4.031h-3v-6h6v6l-1.969 4.031h-3zM6 17.016l2.016-4.031h-3v-6h6v6l-2.016 4.031h-3z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.016 17.016l1.969-4.031h-3v-6h6v6l-1.969 4.031h-3zM6 17.016l2.016-4.031h-3v-6h6v6l-2.016 4.031h-3z"></path></svg>');
}
body blockquote:after {
  display: none;
}
body blockquote:not(.has-very-dark-gray-color):after {
  background-color: #f8f8f8;
}
body blockquote.has-very-dark-gray-color:before {
  margin-left: -15px;
  margin-right: auto;
}
body blockquote:first-child {
  margin-top: 0;
}
body blockquote:last-child {
  margin-bottom: 0;
}
body blockquote.has-light-gray-color {
  text-align: center;
}
body blockquote.has-text-align-right:before {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 640px) {
  body blockquote.has-text-align-right {
    padding: 20px 50px 30px;
  }
}
body blockquote p {
  margin: 30px 0 0;
}
body blockquote p:first-child {
  position: relative;
  margin-top: 0;
}
body blockquote cite {
  position: relative;
  display: block;
  margin-top: 16px;
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
  font-size: 14px !important;
}
@media (min-width: 640px) {
  body blockquote cite {
    font-size: 20px !important;
  }
}
body blockquote cite:before {
  content: "—";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
body blockquote cite em {
  font-style: normal;
}
:root .has-cyan-bluish-gray-background-color body blockquote {
  background: none;
}

hr {
  background-color: #ececec;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}

.svg-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.svg-icon path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.site-main {
  overflow: hidden;
}
.site-main .wp-block-calendar {
  margin-bottom: 20px;
}
.site-main table {
  margin: 0 0 1.5em;
  max-width: 100%;
  width: 100%;
  border: 0;
}
.site-main table th,
.site-main table td {
  padding: 12px 11px 12px;
  vertical-align: middle;
  border: 0;
}
.site-main table th {
  font-size: 18px;
}
.site-main table td {
  font-size: 14px;
}
.site-main table thead {
  background-color: #F8F8F8;
}
.site-main table thead th {
  vertical-align: bottom;
  border: 0;
}
.site-main table thead + tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.site-main table thead + tbody tr:nth-child(2n+1) {
  background: #fff;
}
.site-main table tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}

.edit-link {
  display: inline-block;
  margin-top: 25px;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
  padding-right: 0;
}
.entry-content ul, .page-content ul,
.entry-content ol,
.page-content ol {
  margin-left: 22px;
  margin-top: 0;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .page-content ul.wp-block-gallery, .page-content ul.blocks-gallery-grid,
.entry-content ol.wp-block-gallery,
.entry-content ol.blocks-gallery-grid,
.page-content ol.wp-block-gallery,
.page-content ol.blocks-gallery-grid {
  margin-left: 0;
}
.entry-content ul li, .page-content ul li,
.entry-content ol li,
.page-content ol li {
  line-height: 1.8;
}
.wp-block-column ul,
.wp-block-column ol {
  margin-left: 35px;
}

ul,
ol {
  font-weight: 500;
}
ul li > ul li,
ol li > ul li {
  font-size: 16px;
  color: #828282;
}
ul[id], ul[class], ul.inherit-list,
ol[id],
ol[class],
ol.inherit-list {
  font-weight: inherit;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-list li {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## ToTop
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  z-index: 999;
  text-align: center;
  background-color: #fff;
}
#toTop:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.819 444.819" xml:space="preserve"><path d="M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.819 444.819" xml:space="preserve"><path d="M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z"/></svg>');
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#toTop:focus {
  outline: 0;
}
@media (max-width: 939px) {
  #toTop {
    right: -999em !important;
  }
}
@media (min-width: 940px) {
  #toTop {
    right: 20px;
  }
}

/*--------------------------------------------------------------
## Page preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.page-preloader-cover .bar {
  position: relative;
  width: 300px;
  height: 2px;
  margin-top: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 10px;
}
.page-preloader-cover .bar:before {
  content: "";
  width: 80px;
  height: 100%;
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: moving 2s infinite;
          animation: moving 2s infinite;
  border-radius: 10px;
}

@-webkit-keyframes moving {
  0%, 100% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  50% {
    -webkit-transform: translate(260px, 0);
            transform: translate(260px, 0);
  }
}

@keyframes moving {
  0%, 100% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  50% {
    -webkit-transform: translate(260px, 0);
            transform: translate(260px, 0);
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn,
.button {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.invert-button,
.button.invert-button {
  border: 1px solid #fff;
  background: none;
}
.btn.single_add_to_cart_button, .btn.add_to_cart_button, .btn.product_type_variable, .btn.product_type_grouped, .btn.product_type_external,
.button.single_add_to_cart_button,
.button.add_to_cart_button,
.button.product_type_variable,
.button.product_type_grouped,
.button.product_type_external {
  position: relative;
}
.btn.single_add_to_cart_button:before, .btn.add_to_cart_button:before, .btn.product_type_variable:before, .btn.product_type_grouped:before, .btn.product_type_external:before,
.button.single_add_to_cart_button:before,
.button.add_to_cart_button:before,
.button.product_type_variable:before,
.button.product_type_grouped:before,
.button.product_type_external:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg"><path d="M17.4453 6.76467L14.3211 0L13.0777 0.57426L15.9367 6.76467H5.0633L7.92225 0.57426L6.67886 0L3.55466 6.76467H0V11.6972H1.64235L3.32235 20.1385H17.6777L19.3577 11.6972H21V6.76467H17.4453ZM16.5538 18.769H4.44618L3.03877 11.6971H17.9612L16.5538 18.769ZM19.6304 10.3276H1.36955V8.13422H19.6304L19.6304 10.3276Z"/><path d="M6.58041 12.7688L5.23707 13.0361L6.16388 17.693L7.50722 17.4256L6.58041 12.7688Z"/><path d="M11.3345 12.8562H9.96495V17.6036H11.3345V12.8562Z"/><path d="M14.6825 12.7685L13.7557 17.4254L15.099 17.6927L16.0258 13.0359L14.6825 12.7685Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg"><path d="M17.4453 6.76467L14.3211 0L13.0777 0.57426L15.9367 6.76467H5.0633L7.92225 0.57426L6.67886 0L3.55466 6.76467H0V11.6972H1.64235L3.32235 20.1385H17.6777L19.3577 11.6972H21V6.76467H17.4453ZM16.5538 18.769H4.44618L3.03877 11.6971H17.9612L16.5538 18.769ZM19.6304 10.3276H1.36955V8.13422H19.6304L19.6304 10.3276Z"/><path d="M6.58041 12.7688L5.23707 13.0361L6.16388 17.693L7.50722 17.4256L6.58041 12.7688Z"/><path d="M11.3345 12.8562H9.96495V17.6036H11.3345V12.8562Z"/><path d="M14.6825 12.7685L13.7557 17.4254L15.099 17.6927L16.0258 13.0359L14.6825 12.7685Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.link,
.btn-link,
.btn-icon {
  font-size: 10px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
.link svg,
.btn-link svg,
.btn-icon svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
  width: 9px;
  height: 9px;
}
.link.btn,
.btn-link.btn,
.btn-icon.btn {
  padding: 8px 17px 3px;
}
.link.btn svg,
.btn-link.btn svg,
.btn-icon.btn svg {
  width: 14px;
  height: 14px;
}
.link:hover,
.btn-link:hover,
.btn-icon:hover {
  text-decoration: none;
}

.btn,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  display: inline-block;
  max-width: 100%;
  padding: 9px 23px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  border: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.btn,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  text-decoration: none;
}
.btn:focus,
form button:focus,
form input[type=button]:focus,
form input[type=reset]:focus,
form input[type=submit]:focus {
  outline: 0;
}

.btn.btn-xs,
form button.btn-xs,
form input[type=button].btn-xs,
form input[type=reset].btn-xs,
form input[type=submit].btn-xs {
  font-size: 10px;
}

.btn.btn-sm,
form button.btn-sm,
form input[type=button].btn-sm,
form input[type=reset].btn-sm,
form input[type=submit].btn-sm {
  font-weight: 400;
  border-radius: 0;
}

.btn.btn-fullwidth,
form button.btn-fullwidth,
form input[type=button].btn-fullwidth,
form input[type=reset].btn-fullwidth,
form input[type=submit].btn-fullwidth {
  width: 100%;
}
.btn[class*=-transparent],
form button[class*=-transparent],
form input[type=button][class*=-transparent],
form input[type=reset][class*=-transparent],
form input[type=submit][class*=-transparent] {
  background-color: transparent;
}
.btn i,
form button i,
form input[type=button] i,
form input[type=reset] i,
form input[type=submit] i {
  margin-left: 5px;
}

.btn-initial {
  margin-left: 5px;
  padding: 0;
  font: inherit;
  text-transform: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}
.btn-initial, .btn-initial:hover {
  color: inherit;
  background: none;
}

.wp-block-button {
  margin: 1rem 0;
}
.wp-block-button__link {
  font-size: 16px;
}
.wp-block-file {
  margin-top: 5px;
}
.wp-block-file .wp-block-file__button {
  padding: 0.5em 1em;
  font-weight: 300;
  line-height: 18px;
  font-size: 12px;
}
.is-style-outline .wp-block-button__link {
  padding: 9px 23px;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

input,
select,
textarea {
  padding: 2px 4px 1px;
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid transparent;
  border-radius: 0;
  border: 1px solid #d2d1d1;
  background-color: #efefef;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #E9E4E4;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FCFCFC inset !important;
}

form:focus-within {
  background: none;
}

select option {
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel] {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

input[type=file] {
  padding: 0;
  background-color: transparent;
  border: none;
}

select {
  position: relative;
  margin-top: 18px;
  margin-bottom: 10px;
  padding-right: 50px;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-image: url("assets/images/icon_select.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 160px;
  min-height: 160px;
  width: 100%;
  resize: vertical;
  overflow: auto;
}

#page .select2-selection {
  border: 0;
  height: 50px;
  padding: 9px 40px 9px 14px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #f9f9f9;
}
#page .select2-selection:focus {
  outline: none;
}
#page .select2-selection b {
  margin-top: 9px;
}
#page .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
}
#page .select2-selection.select2-selection--multiple, #page .select2-selection.select2-selection--single {
  height: auto;
}
#page .select2-selection.select2-selection--single .select2-selection__placeholder {
  line-height: 32px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form__input-wrap {
  padding: 0;
  position: relative;
  -webkit-box-flex: 30;
      -ms-flex: 30 1 160px;
          flex: 30 1 160px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.search-form__field[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  padding-right: 100px;
}
.search-form__submit.btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #888;
  background-color: transparent;
}

.post-password-form label {
  display: inline-block;
  vertical-align: middle;
}
.post-password-form input[type=submit] {
  padding: 12px 30px;
}

.comment-list + .comment-respond {
  margin-top: -8px;
  padding-top: 33px;
}
.comment-list .comment-respond {
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 33px;
}
.comment-respond .comment-reply-title {
  position: relative;
  display: inline-block;
  padding-right: 11px;
  margin-bottom: 53px;
}
@media (max-width: 639px) {
  .comment-respond .comment-reply-title {
    width: 100%;
    display: block;
  }
}
.comment-respond .comment-reply-title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2000px;
  height: 1px;
  left: 100%;
  bottom: 6px;
  background: #000;
}
.comment-respond .comment-notes {
  font-size: 16px;
}
.comment-reply-title {
  margin-bottom: 29px;
}
.comment #cancel-comment-reply-link {
  display: inline-block;
  line-height: 21px;
  font-size: 14px;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .comment #cancel-comment-reply-link {
    margin-left: 0;
    display: block;
    padding-top: 10px;
  }
}
.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-form .comment-notes {
  margin-bottom: 24px;
  margin-top: -7px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.comment-form .logged-in-as {
  margin-bottom: 19px;
  margin-top: -7px;
}
.comment-form-comment {
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  height: 251px;
  min-height: 87px;
  padding-top: 15px;
}
@media (min-width: 940px) {
  .comment-form__input_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 10px 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
  display: none;
}
.comment-form-author {
  padding-left: 0;
}
.comment-form-email {
  padding-right: 0;
}
.comment-form__field {
  width: 100%;
  vertical-align: top;
  padding: 11px 17px;
}
.comment-form .form-submit {
  margin: 2px 0 0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.logged-in .comment-form .form-submit {
  margin-left: 0;
  margin-right: 0;
}
.comment-form .form-submit input {
  width: 100%;
  padding: 16px 30px;
  border: 0;
  border-radius: 0;
}
@media (min-width: 640px) {
  .comment-form .form-submit input {
    width: auto;
  }
}
.comment-form-cookies-consent {
  margin-top: -6px;
  margin-bottom: 23px;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent] {
  position: relative;
  display: inline-block;
  padding-left: 31px;
  line-height: 22px;
  font-weight: 400;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 0;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 14px;
  height: 11px;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49093 3.49754L6.7092 9.17032L5.21827 10.7911L0 5.11834L1.49093 3.49754Z" fill="white"/><path d="M12.5091 0L3.88134 9.37921L5.37227 11L14 1.62079L12.5091 0Z" fill="white"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49093 3.49754L6.7092 9.17032L5.21827 10.7911L0 5.11834L1.49093 3.49754Z" fill="white"/><path d="M12.5091 0L3.88134 9.37921L5.37227 11L14 1.62079L12.5091 0Z" fill="white"/></svg>');
}
.comment-form-cookies-consent input[type=checkbox]:checked ~ label[for=wp-comment-cookies-consent]:after {
  opacity: 1;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.site-main p a[href*="callto:"], .site-main p a[href*="tel:"], .site-main p a[href*="mailto:"] {
  font-weight: inherit;
}
.entry-content p a {
  text-decoration: none;
}
.site-main p a em, .site-main p em a {
  text-decoration: underline;
}

.edit-link {
  display: block;
}
.edit-link a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation__default ul {
  list-style: none;
  margin: 0 0 -3px;
  padding-left: 0;
}
.main-navigation__default ul ul {
  position: absolute;
  width: 153px;
  z-index: 99999;
  top: 100%;
  left: -999em;
  margin-top: 0;
  padding: 0;
  text-align: left;
  background-color: #000;
  -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.05);
}
.main-navigation__default ul ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: -19px;
  width: 100%;
  height: 20px;
}
.main-navigation__default ul ul ul {
  left: -999em;
  top: 0;
  margin-top: 0;
  margin-left: 0;
}
.main-navigation__default ul ul ul:after {
  top: 0;
  bottom: 0;
  left: -41px;
  width: 42px;
  height: 100%;
}
.main-navigation__default ul ul li {
  border-bottom: 1px dotted #fff;
}
.main-navigation__default ul ul li:last-child {
  border-bottom: none;
}
.main-navigation__default ul ul li:hover > ul, .main-navigation__default ul ul li.focus > ul {
  left: 100%;
  margin-left: 1px;
}
.main-navigation__default ul ul a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  width: 153px;
  padding: 13px 18px;
}
.main-navigation__default ul li:hover > ul,
.main-navigation__default ul li.focus > ul {
  left: 1px;
}
.main-navigation__default li {
  position: relative;
  display: inline-block;
}
.main-navigation__default .menu > li {
  padding: 0;
  margin-right: -4px;
}
@media (min-width: 1520px) {
  .site-header__style-1 .main-navigation__default .menu > li {
    margin-right: 15px;
  }
}
.main-navigation__default .menu > li:hover a::before, .main-navigation__default .menu > li.current_page_item a::before {
  left: 0;
  right: 0;
  width: auto;
  opacity: 1;
  background: #02afff;
}
.main-navigation__default .menu > li > a {
  padding: 28px 17px;
}
@media (max-width: 1119px) {
  .main-navigation__default .menu > li > a {
    padding: 25px 8px 31px;
  }
}
.main-navigation__default .menu > li > a::before {
  left: 50%;
  right: 50%;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
@media (min-width: 640px) and (max-width: 939px) {
  .main-navigation__default .menu > li > a::before {
    content: none;
  }
}
.main-navigation__default .menu > li:last-child {
  margin-right: 0;
}
.main-navigation__default a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation__vertical {
  min-width: 400px;
  overflow: hidden;
}
.main-navigation__vertical ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation__vertical .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  will-change: transform;
  display: block !important;
}
.main-navigation__vertical .menu li a {
  padding-top: 17px;
  padding-bottom: 18px;
  line-height: 1.3;
  font-size: 36px;
  color: #fff;
}
.main-navigation__vertical .menu li a:hover {
  color: #888;
}
.main-navigation__vertical .menu li.current_page_parent > a {
  margin-bottom: 5px;
  font-weight: 400;
  color: #888;
}
.main-navigation__vertical .menu .menu-parent-item {
  padding-left: 50px;
}
.main-navigation__vertical .menu .menu-parent-item > a {
  line-height: 28px;
  font-size: 18px;
  color: #888;
}
.main-navigation__vertical .menu .menu-parent-item > a:after {
  display: none !important;
}
.main-navigation__vertical .menu .menu-back-item {
  position: absolute;
  left: 0;
  top: 18px;
}
.main-navigation__vertical .menu .menu-back-item svg {
  width: 27px;
  height: 15px;
}
.main-navigation__vertical .menu .menu-back-item svg path {
  fill: #888;
}
.main-navigation__vertical .menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-navigation__vertical .menu .sub-menu {
  display: none;
  width: 400px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.main-navigation__vertical .menu .sub-menu a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-navigation__vertical .menu .sub-menu li.menu-item-has-children > a:after {
  right: -35px;
  margin: 0;
}
.main-navigation__vertical .menu .menu-item.active > .sub-menu {
  display: block;
}

/* Vertical Menu Toggle Button */
.menu-toggle-wrapper {
  min-width: 33%;
}
.site-header__style-1 .menu-toggle-wrapper {
  display: none;
}
.site-header__style-3 .menu-toggle-wrapper {
  display: none;
}
.menu-toggle-wrapper button {
  vertical-align: middle;
}
.menu-toggle-wrapper .menu-toggle-box {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.menu-toggle-wrapper .menu-toggle-box:before, .menu-toggle-wrapper .menu-toggle-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.menu-toggle-wrapper .menu-toggle-box:after {
  top: 12px;
  width: 12px;
}
.menu-toggle-wrapper .menu-toggle-box:hover:after {
  width: 100%;
}

/* Vertical Menu */
.header-vertical-menu-popup {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* Mobile Styles */
}
.vertical-menu-active .header-vertical-menu-popup {
  background-color: #111;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header-vertical-menu-popup .site-header__style-1, .site-header__style-3 .header-vertical-menu-popup {
  visibility: hidden;
}
.header-vertical-menu-popup .menu-toggle-close {
  position: absolute;
  left: 40px;
  top: 34px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.header-vertical-menu-popup .menu-toggle-close path {
  fill: #fff;
}
.admin-bar .header-vertical-menu-popup .menu-toggle-close {
  top: 66px;
}
.header-vertical-menu-popup__inner {
  margin: 0 auto;
  height: 100vh;
  max-width: 90vw;
  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;
}
@media (max-width: 639px) {
  .header-vertical-menu-popup {
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
/**
 * Mobile Site Menu
 */
.site-header .site-header__mobile {
  /* Header Cart */
  /* Search Popup */
  /* Vertical Menu */
}
.site-header .site-header__mobile.site-header__wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header .site-header__mobile.site-header__wrap .space-between-content {
  margin-left: 0;
  margin-right: 0;
}
.site-header .site-header__mobile.site-header__wrap .space-between-content > * {
  margin-left: 0;
  margin-right: 0;
}
.site-header .site-header__mobile .site-branding {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  min-width: 60%;
  margin-right: auto !important;
}
.site-header .site-header__mobile .site-branding:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100%;
  right: -400%;
  top: -20px;
  bottom: -20px;
  background-color: #fff;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding .site-logo__link {
    font-size: 26px;
  }
}
.site-header .site-header__mobile .space-between-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header .site-header__mobile .space-between-content > * {
  padding-left: 0;
  padding-right: 0;
}
.site-header .site-header__mobile .space-between-content .header-search-toggle {
  margin-left: 0;
}
.site-header .site-header__mobile .space-between-content .social-list--header {
  display: none;
}
.site-header .site-header__mobile .header-cart {
  position: static;
}
.site-header .site-header__mobile .header-cart__link-wrap {
  position: relative;
  z-index: 1002;
}
.site-header .site-header__mobile .header-cart__link-wrap .header-cart__link {
  margin-left: 25px;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .header-cart__link-wrap .header-cart__link {
    margin-left: 10px;
  }
}
.site-header .site-header__mobile .header-cart__content {
  overflow-y: scroll;
  position: fixed;
  z-index: 998;
  top: 0;
  right: -75%;
  width: 100%;
  height: 100vh;
  margin: 70px 0 0;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.site-header .site-header__mobile .header-cart__content.show {
  right: 0;
}
.admin-bar .site-header .site-header__mobile .header-cart__content {
  margin-top: 116px;
}
.woocommerce-cart .site-header .site-header__mobile .header-cart__content {
  display: none;
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup {
    height: 280px;
    background-position-y: 16%;
    background-position-x: 76%;
  }
}
.site-header .site-header__mobile .header-search-popup__inner {
  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;
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup__inner {
    height: 280px;
  }
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup__inner .header-search-form__label {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__field {
  text-align: left;
  text-transform: none;
  font-size: 18px;
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup__inner .header-search-form__submit {
    display: none;
  }
}
.site-header .site-header__mobile .header-search-popup .header-search-popup-close {
  top: 20px;
  right: 20px;
}
.site-header .site-header__mobile .menu-toggle-wrapper {
  position: relative;
  z-index: 1003;
  min-width: 20%;
}
.site-header .site-header__mobile.site-header__style-2 .menu-toggle-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 20px;
}
.site-header .site-header__mobile.site-header__style-2 .menu-toggle-close {
  left: auto;
  right: 20px;
}
.site-header .site-header__mobile .main-navigation__vertical .menu li a {
  margin: 0 0 20px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  font-size: 18px;
}
.site-header .site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after {
  width: 12px;
  height: 12px;
  right: -20px;
  margin-top: -1px;
}
.site-header .site-header__mobile .main-navigation__vertical .menu .menu-parent-item {
  padding-left: 0;
}
.site-header .site-header__mobile .main-navigation__vertical .menu .menu-back-item {
  position: static;
}

.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu {
  overflow-y: scroll;
  position: fixed;
  z-index: 1005;
  top: 0;
  right: -90%;
  display: block;
  width: 90%;
  height: 100vh;
  margin: 0;
  text-align: left;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.admin-bar .site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu {
  padding-top: 46px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu.mobile-menu-open {
  right: 0;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .main-navigation-inner {
  display: block;
  width: 100%;
  padding-top: 42px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 86px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu li a {
  padding: 6px 0;
  text-transform: none;
  font-size: 18px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu li:after {
  display: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .sub-menu {
  position: initial;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .sub-menu li a {
  width: auto;
  font-size: 16px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .sub-menu:after {
  display: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu-item-has-children > a:before,
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu-item-has-children > a:after {
  content: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .social-list--header {
  display: block;
  margin-top: -26px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 66px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .social-list--header li {
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .social-list--header li a {
  text-align: left;
}

/* Toogle button styles */
.mobile-menu-toggle-button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1006;
  width: 20px;
  height: 16px;
  margin: 0 0 0 5px !important;
  padding: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  background: none;
}
.mobile-menu-toggle-button:before, .mobile-menu-toggle-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: width 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: width 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: width 0.1s ease-out, transform 0.1s ease-out;
  transition: width 0.1s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.mobile-menu-toggle-button:after {
  top: 7px;
}
.mobile-menu-toggle-button.mobile-menu-close {
  height: 20px;
  border: 0;
}
.mobile-menu-toggle-button.mobile-menu-close:before, .mobile-menu-toggle-button.mobile-menu-close:after {
  top: 9px;
  left: -3px;
  width: 26px;
  background-color: #c4c4c4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-toggle-button.mobile-menu-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Style 1, Style 3 */
.site-header__centered.site-header__mobile.site-header__wrap .menu-toggle-wrapper {
  text-align: left;
}
.site-header__centered.site-header__mobile.site-header__wrap .menu-toggle-wrapper .menu-toggle {
  text-align: left;
  padding: 0;
}
.site-header__centered.site-header__mobile.site-header__wrap .menu-toggle-wrapper .menu-toggle-box {
  margin: -18px 0 0 0 !important;
}
.site-header__centered.site-header__mobile.site-header__wrap .social-list--header {
  padding-top: 10px;
  margin-bottom: -15px;
}
.site-header__centered.site-header__mobile.site-header__wrap .main-navigation__vertical .menu li a {
  text-align: left;
}

.site-header__default.site-header__mobile .main-navigation__default,
.site-header__centered.site-header__mobile .main-navigation__default,
.site-header__minimal.site-header__mobile .main-navigation__default {
  display: none;
}
.site-header__default.site-header__mobile .mobile-menu-toggle-button,
.site-header__centered.site-header__mobile .mobile-menu-toggle-button,
.site-header__minimal.site-header__mobile .mobile-menu-toggle-button {
  display: none !important;
}
.site-header__default.site-header__mobile .menu-toggle-wrapper,
.site-header__centered.site-header__mobile .menu-toggle-wrapper,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 20px;
  text-align: right;
}
@media (min-width: 640px) {
  .site-header__default.site-header__mobile .menu-toggle-wrapper,
.site-header__centered.site-header__mobile .menu-toggle-wrapper,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper {
    min-width: 50px;
  }
}
.site-header__default.site-header__mobile .menu-toggle-wrapper .menu-toggle:focus,
.site-header__centered.site-header__mobile .menu-toggle-wrapper .menu-toggle:focus,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper .menu-toggle:focus {
  outline: none;
}
.site-header__default.site-header__mobile .menu-toggle-wrapper .menu-toggle-box,
.site-header__centered.site-header__mobile .menu-toggle-wrapper .menu-toggle-box,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper .menu-toggle-box {
  display: block;
  width: 20px;
  height: 7px;
  margin: -8px 0 0 0 !important;
  padding: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  background: none;
}
.site-header__default.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:focus,
.site-header__centered.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:focus,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:focus {
  outline: none;
}
.site-header__default.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:before,
.site-header__centered.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:before,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:before {
  top: 0;
  height: 2px;
  width: 20px;
}
.site-header__default.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:after,
.site-header__centered.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:after,
.site-header__minimal.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:after {
  top: 10px;
  height: 2px;
  width: 20px;
}
.site-header__default.site-header__mobile .menu-toggle-close,
.site-header__centered.site-header__mobile .menu-toggle-close,
.site-header__minimal.site-header__mobile .menu-toggle-close {
  left: 20px;
  width: 20px;
  height: 20px;
}
.site-header__default.site-header__mobile .menu-toggle-close svg,
.site-header__centered.site-header__mobile .menu-toggle-close svg,
.site-header__minimal.site-header__mobile .menu-toggle-close svg {
  width: 100%;
  height: 100%;
}
.site-header__default.site-header__mobile .header-vertical-menu-popup,
.site-header__centered.site-header__mobile .header-vertical-menu-popup,
.site-header__minimal.site-header__mobile .header-vertical-menu-popup {
  visibility: visible;
  z-index: 1009;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-header__default.site-header__mobile .header-vertical-menu-popup__inner,
.site-header__centered.site-header__mobile .header-vertical-menu-popup__inner,
.site-header__minimal.site-header__mobile .header-vertical-menu-popup__inner {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 80%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.site-header__default.site-header__mobile .main-navigation__vertical,
.site-header__centered.site-header__mobile .main-navigation__vertical,
.site-header__minimal.site-header__mobile .main-navigation__vertical {
  display: block;
  width: 100%;
  min-width: 265px;
  margin: 110px 20px 20px 20px;
}
.site-header__default.site-header__mobile .main-navigation__vertical .social-list--header,
.site-header__centered.site-header__mobile .main-navigation__vertical .social-list--header,
.site-header__minimal.site-header__mobile .main-navigation__vertical .social-list--header {
  display: none;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li {
  position: relative;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li a,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li a,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li a {
  display: block;
  margin: 0;
  padding: 11px 19px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  border-bottom: 1px dotted;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li a:after,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li a:after,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li a:after {
  display: none;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li::before,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li::before,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 3px;
  left: 0;
  height: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li:hover::before,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li:hover::before,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li:hover::before {
  top: 0;
  bottom: 0;
  width: 3px;
  height: auto;
  left: 0;
  right: auto;
  opacity: 1;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li.current-menu-item::before,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li.current-menu-item::before,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li.current-menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  left: 0;
  height: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 1;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.kingnews-hidden > a:after, .site-header__default.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.active > a:after,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.kingnews-hidden > a:after,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.active > a:after,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.kingnews-hidden > a:after,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.active > a:after {
  display: none;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after {
  display: block;
  right: 5px;
  width: 10px;
  height: 15px;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu {
  position: absolute;
  top: -10px;
  width: 100%;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu li::before,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu li::before,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu li::before {
  display: none;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu li a,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu li a,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 3;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item svg,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item svg,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item svg {
  width: 12px;
  height: 13px;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item {
  padding-bottom: 15px;
}
.site-header__default.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item a,
.site-header__centered.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item a,
.site-header__minimal.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item a {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  border: 0;
}

/*--------------------------------------------------------------
## Posts navigation
--------------------------------------------------------------*/
.comment-navigation {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-width: 1px;
  border-top-style: solid;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 100%;
  word-break: break-word;
}
@media (min-width: 640px) {
  .comment-navigation .nav-previous,
.comment-navigation .nav-next {
    width: 50%;
  }
}
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a {
  position: relative;
  display: inline-block;
}
.comment-navigation .nav-previous > a svg,
.comment-navigation .nav-next > a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comment-navigation .nav-previous {
  float: left;
  padding-right: 15px;
}
.comment-navigation .nav-previous a {
  padding-left: 60px;
}
.comment-navigation .nav-previous a svg {
  left: 0;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
  margin-top: 25px;
}
@media (min-width: 640px) {
  .comment-navigation .nav-next {
    margin-top: 0;
  }
}
.comment-navigation .nav-next a {
  padding-right: 60px;
}
.comment-navigation .nav-next a svg {
  right: 0;
}

.site-content .page-links {
  margin-top: 60px;
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
}
.site-content .page-links .post-page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 13px;
  line-height: 27px;
  font-weight: 500;
  font-size: 18px;
}
.site-content .page-links .post-page-numbers:first-child {
  margin-left: 10px;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous i {
  margin-right: 2px;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next i {
  margin-left: 2px;
}

.post-navigation {
  overflow: hidden;
  margin-top: 60px;
  border-top: 1px solid #000;
  padding-top: 53px;
  margin-bottom: -26px;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 640px) {
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.post-navigation .nav-links .nav-prev,
.post-navigation .nav-links .nav-next {
  display: block;
  width: 100%;
  text-align: right;
}
.post-navigation .nav-links .nav-prev span,
.post-navigation .nav-links .nav-next span {
  position: relative;
  display: block;
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.post-navigation .nav-links .nav-prev span svg,
.post-navigation .nav-links .nav-next span svg {
  position: absolute;
  left: -33px;
  top: 50%;
  width: 18px;
  height: 22px;
  margin-top: 4px;
}
@media (max-width: 639px) {
  .post-navigation .nav-links .nav-prev span svg,
.post-navigation .nav-links .nav-next span svg {
    top: -4px;
  }
}
.post-navigation .nav-links .nav-prev span svg path,
.post-navigation .nav-links .nav-next span svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.post-navigation .nav-links__item {
  display: block;
  height: 100%;
}
.post-navigation .nav-links__title {
  font-family: "Noto Sans";
  margin-top: 7px;
  font-weight: 700;
  line-height: 27px;
  font-size: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 639px) {
  .post-navigation .nav-links__title {
    display: none;
  }
}
.post-navigation .nav-links .nav-prev {
  text-align: left;
  width: 50%;
  max-width: 300px;
  padding-left: 30px;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-prev {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-prev {
    margin-bottom: 0;
  }
}
.post-navigation .nav-links .nav-next {
  width: 50%;
  max-width: 300px;
  margin-left: auto;
  padding-right: 30px;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-next {
    width: 50%;
    margin-left: auto;
    padding-left: 19px;
  }
}
.post-navigation .nav-links .nav-next span svg {
  left: auto;
  top: 50%;
  right: -32px;
}
@media (max-width: 639px) {
  .post-navigation .nav-links .nav-next span svg {
    top: -4px;
  }
}

/*--------------------------------------------------------------
### Posts List Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px dotted #d2d1d1;
  padding: 28px 0 25px;
  text-align: left;
}
@media (max-width: 639px) {
  .pagination {
    margin-top: 36px;
  }
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  padding: 5px;
  border: none;
  margin: 0 5px 5px 0;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  width: 11px;
  height: 11px;
  margin-top: -1px;
}
.pagination .page-numbers.prev {
  margin-right: 4px;
  padding: 5px 10px;
}
.pagination .page-numbers.prev svg {
  margin-right: 8px;
}
.pagination .page-numbers.next {
  margin-left: 4px;
  padding: 5px 10px;
}
.pagination .page-numbers.next svg {
  margin-left: 8px;
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-list ul li:nth-child(1) > a::before {
  content: "\f099";
}
.social-list ul li:nth-child(2) > a::before {
  content: "\f09a";
}
.social-list ul li:nth-child(3) > a::before {
  content: "\f167";
}
.social-list ul li:nth-child(4) > a::before {
  content: "\f16d";
}
.social-list .menu-item > a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}
.social-list .menu-item > a, .social-list .menu-item > a:hover {
  text-decoration: none;
}
.social-list .menu-item > a::before {
  content: "\f0c1";
}
.social-list .menu-item > a[href*="500px.com"]::before {
  content: "\f26e";
}
.social-list .menu-item > a[href*="android.com"]::before {
  content: "\f17b";
}
.social-list .menu-item > a[href*="apple.com"]::before, .social-list .menu-item > a[href*="itunes.com"]::before {
  content: "\f179";
}
.social-list .menu-item > a[href*="angel.co"]::before {
  content: "\f209";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "\f1cb";
}
.social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
  content: "\f1a5";
}
.social-list .menu-item > a[href*="digg.com"]::before {
  content: "\f1a6";
}
.social-list .menu-item > a[href*="dribbble.com"]::before {
  content: "\f17d";
}
.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: "\f16b";
}
.social-list .menu-item > a[href*="fb.me"]::before, .social-list .menu-item > a[href*="facebook.com"]::before {
  content: "\f09a";
}
.social-list .menu-item > a[href*="foursquare.com"]::before {
  content: "\f180";
}
.social-list .menu-item > a[href*="flickr.com"]::before {
  content: "\f16e";
}
.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: "\f1a0";
}
.social-list .menu-item > a[href*="github.com"]::before {
  content: "\f09b";
}
.social-list .menu-item > a[href*="gitlab.com"]::before {
  content: "\f296";
}
.social-list .menu-item > a[href*="instagram.com"]::before {
  content: "\f16d";
}
.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: "\f0e1";
}
.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: "\f0d2";
}
.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: "\f265";
}
.social-list .menu-item > a[href*="reddit.com"]::before {
  content: "\f1a1";
}
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: "\f17e";
}
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: "\f1a4";
}
.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: "\f173";
}
.social-list .menu-item > a[href*="twitter.com"]::before {
  content: "\f099";
}
.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: "\f27d";
}
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: "\f19a";
}
.social-list .menu-item > a[href*="youtube.com"]::before {
  content: "\f167";
}
.social-list .menu-item > a[href*="amazon.com"]::before {
  content: "\f270";
}
.social-list .menu-item > a[href*=tripadvisor]::before {
  content: "\f262";
}
.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: "\f23b";
}
.social-list .menu-item > a[href*="xing.com"]::before {
  content: "\f168";
}
.social-list .menu-item > a[href*="yahoo."]::before {
  content: "\f19e";
}
.social-list .menu-item > a[href*="vine.co"]::before {
  content: "\f1ca";
}
.social-list .menu-item > a[href*="weibo.com"]::before {
  content: "\f18a";
}
.social-list .menu-item > a[href*="trello.com"]::before {
  content: "\f181";
}
.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: "\f1b6";
}
.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: "\f1be";
}
.social-list .menu-item > a[href*="spotify.com"]::before {
  content: "\f1bc";
}
.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: "\f18d";
}
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: "\f16c";
}
.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: "\f1e7";
}
.social-list .menu-item > a[href*="slack.com"]::before {
  content: "\f198";
}
.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: "\f216";
}
.social-list .menu-item > a[href*="last.fm"]::before {
  content: "\f202";
}
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: "\f1cc";
}
.social-list .menu-item > a[href*="behance.net"]::before {
  content: "\f1b4";
}
.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: "\f171";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "\f1cb";
}
.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: "\f284";
}
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: "\f20e";
}
.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: "\f210";
}
.social-list .menu-item > a[href*="contao.org"]::before {
  content: "\f26d";
}
.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: "\f1bd";
}
.social-list .menu-item > a[href*="vk.com"]::before {
  content: "\f189";
}
.social-list .menu-item > a[href*="ok.ru"]::before {
  content: "\f263";
}
.social-list .menu-item > a[href*="medium.com"]::before {
  content: "\f23a";
}
.social-list .menu-item > a[href*="twitch.tv"]::before {
  content: "\f1e8";
}
.social-list .menu-item > a[href*="mailto:"]::before {
  content: "\f0e0";
}
.social-list .menu-item > a[href*=feed]::before {
  content: "\f09e";
}
.social-list .menu-item > a::before {
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media (min-width: 1120px) {
  .social-list .menu-item > a::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.social-list--text .social-list .menu-item > a::before {
  display: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
@media (min-width: 640px) {
  .breadcrumbs {
    margin: 27px 0 0;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs .container-fullwidth {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.breadcrumbs .container {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 940px) {
  .breadcrumbs .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1120px) {
  .breadcrumbs .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.breadcrumbs .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs_items {
  text-align: left;
}
.breadcrumbs_items .breadcrumbs__title {
  display: none;
}
@media (max-width: 639px) {
  .breadcrumbs_items .breadcrumbs__title {
    margin-bottom: -6px;
    font-size: 21px;
    line-height: 28px;
  }
}
.breadcrumbs_title .breadcrumbs_page-title {
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumbs_browse {
  display: inline-block;
  margin-right: 0.5em;
}
.breadcrumbs_item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 639px) {
  .breadcrumbs_item {
    font-size: 14px;
    line-height: 21px;
  }
}
.breadcrumbs_item_sep {
  margin: 0 7px;
}
.breadcrumbs_item_link {
  display: block;
}
.invert .breadcrumbs_item_link {
  border-bottom: 1px solid transparent;
}
.invert .breadcrumbs_item_link:hover {
  color: inherit;
}
.breadcrumbs_item_target {
  word-break: break-all;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

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

.textaligncenter {
  text-align: center;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide,
.alignfull {
  margin-bottom: 2rem;
}
.alignnone + p,
.aligncenter + p,
.alignleft + p,
.alignright + p,
.alignwide + p,
.alignfull + p {
  margin-bottom: 2rem;
}

p > .alignnone,
p > .aligncenter,
p > .alignleft,
p > .alignright,
p > .alignwide,
p > .alignfull {
  margin-bottom: 7px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.page-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-top: 50px;
}
#main.site-main > .comments-area {
  margin-bottom: 40px;
}
.post-navigation + .comments-area, .post-author-bio + .comments-area {
  margin-top: 100px;
}
.related-posts + .comments-area {
  margin-top: 20px;
}
.elementor-page.position-fullwidth .comments-area {
  margin-bottom: 50px;
}
.comments-title {
  margin-top: 0;
  margin-bottom: 4px;
}
.comments-title.h4-style {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-right: 11px;
}
.comments-title.h4-style:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2000px;
  height: 1px;
  left: 100%;
  bottom: 6px;
  background: #000;
  z-index: -1;
}

.comment-list {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: -4px;
}
.comment-list > li + li {
  border-top: 1px dotted #d2d1d1;
  padding-top: 22px;
}
.comment-list .comment {
  margin-bottom: 25px;
}
.comment-list .children {
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  list-style: none;
}
.comment-list .children > li.comment {
  margin-top: 25px;
}
@media (min-width: 940px) {
  .comment-list .children {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .comment-list .parent.depth-1 > .children,
.comment-list .parent.depth-2 > .children {
    padding-left: 75px;
  }
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback,
.comment-list .review {
  margin-top: 22px;
}
.comment-body__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-body .avatar {
  margin-right: 16px;
}
@media (max-width: 939px) {
  .comment-body .avatar {
    width: 40px;
  }
}
.comment-body .reply {
  display: inline-block;
}
@media (max-width: 639px) {
  .comment-body .reply {
    display: block;
    margin-bottom: 15px;
    position: relative;
  }
  .comment-body .reply a::before {
    display: none;
  }
}
.comment-body .reply .comment-reply-link {
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
}
.comment-meta {
  margin-bottom: 5px;
}
.comment-meta .comment-metadata {
  position: relative;
  display: inherit;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 4px;
  font-size: 14px;
}
@media (max-width: 639px) {
  .comment-meta .comment-metadata {
    display: block;
  }
}
.comment-meta .comment-metadata .fn {
  margin-right: 10px;
}
.comment-meta .comment-metadata .fn a {
  font-size: 14px;
}
.comment-meta .comment-metadata .reply a:not(:empty) {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 639px) {
  .comment-meta .comment-metadata .reply a:not(:empty) {
    padding: 0;
    margin: 0;
  }
}
.comment-meta .comment-metadata .comment-date {
  margin-left: auto;
  min-width: 200px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.comment-content {
  line-height: 24px;
  font-size: 16px;
}
.comment-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.comment-content p strong {
  display: inline-block;
  margin-top: 20px;
}
.comment-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  max-width: 100%;
  margin-top: -1px;
}
.comment-author {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin-top: 60px;
}
.post-author__holder {
  position: relative;
  padding: 30px 30px;
}
@media (min-width: 940px) {
  .post-author__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-author__overlay {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-author__avatar {
  margin-bottom: 20px;
}
@media (min-width: 940px) {
  .post-author__avatar {
    margin: 0 20px 0 0;
  }
}
.post-author__avatar .avatar {
  min-width: 150px;
}
.post-author__title {
  line-height: 1.4;
  margin: 0 0 5px;
  font-size: 30px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  word-wrap: break-word;
}
.site .site-content {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 940px) {
  .site .site-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1120px) {
  .site .site-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.site #content .site-content__wrap {
  padding-top: 30px;
}
@media (min-width: 940px) {
  .site #content .site-content__wrap {
    padding-top: 58px;
  }
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  min-height: 1px;
}
body.blog.layout-fullwidth .site-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  body.blog.layout-fullwidth .site-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.woocommerce-page .site-content {
  margin-top: 90px;
}
@media (min-width: 940px) {
  body.woocommerce-page .site-content {
    margin-top: 106px;
  }
}
.site-content__wrap {
  max-width: 100%;
  overflow: hidden;
}
.site-content__wrap.container {
  max-width: 100%;
}
.site-main > *:last-child {
  margin-bottom: 0;
}

#primary {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1120px) {
  #primary {
    margin-bottom: 120px;
    overflow: hidden;
  }
}

@media (max-width: 939px) {
  #secondary {
    margin-top: 20px;
  }
}

.space-between-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.space-between-content > * {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 900;
}
.site-header__wrap {
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 940px) {
  .site-header__wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1120px) {
  .site-header__wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.site-header__wrap .header-container {
  border-bottom: 3px solid;
}
@media (min-width: 940px) {
  .site-header__wrap.isStick {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
  }
}
.site-header__wrap:not(.site-header__mobile).container-fullwidth {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.site-header__wrap .space-between-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__right_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.site-header__right_part .header-search-toggle {
  position: relative;
  z-index: 1002;
  margin-left: 0;
  padding: 0;
  font-size: 0;
  background: none;
}
@media (min-width: 640px) {
  .site-header__right_part .header-search-toggle {
    font-size: 16px;
  }
}
@media (min-width: 1520px) {
  .site-header__right_part .header-search-toggle {
    margin-left: 50px;
  }
}
.site-header__right_part .header-search-toggle svg {
  width: 21px;
  height: 21px;
  margin-right: 1px;
  margin-top: -7px;
}
@media (max-width: 1119px) {
  .site-header__right_part .header-search-toggle svg {
    margin-top: -2px;
  }
}
@media (max-width: 639px) {
  .site-header__right_part .header-search-toggle svg {
    margin-top: -1px;
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }
}
.site-header__right_part .header-search-toggle path {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.site-header__right_part .header-search-toggle:focus {
  outline: 0;
}
.site-header .header-search-popup {
  position: absolute;
  z-index: 1007;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  overflow: hidden;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  height: 100vh;
}
.header-search-active .site-header .header-search-popup {
  background-color: #3A3A3A;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site-header .header-search-popup-close {
  position: absolute;
  right: 109px;
  top: 26px;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.site-header .header-search-popup-close:hover {
  opacity: 1;
}
.site-header .header-search-popup-close svg {
  display: block;
  width: 18px;
  height: 18px;
}
.site-header .header-search-popup__inner {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1120px) {
  .site-header .header-search-popup__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 940px) {
  .site-header .header-search-popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 95px;
  }
}
.site-header .header-search-popup__inner .header-search-form {
  position: relative;
  width: 100%;
}
.site-header .header-search-popup__inner .header-search-form__label {
  display: block;
  margin-bottom: 49px;
  font-weight: 700;
  line-height: 44px;
  font-size: 36px;
  color: #ffffff;
}
.site-header .header-search-popup__inner .header-search-form__field {
  padding: 26px 106px 26px 26px;
  width: 100%;
  text-transform: none;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@media (max-width: 639px) {
  .site-header .header-search-popup__inner .header-search-form__field {
    padding: 14px 26px;
  }
}
.site-header .header-search-popup__inner .header-search-form__submit {
  position: absolute;
  padding: 26px 21px 22px 29px;
  right: 0;
}
.site-header .header-search-popup__inner .header-search-form__submit svg {
  width: 30px;
  height: 33px;
}

.site-branding .custom-logo {
  display: block;
}
.site-branding h1.site-logo {
  margin: 0;
  padding-bottom: 19px;
  line-height: 1.06;
  text-transform: none;
  border-bottom: 1px solid;
}
.site-branding h1.site-logo .site-logo__link {
  display: inline-block;
  padding: 4px 0;
  letter-spacing: 0;
}
.site-branding .site-logo__link {
  display: inline-block;
}
.site-branding img {
  vertical-align: top;
}
.site-branding .site-description {
  padding-top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #222;
}

.pseudoStickyBlock {
  display: none;
}
@media (min-width: 940px) {
  .pseudoStickyBlock {
    display: block;
  }
}

/* Header Styles */
.site-header__centered .header-content {
  text-align: center;
  padding-top: 19px;
}
.site-header__centered .header-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__centered .header-content .site-branding {
  width: 100%;
}
@media (min-width: 640px) {
  .site-header__centered .header-content .site-branding {
    border-bottom: 1px solid #d2d1d1;
    padding-bottom: 19px;
  }
}
.site-header__centered .header-content .social-list--header {
  text-align: right;
}
.site-header__centered .site-branding {
  width: 86%;
  margin-left: auto;
}
.site-header__centered .site-branding .site-logo {
  padding: 0;
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 640px) and (max-width: 939px) {
  .site-header__centered .site-branding .site-logo {
    text-align: start;
  }
}
@media (min-width: 940px) and (max-width: 1119px) {
  .site-header__centered .site-branding .site-logo {
    text-align: start;
  }
}
@media (max-width: 639px) {
  .site-header__centered .site-branding .site-logo {
    padding-bottom: 15px;
  }
}
.site-header__centered .main-navigation {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
.site-header__centered .main-navigation__default .menu > li {
  margin-right: -4px;
}
.site-header__centered .main-navigation .social-list--header {
  display: none;
}
.site-header__centered .menu-toggle-wrapper {
  display: none;
}
.site-header__minimal .header-container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 939px) {
  .site-header__minimal .header-container__flex {
    padding-bottom: 10px;
  }
}
.site-header__minimal .header-container .main-navigation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 20;
      -ms-flex: 20 1 50%;
          flex: 20 1 50%;
}
.site-header__minimal .header-container .main-navigation .social-list--header {
  display: none;
}
.site-header__minimal .header-container .social-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (max-width: 991px) {
  .site-header__minimal .header-container .social-list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 601px) {
  .site-header__minimal .header-container .social-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: right;
    position: relative;
    top: 25px;
    right: 0;
  }
}
.site-header__minimal .header-container .site-branding {
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  padding: 19px 0;
}
@media (min-width: 640px) {
  .site-header__minimal .header-container .site-branding {
    border-bottom: 1px solid #d2d1d1;
  }
}
@media (max-width: 601px) {
  .site-header__minimal .header-container .site-branding {
    padding-bottom: 0;
    min-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header__minimal .header-container .site-branding .site-logo {
    padding: 0;
    border-bottom: none;
  }
}
.site-header__minimal .header-container .mobile-menu-toggle-button {
  top: 23px;
}
.site-header__minimal .menu-toggle-wrapper {
  display: none;
}
.vertical-menu-active .site-header__minimal .space-between-content {
  opacity: 0;
}
.site-header__style-3 .space-between-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header__style-3 .site-branding {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 15%;
}
.site-header__style-3 .space-between-content {
  width: auto;
}
.site-header__style-3 .main-navigation__default {
  margin-right: auto;
}
@media (min-width: 640px) {
  .site-header__style-3 .main-navigation__default {
    min-width: 60%;
  }
}
.site-header__default .menu-toggle-wrapper {
  display: none;
}
.site-header__default .main-navigation__default .menu > li > a {
  padding: 33px 17px;
}
.site-header__default .site-branding h1.site-logo {
  border: 0;
  padding: 0;
}
.site-header__default .header-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 639px) {
  .site-header__default .header-content {
    padding-bottom: 5px;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .site-header__default .header-content {
    padding-top: 10px;
  }
}
@media (max-width: 639px) {
  .site-header__default .header-content .site-branding {
    padding-top: 19px;
    padding-bottom: 26px;
  }
}
.site-header__default .header-menu {
  text-align: center;
}
@media (max-width: 1119px) {
  .site-header__default .header-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .site-header__default .header-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 20px;
  }
}
.site-header__default .header-menu .social-list--header {
  display: none;
}
@media (max-width: 639px) {
  .site-header__default .header-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 639px) {
  .site-header .social-list--header {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.site-content .top-panel {
  font-size: 14px;
  padding: 25px 0 10px;
  border-bottom: 1px solid #d2d1d1;
}
@media (min-width: 1120px) {
  .site-content .top-panel {
    padding: 50px 0 10px;
  }
}
.site-content .top-panel__message {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.site-content .top-panel__search {
  float: left;
}
@media (max-width: 544px) {
  .top-panel .site-content .top-panel__search .search-form .search-form__field {
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .site-content .top-panel__search {
    float: right;
  }
}
.site-content .top-panel__menu {
  float: right;
  margin: 0;
  padding: 4px 10px;
}
.site-content .top-panel__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-content .top-panel__menu-list li {
  display: inline-block;
  padding: 0 5px;
}
.site-content .top-panel__menu-list li a {
  text-decoration: none;
}
.site-content .top-panel__menu-list li.current-menu-item, .site-content .top-panel__menu-list li.current_page_item,
.site-content .top-panel__menu-list li a:hover {
  text-decoration: none;
}
.site-content .top-panel__register {
  float: right;
  padding: 5px 0;
}
.site-content .top-panel__register a {
  margin-left: 10px;
}
@media (min-width: 1120px) {
  .site-content .top-panel__register a {
    margin-left: 31px;
  }
}
.site-content .top-panel .search-form {
  border-right: 1px solid #d2d1d1;
  margin: 0;
  margin-right: 4px;
  padding-right: 7px;
}
@media (max-width: 500px) {
  .site-content .top-panel .search-form {
    border: none;
  }
}
@media (max-width: 639px) {
  .site-content .top-panel .search-form {
    margin: 0;
    padding: 0;
  }
}
.site-content .top-panel .search-form .search-form__field {
  font-size: 14px;
  font-weight: 300;
  background: none;
  border: none;
  border-radius: 0;
  max-width: 183px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 44px 6px 5px !important;
  margin-bottom: 0;
  width: 100%;
}
.site-content .top-panel .search-form .search-form__submit {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  width: 30px;
}
@media (min-width: 1120px) {
  .site-content .top-panel .search-form .search-form__submit {
    width: 45px;
  }
}
.site-content .top-panel .search-form .search-form__submit span {
  display: none;
}
.site-content .top-panel .search-form .search-form__submit svg {
  width: 16px;
  height: 15px;
}
@media (max-width: 500px) {
  .site-content .top-panel .top-panel__message,
.site-content .top-panel .top-panel__register {
    display: none;
  }
  .site-content .top-panel .top-panel__search {
    width: 100%;
  }
  .site-content .top-panel .top-panel__search .search-form .search-form__field {
    width: 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media (max-width: 1119px) {
  .site-footer__wrap.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 939px) {
  .site-footer__wrap.container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-footer__wrap .space-between-content:not(:empty) {
  position: relative;
  margin-top: 4px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 14px;
  border-top: 3px solid;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.site-footer__wrap .space-between-content:not(:empty):before {
  content: "";
  border-top: 1px solid;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 639px) {
  .site-footer__wrap .space-between-content:not(:empty) {
    padding: 20px 0;
  }
}
@media (max-width: 639px) {
  .site-footer__wrap .space-between-content {
    display: block;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .site-footer__wrap .footer-logo {
    display: none;
  }
}
.site-footer__wrap .footer-info__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 639px) {
  .site-footer__wrap .footer-info__holder {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__wrap .footer-logo__link {
  display: block;
  margin-left: 0;
  margin-right: -23px;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: lowercase;
}
.site-footer__wrap .footer-copyright {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  padding-top: 9px;
  padding-bottom: 8px;
}
.site-footer__wrap .footer-menu {
  display: block;
  padding-top: 8px;
}
.site-footer__wrap .footer-menu li {
  margin-right: 13px;
}
.site-footer__wrap .footer-menu li:last-child {
  margin-right: 0;
}

.footer-area {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 640px) {
  .footer-area {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  .footer-area {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  .footer-area {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .footer-area {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .footer-area {
    max-width: 1480px;
  }
}
.footer-area > .widget {
  width: 25%;
}

/* Newsletter Popup */
.footer-newsletter-active {
  position: fixed;
  width: 100%;
  padding-right: 17px;
}

.footer-newsletter-popup {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer-newsletter-active .footer-newsletter-popup {
  background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer-newsletter-popup-close {
  position: absolute;
  right: 40px;
  top: 34px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.admin-bar .footer-newsletter-popup-close {
  top: 66px;
}
.footer-newsletter-popup__inner {
  margin: 0 auto;
  width: 540px;
  height: 100vh;
  max-width: 90vw;
  overflow-y: auto;
  overflow-x: hidden;
  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;
}
.footer-newsletter-popup__inner h3 {
  margin: 0 0 21px;
  text-align: center;
}
.footer-newsletter-popup__inner .mc4wp-form {
  width: 100%;
}
.footer-newsletter-popup__inner .mc4wp-form input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  margin-bottom: 10px;
}
.footer-newsletter-popup__inner .mc4wp-form__checkbox_wrap {
  margin-top: 20px;
}
.footer-newsletter-popup__inner .mc4wp-form__checkbox_wrap a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  line-height: 30px;
  font-size: 14px;
}
.footer-newsletter-popup__inner .mc4wp-form input[type=submit] {
  width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.posts-list__item {
  position: relative;
}
.posts-list .posts-list__item {
  position: relative;
  margin-bottom: 50px;
}
.posts-list .posts-list__item.default-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.posts-list .posts-list__item.default-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.posts-list--default-small-image .posts-list__item:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.posts-list--default-small-image .posts-list__item:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

/*--------------------------------------------------------------
### Entry
--------------------------------------------------------------*/
.posts-list__item.masonry-item.no-thumb .entry-meta .tags-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts-list__item.masonry-item.no-thumb .entry-meta:empty {
  display: none;
}
.posts-list__item.masonry-item.no-thumb .posts-list__item-content {
  padding: 0 0 22px;
}
.posts-list__item.masonry-item.no-thumb .posts-list__item-content .entry-header {
  margin-top: 14px;
}
.posts-list__item.has-thumb .cat-links {
  position: absolute;
  top: 10px;
  left: 10px;
}
.posts-list__item .posts-list__item-thumbnail {
  position: relative;
}

.post-thumbnail + .entry-content {
  margin-top: 22px;
}

.entry-title {
  margin-top: 9px;
}
.entry-title.h4-style {
  font-weight: 500;
}
.entry-content {
  margin-top: 8px;
}
.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-meta > span {
  margin-bottom: 9px;
}
.entry-meta > span:not(:last-child) {
  margin-right: 7px;
}
@media (min-width: 640px) {
  .entry-meta > span:not(:last-child) {
    margin-right: 14px;
  }
}
.entry-meta .tags-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-meta .tags-links a {
  margin-left: 3px;
}
.entry-meta .tags-links a:first-child {
  margin-left: 0;
}
.entry-footer {
  margin-top: 19px;
}
.entry-footer .post__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.masonry-item .entry-footer .post__button-wrap a {
  font-size: 16px;
  padding: 14px 30px 16px;
  line-height: 20px;
  font-style: inherit;
  font-weight: bold;
}
.entry-footer .post__button-wrap svg {
  width: 12px;
  height: 11px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
### Meta
--------------------------------------------------------------*/
span.posted-on,
span.author-avatar,
span.byline,
span.cat-links,
span.comments-link,
span.tags-links {
  display: block;
  vertical-align: top;
}
span.posted-on svg,
span.author-avatar svg,
span.byline svg,
span.cat-links svg,
span.comments-link svg,
span.tags-links svg {
  margin-right: 6px;
  margin-top: -2px;
  width: 20px;
  height: 23px;
}

.cat-links {
  display: block;
}
.cat-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 5px 0;
  padding: 0 6px;
}

span.comments-link svg {
  margin-top: 0;
}

span.byline .avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}

.comments-button {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.comments-button i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 2px;
}
.comments-button svg {
  vertical-align: top;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.comments-button {
  border-radius: 0;
  padding: 10px 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  background-color: #f1f4f6;
}

.post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.btn-style .post-categories li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 4px;
}
.btn-style .post-categories a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 0;
}

/*--------------------------------------------------------------
### Posts list
--------------------------------------------------------------*/
.posts-list {
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
### Post default item
--------------------------------------------------------------*/
.post-default + .post-default {
  margin-top: 97px;
}
body:not(.sidebar_enabled) .post-default {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.post-default .post-thumbnail,
.post-default .entry-meta {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .post-default .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*--------------------------------------------------------------
### Post-thumbnail
--------------------------------------------------------------*/
.post-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0;
}
.post-thumbnail__link {
  display: inline-block;
}
.post-thumbnail img {
  display: block;
}

/*--------------------------------------------------------------
### Page
--------------------------------------------------------------*/
.page-header {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}
.woocommerce-page .page-header {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 940px) {
  .woocommerce-page .page-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 56px;
  }
}
.page-header .archive-description {
  margin-top: 20px;
}
@media (min-width: 940px) {
  .page-header .archive-description {
    margin-top: 35px;
  }
}
.page-title {
  margin: 0;
  width: 100%;
}
.page-title.h2-style {
  position: relative;
  padding-left: 0;
  display: initial;
}
.page-title.h2-style::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2000px;
  height: 1px;
  left: 100%;
  bottom: 6px;
  background: #000;
  z-index: -1;
}

/*--------------------------------------------------------------
### Search Results
--------------------------------------------------------------*/
.search-results body.search .site-content {
  margin-top: 0;
}
.search-results .page-header {
  margin-bottom: 37px;
}
.search-results .navigation {
  padding-top: 50px;
  border-top: 1px dotted #d2d1d1;
}
.search-results .navigation.pagination {
  margin-bottom: 0 !important;
}

.search-item {
  margin-bottom: 30px;
  padding-top: 30px;
}
.search-item + .search-item {
  border-top: 1px dotted #d2d1d1;
}
.search-item .post-thumbnail {
  margin-top: 0;
}
@media (max-width: 639px) {
  .search-item .post-thumbnail {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-item .post-thumbnail {
    max-width: 150px;
    min-width: 150px;
  }
  .search-item .post-thumbnail + .posts-list__item-content {
    margin-left: 20px;
  }
}
.search-item .entry-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1px;
}
.search-item .entry-meta span.posted-on,
.search-item .entry-meta span.byline,
.search-item .entry-meta span.comments-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 0 0;
}
.search-item .entry-meta .cat-links a {
  margin: 0;
}
.search-item .entry-meta .cat-links a:before {
  display: none;
}
.search-item .entry-footer {
  margin-top: 0;
}
.search-item .entry-footer-container a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.search-item .entry-title {
  margin-top: 0;
  font-weight: 600;
}
.search-item .entry-content {
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 16px;
}
.search-item .entry-content p {
  margin: 0;
}

.search-no-results .page-header {
  margin-bottom: 20px;
}
.search-no-results .search-form__field[type=search] {
  padding: 14px 20px;
  width: calc(100% - 113px);
}
.search-no-results .not-found {
  text-align: center;
}
.search-no-results .not-found .search-form__input-wrap {
  max-width: 450px;
  margin: 25px auto 0;
  padding: 0;
}
.search-no-results .not-found .btn.btn-initial {
  position: static;
  padding: 15px 27px 14px;
}
.search-no-results .not-found .btn.btn-initial svg {
  display: none;
}

/*--------------------------------------------------------------
### Not found Section
--------------------------------------------------------------*/
.error404 #primary {
  margin-bottom: 0px;
}
@media (max-width: 1119px) {
  .error404 #primary {
    margin-bottom: 40px;
  }
}
.error404 .not-found {
  position: relative;
  text-align: center;
}
.error404 .not-found h1 + p {
  padding-bottom: 61px;
  margin-bottom: 22px;
  border-bottom: 1px dotted #d2d1d1;
}
.error404 .not-found .error-numbers {
  font-size: 150px;
  line-height: 143px;
  font-weight: 400;
}
@media (max-width: 1119px) {
  .error404 .not-found .error-numbers {
    margin-top: 61px;
  }
}
.error404 .not-found .page-header {
  margin-bottom: 0;
  text-align: center;
  display: block;
}
.error404 .not-found .page-header .btn {
  padding: 13px 30px 15px;
}
.error404 .not-found .page-title {
  margin: 25px 0;
  line-height: 1.18;
}
.error404 .not-found .page-content {
  display: inline-block;
}
.error404 .not-found .page-content p {
  margin-bottom: 25px;
}
@media (min-width: 940px) {
  .error404 .not-found .page-content p {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.error404 .not-found .page-content .btn {
  padding: 14px 20px;
}
.error404 .not-found .page-content .search-form {
  margin: 0;
  padding: 0 0 35px 0;
  max-width: 450px;
  margin: 0 auto;
}
.error404 .not-found .page-content .search-form .search-form__field[type=search] {
  float: left;
  font-size: 14px;
  padding: 13px 20px 13px 20px;
  vertical-align: top;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 119px);
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.error404 .not-found .page-content .search-form .search-form__submit {
  vertical-align: top;
  float: left;
  width: 111px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.error404 .not-found .page-content .search-form svg {
  display: none;
}
.error404 #content.site-content {
  margin-top: 0;
  margin-bottom: 0;
}
.error404 #content.site-content .site-content__wrap {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1119px) {
  .error404 #content.site-content .site-content__wrap {
    background-image: none;
    padding: 0;
  }
}
.error404 footer.site-footer {
  position: relative;
}

@media (min-width: 1199px) {
  .single-post .post-left-column, .page-template-page-with-social .post-left-column {
    float: left;
    width: 149px;
    max-width: 149px;
    min-height: 1px;
    padding-right: 70px;
  }
  .single-post .post-right-column, .page-template-page-with-social .post-right-column {
    overflow: hidden;
  }
}
.single-post .has-thumb .post-thumbnail__format-link .post-format-link, .page-template-page-with-social .has-thumb .post-thumbnail__format-link .post-format-link {
  margin-top: 20px;
}

.page .post-left-column, .single .post-left-column, .single-post .post-left-column {
  height: auto !important;
}
@media (min-width: 1200px) {
  .page .sticky, .single .sticky, .single-post .sticky {
    position: fixed;
    z-index: 101;
    top: 20px;
  }
  .page .stop, .single .stop, .single-post .stop {
    position: relative;
    z-index: 101;
  }
}

/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post .entry-header {
  min-width: 100%;
  padding: 0;
}
.single-post .entry-header .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 639px) {
  .single-post .entry-header .entry-meta {
    margin-bottom: 0;
  }
}
.single-post .entry-header .entry-meta span {
  margin-right: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.single-post .entry-header .entry-meta span.byline a {
  font-weight: 400;
}
.single-post .entry-header .entry-meta span.comments-link {
  margin-top: 0;
}
.single-post .entry-header .entry-meta span.cat-links {
  position: inherit;
  margin-bottom: 8px;
}
@media (max-width: 1119px) {
  .single-post .entry-header .entry-meta span.cat-links {
    margin-top: 25px;
  }
}
.single-post .entry-header .entry-meta span.cat-links a {
  font-weight: 700;
  line-height: 22px;
  padding: 0 6px;
}
.single-post .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 17px;
}
@media (max-width: 639px) {
  .single-post .entry-header .entry-title {
    margin-bottom: 20px;
  }
}
.single-post .entry-header + .entry-meta:not(:empty) {
  margin-bottom: 45px;
}
.single-post .post .entry-content figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-post .post .entry-content figure ul + figcaption {
  margin-top: 0;
}
.single-post .post .entry-content figure img {
  vertical-align: top;
}
@media (min-width: 700px) {
  .single-post .post .entry-content .wp-block-archives:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-categories:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-code, .single-post .post .entry-content .wp-block-columns:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-media-text:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-preformatted, .single-post .post .entry-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-verse, .single-post .post .entry-content .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 15px;
    margin-top: 24px;
    margin-left: 0;
  }
  .single-post .post .entry-content .wp-block-group.has-background {
    padding: 10px 15px;
  }
}
.single-post .post .entry-content .wp-block-group {
  padding: 10px;
  margin-bottom: 20px;
}
.single-post .post .entry-content .wp-block-cover {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .post .entry-content .wp-block-cover .wp-block-cover-image-text,
.single-post .post .entry-content .wp-block-cover .wp-block-cover-text {
  color: #fff;
}
.single-post .post .entry-content .wp-block-audio audio {
  min-width: auto;
  margin-bottom: 28px;
}
.single-post .post .entry-content .post-password-form label input {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (max-width: 639px) {
  .single-post .post .entry-content .post-password-form label input {
    width: 100%;
    margin-bottom: 22px;
  }
}
.single-post .post .entry-content #attachment_612 {
  display: none;
}
.single-post .post .entry-content #attachment_612 + p {
  display: none;
}
.single-post .post .entry-footer .entry-meta .tags-links a {
  padding: 0;
  font-size: 14px;
}
.single-post .entry-footer {
  margin-top: 0;
}
.single-post .entry-footer .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.single-post .entry-footer .entry-meta:empty {
  display: none;
}
@media (max-width: 639px) {
  .single-post .entry-footer .entry-meta {
    display: block;
  }
  .single-post .entry-footer .entry-meta .share-btns__list {
    margin-bottom: 15px;
  }
}
.single-post .entry-footer .entry-meta .share-btns__list {
  min-width: 30%;
}
.single-post .entry-footer .entry-meta .share-btns__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
}
.single-post .entry-footer .entry-meta .share-btns__item {
  margin-right: 12px;
}
.single-post .entry-footer .entry-meta .share-btns__item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post .entry-footer .entry-meta .share-btns__item svg {
  margin-top: -5px;
  width: 15px;
  height: 15px;
}
.single-post .entry-footer .entry-meta + .entry-meta {
  padding-bottom: 63px;
}
.single-post .entry-footer .entry-meta + .entry-meta:empty {
  display: none;
}
.single-post .entry-footer .tags-links {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 19px;
}
@media (max-width: 639px) {
  .single-post .entry-footer .tags-links {
    margin-left: 0;
  }
}
.single-post .entry-footer .tags-links a {
  font-size: 14px !important;
}
.single-post .entry-footer .tags-links a:last-child {
  margin-right: 0;
}
.single-post .entry-footer .cat-links {
  margin-right: 0;
  margin-bottom: 0;
}
.single-post .entry-footer .cat-links a {
  position: relative;
  margin-bottom: 7px;
  font-weight: 700;
}
.single-post .entry-footer .cat-links a:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 8px;
  width: 4px;
  height: 4px;
  padding: 0 0 0 0;
  border-radius: 1px;
}
.single-post .entry-footer .cat-links a:last-child:after {
  display: none;
}
.single-post .entry-footer .share-btns__item {
  display: inline-block;
}
.single-post .post-thumbnail {
  margin-top: 20px;
}
.single-post .single-header {
  position: relative;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 53px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 75, 109, 0.8)), to(rgba(8, 75, 109, 0.8)));
  background: linear-gradient(0deg, rgba(8, 75, 109, 0.8), rgba(8, 75, 109, 0.8));
}
@media (min-width: 640px) {
  .single-post .single-header {
    margin-bottom: -10px;
    padding-top: 150px;
    padding-bottom: 151px;
    text-align: center;
  }
}
.single-post .single-header .entry-header .cat-links {
  margin-right: 0;
  margin-bottom: 9px;
}
.single-post .single-header .entry-header .cat-links a {
  margin-left: 4px;
  margin-right: 4px;
}
.single-post .single-header .entry-header .entry-meta {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 939px) {
  .single-post .single-header .entry-header .entry-meta {
    margin-bottom: 16px;
  }
}
.single-post .single-header .entry-header .entry-meta span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 939px) {
  .single-post .single-header .entry-header .entry-meta span {
    display: block;
    margin: 0 0 5px;
  }
  .single-post .single-header .entry-header .entry-meta span svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
.single-post .single-header .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 939px) {
  .single-post .single-header .entry-header .entry-title {
    margin-bottom: 17px;
    line-height: 1.3;
    font-size: 34px;
  }
}
.single-post .single-header .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1120px) {
  .single-post .single-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post .single-header .overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
}
.single-post .col-md-10.post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.single-post .post-by-author__avatar {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
  border-radius: 50%;
}
.single-post .post-by-author__title {
  margin-bottom: 29px;
}
.single-post .post-by-author__content {
  margin-bottom: 29px;
  font-size: 14px;
}
.single-post .post-by-author__meta span {
  display: block;
}
.single-post .post-by-author__meta .comments-link {
  margin-top: 15px;
}
.single-post.position-one-left-sidebar .post-by-author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts {
  position: relative;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
.related-posts__title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 17px;
  padding-right: 11px;
}
.related-posts__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2000px;
  height: 1px;
  left: 100%;
  bottom: 6px;
  background: #000;
}
.related-posts .related-post {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-navigation + .related-posts {
  margin-top: 140px;
}
.related-posts [class*=col-] {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.related-posts__title.h4-style {
  margin-top: 0;
  margin-bottom: 28px;
  font-weight: 500;
}
.related-posts .post-thumbnail {
  margin-bottom: 20px;
  margin-top: 0;
  min-width: 124px;
  margin-right: 22px;
  margin-bottom: 0;
}
.related-posts .post-thumbnail .post-thumbnail__link {
  display: block;
}
.related-posts .post-thumbnail .post-thumbnail__link img {
  margin-bottom: 0;
  width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts .related-post__content {
  display: block;
  max-width: 100%;
}
.related-posts .related-post__content .entry-header {
  margin-top: -4px;
}
.related-posts .related-post__content .entry-header .entry-meta {
  display: block;
}
.related-posts .related-post__content .entry-header .entry-meta .posted-on,
.related-posts .related-post__content .entry-header .entry-meta .byline {
  display: table;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #BDBDBD;
}
.related-posts .related-post__content .entry-header .entry-meta .byline {
  margin-top: 3px;
  margin-bottom: -1px;
}
.related-posts .related-post__content .entry-header .entry-meta .byline a {
  font-weight: 400;
}
.related-posts .related-post__content .entry-header .entry-meta .byline a::after {
  display: none;
}
.related-posts .related-post__content .entry-content {
  line-height: 24px;
}
.related-posts .entry-header .entry-meta {
  margin-bottom: 0;
}
.related-posts .entry-header .entry-meta span {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  margin-bottom: 0;
}
.related-posts .entry-header .entry-title {
  margin-bottom: 0;
  line-height: 1.24;
  font-size: 18px;
  font-weight: 500;
  word-wrap: break-word;
}
.related-posts .entry-content {
  margin-top: 10px;
  line-height: 1.36;
  font-size: 16px;
}

.posts-list .share-btns__list {
  float: left;
  margin-top: 0;
}
@media (min-width: 1120px) {
  .posts-list .share-btns__list {
    margin-top: 0;
  }
}
.single-post .share-btns__list.post-left-column {
  margin-top: 15px;
}
.single-post .share-btns__list.share-btns__list-single-page {
  margin-top: 0;
}
.share-btns__item {
  display: inline-block;
  vertical-align: top;
}
.share-btns__link {
  display: block;
  width: 31px;
  height: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
}
.share-btns__link:hover {
  opacity: 1;
  color: #000;
  background: none;
}
.share-btns__list-single-page .share-btns__link {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px 5px 0;
}
.share-btns__list-single-page .share-btns__link:hover {
  opacity: 1;
}

.share-btns-main {
  display: inline-block;
  position: relative;
  margin-left: auto;
}
.share-btns-main .material-icons {
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.share-btns-main .share-btns__list {
  position: absolute;
  top: -2px;
  right: -5px;
  opacity: 0;
  width: 160px;
  padding-right: 35px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  visibility: hidden;
}
.share-btns-main .share-main-icon {
  font-size: 0;
}
.share-btns-main .share-main-icon::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27 22c-1.411 0-2.685 0.586-3.594 1.526l-13.469-6.734c0.041-0.258 0.063-0.522 0.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909 0.94 2.183 1.526 3.594 1.526 2.761 0 5-2.239 5-5s-2.239-5-5-5-5 2.239-5 5c0 0.269 0.022 0.534 0.063 0.791l-13.469 6.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761 0-5 2.239-5 5s2.239 5 5 5c1.411 0 2.685-0.586 3.594-1.526l13.469 6.734c-0.041 0.258-0.063 0.522-0.063 0.791 0 2.761 2.239 5 5 5s5-2.239 5-5c0-2.761-2.239-5-5-5z"></path></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27 22c-1.411 0-2.685 0.586-3.594 1.526l-13.469-6.734c0.041-0.258 0.063-0.522 0.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909 0.94 2.183 1.526 3.594 1.526 2.761 0 5-2.239 5-5s-2.239-5-5-5-5 2.239-5 5c0 0.269 0.022 0.534 0.063 0.791l-13.469 6.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761 0-5 2.239-5 5s2.239 5 5 5c1.411 0 2.685-0.586 3.594-1.526l13.469 6.734c-0.041 0.258-0.063 0.522-0.063 0.791 0 2.761 2.239 5 5 5s5-2.239 5-5c0-2.761-2.239-5-5-5z"></path></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.share-btns-main.show-share-list .share-btns__list {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.entry-meta-sharing {
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-meta-sharing .entry-meta {
  float: left;
  max-width: calc(100% - 29px);
}
.entry-meta-sharing .share-btns-main {
  float: right;
}

.widget-image-grid .share-btns-main, .widget-new-smart-inner-big-before-content .share-btns-main {
  display: inline-block;
  position: relative;
}
.widget-image-grid .share-btns-main .material-icons, .widget-new-smart-inner-big-before-content .share-btns-main .material-icons {
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.widget-image-grid .share-btns-main .share-btns__list, .widget-new-smart-inner-big-before-content .share-btns-main .share-btns__list {
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 0;
  width: 180px;
  padding: 5px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  visibility: hidden;
}
.widget-image-grid .share-btns-main.show-share-list .share-btns__list, .widget-new-smart-inner-big-before-content .share-btns-main.show-share-list .share-btns__list {
  opacity: 1;
  right: 0;
  visibility: visible;
}

/*--------------------------------------------------------------
## Sticky 
--------------------------------------------------------------*/
.sticky-label {
  display: block;
  margin-bottom: 8px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  border-radius: 30px;
}
.single-post .sticky-label {
  margin: 0 10px 10px 0;
}
.sticky-label.type-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 50%;
}
.sticky-label.type-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}
.sticky-label.type-both svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  overflow: hidden;
}
.widget-title {
  position: relative;
  display: inline-block;
  padding-right: 11px;
  margin-top: 0;
  margin-bottom: 36px;
  padding-bottom: 5px;
  font-weight: 400;
}
.widget-title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2000px;
  height: 1px;
  left: 100%;
  bottom: 13px;
  background: #000;
  z-index: -1;
}
.widget + .widget {
  margin-top: 26px;
}
.widget:last-child {
  margin-bottom: 40px;
}
.single-post .widget:last-child {
  margin-bottom: 85px;
}
.sidebar .widget, .footer-area .widget {
  margin-top: 1.5em;
}
@media (min-width: 940px) {
  .sidebar .widget, .footer-area .widget {
    margin-top: 3em;
  }
}
.widget select {
  width: 100%;
}
.widget ul {
  list-style: none;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.6;
}
.widget ul li + li,
.widget ul li > ul,
.widget ul li > ol {
  margin-top: 20px;
}
.widget ul li > ul,
.widget ul li > ol {
  margin-left: 15px;
}
.widget_meta .widget-title {
  margin-top: -9px;
  margin-bottom: 13px;
}
.widget_meta ul {
  margin-top: 34px;
  margin-bottom: 19px;
}
.widget_meta ul li {
  position: relative;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.widget_meta ul li > a {
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.widget_meta ul li + li {
  margin-top: 11px;
}
.widget_meta ul li > ul {
  margin-left: 15px;
  margin-top: 2px;
}
.widget_meta ul li > ul li {
  padding-left: 0;
}
.widget_meta ul li > ul li a:before {
  display: none;
}
.widget_pages ul li, .widget_archive ul li, .widget_nav_menu div ul li, .widget_categories ul li {
  position: relative;
  padding-left: 0;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.widget_pages ul li > a, .widget_archive ul li > a, .widget_nav_menu div ul li > a, .widget_categories ul li > a {
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  line-height: 1.375;
  font-size: 14px;
}
.widget_pages ul li + li, .widget_archive ul li + li, .widget_nav_menu div ul li + li, .widget_categories ul li + li {
  margin-top: 2px;
}
.widget_pages ul li > ul, .widget_archive ul li > ul, .widget_nav_menu div ul li > ul, .widget_categories ul li > ul {
  margin: 0;
}
.widget_pages ul li > ul li, .widget_archive ul li > ul li, .widget_nav_menu div ul li > ul li, .widget_categories ul li > ul li {
  padding-left: 0;
  line-height: 19px;
  border-bottom: 0;
}
@media (max-width: 639px) {
  .widget_pages ul li > ul li, .widget_archive ul li > ul li, .widget_nav_menu div ul li > ul li, .widget_categories ul li > ul li {
    padding-left: 6px;
  }
}
.widget_pages ul li > ul li a, .widget_archive ul li > ul li a, .widget_nav_menu div ul li > ul li a, .widget_categories ul li > ul li a {
  font-size: 14px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
}
.widget_pages ul li > ul li ul, .widget_archive ul li > ul li ul, .widget_nav_menu div ul li > ul li ul, .widget_categories ul li > ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
.widget_pages ul li > ul li span, .widget_archive ul li > ul li span, .widget_nav_menu div ul li > ul li span, .widget_categories ul li > ul li span {
  padding-top: 5px;
}
.widget_pages ul li span, .widget_archive ul li span, .widget_nav_menu div ul li span, .widget_categories ul li span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Serif";
  font-style: italic;
  margin-top: -4px;
  font-size: 14px;
  font-weight: 400;
}
.widget_pages .widget-title {
  margin-top: 8px;
  margin-bottom: 47px;
}
.widget_pages ul li {
  padding: 0;
}
.widget_pages ul li + li {
  margin-top: 11px;
}
.widget_pages ul li + li ul.children {
  margin-top: 11px;
}
.widget_pages ul li + li ul.children + li {
  margin-top: 11px;
}
.widget_archive .widget-title {
  margin-bottom: 0;
}
.widget_archive select {
  margin-top: 36px;
  padding: 2px 4px 1px;
}
.widget_archive ul {
  margin-top: 47px;
  margin-bottom: 18px;
}
.widget_archive ul li {
  padding: 0;
}
.widget_archive ul li + li {
  margin-top: 11px;
}
.widget_archive ul li > a {
  padding: 0;
  font-size: 14px;
}
.widget_archive ul li > a:before {
  display: none;
}
@media (min-width: 940px) {
  .widget_text {
    font-size: 16px;
  }
}
.widget_text .widget-title {
  margin-bottom: 5px;
  margin-top: 4px;
}
.widget_text img {
  margin-top: 17px;
  margin-bottom: 7px;
}
.widget_text .wp-caption {
  margin-bottom: -15px;
}
.widget_text p {
  margin-bottom: 0;
}
.widget_text p.wp-caption-text {
  margin-top: -2px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}
.widget_text p:not(:empty) {
  margin-bottom: -9px;
}
.widget_text strong {
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.widget_text strong:first-child {
  margin-top: 31px;
}
.widget_text p + form {
  margin-top: -10px;
}
.widget_categories .widget-title {
  margin-top: -10px;
  margin-bottom: 19px;
}
.widget_categories ul {
  margin-top: 28px;
}
.widget_categories ul li + li {
  margin-top: 11px;
}
.widget_categories ul li li {
  margin-top: 10px;
}
.widget_categories ul li li a {
  font-size: 14px;
}
.widget_recent_entries {
  padding-top: 4px;
  padding-bottom: 17px;
}
.widget_recent_entries ul {
  margin-top: -5px;
}
.widget_recent_entries ul li + li {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px dotted #d2d1d1;
}
.widget_recent_entries ul li a {
  display: inline-block;
  font-weight: bold;
  line-height: 27px;
  font-size: 20px;
  font-family: "Noto Sans";
}
.widget_recent_entries ul li a + .post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 2px;
  margin-bottom: 19px;
}
.widget_recent_entries .post-date {
  display: block;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
}
.widget_recent_comments {
  margin-bottom: -10px;
}
.widget_recent_comments .widget-title {
  margin-bottom: 38px;
}
.widget_recent_comments ul {
  margin-top: -10px;
}
.widget_recent_comments ul li {
  position: relative;
  padding-left: 21px;
  font-weight: 400;
  line-height: 31px;
  font-size: 14px;
  padding: 0;
}
.widget_recent_comments ul li span a {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans";
}
.widget_recent_comments ul li + li {
  margin-top: 21px;
  padding-top: 15px;
  border-top: 1px dotted #d2d1d1;
}
.widget_recent_comments ul li > a {
  display: block !important;
  text-transform: none;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 28px;
  font-size: 20px;
}
.widget_nav_menu div ul {
  margin-top: 10px;
}
.widget_nav_menu div ul li + li {
  margin-top: 11px;
}
.widget_nav_menu div ul li ul {
  margin-top: 11px;
}
.widget_nav_menu div ul li ul li {
  margin-top: 11px;
}
.widget_tag_cloud {
  padding-bottom: 33px;
}
.widget_tag_cloud .widget-title {
  margin-top: 30px;
  margin-bottom: 60px;
}
.widget_tag_cloud .tag-cloud-link {
  font-size: 14px !important;
}
.widget_rss {
  padding-bottom: 0;
}
.widget_rss .widget-title {
  margin-bottom: 17px;
  padding-left: 21px;
}
.widget_rss .widget-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 14px;
  height: 14px;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path d="M5.14286 15.4286C5.14286 16.1384 4.88839 16.7478 4.37946 17.2567C3.88393 17.7522 3.28125 18 2.57143 18C1.86161 18 1.25223 17.7522 0.743304 17.2567C0.247768 16.7478 0 16.1384 0 15.4286C0 14.7188 0.247768 14.1161 0.743304 13.6205C1.25223 13.1116 1.86161 12.8571 2.57143 12.8571C3.28125 12.8571 3.88393 13.1116 4.37946 13.6205C4.88839 14.1161 5.14286 14.7188 5.14286 15.4286ZM0 0V3.43527C2.00893 3.43527 3.89732 3.81696 5.66518 4.58036C7.43304 5.34375 8.97322 6.38839 10.2857 7.71429C11.6116 9.02679 12.6562 10.567 13.4196 12.3348C14.183 14.1027 14.5647 15.9911 14.5647 18H18C18 15.5223 17.5246 13.192 16.5737 11.0089C15.6362 8.8125 14.3504 6.90402 12.7165 5.28348C11.096 3.64955 9.1875 2.36384 6.99107 1.42634C4.80804 0.475446 2.47768 0 0 0ZM0 6.0067V9.42188C1.17857 9.42188 2.29018 9.64955 3.33482 10.1049C4.37946 10.5603 5.29018 11.1763 6.06696 11.9531C6.84375 12.7165 7.45313 13.6205 7.89509 14.6652C8.35045 15.7098 8.57813 16.8214 8.57813 18H11.9933C11.9933 16.3527 11.6786 14.7991 11.0491 13.3393C10.4196 11.8795 9.5625 10.6071 8.47768 9.52232C7.39286 8.4375 6.12054 7.58036 4.66071 6.95089C3.21429 6.32143 1.66071 6.0067 0 6.0067Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path d="M5.14286 15.4286C5.14286 16.1384 4.88839 16.7478 4.37946 17.2567C3.88393 17.7522 3.28125 18 2.57143 18C1.86161 18 1.25223 17.7522 0.743304 17.2567C0.247768 16.7478 0 16.1384 0 15.4286C0 14.7188 0.247768 14.1161 0.743304 13.6205C1.25223 13.1116 1.86161 12.8571 2.57143 12.8571C3.28125 12.8571 3.88393 13.1116 4.37946 13.6205C4.88839 14.1161 5.14286 14.7188 5.14286 15.4286ZM0 0V3.43527C2.00893 3.43527 3.89732 3.81696 5.66518 4.58036C7.43304 5.34375 8.97322 6.38839 10.2857 7.71429C11.6116 9.02679 12.6562 10.567 13.4196 12.3348C14.183 14.1027 14.5647 15.9911 14.5647 18H18C18 15.5223 17.5246 13.192 16.5737 11.0089C15.6362 8.8125 14.3504 6.90402 12.7165 5.28348C11.096 3.64955 9.1875 2.36384 6.99107 1.42634C4.80804 0.475446 2.47768 0 0 0ZM0 6.0067V9.42188C1.17857 9.42188 2.29018 9.64955 3.33482 10.1049C4.37946 10.5603 5.29018 11.1763 6.06696 11.9531C6.84375 12.7165 7.45313 13.6205 7.89509 14.6652C8.35045 15.7098 8.57813 16.8214 8.57813 18H11.9933C11.9933 16.3527 11.6786 14.7991 11.0491 13.3393C10.4196 11.8795 9.5625 10.6071 8.47768 9.52232C7.39286 8.4375 6.12054 7.58036 4.66071 6.95089C3.21429 6.32143 1.66071 6.0067 0 6.0067Z"/></svg>');
}
.widget_rss .widget-title > a:first-child {
  display: none;
}
.widget_rss ul {
  margin-top: 24px;
  margin-bottom: 19px;
}
.widget_rss ul li + li {
  margin-top: 0;
  padding-top: 5px;
}
.widget_rss ul li a.rsswidget {
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.widget_rss ul li .rss-date {
  margin-top: 15px;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.widget_rss ul li .rssSummary {
  margin-top: -3px;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.widget_rss ul li cite {
  display: block;
  margin-top: 0;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.widget_search {
  margin-bottom: 40px;
  padding: 22px 30px 30px;
}
.widget_search .widget-title {
  margin-top: -12px;
  margin-bottom: 4px;
}
.widget_search .search-form__field[type=search] {
  padding: 14px 20px 15px;
  font-size: 14px;
  border: 0;
}
.widget_search button[type=submit] {
  position: inherit;
  min-width: 111px;
  margin-left: 8px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.widget_search svg {
  display: none;
}
.widget_search .wp-block-search__input {
  background: #fff;
}
.widget_calendar {
  padding-top: 8px;
  padding-bottom: 0;
}
.widget_calendar .calendar_wrap {
  position: relative;
  margin: 0;
}
.widget_calendar table {
  table-layout: fixed;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.widget_calendar caption,
.widget_calendar tbody {
  font-size: 20px;
  font-weight: bold;
}
.widget_calendar thead th {
  height: 34px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  font-family: "Noto Serif";
  font-style: italic;
}
.widget_calendar caption {
  padding: 13px 0;
}
.widget_calendar th {
  margin: 0 5px;
  border: 10px solid #fff;
}
.widget_calendar th:first-child {
  border-left: none;
}
.widget_calendar th:last-child {
  border-right: none;
}
.widget_calendar tbody td {
  font-family: "Noto Serif";
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border: 10px solid #fff;
}
.widget_calendar tbody td:first-child {
  border-left: none;
}
.widget_calendar tbody td:last-child {
  border-right: none;
}
.widget_calendar tbody td a {
  position: relative;
  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;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.widget_calendar tbody td a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  opacity: 0;
  margin-left: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
}
.widget_calendar tbody td a:hover::before {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.widget_calendar tbody td#today {
  background-color: #f4f4f4;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev,
.widget .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 23px;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a,
.widget .wp-calendar-nav .wp-calendar-nav-next a {
  font-size: 0;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev {
  left: 19px;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.01959 8.53254C4.31285 8.82453 4.78697 8.82452 5.08024 8.53254C5.37533 8.23874 5.37533 7.76103 5.08024 7.46723L2.13032 4.53022L5.08024 1.5932C5.37533 1.2994 5.37533 0.821691 5.08024 0.527891C4.78697 0.235909 4.31285 0.235909 4.01959 0.527892L-0.000327866 4.53022L4.01959 8.53254Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.01959 8.53254C4.31285 8.82453 4.78697 8.82452 5.08024 8.53254C5.37533 8.23874 5.37533 7.76103 5.08024 7.46723L2.13032 4.53022L5.08024 1.5932C5.37533 1.2994 5.37533 0.821691 5.08024 0.527891C4.78697 0.235909 4.31285 0.235909 4.01959 0.527892L-0.000327866 4.53022L4.01959 8.53254Z"/></svg>');
}
.widget .wp-calendar-nav .wp-calendar-nav-next {
  right: 19px;
}
.widget .wp-calendar-nav .wp-calendar-nav-next a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.59565 8.53254C1.30238 8.82453 0.828262 8.82452 0.534997 8.53254C0.239906 8.23874 0.239907 7.76103 0.534997 7.46723L3.48492 4.53022L0.534996 1.5932C0.239906 1.2994 0.239906 0.821691 0.534996 0.527891C0.828262 0.235909 1.30238 0.235909 1.59565 0.527892L5.61556 4.53022L1.59565 8.53254Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.59565 8.53254C1.30238 8.82453 0.828262 8.82452 0.534997 8.53254C0.239906 8.23874 0.239907 7.76103 0.534997 7.46723L3.48492 4.53022L0.534996 1.5932C0.239906 1.2994 0.239906 0.821691 0.534996 0.527891C0.828262 0.235909 1.30238 0.235909 1.59565 0.527892L5.61556 4.53022L1.59565 8.53254Z"/></svg>');
}
.widget_zemez_core_post_thumb ul li + li {
  margin-top: 30px;
}
.widget_zemez_core_post_thumb ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.widget_zemez_core_post_thumb ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_zemez_core_post_thumb .has_thumb .recent_posts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_zemez_core_post_thumb .post-thumbnail {
  margin-right: 14px;
  min-width: 58px;
}
.widget_zemez_core_post_thumb .post-thumbnail img {
  margin-bottom: 0;
}
.widget_zemez_core_post_thumb .recent_post_title {
  display: block;
  font-weight: 500;
  line-height: 19px;
  font-size: 14px;
}
.widget_zemez_core_post_thumb .entry-meta {
  margin-top: 6px;
  font-size: 12px;
}
.widget_zemez_core_post_thumb .entry-meta .entry-date {
  font-weight: 400;
}

.entry-content .has-avatars.wp-block-latest-comments img,
.page-content .has-avatars.wp-block-latest-comments img {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.entry-content .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.page-content .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-size: 18px;
}
.entry-content .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta time,
.page-content .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.entry-content .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt,
.page-content .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  padding-left: 6px;
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
  margin-top: 0;
  background-color: transparent;
}
.widget_block .wp-block-search {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__label {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}
.wp-block-search input {
  padding: 14px 20px 15px;
  font-size: 14px;
  border: 0;
}
.wp-block-calendar {
  position: relative;
}
.wp-block-calendar thead th {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 10px solid #fff;
  padding: 0;
}
.wp-block-calendar tbody td {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 10px solid #fff;
  padding: 0;
}
.wp-block-calendar tbody td.pad {
  background: none;
  border: none;
}
.wp-block-archives-list {
  margin-left: 0;
  list-style: none;
}
.wp-block-archives-list li {
  position: relative;
  padding-left: 0;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.wp-block-archives-list li + li {
  margin-top: 10px;
}
.wp-block-archives-list li:last-child {
  border: 0;
}
.wp-block-archives-list li a {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
}
.wp-block-archives-list li a .post_count {
  font-style: italic;
}
.wp-block-archives-list li a:before {
  content: "";
  display: none;
}
.wp-block-categories-list {
  margin-left: 0;
}
.wp-block-categories-list li {
  position: relative;
  padding-left: 22px;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.wp-block-categories-list li + li {
  border-top: 1px solid #EAEAEA;
}
.wp-block-categories-list li + li li {
  border: 0;
}
.wp-block-categories-list li::marker {
  visibility: hidden;
  display: none;
  line-height: 0;
  font-size: 0;
}
.wp-block-categories-list li > a {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 28px;
  font-size: 18px;
}
.wp-block-categories-list li + li {
  margin-top: 2px;
}
.wp-block-categories-list li > ul {
  margin-left: 7px;
  margin-top: -2px;
  margin-bottom: 13px;
}
.wp-block-categories-list li > ul li {
  padding-left: 11px;
  line-height: 19px;
  border-bottom: 0;
}
.wp-block-categories-list li > ul li a {
  font-size: 16px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.wp-block-categories-list li > ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-categories-list li > ul li span {
  margin-top: 4px;
}
.wp-block-categories-list li span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 500;
}
.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments__comment-link {
  line-height: 27px;
  font-size: 20px;
  font-weight: 300;
}
.wp-block-latest-comments__comment-author {
  font-size: 14px;
}
.wp-block-latest-comments__comment-link {
  display: block;
}
.wp-block-latest-comments time,
.wp-block-latest-comments p {
  display: none;
}
.wp-block-latest-comments:not(.has-excerpts) .wp-block-latest-comments__comment-link {
  display: block;
  text-transform: none;
  font-weight: bold;
  line-height: 27px;
  font-size: 20px;
}
.wp-block-latest-comments li + li {
  border-top: 1px dotted #d2d1d1;
  padding-top: 21px;
  margin-top: 21px;
}
.wp-block-latest-posts__list {
  margin-left: 0;
  list-style: none;
}
.wp-block-latest-posts__list:not(.is-grid) li + li {
  margin-top: 22px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-family: "Noto Serif";
  font-style: italic;
  display: block;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  margin-top: 10px;
}
.wp-block-latest-posts__list li {
  display: block;
}
.wp-block-latest-posts__list li a {
  font-family: "Noto Sans";
  font-weight: bold;
  line-height: 19px;
  font-size: 20px;
  margin-bottom: 6px;
}
.wp-block-latest-posts__list li a + .wp-block-latest-posts__post-date {
  margin-bottom: 11px;
}
.wp-block-search__inside-wrapper input {
  padding: 13px;
}
.wp-block-tag-cloud a {
  font-size: 14px !important;
}
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-pullquote.is-style-solid-color {
  padding: 0;
}
.wp-block-pullquote.is-style-solid-color .has-text-color {
  margin: 0;
  max-width: 100%;
}

/* Tags style */
.single-post .entry-footer .tags-links a, .widget_tag_cloud .tag-cloud-link, .wp-block-tag-cloud a {
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Serif";
  font-style: italic;
  margin: 0 4px 8px 0;
  padding: 15px 23px 15px 18px;
  text-decoration: none;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  border: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0;
}

.img-pull-right {
  float: right;
  width: 50%;
  margin: 0 0 1% 4%;
}

.alignleft {
  margin: 8px 30px 15px 0;
}
.alignright {
  margin: 30px 0 15px 30px;
}
p .alignright {
  margin-top: 30px;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 12px;
  font-size: 0.75rem;
}

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

.page-content figure figcaption,
.page-content figure.wp-caption figcaption,
.entry-content figure figcaption,
.entry-content figure.wp-caption figcaption {
  margin-top: 16px;
  text-transform: none;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #3A3A3A;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.gallery > * {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.gallery-item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.gallery img {
  display: block;
  height: auto;
  border-radius: 0;
}

.tag-gallery .entry-content .has-large-font-size {
  font-size: 36px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.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-caption {
  display: block;
}

figure.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 0.4rem 0;
}
figure.wp-block-gallery.alignnone, figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (max-width: 639px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 10px;
  }
}

@media (max-width: 639px) {
  .wp-block-media-text {
    display: block;
  }
}
.wp-block-media-text__content .has-large-font-size {
  font-size: 1.65em;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%;
}
.fb_iframe_widget > span {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/
.calendar_wrap,
.wp-block-calendar {
  position: relative;
}
.calendar_wrap .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
  margin: 0px 0 0 -2px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.calendar_wrap .wp-calendar-table caption,
.wp-block-calendar .wp-calendar-table caption {
  padding: 13px 0;
}
.calendar_wrap .wp-calendar-table caption,
.calendar_wrap .wp-calendar-table tbody,
.wp-block-calendar .wp-calendar-table caption,
.wp-block-calendar .wp-calendar-table tbody {
  font-size: 20px;
  font-weight: bold;
}
.calendar_wrap .wp-calendar-table thead th,
.wp-block-calendar .wp-calendar-table thead th {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 10px solid #fff;
  padding: 0;
  font-style: italic;
}
.calendar_wrap .wp-calendar-table thead th:first-child,
.wp-block-calendar .wp-calendar-table thead th:first-child {
  border-left: none;
}
.calendar_wrap .wp-calendar-table thead th:last-child,
.wp-block-calendar .wp-calendar-table thead th:last-child {
  border-right: none;
}
.calendar_wrap .wp-calendar-table tbody td,
.wp-block-calendar .wp-calendar-table tbody td {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 10px solid #fff;
  padding: 0;
  font-style: italic;
  font-weight: 400;
}
.calendar_wrap .wp-calendar-table tbody td:first-child,
.wp-block-calendar .wp-calendar-table tbody td:first-child {
  border-left: none;
}
.calendar_wrap .wp-calendar-table tbody td:last-child,
.wp-block-calendar .wp-calendar-table tbody td:last-child {
  border-right: none;
}
.calendar_wrap .wp-calendar-table tbody td.pad,
.wp-block-calendar .wp-calendar-table tbody td.pad {
  background: none;
  border: none;
}
.calendar_wrap .wp-calendar-table tbody td a,
.wp-block-calendar .wp-calendar-table tbody td a {
  position: relative;
  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;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.calendar_wrap .wp-calendar-table tbody td a::before,
.wp-block-calendar .wp-calendar-table tbody td a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  opacity: 0;
  margin-left: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
}
.calendar_wrap .wp-calendar-table tbody td a:hover::before,
.wp-block-calendar .wp-calendar-table tbody td a:hover::before {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 23px;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
  font-size: 0;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
  left: 19px;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.01959 8.53254C4.31285 8.82453 4.78697 8.82452 5.08024 8.53254C5.37533 8.23874 5.37533 7.76103 5.08024 7.46723L2.13032 4.53022L5.08024 1.5932C5.37533 1.2994 5.37533 0.821691 5.08024 0.527891C4.78697 0.235909 4.31285 0.235909 4.01959 0.527892L-0.000327866 4.53022L4.01959 8.53254Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.01959 8.53254C4.31285 8.82453 4.78697 8.82452 5.08024 8.53254C5.37533 8.23874 5.37533 7.76103 5.08024 7.46723L2.13032 4.53022L5.08024 1.5932C5.37533 1.2994 5.37533 0.821691 5.08024 0.527891C4.78697 0.235909 4.31285 0.235909 4.01959 0.527892L-0.000327866 4.53022L4.01959 8.53254Z"/></svg>');
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
  right: 19px;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.59565 8.53254C1.30238 8.82453 0.828262 8.82452 0.534997 8.53254C0.239906 8.23874 0.239907 7.76103 0.534997 7.46723L3.48492 4.53022L0.534996 1.5932C0.239906 1.2994 0.239906 0.821691 0.534996 0.527891C0.828262 0.235909 1.30238 0.235909 1.59565 0.527892L5.61556 4.53022L1.59565 8.53254Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.59565 8.53254C1.30238 8.82453 0.828262 8.82452 0.534997 8.53254C0.239906 8.23874 0.239907 7.76103 0.534997 7.46723L3.48492 4.53022L0.534996 1.5932C0.239906 1.2994 0.239906 0.821691 0.534996 0.527891C0.828262 0.235909 1.30238 0.235909 1.59565 0.527892L5.61556 4.53022L1.59565 8.53254Z"/></svg>');
}

/*--------------------------------------------------------------
## Recent Comments
--------------------------------------------------------------*/
.elementor-widget-wp-widget-recent-comments .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container ul#recentcomments {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
  margin-left: 0;
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container ul#recentcomments li + li {
  border-top: 1px dotted #d2d1d1;
  padding-top: 21px;
  margin-top: 21px;
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container ul#recentcomments li .comment-author-link {
  display: inline-block;
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container ul#recentcomments li .comment-author-link a {
  font-size: 14px;
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container ul#recentcomments li a {
  display: block;
  text-transform: none;
  font-weight: bold;
  line-height: 27px;
  font-size: 20px;
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container h5 {
  position: relative;
  display: inline-block;
  padding-right: 11px;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 940px) {
  .elementor-widget-wp-widget-recent-comments .elementor-widget-container h5 {
    font-size: 24px;
  }
}
@media (min-width: 1120px) {
  .elementor-widget-wp-widget-recent-comments .elementor-widget-container h5 {
    font-size: 30px;
  }
}
.elementor-widget-wp-widget-recent-comments .elementor-widget-container h5:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2000px;
  height: 1px;
  left: 100%;
  bottom: 6px;
  background: #000;
  z-index: -1;
}

/*--------------------------------------------------------------
## Jet plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Jet Blog
--------------------------------------------------------------*/
.jet-smart-listing-wrap.jet-processing + div.jet-smart-listing-loading {
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: red;
  border-right-color: red;
}

/*--------------------------------------------------------------
## Jet mobile
--------------------------------------------------------------*/
.jet-mobile-menu-active .jet-mobile-menu-cover {
  z-index: 1;
}

.jet-woo-slick-control-nav.jet-woo-slick-control-thumbs.slick-initialized.slick-slider {
  width: 100%;
}

.elementor-position-left .elementor-widget-container .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.elementor-position-left .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {
  padding-left: 20px;
}

.divider-position .elementor-divider-separator:after {
  margin-top: 25px;
}

.post-content-position .jet-posts__inner-box {
  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;
}

.post-content-position .jet-posts__inner-box:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

/*--------------------------------------------------------------
## WPCF7
--------------------------------------------------------------*/
.wpcf7 .ajax-loader {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  margin: 0 15px;
  background: none;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
  z-index: 11;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap input {
  width: 100%;
}
.wpcf7-response-output {
  font-size: 14px;
  margin: 1em 0;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok {
  padding: 0;
  border: none;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset],
.wpcf7 button {
  vertical-align: middle;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  width: auto;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: none;
  border-bottom: 1px solid;
  background-color: transparent;
  padding: 15px 0 3px;
  font-size: 18px;
}
.invalid .wpcf7 input[type=text],
.invalid .wpcf7 input[type=email],
.invalid .wpcf7 input[type=url],
.invalid .wpcf7 input[type=password],
.invalid .wpcf7 input[type=search],
.invalid .wpcf7 input[type=tel],
.invalid .wpcf7 textarea {
  padding-right: 180px;
}
.wpcf7-form.invalid input[type=text],
.wpcf7-form.invalid input[type=email],
.wpcf7-form.invalid input[type=url],
.wpcf7-form.invalid input[type=password],
.wpcf7-form.invalid input[type=search],
.wpcf7-form.invalid input[type=tel],
.wpcf7-form.invalid textarea {
  padding-right: 180px;
}
.wpcf7 textarea {
  height: 90px;
  min-height: 90px;
}

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

@keyframes tm_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Checkbox */
.contact-form .contact-form-checkbox input[type=checkbox] {
  display: none;
}

.contact-form .contact-form-checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-form .contact-form-checkbox .wpcf7-list-item {
  margin: 0;
}

body .contact-form .contact-form-checkbox .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label,
body .contact-form .contact-form-checkbox .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  vertical-align: middle;
}

.contact-form .contact-form-checkbox label span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: -7px;
  background-color: rgba(107, 147, 167, 0.1);
}

.contact-form .contact-form-checkbox label:hover span::before {
  border: 1px solid #084b6d;
}

.contact-form .contact-form-checkbox label input[type=checkbox]:checked ~ span::before {
  background-color: #ff668c;
  border: none;
}

.contact-form .contact-form-checkbox label input[type=checkbox]:checked ~ span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*Columns in contact forms*/
.cf-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 767px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cf-push-1 {
    margin-left: 8.333333%;
  }
  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cf-push-2 {
    margin-left: 16.66667%;
  }
  .cf-col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cf-push-3 {
    margin-left: 25%;
  }
  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cf-push-4 {
    margin-left: 33.33333%;
  }
  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cf-push-5 {
    margin-left: 41.66667%;
  }
  .cf-col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cf-push-6 {
    margin-left: 50%;
  }
  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cf-push-7 {
    margin-left: 58.33333%;
  }
  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cf-push-8 {
    margin-left: 66.66667%;
  }
  .cf-col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cf-push-9 {
    margin-left: 75%;
  }
  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .cf-push-10 {
    margin-left: 83.33333%;
  }
  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cf-push-11 {
    margin-left: 91.66667%;
  }
  .cf-col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* custom checkbox wpcf7 */
.custom-checkbox .wpcf7-list-item {
  margin: 0 0 0 32px;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label input {
  display: none;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label span {
  display: block;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #7D7D7D;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #F5F5F5;
  border: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label span::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 14px;
  height: 11px;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49093 3.49754L6.7092 9.17032L5.21827 10.7911L0 5.11834L1.49093 3.49754Z" fill="white"/><path d="M12.5091 0L3.88134 9.37921L5.37227 11L14 1.62079L12.5091 0Z" fill="white"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49093 3.49754L6.7092 9.17032L5.21827 10.7911L0 5.11834L1.49093 3.49754Z" fill="white"/><path d="M12.5091 0L3.88134 9.37921L5.37227 11L14 1.62079L12.5091 0Z" fill="white"/></svg>');
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label input:checked ~ span::after {
  opacity: 1;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label input:checked ~ span::before {
  background: #86C471;
}

/*--------------------------------------------------------------
## WPML
--------------------------------------------------------------*/
.main-navigation .sub-menu li.wpml-ls-item {
  margin: 3px 10px;
  padding: 2px 10px;
}
.main-navigation .sub-menu li.wpml-ls-item a {
  -webkit-transition: none;
  transition: none;
}

.main-navigation.mobile-menu .menu li.wpml-ls-item {
  display: block;
  margin: 1px 8px;
  padding: 4px 7px;
}

/*--------------------------------------------------------------
## Ecwid
--------------------------------------------------------------*/
html#ecwid_html body#ecwid_body {
  /* Horizontal categories styles */
}
html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item {
  margin-right: 10px;
}
html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser {
  padding: 0 1.875rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
  padding: 0 3.75rem 20px;
  background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 1.875rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description {
  /* Kava default typography margin */
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description p {
  margin: 0 0 1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__sort {
  margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-grid .page-title__name {
  margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content .form-control--radio {
  padding: 5px;
  width: auto;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__wrap-inner > *:last-child:not(.grid-product__image) {
  padding-top: 6px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--layout-left .grid-product__price {
  padding-top: 0.1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__button {
  /* Default kingnews border-radius styles */
  border-radius: 0;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store {
  /* Add To Cart small state */
  /* Add To Cart medium state */
  /* Add To Cart large state */
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button {
  min-height: 36px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button {
  min-height: 40px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button {
  min-height: 46px;
}