@charset "UTF-8";
/*!
Theme Name: Storycle
Theme URI: https://ld-wp73.template-help.com/blog_multipurpose/landing/
Author: Zemez
Author URI: Zemez.io
Description: Storycle - 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: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storycle
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.

Storycle 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 storycle_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes storycle_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-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: 2.25rem auto 1.55rem;
  }
}

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

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
p img {
  margin-top: 20px;
}

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: 0 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);
      -ms-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: 0.9375rem;
  padding-right: 0.9375rem;
}
@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: 0.9375rem;
  padding-right: 0.9375rem;
}

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

.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: 0.9375rem;
  padding-right: 0.9375rem;
}

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

blockquote {
  position: relative;
  padding: 0 0 0 23px !important;
  margin: 30px 0 30px;
  text-align: left;
  font-style: italic;
  font-weight: 700;
  line-height: 1.33;
  font-size: 14px;
  clear: left;
  border-left-width: 2px;
  border-left-style: solid;
}
@media (min-width: 640px) {
  blockquote {
    margin-left: 50px;
    padding-right: 0 !important;
    font-size: 18px;
  }
  .wp-block-column blockquote {
    padding: 39px 25px 35px !important;
    font-size: 18px;
  }
  .wp-block-column blockquote:before {
    position: static;
  }
}
blockquote:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  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 298.667 298.667" xml:space="preserve"><polygon points="0,170.667 64,170.667 21.333,256 85.333,256 128,170.667 128,42.667 0,42.667"/><polygon points="170.667,42.667 170.667,170.667 234.667,170.667 192,256 256,256 298.667,170.667 298.667,42.667"/></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 298.667 298.667" xml:space="preserve"><polygon points="0,170.667 64,170.667 21.333,256 85.333,256 128,170.667 128,42.667 0,42.667"/><polygon points="170.667,42.667 170.667,170.667 234.667,170.667 192,256 256,256 298.667,170.667 298.667,42.667"/></svg>');
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-column blockquote:before {
  width: 34px;
  height: 23px;
}
blockquote:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media (min-width: 640px) {
  blockquote:after {
    width: 77%;
  }
  .wp-block-column blockquote:after {
    width: 100%;
  }
}
blockquote:not(.has-very-dark-gray-color):after {
  background-color: #f8f8f8;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote.has-text-align-right {
  padding: 45px 50px 42px !important;
}
@media (min-width: 640px) {
  blockquote.has-text-align-right {
    padding-right: 50px !important;
    padding-left: 0 !important;
  }
}
blockquote.has-text-align-right:after {
  left: auto;
  right: 0;
}
@media (max-width: 1119px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    min-width: 100%;
  }
}
blockquote p {
  margin: 30px 0 0;
  font-style: italic !important;
}
blockquote p:first-child {
  position: relative;
  margin-top: 0;
}
blockquote cite {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  font-size: 12px !important;
}
.wp-block-pullquote blockquote cite {
  color: #625f74;
}
blockquote cite em {
  font-style: normal;
}
blockquote.is-style-large cite {
  padding-left: 0;
}
blockquote.is-style-large cite:before {
  display: none;
}
:root .has-cyan-bluish-gray-background-color blockquote {
  background: none;
}

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

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

.fa::before {
  content: "+";
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.site-main table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #ececec;
}
.site-main table th,
.site-main table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #ececec;
}
.site-main table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #ececec;
}
.site-main table tbody + tbody {
  border-top: 1px solid #ececec;
}

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

.has-drop-cap:not(:focus):first-letter {
  margin-top: 0.15em;
  font-weight: 300;
  font-size: 4.5rem;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 940px) {
  ul,
ol {
    margin-left: 65px;
  }
}
.entry-content ul, .page-content ul,
.entry-content ol,
.page-content ol {
  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 + li, .page-content ul li + li,
.entry-content ol li + li,
.page-content ol li + li {
  margin-top: 6px;
}
.wp-block-column ul,
.wp-block-column ol {
  margin-left: 35px;
}

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: 70px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  z-index: 999;
  text-align: center;
  background-color: #fff;
}
#toTop:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  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);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: background-color 0.2s ease-out;
  -o-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: 10px;
  }
}

/*--------------------------------------------------------------
## 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);
      -ms-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;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -o-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;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.invert-button,
.button.invert-button {
  border: 1px solid #fff;
  background: none;
}

.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: 9.5px 30px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-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 {
  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 {
  padding: 9px 23px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
}
.wp-block-file .wp-block-file__button {
  padding: 9px 23px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
}
.is-style-outline .wp-block-button__link {
  padding: 9px 23px;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

input,
select,
textarea {
  padding: 11.5px 20px;
  text-transform: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-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;
}
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 #F9F9F9 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 {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-right: 50px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-image: url("assets/images/icon_select.svg");
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 13px 14px;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #f9f9f9;
}
#page .select2-selection:focus {
  outline: none;
}
#page .select2-selection b {
  margin-top: 0;
}
#page .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 24px;
}
#page .select2-selection.select2-selection--multiple {
  height: auto;
}

.search-form__input-wrap {
  margin-bottom: 0;
}
.search-form__field[type=search] {
  width: 100%;
  max-width: 100%;
  min-width: 50px;
}
.post-password-form label {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 939px) {
  .post-password-form label {
    display: block;
    width: 100%;
  }
}
@media (max-width: 939px) {
  .post-password-form label input {
    width: 100%;
    margin-top: 5px;
  }
}
.post-password-form input[type=submit] {
  padding: 11px 30px;
}

.comment-list + .comment-respond {
  margin-top: 20px;
}
.comment-list .comment-respond {
  margin-top: 60px;
  margin-bottom: 60px;
}
.comment-reply-title {
  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;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.comment-reply-title small {
  margin-left: auto;
}
.comment-reply-title #cancel-comment-reply-link {
  font-size: 12px;
  margin-left: 0;
  margin-top: 20px;
}
@media (min-width: 940px) {
  .comment-reply-title #cancel-comment-reply-link {
    margin-left: 15px;
    margin-top: 0;
  }
}
.comment #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 0;
  margin-top: 20px;
  font-weight: 700;
  line-height: 21px;
  font-size: 12px;
}
@media (min-width: 640px) {
  .comment #cancel-comment-reply-link {
    margin-left: 20px;
    margin-top: 0;
  }
}
.comment-form .comment-notes {
  margin-bottom: 10px;
  font-size: 12px;
}
.comment-form .logged-in-as {
  margin-bottom: 10px;
  font-size: 12px;
}
.comment-form-comment {
  margin-bottom: 10px;
}
.comment-form-comment textarea {
  height: 155px;
  min-height: 155px;
  padding-top: 15px;
}
@media (min-width: 940px) {
  .comment-form__input_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
  margin-bottom: 10px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 10px;
}
.comment-form-url {
  padding-right: 0;
}
.comment-form__field {
  width: 100%;
  vertical-align: top;
  padding: 11px 17px;
}
.comment-form label {
  font-size: 12px;
  line-height: 1.6;
}
.comment-form .form-submit {
  margin: 11px 0 0;
}
.logged-in .comment-form .form-submit {
  margin-left: 0;
  margin-right: 0;
}
.comment-form .form-submit input {
  width: 100%;
  padding: 13px 40px;
  font-size: 16px;
  border: 0;
}
@media (min-width: 640px) {
  .comment-form .form-submit input {
    width: auto;
  }
}
.comment-form-cookies-consent {
  margin-top: 4px;
  margin-bottom: 11px;
  line-height: 1.6;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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: 23px;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-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: 2px;
  width: 10px;
  height: 8px;
  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;
  -o-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: underline;
}
.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;
}
.edit-link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
  width: 15px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 9" xmlns="http://www.w3.org/2000/svg"><path d="M5.958 8.786L0.918 4.772L5.958 0.776V4.376H14.454V5.186H5.958V8.786Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 9" xmlns="http://www.w3.org/2000/svg"><path d="M5.958 8.786L0.918 4.772L5.958 0.776V4.376H14.454V5.186H5.958V8.786Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation__default ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation__default ul ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  margin-top: 18px;
  padding: 0;
  text-align: left;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 24px rgba(27, 20, 67, 0.05);
          box-shadow: 0px 8px 24px rgba(27, 20, 67, 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: -11px;
  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:hover > ul, .main-navigation__default ul ul li.focus > ul {
  left: 100%;
}
.main-navigation__default ul ul a {
  width: 220px;
  padding: 10px 30px 10px 20px;
}
.main-navigation__default ul li:hover > ul,
.main-navigation__default ul li.focus > ul {
  left: -20px;
}
.main-navigation__default li {
  position: relative;
  display: inline-block;
}
.main-navigation__default .menu > li {
  padding: 0;
  margin-right: 16px;
}
.site-header__style-3 .main-navigation__default .menu > li {
  margin-right: -4px;
}
.main-navigation__default .menu > li > a {
  padding: 12px 0;
}
.site-header__style-3 .main-navigation__default .menu > li > a {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px 0 0 3px;
}
.site-header__style-3 .main-navigation__default .menu > li:first-child > a {
  border-radius: 3px 0 0 3px;
}
.main-navigation__default .menu > li:last-child {
  margin-right: 0;
}
.main-navigation__default .menu > li.menu-item-has-children > a {
  padding-right: 10px;
}
.site-header__style-3 .main-navigation__default .menu > li.menu-item-has-children > a {
  padding-right: 40px;
}
.main-navigation__default a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation__default .set-menu {
  padding: 12px 20px;
}
.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;
  -o-transition: 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.menu-item-has-children a {
  position: relative;
}
.main-navigation__vertical .menu li.menu-item-has-children a:after {
  right: -35px;
  top: 32px;
  margin-top: 0;
  width: 18px;
  height: 18px;
  background-color: #444;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.main-navigation__vertical .menu li.menu-item-has-children a:hover:after {
  background-color: #888;
}
.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-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%);
      -ms-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 .menu-item.active > .sub-menu {
  display: block;
}

/* Item submenu arrow */
.main-navigation li.menu-item-has-children > a:before, .main-navigation li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 51%;
  width: 6px;
  height: 1px;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.main-navigation li.menu-item-has-children > a:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header__style-3 .main-navigation li.menu-item-has-children > a:before {
  right: 20px;
}
.main-navigation li.menu-item-has-children > a:after {
  right: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header__style-3 .main-navigation li.menu-item-has-children > a:after {
  right: 16px;
}
.main-navigation .sub-menu li.menu-item-has-children > a:before {
  right: 20px;
  margin-top: -4px;
}
.main-navigation .sub-menu li.menu-item-has-children > a:after {
  right: 20px;
  margin-bottom: -4px;
}

/* Vertical Menu Toggle Button */
.menu-toggle-wrapper {
  min-width: 33%;
}
.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;
  -o-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);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s;
  -o-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);
      -ms-transform: scale(1);
          transform: scale(1);
}
.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;
  }
}

/* Header style 3 */
.site-header__style-3 .main-navigation__default ul li:hover > ul, .site-header__style-3 .main-navigation__default ul li.focus > ul {
  left: 0;
}
.site-header__style-3 .main-navigation__default ul ul {
  margin-top: 0;
  border-top-width: 3px;
  border-top-style: solid;
  border-radius: 0;
  background-color: #1c1c21;
}
.site-header__style-3 .main-navigation__default ul ul li:hover > ul, .site-header__style-3 .main-navigation__default ul ul li.focus > ul {
  left: 100%;
}
.site-header__style-3 .main-navigation__default ul ul ul {
  top: -3px;
}

/*--------------------------------------------------------------
## 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-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.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;
  z-index: 1002;
  min-width: 60%;
  margin-right: auto !important;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding .site-logo__link {
    font-size: 28px;
  }
}
.site-header .site-header__mobile .site-header__right_part {
  margin-left: auto;
}
.site-header .site-header__mobile .site-header__right_part > * {
  padding-left: 0;
  padding-right: 0;
}
.site-header .site-header__mobile .site-header__right_part .header-search-toggle {
  margin-left: 0;
}
.site-header .site-header__mobile .site-header__right_part .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__content {
  overflow-y: scroll;
  position: fixed;
  z-index: 998;
  top: 0;
  right: -75%;
  width: 75%;
  height: 100vh;
  margin: 70px 0 0;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  -o-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;
}
.site-header .site-header__mobile .header-search-popup {
  height: auto;
}
.site-header .site-header__mobile .header-search-popup__inner {
  padding-top: 90px;
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__label {
  display: none;
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__field {
  padding-bottom: 4px;
  text-align: left;
  text-transform: none;
  font-size: 18px;
  line-height: 43px;
}
.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: 40px;
}
.site-header .site-header__mobile .menu-toggle-wrapper {
  position: relative;
  z-index: 1003;
  min-width: 20%;
}
.site-header .site-header__mobile.site-header__style-3 .main-navigation__default ul ul {
  border-top: 0;
}
.site-header .site-header__mobile .main-navigation__vertical .menu li a {
  padding-top: 8px;
  padding-bottom: 9px;
  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;
  top: 15px;
  right: -20px;
}
.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: 9998;
  top: 0;
  right: -80%;
  display: block;
  width: 80%;
  height: 100vh;
  margin: 0;
  text-align: left;
  background-color: #1c1c21;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  -o-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: 100px;
  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: 8px 0 9px;
  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: 30px;
  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: 18px;
}
.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 {
  position: relative;
  z-index: 1003;
  width: 20px;
  height: 16px;
  margin: 0 0 0 20px;
  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;
  -o-transition: width 0.1s ease-out, 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 {
  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);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-toggle-button.mobile-menu-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*--------------------------------------------------------------
## 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%);
      -ms-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;
  margin-left: 5px;
  margin-right: 4px;
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
}
.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: 26px;
  padding-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 640px) {
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-navigation .nav-links .nav-prev,
.post-navigation .nav-links .nav-next {
  display: block;
  width: 100%;
  text-align: right;
}
.post-navigation .nav-links__label {
  position: relative;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
  word-break: break-all;
}
.post-navigation .nav-links__label span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.post-navigation .nav-links__label svg {
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
}
.post-navigation .nav-links__label svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.post-navigation .nav-links__title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.33;
}
.post-navigation .nav-links .nav-prev {
  text-align: left;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-prev {
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .post-navigation .nav-links .nav-prev {
    margin-bottom: 30px;
  }
}
.post-navigation .nav-links .nav-prev .nav-links__label span {
  padding-left: 20px;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-next {
    padding-left: 20px;
  }
}
.post-navigation .nav-links .nav-next .nav-links__label span {
  padding-right: 20px;
}
.post-navigation .nav-links .nav-next .nav-links__label svg {
  left: auto;
  right: 0;
}

/*--------------------------------------------------------------
### Posts List Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 30px;
  margin-bottom: -5px;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 4px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  line-height: 38px;
  font-size: 14px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  width: 11px;
  height: 11px;
  margin-top: -2px;
}
.pagination .page-numbers.prev svg {
  margin-left: 2px;
}
.pagination .page-numbers.next svg {
  margin-right: 2px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  border-color: #c8c8ce;
  background-color: transparent;
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-list .menu-item {
  margin-left: 13px;
}
.social-list .menu-item:first-child {
  margin-left: 0;
}
.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: "";
}
.social-list .menu-item > a[href*="500px.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="android.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="apple.com"]::before, .social-list .menu-item > a[href*="itunes.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="angel.co"]::before {
  content: "";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "";
}
.social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="digg.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="dribbble.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="fb.me"]::before, .social-list .menu-item > a[href*="facebook.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="foursquare.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="flickr.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="github.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="gitlab.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="instagram.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="reddit.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: "";
}
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="twitter.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="youtube.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="amazon.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*=tripadvisor]::before {
  content: "";
}
.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="xing.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="yahoo."]::before {
  content: "";
}
.social-list .menu-item > a[href*="vine.co"]::before {
  content: "";
}
.social-list .menu-item > a[href*="weibo.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="trello.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="spotify.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: "";
}
.social-list .menu-item > a[href*="slack.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="last.fm"]::before {
  content: "";
}
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: "";
}
.social-list .menu-item > a[href*="behance.net"]::before {
  content: "";
}
.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: "";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "";
}
.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="contao.org"]::before {
  content: "";
}
.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="vk.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="ok.ru"]::before {
  content: "";
}
.social-list .menu-item > a[href*="medium.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="twitch.tv"]::before {
  content: "";
}
.social-list .menu-item > a[href*="mailto:"]::before {
  content: "";
}
.social-list .menu-item > a[href*=feed]::before {
  content: "";
}
.social-list .menu-item > a::before {
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 20px;
}
.social-list--text .social-list .menu-item > a::before {
  display: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs__container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  min-height: 1px;
}
.breadcrumbs__container.container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .breadcrumbs__container.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumbs_items {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.breadcrumbs_title .breadcrumbs_page-title {
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumbs_browse {
  display: inline-block;
  margin-right: 0.5em;
}
.breadcrumbs_wrap {
  margin-top: 9px;
  margin-bottom: 1px;
}
.breadcrumbs_item {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 12px;
}
.breadcrumbs_item_sep {
  margin: 0 7px;
}
.breadcrumbs_item_sep svg {
  width: 6px;
  height: 6px;
}
.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;
}
.post-template-single-layout-2 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-3 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-4 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-5 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-6 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-7 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-8 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-9 .breadcrumbs .breadcrumbs_items, .post-template-single-layout-10 .breadcrumbs .breadcrumbs_items {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  border-bottom: 0;
}
.woocommerce-page .breadcrumbs .breadcrumbs_items {
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 0;
}

/*--------------------------------------------------------------
# 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;
}
.wp-block-image .alignnone,
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .alignwide,
.wp-block-image .alignfull {
  margin-bottom: 2rem;
}

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

/*--------------------------------------------------------------
# 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: 30px;
}
.post-navigation + .comments-area, .post-author-bio + .comments-area {
  margin-top: 100px;
}
.elementor-page.position-fullwidth .comments-area {
  margin-bottom: 50px;
}
.comments-title {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.comment-list {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 6px;
}
.comment-list .comment {
  margin-bottom: 28px;
}
.comment-list .children {
  margin-left: 0;
  margin-top: 28px;
  margin-bottom: 30px;
  padding-left: 10px;
  list-style: none;
}
@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: 100px;
  }
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback,
.comment-list .review {
  margin-top: 11px;
}
.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: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 939px) {
  .comment-body .avatar {
    width: 40px;
  }
}
.comment-body .reply {
  margin-top: 5px;
}
.comment-body .reply .comment-reply-link {
  line-height: 1.5;
  font-size: 12px;
}
.comment-body .reply .comment-reply-link svg {
  margin-right: 7px;
  margin-top: -4px;
  width: 12px;
  height: 12px;
}
.comment-meta {
  margin-bottom: 8px;
}
.comment-meta .comment-metadata .fn {
  margin-right: 14px;
  font-weight: 700;
  font-size: 14px;
}
.comment-content {
  font-size: 12px;
  line-height: 1.6;
}
.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;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  position: relative;
  margin-top: 30px;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
}
.post-author-bio__title {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.post-author__holder {
  text-align: center;
}
@media (min-width: 940px) {
  .post-author__holder {
    text-align: left;
  }
}
.post-author__avatar .avatar {
  margin-bottom: 15px;
  vertical-align: top;
  border-radius: 50%;
}
@media (min-width: 940px) {
  .post-author__avatar .avatar {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .post-author__content {
    overflow: hidden;
  }
}
.post-author__title {
  margin-top: 0;
}
.post-author__description {
  font-size: 12px;
}

/*--------------------------------------------------------------
# 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-header__wrap.container, .site-content.container, .site-footer__wrap.container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .site-header__wrap.container, .site-content.container, .site-footer__wrap.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.layout-fullwidth .site-header__wrap.container, body.elementor-template-full-width .site-header__wrap.container, body.page-template-fullwidth-content .site-header__wrap.container, body.layout-fullwidth .site-content.container, body.elementor-template-full-width .site-content.container, body.page-template-fullwidth-content .site-content.container, body.layout-fullwidth .site-footer__wrap.container, body.elementor-template-full-width .site-footer__wrap.container, body.page-template-fullwidth-content .site-footer__wrap.container {
  padding-left: 0;
  padding-right: 0;
}
body.layout-fullwidth .site .breadcrumbs, body.elementor-template-full-width .site .breadcrumbs, body.page-template-fullwidth-content .site .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  body.layout-fullwidth .site .breadcrumbs, body.elementor-template-full-width .site .breadcrumbs, body.page-template-fullwidth-content .site .breadcrumbs {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.layout-fullwidth .site .breadcrumbs .container, body.elementor-template-full-width .site .breadcrumbs .container, body.page-template-fullwidth-content .site .breadcrumbs .container {
  max-width: 100%;
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  min-height: 1px;
}
body:not(.elementor-page) .site-content, body.single.elementor-page .site-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.elementor-template-full-width .site-content, body.page-template-fullwidth-content .site-content {
  max-width: 100%;
}
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;
  }
}
.site-content__wrap {
  max-width: 100%;
}
.site-content__wrap.container {
  max-width: 100%;
}
.site-main .card-wrapper, .site-main > .post,
.site-main .single-post-wrapper .post, .site-main > .page,
.site-main .related-posts,
.site-main .comments-area {
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
}
.site-main > *:last-child {
  margin-bottom: 0;
}
.site .col-lg-9.col-lg-push-1 {
  left: auto;
  right: auto;
  margin: 0 auto;
}

body {
  background-color: #f3f3f9;
}

.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: -0.9375rem;
  margin-right: -0.9375rem;
}
.space-between-content > * {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 900;
}
.site-header__wrap {
  padding-top: 17px;
  padding-bottom: 17px;
}
@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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.site-header__right_part > * {
  padding-left: 15px;
  padding-right: 15px;
}
.site-header__right_part .header-search-toggle {
  position: relative;
  z-index: 1002;
  margin-left: 33px;
  margin-right: 20px;
  padding: 10px 0;
  font-size: 16px;
  background: none;
}
.site-header__right_part .header-search-toggle svg {
  width: 14px;
  height: 14px;
}
.site-header__right_part .header-search-toggle path {
  -webkit-transition: fill 0.2s ease-out;
  -o-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: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  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);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.admin-bar .site-header .header-search-popup {
  top: 32px;
}
.header-search-active .site-header .header-search-popup {
  background-color: #fff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.site-header .header-search-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0.2;
  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;
  width: 1170px;
  max-width: 90vw;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 940px) {
  .site-header .header-search-popup__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.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: 23px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
  color: #625f74;
}
.site-header .header-search-popup__inner .header-search-form__field {
  width: 100%;
  padding-right: 69px;
  text-transform: none;
  line-height: 44px;
  font-size: 36px;
  background: none;
}
.site-header .header-search-popup__inner .header-search-form__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background: none;
}
.site-header .header-search-popup__inner .header-search-form__submit svg {
  width: 30px;
  height: 30px;
}

.site-branding .custom-logo {
  display: block;
}
.site-branding h1.site-logo {
  margin: 0;
  line-height: 1.2;
}
.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__style-1 .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.site-header__style-2 .mobile-menu-toggle-button {
  display: none !important;
}
.vertical-menu-active .site-header__style-2 .space-between-content {
  opacity: 0;
}
.site-header__style-2 .site-branding {
  text-align: center;
}
.site-header__style-3 {
  padding-bottom: 0;
}
.site-header__style-3 .site-header__inner {
  margin-top: 18px;
  border-radius: 3px;
  background-color: #1c1c21;
}
.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: 18%;
}
.site-header__style-3 .site-header__right_part {
  width: auto;
  margin-left: auto;
}
.site-header .main-navigation .social-list--header {
  display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer__wrap {
  font-size: 14px;
}
.site-footer__wrap .space-between-content:not(:empty) {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 639px) {
  .site-footer__wrap .space-between-content {
    display: block;
    text-align: center;
  }
}
.site-footer__wrap .footer-logo__link {
  display: block;
  margin-left: 0;
  margin-right: 15px;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: lowercase;
}
.site-footer__wrap .footer-copyright {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-footer__wrap .footer-menu {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-footer__wrap .footer-menu li {
  margin-left: 13px;
}

.footer-area {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  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%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.posts-list__item {
  position: relative;
}
.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;
}
.posts-list__item.has-thumb .entry-cats {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: auto;
  margin: 20px;
  padding: 0;
}
.posts-list__item + .posts-list__item.has-thumb .entry-cats {
  top: 30px;
}
/*--------------------------------------------------------------
### Entry
--------------------------------------------------------------*/
.entry-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.entry-content {
  font-size: 12px;
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content p.has-large-font-size {
  font-size: 36px;
}
.entry-meta span {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 15px;
  line-height: 25px;
}
.entry-meta span:first-child {
  margin-left: 0;
}
.entry-meta span:last-child {
  margin-right: 0;
}
@media (min-width: 1120px) {
  .entry-meta span {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.entry-meta .tags-links {
  display: block;
}
.entry-meta .tags-links a {
  font-style: italic;
  background: none;
}
.entry-meta .tags-links a:hover {
  background: none;
}
.entry-footer .entry-meta .tags-links {
  margin-top: 10px;
  line-height: 20px;
}
.entry-footer .entry-meta .tags-links a {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.entry-footer .entry-meta:not(:empty) + .post__button-wrap {
  margin-top: -7px;
}
.entry-footer .post__button-wrap a {
  margin-top: 17px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
### Meta
--------------------------------------------------------------*/
span.posted-on,
span.byline,
span.cat-links,
span.comments-link,
span.tags-links {
  color: #939399;
}
span.posted-on a,
span.byline a,
span.cat-links a,
span.comments-link a,
span.tags-links a {
  color: #939399;
}
span.posted-on svg,
span.byline svg,
span.cat-links svg,
span.comments-link svg,
span.tags-links svg {
  margin-right: 5px;
  margin-top: -3px;
  width: 12px;
  height: 12px;
}
span.posted-on path,
span.byline path,
span.cat-links path,
span.comments-link path,
span.tags-links path {
  fill: #b4b4ba;
}

span.posted-on svg {
  width: 15px;
  height: 15px;
}

.cat-links {
  display: block;
  margin-bottom: 5px;
  line-height: 25px;
  font-size: 13px;
}
.cat-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4px 0;
  padding: 3px 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 3px;
}

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

.post-reading-time {
  font-size: 15px;
}

/*--------------------------------------------------------------
### 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: 20px;
  font-size: 0;
}
.post-thumbnail__link {
  display: inline-block;
}
.post-thumbnail img {
  display: block;
  border-radius: 3px;
}

/*--------------------------------------------------------------
### Page
--------------------------------------------------------------*/
.page-header {
  margin-bottom: 30px;
}
.page-header .archive-description {
  margin-top: 20px;
}
.page-title {
  margin: 0;
  width: 100%;
}
.page-title.h2-style {
  font-weight: 700;
}

/*--------------------------------------------------------------
### Search Results
--------------------------------------------------------------*/
.search-results .page-header {
  margin-bottom: 53px;
}
.search-results .navigation {
  padding-top: 50px;
  border-top: 1px solid #E5E5E5;
}
.search-results .navigation.pagination {
  margin-bottom: 0 !important;
}

.search-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background: none;
}
.search-item:last-child {
  border-bottom: 0;
}
.search-item .entry-content {
  margin-top: 10px;
}
.search-item > .entry-footer {
  margin-top: 30px;
}
.search-item .post__button-wrap {
  margin-top: 0;
}
@media (min-width: 940px) {
  .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-item > .entry-footer {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.search-no-results .page-header {
  margin-bottom: 30px;
}
.search-no-results .not-found {
  text-align: center;
}
.search-no-results .not-found p {
  font-size: 22px;
  font-weight: 400;
}
.search-no-results .not-found .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.search-no-results .not-found .search-form__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
      -ms-flex: 5 0 200px;
          flex: 5 0 200px;
}
.search-no-results .not-found .search-form__field[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  height: 50px;
  margin: 5px;
}
.search-no-results .not-found .search-form__submit[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 5px;
  padding: 12px 40px;
  font-size: 16px;
}

/*--------------------------------------------------------------
### Not found Section
--------------------------------------------------------------*/
.error404 .not-found {
  position: relative;
  text-align: center;
}
.error404 .not-found .error-numbers {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  font-family: "Montserrat", serif-serif;
  font-weight: 800;
  line-height: 480px;
  font-size: 220px;
  color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 940px) {
  .error404 .not-found .error-numbers {
    font-size: 540px;
  }
}
.error404 .not-found .page-header,
.error404 .not-found .page-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.error404 .not-found .page-header {
  margin-bottom: 46px;
}
.error404 .not-found .page-title {
  line-height: 1.18;
}
.error404 .not-found .page-content p {
  margin-bottom: 48px;
}
@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 15px;
}
.error404 #content.site-content {
  margin-top: 0;
  margin-bottom: 0;
}
.error404 #content.site-content .site-content__wrap {
  position: relative;
  padding-top: 180px;
  padding-bottom: 90px;
}
.error404 #content.site-content .site-content__wrap:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -300%;
  right: -300%;
  top: 0;
  bottom: -100%;
  background-color: #f9f9f9;
}
.error404 footer.site-footer {
  position: relative;
}

/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post {
  /* Layout Style 2 */
  /* Layout Style 3 */
  /* Layout Style 4 */
  /* Layout Style 5 */
  /* Layout Style 6 */
  /* Layout Style 7 */
  /* Layout Style 8 */
  /* Layout Style 9 */
  /* Layout Style 10 */
}
.single-post .breadcrumbs_items {
  margin-bottom: 34px;
}
.single-post .entry-header .entry-meta {
  margin-bottom: 22px;
  font-size: 15px;
}
.single-post .entry-header .entry-meta span {
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  margin-left: 0;
  line-height: 30px;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .single-post .entry-header .entry-meta span {
    margin-bottom: 10px;
  }
}
.single-post .entry-header .entry-meta span svg {
  width: 16px;
  height: 16px;
}
.single-post .entry-header .entry-meta span.cat-links {
  margin-right: 25px;
  margin-bottom: 0;
}
@media (max-width: 939px) {
  .single-post .entry-header .entry-meta span.cat-links {
    display: block;
    margin-right: 0;
  }
}
.single-post .entry-header .entry-meta span.comments-link a {
  font-size: 15px;
}
.single-post .entry-header .entry-meta span.post-reading-time {
  margin-left: 0;
  margin-right: 0;
  line-height: 28px;
}
@media (max-width: 939px) {
  .single-post .entry-header .entry-meta span.post-reading-time {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
  }
}
.single-post .entry-header .entry-meta .posted-by {
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .single-post .entry-header .entry-meta .posted-by {
    margin-bottom: 0;
  }
}
.single-post .entry-header .entry-meta .posted-by .byline {
  vertical-align: middle;
  margin-bottom: 0;
}
.single-post .entry-header .entry-meta.entry-meta-top {
  margin-bottom: 4px;
}
.single-post .entry-header .entry-meta .posted-by {
  display: inline-block;
  vertical-align: top;
}
.single-post .entry-header .entry-meta .posted-by .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 50%;
}
.single-post .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 22px;
}
@media (max-width: 480px) {
  .single-post .entry-header .entry-title.single-entry-title {
    font-size: 26px;
  }
}
.single-post .entry-header + .entry-meta:not(:empty) {
  margin-bottom: 45px;
}
.single-post .post .entry-content {
  margin: 0;
  font-size: inherit;
}
@media (min-width: 1200px) {
  .single-post .post .entry-content {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.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;
}
@media (max-width: 480px) {
  .single-post .post .entry-content figure {
    float: none !important;
  }
}
.single-post .post .entry-content figure ul + figcaption {
  margin-top: 30px;
}
.single-post .post .entry-content figure img {
  vertical-align: top;
}
.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: 2rem;
  margin-top: 2rem;
}
.single-post .post .entry-content .wp-block-quote, .single-post .post .entry-content .wp-block-quote.is-large, .single-post .post .entry-content .wp-block-quote.is-style-large {
  margin-top: 2.2rem;
  margin-bottom: 2rem;
}
.single-post .post .entry-content .wp-block-group.has-background {
  margin-bottom: 20px;
  padding: 10px 15px;
}
.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 #attachment_612 {
  display: none;
}
.single-post .post .entry-content #attachment_612 + p {
  display: none;
}
.single-post .entry-footer:not(:empty) {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid;
}
.single-post .entry-footer .tags-links {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 12px;
}
.single-post .entry-footer .tags-links a {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 13px;
  margin-right: 10px;
  margin-bottom: 6px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  color: inherit;
  border: 1px solid;
  border-radius: 3px;
}
.single-post .entry-footer .tags-links b {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 3px;
}
.single-post .post-thumbnail {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
}
.single-post .post-thumbnail img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  border-radius: 0;
}
.single-post:not(.sidebar_enabled) #primary.col-lg-8.col-lg-push-2 {
  left: auto;
  right: auto;
  margin: 0 auto;
}
.single-post.post-template-single-layout-2 .single-featured-header__container .site-content {
  margin-bottom: 0;
  margin-top: 0;
}
.single-post.post-template-single-layout-2 .single-featured-header__container .post-thumbnail {
  margin-bottom: -90px;
  padding-left: 0;
  padding-right: 0;
}
.single-post.post-template-single-layout-2 .single-featured-header__container .post-thumbnail img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-height: 90vh;
  min-height: 250px;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.single-post.post-template-single-layout-2 .single-featured-header {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  padding: 27px 40px 2px;
  border-radius: 3px;
}
.single-post.post-template-single-layout-2 .single-featured-header .post-reading-time {
  margin-bottom: 12px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer {
    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;
  }
}
.single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-by + .posted-on {
  margin-left: auto;
}
@media (max-width: 939px) {
  .single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-by + .posted-on {
    margin-left: 0;
  }
}
.single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-on {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 939px) {
  .single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-on {
    margin-right: 0;
  }
}
.single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-on + .comments-link {
  margin-left: 23px;
  margin-bottom: 0;
}
@media (max-width: 939px) {
  .single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-on + .comments-link {
    margin-left: 0;
  }
}
.single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer span {
  margin-right: 0;
}
@media (max-width: 939px) {
  .single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-by,
.single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .posted-on,
.single-post.post-template-single-layout-2 .single-featured-header .entry-meta-footer .comments-link {
    display: block;
    margin-right: 23px;
  }
}
.single-post.post-template-single-layout-2 .single-featured-header .entry-title {
  margin-bottom: 17px;
}
.single-post.post-template-single-layout-3 .single-featured-header__container .site-content {
  margin-bottom: 0;
  margin-top: 0;
}
.single-post.post-template-single-layout-3 .single-featured-header__container .post-thumbnail {
  padding-right: 0;
}
.single-post.post-template-single-layout-3 .single-featured-header__container .post-thumbnail img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-height: 90vh;
  min-height: 250px;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .single-post.post-template-single-layout-3 .single-featured-header {
    padding: 0 40px;
  }
}
.single-post.post-template-single-layout-3 .single-featured-header .post-reading-time {
  margin-bottom: 12px;
  line-height: 24px;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .posted-by {
  display: block;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .avatar {
  margin: 0 0 5px;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .byline {
  display: block;
  margin: 0 0 15px;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .posted-on,
.single-post.post-template-single-layout-3 .single-featured-header .entry-meta-footer .comments-link {
  margin-left: 11px;
  margin-right: 11px;
}
.single-post.post-template-single-layout-3 .single-featured-header .entry-title {
  margin-bottom: 17px;
}
.single-post.post-template-single-layout-4 .single-featured-header__container {
  position: relative;
  margin-bottom: 20px;
  background-color: #000;
}
.single-post.post-template-single-layout-4 .single-featured-header__container .site-content {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 164px;
  padding-bottom: 133px;
}
.single-post.post-template-single-layout-4 .single-featured-header__container .single-featured-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-post.post-template-single-layout-4 .single-featured-header .post-reading-time {
  display: block;
  margin-bottom: 12px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .single-post.post-template-single-layout-4 .single-featured-header .post-reading-time {
    display: inline-block;
  }
}
.single-post.post-template-single-layout-4 .single-featured-header .entry-excerpt {
  font-size: 18px;
}
.single-post.post-template-single-layout-4 .single-featured-header .entry-meta-footer {
  margin-top: 30px;
}
.single-post.post-template-single-layout-4 .single-featured-header .entry-meta-footer .posted-by {
  vertical-align: middle;
}
.single-post.post-template-single-layout-4 .single-featured-header .entry-meta-footer span {
  margin-bottom: 0;
  vertical-align: middle;
}
.single-post.post-template-single-layout-4 .single-featured-header .entry-title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .single-post.post-template-single-layout-5 #primary {
    margin-left: 0;
    margin-right: 0;
  }
  .single-post.post-template-single-layout-5 #primary.col-lg-push-1 {
    left: 16.66667%;
  }
  .single-post.post-template-single-layout-5 #primary.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 940px) {
  .single-post.post-template-single-layout-5 .site-main {
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
  }
}
.single-post.post-template-single-layout-5 .single-featured-header__container {
  position: relative;
}
.single-post.post-template-single-layout-5 .single-featured-header__container .site-content {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 114px;
  padding-bottom: 22px;
}
.single-post.post-template-single-layout-5 .single-featured-header__container .single-featured-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 940px) {
  .single-post.post-template-single-layout-5 .single-featured-header__container .single-featured-overlay {
    height: 300%;
  }
}
.single-post.post-template-single-layout-5 .single-featured-header__container .single-featured-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.single-post.post-template-single-layout-5.sidebar_enabled .single-featured-header__container .single-featured-overlay {
  height: 100%;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-excerpt {
  font-size: 18px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer {
  margin-top: 50px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer .posted-by {
  display: block;
  margin-bottom: 9px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer .posted-by img {
  margin: 0 0 2px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer .posted-by .byline {
  display: block;
  margin: 0 0 5px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-meta-footer span {
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
}
.single-post.post-template-single-layout-5 .single-featured-header .entry-title {
  margin-top: 29px;
  margin-bottom: 15px;
}
.single-post.post-template-single-layout-5 .site-content {
  position: relative;
  z-index: 10;
}
.single-post.post-template-single-layout-6 .site-content {
  margin-top: 0;
}
.single-post.post-template-single-layout-6 .single-featured-header__container {
  position: relative;
  margin-bottom: 10px;
  background-color: #000;
}
.single-post.post-template-single-layout-6 .single-featured-header__container .single-featured-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-post.post-template-single-layout-6 .single-featured-header {
  position: relative;
  z-index: 3;
  padding: 44px 40px 37.5%;
}
@media (min-width: 940px) {
  .single-post.post-template-single-layout-6 .single-featured-header {
    max-width: 85%;
  }
}
.single-post.post-template-single-layout-6 .single-featured-header .entry-meta-footer {
  margin-top: 21px;
}
.single-post.post-template-single-layout-6 .single-featured-header .entry-title {
  margin-top: 19px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.single-post.post-template-single-layout-7 .site-content {
  margin-top: 0;
}
.single-post.post-template-single-layout-7 .col-lg-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.single-post.post-template-single-layout-7 .col-lg-push-1 {
  left: 0;
}
.single-post.post-template-single-layout-7 .single-author-box-wrapper {
  margin-bottom: 30px;
}
.single-post.post-template-single-layout-7 .single-author-box__avatar {
  margin-bottom: 15px;
}
.single-post.post-template-single-layout-7 .single-author-box__avatar img {
  vertical-align: top;
  border-radius: 50%;
}
.single-post.post-template-single-layout-7 .single-author-box__title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.single-post.post-template-single-layout-7 .single-author-box__bio {
  font-size: 14px;
}
.single-post.post-template-single-layout-8 .single-featured-header__container {
  position: relative;
  background-color: #000;
}
.single-post.post-template-single-layout-8 .single-featured-header__container .site-content {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 2px;
}
@media (max-width: 939px) {
  .single-post.post-template-single-layout-8 .single-featured-header__container .site-content {
    padding-bottom: 24px;
  }
}
.single-post.post-template-single-layout-8 .single-featured-header__container .single-featured-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-post.post-template-single-layout-8 .single-featured-header .posted-by {
  display: block;
  margin-bottom: 0;
}
.single-post.post-template-single-layout-8 .single-featured-header .posted-by img {
  vertical-align: top;
  margin-bottom: 25px;
  border-radius: 50%;
}
.single-post.post-template-single-layout-8 .single-featured-header .posted-by .byline {
  display: block;
  margin: 0 0 5px;
}
@media (min-width: 640px) {
  .single-post.post-template-single-layout-8 .single-featured-header .entry-meta-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 9px;
  }
}
.single-post.post-template-single-layout-8 .single-featured-header .entry-meta-footer {
  margin-top: 57px;
  margin-bottom: 0;
}
.single-post.post-template-single-layout-8 .single-featured-header .entry-meta-footer span {
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
}
.single-post.post-template-single-layout-8 .single-featured-header .entry-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-post.post-template-single-layout-9.post_author_visible .single-featured-header__container {
  margin-top: 100px;
}
.single-post.post-template-single-layout-9 .single-featured-header__container {
  position: relative;
  margin-top: 6px;
}
.single-post.post-template-single-layout-9 .single-featured-header__container .site-content {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 47px;
}
.single-post.post-template-single-layout-9 .single-featured-header__container .single-featured-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-post.post-template-single-layout-9 .single-featured-header .post-reading-time {
  vertical-align: middle;
}
.single-post.post-template-single-layout-9 .single-featured-header .cat-links {
  vertical-align: middle;
}
.single-post.post-template-single-layout-9 .single-featured-header .posted-by {
  display: block;
  margin-top: 60px;
  margin-bottom: 0;
}
.single-post.post-template-single-layout-9 .single-featured-header .posted-by:not(:empty) {
  margin-top: -70px;
}
.single-post.post-template-single-layout-9 .single-featured-header .posted-by img {
  vertical-align: top;
  margin-bottom: 25px;
  border-radius: 50%;
}
.single-post.post-template-single-layout-9 .single-featured-header .posted-by .byline {
  display: block;
  margin: 0 0 44px;
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-meta-footer {
  position: relative;
  margin-top: 36px;
  margin-bottom: 0;
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-meta-footer:before {
  content: "";
  position: absolute;
  top: -26px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-meta-footer span {
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
}
.single-post.post-template-single-layout-9 .single-featured-header .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.single-post.post-template-single-layout-10 .single-featured-header__container {
  margin-bottom: 25px;
}
.single-post.post-template-single-layout-10 .single-featured-header__container .site-content {
  margin-bottom: 0;
  margin-top: 0;
}
.single-post.post-template-single-layout-10 .single-featured-header__container .post-thumbnail {
  padding-right: 0;
}
.single-post.post-template-single-layout-10 .single-featured-header__container .post-thumbnail img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-height: 90vh;
  min-height: 250px;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.single-post.post-template-single-layout-10 .single-featured-header {
  padding: 20px 40px 38px;
}
.single-post.post-template-single-layout-10 .single-featured-header .post-reading-time {
  margin-bottom: 12px;
  line-height: 24px;
}
.single-post.post-template-single-layout-10 .single-featured-header .entry-title {
  margin-bottom: 19px;
}
.single-post.post-template-single-layout-10 .entry-meta-header {
  margin-bottom: 35px;
  padding-bottom: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.single-post.post-template-single-layout-10 .entry-meta-header span,
.single-post.post-template-single-layout-10 .entry-meta-header span a {
  font-size: 15px;
}
.single-post.post-template-single-layout-10 .entry-meta-header .posted-by img {
  vertical-align: top;
  border-radius: 50%;
}
.single-post.post-template-single-layout-10 .entry-meta-header .byline {
  display: block;
  margin-top: 10px;
  margin-bottom: 14px;
}
.single-post.skin-default:not(.post-template-single-layout-2):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-3):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-4):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-5):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-6):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-7):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-8):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-9):not(.sidebar_enabled) .col-lg-9.col-lg-push-1, .single-post.skin-default:not(.post-template-single-layout-10):not(.sidebar_enabled) .col-lg-9.col-lg-push-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
## Sticky 
--------------------------------------------------------------*/
.sticky-label {
  display: inline-block;
  vertical-align: top;
  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: 15px 10px 0 0;
}
.sticky-label.type-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 50%;
}
.sticky-label.type-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0.5px;
}
.sticky-label.type-both svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.related-posts {
  margin-top: 30px;
}
.content-separate-style .related-posts {
  margin-top: 30px;
}
.related-posts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.related-posts__nav {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}
@media (max-width: 939px) {
  .related-posts__nav {
    padding-top: 20px;
  }
}
.related-posts__nav-item {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  cursor: pointer;
}
.related-posts__nav-item:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 940px) {
  .related-posts__nav-item:not(:last-child) {
    margin-right: 25px;
  }
}
.related-posts__title.h4-style {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
}
.related-posts__title.h4-style:only-child {
  margin-right: 0;
}
.related-posts__content {
  position: relative;
  padding-bottom: 9px;
}
.related-posts__content:before, .related-posts__content:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: storycle_doubleBounce 2s ease-in-out infinite;
          animation: storycle_doubleBounce 2s ease-in-out infinite;
}
.related-posts__content:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.related-posts.processing .related-posts__content:before, .related-posts.processing .related-posts__content:after {
  display: block;
}
.related-posts.processing .related-posts__content .related-post,
.related-posts.processing .related-posts__content .no-posts {
  opacity: 0;
}
.related-posts__tab {
  display: none;
}
.related-posts__tab.active {
  display: block;
}
.related-posts .related-post,
.related-posts .no-posts {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.related-posts .no-posts {
  margin-top: 10px;
}
.related-posts .related-post {
  margin-top: 10px;
}
.related-posts .related-post.has-thumb .related-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related-posts .related-post.has-thumb .post-thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 130px;
          flex: 1 0 130px;
  margin-top: 10px;
  padding-right: 20px;
  text-align: left;
  background: none;
}
@media (max-width: 639px) {
  .related-posts .related-post.has-thumb .post-thumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
  }
}
.related-posts .related-post.has-thumb .post-thumbnail img {
  margin-bottom: 0;
  border-radius: 3px;
}
.related-posts .related-post.has-thumb .related-post__content {
  -webkit-box-flex: 100;
      -ms-flex: 100 0 120px;
          flex: 100 0 120px;
}
.related-posts .related-post__content {
  margin-top: 10px;
}
.related-posts .related-post .post-thumbnail {
  margin: 0;
}
.related-posts .related-post .post-thumbnail__link {
  margin-bottom: 0;
}
.related-posts .related-post .post-thumbnail img {
  width: 100%;
}
.single-post .related-posts .related-post .entry-title {
  margin-bottom: 0;
}
.single-post .related-posts .related-post .entry-meta:not(:empty) {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 19px;
  font-size: 12px;
}
.single-post .related-posts .related-post .entry-meta:not(:empty) span {
  margin-bottom: 0;
  line-height: 19px;
}
.single-post .related-posts .related-post .entry-meta:not(:empty) .comments-link a {
  font-size: 12px;
}
.related-posts .related-post .entry-meta:not(:empty) .byline:before,
.related-posts .related-post .entry-meta:not(:empty) .posted-on:before,
.related-posts .related-post .entry-meta:not(:empty) .comments-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  background-color: #b4b4ba;
  background-position: center;
  background-repeat: no-repeat;
}
.related-posts .related-post .entry-meta:not(:empty) .byline:before {
  width: 11px;
  height: 11px;
  margin-bottom: 0;
  -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 512 512" xml:space="preserve"><path d="M256,0c-74.439,0-135,60.561-135,135s60.561,135,135,135s135-60.561,135-135S330.439,0,256,0z"/><path d="M423.966,358.195C387.006,320.667,338.009,300,286,300h-60c-52.008,0-101.006,20.667-137.966,58.195 C51.255,395.539,31,444.833,31,497c0,8.284,6.716,15,15,15h420c8.284,0,15-6.716,15-15 C481,444.833,460.745,395.539,423.966,358.195z"/></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 512 512" xml:space="preserve"><path d="M256,0c-74.439,0-135,60.561-135,135s60.561,135,135,135s135-60.561,135-135S330.439,0,256,0z"/><path d="M423.966,358.195C387.006,320.667,338.009,300,286,300h-60c-52.008,0-101.006,20.667-137.966,58.195 C51.255,395.539,31,444.833,31,497c0,8.284,6.716,15,15,15h420c8.284,0,15-6.716,15-15 C481,444.833,460.745,395.539,423.966,358.195z"/></svg>');
}
.related-posts .related-post .entry-meta:not(:empty) .posted-on:before {
  -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 612 612" xml:space="preserve"><path d="M612,463.781c0-70.342-49.018-129.199-114.75-144.379c-10.763-2.482-21.951-3.84-33.469-3.84 c-3.218,0-6.397,0.139-9.562,0.34c-71.829,4.58-129.725,60.291-137.69,131.145c-0.617,5.494-0.966,11.073-0.966,16.734 c0,10.662,1.152,21.052,3.289,31.078C333.139,561.792,392.584,612,463.781,612C545.641,612,612,545.641,612,463.781z M463.781,561.797c-54.133,0-98.016-43.883-98.016-98.016s43.883-98.016,98.016-98.016s98.016,43.883,98.016,98.016 S517.914,561.797,463.781,561.797z"/><polygon points="482.906,396.844 449.438,396.844 449.438,449.438 396.844,449.438 396.844,482.906 482.906,482.906 482.906,449.438 482.906,449.438"/><path d="M109.969,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.506,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C141.047,7.507,133.541,0,124.312,0H109.969z"/><path d="M372.938,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.507,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C404.016,7.507,396.509,0,387.281,0H372.938z"/><path d="M38.25,494.859h236.672c-2.333-11.6-3.572-23.586-3.572-35.859c0-4.021,0.177-7.999,0.435-11.953H71.719 c-15.845,0-28.688-12.843-28.688-28.688v-229.5h411.188v88.707c3.165-0.163,6.354-0.253,9.562-0.253 c11.437,0,22.61,1.109,33.469,3.141V93.234c0-21.124-17.126-38.25-38.25-38.25h-31.078v40.641c0,22.41-18.23,40.641-40.641,40.641 h-14.344c-22.41,0-40.641-18.231-40.641-40.641V54.984H164.953v40.641c0,22.41-18.231,40.641-40.641,40.641h-14.344 c-22.41,0-40.641-18.231-40.641-40.641V54.984H38.25C17.126,54.984,0,72.111,0,93.234v363.375 C0,477.733,17.126,494.859,38.25,494.859z"/><circle cx="134.774" cy="260.578" r="37.954"/><circle cx="248.625" cy="260.578" r="37.954"/><circle cx="362.477" cy="260.578" r="37.954"/><circle cx="248.625" cy="375.328" r="37.953"/><circle cx="134.774" cy="375.328" r="37.953"/></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 612 612" xml:space="preserve"><path d="M612,463.781c0-70.342-49.018-129.199-114.75-144.379c-10.763-2.482-21.951-3.84-33.469-3.84 c-3.218,0-6.397,0.139-9.562,0.34c-71.829,4.58-129.725,60.291-137.69,131.145c-0.617,5.494-0.966,11.073-0.966,16.734 c0,10.662,1.152,21.052,3.289,31.078C333.139,561.792,392.584,612,463.781,612C545.641,612,612,545.641,612,463.781z M463.781,561.797c-54.133,0-98.016-43.883-98.016-98.016s43.883-98.016,98.016-98.016s98.016,43.883,98.016,98.016 S517.914,561.797,463.781,561.797z"/><polygon points="482.906,396.844 449.438,396.844 449.438,449.438 396.844,449.438 396.844,482.906 482.906,482.906 482.906,449.438 482.906,449.438"/><path d="M109.969,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.506,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C141.047,7.507,133.541,0,124.312,0H109.969z"/><path d="M372.938,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.507,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C404.016,7.507,396.509,0,387.281,0H372.938z"/><path d="M38.25,494.859h236.672c-2.333-11.6-3.572-23.586-3.572-35.859c0-4.021,0.177-7.999,0.435-11.953H71.719 c-15.845,0-28.688-12.843-28.688-28.688v-229.5h411.188v88.707c3.165-0.163,6.354-0.253,9.562-0.253 c11.437,0,22.61,1.109,33.469,3.141V93.234c0-21.124-17.126-38.25-38.25-38.25h-31.078v40.641c0,22.41-18.23,40.641-40.641,40.641 h-14.344c-22.41,0-40.641-18.231-40.641-40.641V54.984H164.953v40.641c0,22.41-18.231,40.641-40.641,40.641h-14.344 c-22.41,0-40.641-18.231-40.641-40.641V54.984H38.25C17.126,54.984,0,72.111,0,93.234v363.375 C0,477.733,17.126,494.859,38.25,494.859z"/><circle cx="134.774" cy="260.578" r="37.954"/><circle cx="248.625" cy="260.578" r="37.954"/><circle cx="362.477" cy="260.578" r="37.954"/><circle cx="248.625" cy="375.328" r="37.953"/><circle cx="134.774" cy="375.328" r="37.953"/></svg>');
}
.related-posts .related-post .entry-meta:not(:empty) .comments-link:before {
  -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 60 60" xml:space="preserve"><path d="M6,2h48c3.252,0,6,2.748,6,6v33c0,3.252-2.748,6-6,6H25.442L15.74,57.673C15.546,57.885,15.276,58,15,58 c-0.121,0-0.243-0.022-0.361-0.067C14.254,57.784,14,57.413,14,57V47H6c-3.252,0-6-2.748-6-6L0,8C0,4.748,2.748,2,6,2z"/></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 60 60" xml:space="preserve"><path d="M6,2h48c3.252,0,6,2.748,6,6v33c0,3.252-2.748,6-6,6H25.442L15.74,57.673C15.546,57.885,15.276,58,15,58 c-0.121,0-0.243-0.022-0.361-0.067C14.254,57.784,14,57.413,14,57V47H6c-3.252,0-6-2.748-6-6L0,8C0,4.748,2.748,2,6,2z"/></svg>');
}
.related-posts .related-post .entry-content {
  font-size: 12px;
}
.related-posts .related-post .entry-content > *:first-child {
  margin-top: 5px;
}

@-webkit-keyframes storycle_doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes storycle_doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  margin-top: 30px;
}
@media (min-width: 940px) {
  #secondary {
    margin-top: 0;
  }
}

#secondary .widget {
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget + .widget {
  margin-top: 30px;
}
.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;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}
.widget ul li + li,
.widget ul li > ul,
.widget ul li > ol {
  margin-top: 15px;
}
.widget ul li > ul,
.widget ul li > ol {
  margin-left: 15px;
}
@media (min-width: 940px) {
  .widget_text {
    font-size: 16px;
  }
}
.widget_text img {
  margin-top: 10px;
}
.widget_text p {
  margin-bottom: 0;
}
.widget_text p.wp-caption-text {
  margin-top: 5px;
  line-height: 18px;
  font-size: 14px;
}
.widget_text p:not(:empty) {
  margin-bottom: 30px;
}
.widget_text strong {
  display: inline-block;
  margin-top: 10px;
}
.widget_text p + form {
  margin-top: -20px;
}
.widget_archive ul li:after, .widget_categories ul li:after, .widget_nav_menu div ul li:after, .widget_meta ul li:after, .widget_pages ul li:after {
  content: "";
  display: table;
  clear: both;
}
.widget_archive ul li > ul, .widget_categories ul li > ul, .widget_nav_menu div ul li > ul, .widget_meta ul li > ul, .widget_pages ul li > ul {
  margin-left: 20px;
}
.col-md-3.widget-area .widget_archive ul li > ul, .col-md-3.widget-area .widget_categories ul li > ul, .col-md-3.widget-area .widget_nav_menu div ul li > ul, .col-md-3.widget-area .widget_meta ul li > ul, .col-md-3.widget-area .widget_pages ul li > ul {
  margin-left: 15px;
}
.widget_recent_entries ul {
  margin-top: 24px;
}
.widget_recent_entries ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left-width: 3px;
  border-left-style: solid;
}
.widget_recent_entries ul li a {
  display: block;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}
.widget_recent_entries ul li a + .post-date {
  margin-top: 3px;
  margin-bottom: 19px;
}
.widget_recent_entries ul li a + .post-date:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b4b4ba;
  -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 612 612" xml:space="preserve"><path d="M612,463.781c0-70.342-49.018-129.199-114.75-144.379c-10.763-2.482-21.951-3.84-33.469-3.84 c-3.218,0-6.397,0.139-9.562,0.34c-71.829,4.58-129.725,60.291-137.69,131.145c-0.617,5.494-0.966,11.073-0.966,16.734 c0,10.662,1.152,21.052,3.289,31.078C333.139,561.792,392.584,612,463.781,612C545.641,612,612,545.641,612,463.781z M463.781,561.797c-54.133,0-98.016-43.883-98.016-98.016s43.883-98.016,98.016-98.016s98.016,43.883,98.016,98.016 S517.914,561.797,463.781,561.797z"/><polygon points="482.906,396.844 449.438,396.844 449.438,449.438 396.844,449.438 396.844,482.906 482.906,482.906 482.906,449.438 482.906,449.438"/><path d="M109.969,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.506,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C141.047,7.507,133.541,0,124.312,0H109.969z"/><path d="M372.938,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.507,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C404.016,7.507,396.509,0,387.281,0H372.938z"/><path d="M38.25,494.859h236.672c-2.333-11.6-3.572-23.586-3.572-35.859c0-4.021,0.177-7.999,0.435-11.953H71.719 c-15.845,0-28.688-12.843-28.688-28.688v-229.5h411.188v88.707c3.165-0.163,6.354-0.253,9.562-0.253 c11.437,0,22.61,1.109,33.469,3.141V93.234c0-21.124-17.126-38.25-38.25-38.25h-31.078v40.641c0,22.41-18.23,40.641-40.641,40.641 h-14.344c-22.41,0-40.641-18.231-40.641-40.641V54.984H164.953v40.641c0,22.41-18.231,40.641-40.641,40.641h-14.344 c-22.41,0-40.641-18.231-40.641-40.641V54.984H38.25C17.126,54.984,0,72.111,0,93.234v363.375 C0,477.733,17.126,494.859,38.25,494.859z"/><circle cx="134.774" cy="260.578" r="37.954"/><circle cx="248.625" cy="260.578" r="37.954"/><circle cx="362.477" cy="260.578" r="37.954"/><circle cx="248.625" cy="375.328" r="37.953"/><circle cx="134.774" cy="375.328" r="37.953"/></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 612 612" xml:space="preserve"><path d="M612,463.781c0-70.342-49.018-129.199-114.75-144.379c-10.763-2.482-21.951-3.84-33.469-3.84 c-3.218,0-6.397,0.139-9.562,0.34c-71.829,4.58-129.725,60.291-137.69,131.145c-0.617,5.494-0.966,11.073-0.966,16.734 c0,10.662,1.152,21.052,3.289,31.078C333.139,561.792,392.584,612,463.781,612C545.641,612,612,545.641,612,463.781z M463.781,561.797c-54.133,0-98.016-43.883-98.016-98.016s43.883-98.016,98.016-98.016s98.016,43.883,98.016,98.016 S517.914,561.797,463.781,561.797z"/><polygon points="482.906,396.844 449.438,396.844 449.438,449.438 396.844,449.438 396.844,482.906 482.906,482.906 482.906,449.438 482.906,449.438"/><path d="M109.969,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.506,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C141.047,7.507,133.541,0,124.312,0H109.969z"/><path d="M372.938,0c-9.228,0-16.734,7.507-16.734,16.734v38.25v40.641c0,9.228,7.507,16.734,16.734,16.734h14.344 c9.228,0,16.734-7.507,16.734-16.734V54.984v-38.25C404.016,7.507,396.509,0,387.281,0H372.938z"/><path d="M38.25,494.859h236.672c-2.333-11.6-3.572-23.586-3.572-35.859c0-4.021,0.177-7.999,0.435-11.953H71.719 c-15.845,0-28.688-12.843-28.688-28.688v-229.5h411.188v88.707c3.165-0.163,6.354-0.253,9.562-0.253 c11.437,0,22.61,1.109,33.469,3.141V93.234c0-21.124-17.126-38.25-38.25-38.25h-31.078v40.641c0,22.41-18.23,40.641-40.641,40.641 h-14.344c-22.41,0-40.641-18.231-40.641-40.641V54.984H164.953v40.641c0,22.41-18.231,40.641-40.641,40.641h-14.344 c-22.41,0-40.641-18.231-40.641-40.641V54.984H38.25C17.126,54.984,0,72.111,0,93.234v363.375 C0,477.733,17.126,494.859,38.25,494.859z"/><circle cx="134.774" cy="260.578" r="37.954"/><circle cx="248.625" cy="260.578" r="37.954"/><circle cx="362.477" cy="260.578" r="37.954"/><circle cx="248.625" cy="375.328" r="37.953"/><circle cx="134.774" cy="375.328" r="37.953"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget_recent_entries .post-date {
  display: block;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
}
.widget_recent_comments ul li {
  font-size: 14px;
}
.widget_recent_comments ul li a {
  text-transform: none;
  font-weight: 700;
}
.widget_nav_menu div {
  margin-top: -4px;
}
.widget_tag_cloud .tag-cloud-link {
  font-size: 13px !important;
}
.widget_rss ul {
  margin-top: -2px;
}
.widget_rss ul li + li {
  margin-top: 15px;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.widget_rss ul li .rssSummary {
  margin-top: 5px;
  font-size: 12px;
}
.widget_rss ul li cite {
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-size: 14px;
}
.widget_search .search-form__field {
  margin-bottom: 10px;
}
.widget_search .search-form__submit {
  display: block;
  width: 100%;
  padding: 13px 40px;
  font-size: 16px;
}
.widget_calendar .calendar_wrap {
  position: relative;
  border-radius: 3px;
}
.widget_calendar table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table thead th,
.widget_calendar table tbody + tbody {
  border: none;
}
.widget_calendar caption {
  padding: 15px 0 10px;
  text-transform: uppercase;
}
.widget_calendar thead {
  font-size: 10px;
}
.widget_calendar th {
  padding: 12px 5px;
}
.widget_calendar tbody td,
.widget_calendar tbody td a {
  line-height: 55px;
  height: 55px;
}
.widget_calendar tbody td a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.widget_calendar tbody td#today {
  position: relative;
  z-index: 10;
}
.widget_calendar tbody td#today:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.widget_calendar .wp-calendar-nav {
  font-size: 0;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 20px;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a {
  font-size: 0;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
  left: 18px;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
  -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 284.929 284.929" xml:space="preserve"><path d="M165.304,142.468L277.517,30.267c1.902-1.903,2.847-4.093,2.847-6.567c0-2.475-0.951-4.665-2.847-6.567L263.239,2.857 C261.337,0.955,259.146,0,256.676,0c-2.478,0-4.665,0.955-6.571,2.857L117.057,135.9c-1.903,1.903-2.853,4.093-2.853,6.567 c0,2.475,0.95,4.664,2.853,6.567l133.048,133.043c1.903,1.906,4.086,2.851,6.564,2.851c2.478,0,4.66-0.947,6.563-2.851 l14.277-14.267c1.902-1.903,2.851-4.094,2.851-6.57c0-2.472-0.948-4.661-2.851-6.564L165.304,142.468z"/><path d="M55.668,142.468L167.87,30.267c1.903-1.903,2.851-4.093,2.851-6.567c0-2.475-0.947-4.665-2.851-6.567L153.6,2.857 C151.697,0.955,149.507,0,147.036,0c-2.478,0-4.668,0.955-6.57,2.857L7.417,135.9c-1.903,1.903-2.853,4.093-2.853,6.567 c0,2.475,0.95,4.664,2.853,6.567l133.048,133.043c1.902,1.906,4.09,2.851,6.57,2.851c2.471,0,4.661-0.947,6.563-2.851 l14.271-14.267c1.903-1.903,2.851-4.094,2.851-6.57c0-2.472-0.947-4.661-2.851-6.564L55.668,142.468z"/></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 284.929 284.929" xml:space="preserve"><path d="M165.304,142.468L277.517,30.267c1.902-1.903,2.847-4.093,2.847-6.567c0-2.475-0.951-4.665-2.847-6.567L263.239,2.857 C261.337,0.955,259.146,0,256.676,0c-2.478,0-4.665,0.955-6.571,2.857L117.057,135.9c-1.903,1.903-2.853,4.093-2.853,6.567 c0,2.475,0.95,4.664,2.853,6.567l133.048,133.043c1.903,1.906,4.086,2.851,6.564,2.851c2.478,0,4.66-0.947,6.563-2.851 l14.277-14.267c1.902-1.903,2.851-4.094,2.851-6.57c0-2.472-0.948-4.661-2.851-6.564L165.304,142.468z"/><path d="M55.668,142.468L167.87,30.267c1.903-1.903,2.851-4.093,2.851-6.567c0-2.475-0.947-4.665-2.851-6.567L153.6,2.857 C151.697,0.955,149.507,0,147.036,0c-2.478,0-4.668,0.955-6.57,2.857L7.417,135.9c-1.903,1.903-2.853,4.093-2.853,6.567 c0,2.475,0.95,4.664,2.853,6.567l133.048,133.043c1.902,1.906,4.09,2.851,6.57,2.851c2.471,0,4.661-0.947,6.563-2.851 l14.271-14.267c1.903-1.903,2.851-4.094,2.851-6.57c0-2.472-0.947-4.661-2.851-6.564L55.668,142.468z"/></svg>');
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
  right: 18px;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  -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 284.936 284.936" xml:space="preserve"><path d="M277.515,135.9L144.464,2.857C142.565,0.955,140.375,0,137.9,0c-2.472,0-4.659,0.955-6.562,2.857l-14.277,14.275 c-1.903,1.903-2.853,4.089-2.853,6.567c0,2.478,0.95,4.664,2.853,6.567l112.207,112.204L117.062,254.677 c-1.903,1.903-2.853,4.093-2.853,6.564c0,2.477,0.95,4.667,2.853,6.57l14.277,14.271c1.902,1.905,4.089,2.854,6.562,2.854 c2.478,0,4.665-0.951,6.563-2.854l133.051-133.044c1.902-1.902,2.851-4.093,2.851-6.567S279.417,137.807,277.515,135.9z"/><path d="M170.732,142.471c0-2.474-0.947-4.665-2.857-6.571L34.833,2.857C32.931,0.955,30.741,0,28.267,0s-4.665,0.955-6.567,2.857 L7.426,17.133C5.52,19.036,4.57,21.222,4.57,23.7c0,2.478,0.95,4.664,2.856,6.567L119.63,142.471L7.426,254.677 c-1.906,1.903-2.856,4.093-2.856,6.564c0,2.477,0.95,4.667,2.856,6.57l14.273,14.271c1.903,1.905,4.093,2.854,6.567,2.854 s4.664-0.951,6.567-2.854l133.042-133.044C169.785,147.136,170.732,144.945,170.732,142.471z"/></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 284.936 284.936" xml:space="preserve"><path d="M277.515,135.9L144.464,2.857C142.565,0.955,140.375,0,137.9,0c-2.472,0-4.659,0.955-6.562,2.857l-14.277,14.275 c-1.903,1.903-2.853,4.089-2.853,6.567c0,2.478,0.95,4.664,2.853,6.567l112.207,112.204L117.062,254.677 c-1.903,1.903-2.853,4.093-2.853,6.564c0,2.477,0.95,4.667,2.853,6.57l14.277,14.271c1.902,1.905,4.089,2.854,6.562,2.854 c2.478,0,4.665-0.951,6.563-2.854l133.051-133.044c1.902-1.902,2.851-4.093,2.851-6.567S279.417,137.807,277.515,135.9z"/><path d="M170.732,142.471c0-2.474-0.947-4.665-2.857-6.571L34.833,2.857C32.931,0.955,30.741,0,28.267,0s-4.665,0.955-6.567,2.857 L7.426,17.133C5.52,19.036,4.57,21.222,4.57,23.7c0,2.478,0.95,4.664,2.856,6.567L119.63,142.471L7.426,254.677 c-1.906,1.903-2.856,4.093-2.856,6.564c0,2.477,0.95,4.667,2.856,6.57l14.273,14.271c1.903,1.905,4.093,2.854,6.567,2.854 s4.664-0.951,6.567-2.854l133.042-133.044C169.785,147.136,170.732,144.945,170.732,142.471z"/></svg>');
}
.widget_zemez_core_post_thumb ul li + li {
  margin-top: 30px;
}
.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;
  border-radius: 3px;
}
.widget_zemez_core_post_thumb .post-thumbnail img {
  border-radius: 3px;
  margin-bottom: 0;
}
.widget_zemez_core_post_thumb .recent_post_title {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  line-height: 19px;
  font-size: 14px;
}
.widget_zemez_core_post_thumb .entry-meta {
  font-size: 12px;
}

.entry-content .wp-block-archives-list,
.page-content .wp-block-archives-list {
  margin-left: 0;
  list-style: none;
}
.entry-content .wp-block-archives-list li,
.page-content .wp-block-archives-list li {
  position: relative;
  padding-left: 18px;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.entry-content .wp-block-archives-list li a,
.page-content .wp-block-archives-list li a {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.entry-content .wp-block-archives-list li a:before,
.page-content .wp-block-archives-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.entry-content .wp-block-categories-list li,
.page-content .wp-block-categories-list li {
  position: relative;
  padding-left: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.entry-content .wp-block-categories-list li::marker,
.page-content .wp-block-categories-list li::marker {
  visibility: hidden;
  display: none;
  line-height: 0;
  font-size: 0;
}
.entry-content .wp-block-categories-list li > ul,
.page-content .wp-block-categories-list li > ul {
  margin-left: 10px;
  margin-top: -2px;
  margin-bottom: -4px;
}
.entry-content .wp-block-categories-list li a,
.page-content .wp-block-categories-list li a {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.entry-content .wp-block-latest-comments,
.page-content .wp-block-latest-comments {
  margin-left: 0;
}
.entry-content .wp-block-latest-comments__comment-author,
.page-content .wp-block-latest-comments__comment-author {
  line-height: 18px;
  font-size: 14px;
}
.entry-content .wp-block-latest-comments:not(.has-excerpts) .wp-block-latest-comments__comment-link,
.page-content .wp-block-latest-comments:not(.has-excerpts) .wp-block-latest-comments__comment-link {
  display: block;
  text-transform: none;
  font-weight: 500;
  line-height: 27px;
  font-size: 18px;
}
.entry-content .wp-block-latest-posts__list,
.page-content .wp-block-latest-posts__list {
  margin-left: 0;
  list-style: none;
}
.entry-content .wp-block-latest-posts__list:not(.is-grid) li + li,
.page-content .wp-block-latest-posts__list:not(.is-grid) li + li {
  margin-top: 22px;
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__post-date,
.page-content .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  display: block;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__post-date:before,
.page-content .wp-block-latest-posts__list .wp-block-latest-posts__post-date:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 1.48262C4.17735 1.48262 1.48359 4.17637 1.48359 7.49928C1.48359 10.8222 4.17735 13.516 7.50026 13.516C10.8232 13.516 13.5169 10.8222 13.5169 7.49928C13.5169 4.17637 10.8232 1.48262 7.50026 1.48262ZM0.183594 7.49928C0.183594 3.4584 3.45938 0.182617 7.50026 0.182617C11.5411 0.182617 14.8169 3.4584 14.8169 7.49928C14.8169 11.5402 11.5411 14.8159 7.50026 14.8159C3.45938 14.8159 0.183594 11.5402 0.183594 7.49928Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 2.68262C7.85925 2.68262 8.15026 2.97363 8.15026 3.33262V7.15141L10.3608 8.62512C10.6595 8.82425 10.7402 9.22781 10.5411 9.52651C10.342 9.8252 9.9384 9.90591 9.63971 9.70678L7.13971 8.04012C6.95888 7.91956 6.85026 7.71661 6.85026 7.49928V3.33262C6.85026 2.97363 7.14128 2.68262 7.50026 2.68262Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 1.48262C4.17735 1.48262 1.48359 4.17637 1.48359 7.49928C1.48359 10.8222 4.17735 13.516 7.50026 13.516C10.8232 13.516 13.5169 10.8222 13.5169 7.49928C13.5169 4.17637 10.8232 1.48262 7.50026 1.48262ZM0.183594 7.49928C0.183594 3.4584 3.45938 0.182617 7.50026 0.182617C11.5411 0.182617 14.8169 3.4584 14.8169 7.49928C14.8169 11.5402 11.5411 14.8159 7.50026 14.8159C3.45938 14.8159 0.183594 11.5402 0.183594 7.49928Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 2.68262C7.85925 2.68262 8.15026 2.97363 8.15026 3.33262V7.15141L10.3608 8.62512C10.6595 8.82425 10.7402 9.22781 10.5411 9.52651C10.342 9.8252 9.9384 9.90591 9.63971 9.70678L7.13971 8.04012C6.95888 7.91956 6.85026 7.71661 6.85026 7.49928V3.33262C6.85026 2.97363 7.14128 2.68262 7.50026 2.68262Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.entry-content .wp-block-latest-posts__list li,
.page-content .wp-block-latest-posts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry-content .wp-block-latest-posts__list li a,
.page-content .wp-block-latest-posts__list li a {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
  line-height: 27px;
  font-size: 18px;
}
.entry-content .wp-block-latest-posts__list li a + .wp-block-latest-posts__post-date,
.page-content .wp-block-latest-posts__list li a + .wp-block-latest-posts__post-date {
  margin-bottom: 11px;
}
.entry-content .wp-block-tag-cloud a,
.page-content .wp-block-tag-cloud a {
  font-size: 13px !important;
}
.entry-content .wp-block-search,
.page-content .wp-block-search {
  margin-bottom: 30px;
}

/* Tags style */
.widget_tag_cloud .tag-cloud-link, .entry-content .wp-block-tag-cloud a,
.page-content .wp-block-tag-cloud a {
  display: inline-block;
  vertical-align: top;
  margin: 4px 2px;
  padding: 3px 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

/* Skin Personal */
.skin-personal .elementor-widget-wp-widget-calendar .calendar_wrap {
  background: none;
}

.skin-personal .elementor-widget-wp-widget-calendar tbody tr:nth-child(odd) {
  background: none;
}

.skin-personal .elementor-widget-wp-widget-calendar tbody td {
  height: 30px;
  width: 30px;
}

.skin-personal .elementor-widget-wp-widget-calendar tbody td#today {
  background-color: transparent;
}

.skin-personal .elementor-widget-wp-widget-calendar tbody td,
.skin-personal .elementor-widget-wp-widget-calendar tbody td a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav {
  font-size: 0;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 20px;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-next a {
  font-size: 0;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-prev {
  left: 18px;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" focusable="false" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><path d="M2.20115e-07 5.96484L4.53208 1.43276C4.81019 1.15465 5.2611 1.15465 5.53921 1.43276C5.81732 1.71087 5.81732 2.16178 5.53921 2.43989L1.00713 6.97197L2.20115e-07 5.96484Z"></path><path d="M1.00713 4.95771L5.53921 9.48979C5.81732 9.76791 5.81732 10.2188 5.53921 10.4969C5.2611 10.775 4.81019 10.775 4.53208 10.4969L2.20115e-07 5.96484L1.00713 4.95771Z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" focusable="false" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><path d="M2.20115e-07 5.96484L4.53208 1.43276C4.81019 1.15465 5.2611 1.15465 5.53921 1.43276C5.81732 1.71087 5.81732 2.16178 5.53921 2.43989L1.00713 6.97197L2.20115e-07 5.96484Z"></path><path d="M1.00713 4.95771L5.53921 9.48979C5.81732 9.76791 5.81732 10.2188 5.53921 10.4969C5.2611 10.775 4.81019 10.775 4.53208 10.4969L2.20115e-07 5.96484L1.00713 4.95771Z"></path></svg>');
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-next {
  right: 18px;
}

.skin-personal .elementor-widget-wp-widget-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" focusable="false" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><path d="M10.0713 5.96484L5.53921 1.43276C5.2611 1.15465 4.81019 1.15465 4.53208 1.43276C4.25397 1.71087 4.25397 2.16178 4.53208 2.43989L9.06416 6.97197L10.0713 5.96484Z"></path><path d="M9.06416 4.95771L4.53208 9.48979C4.25397 9.76791 4.25397 10.2188 4.53208 10.4969C4.81019 10.775 5.2611 10.775 5.53921 10.4969L10.0713 5.96484L9.06416 4.95771Z"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" focusable="false" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><path d="M10.0713 5.96484L5.53921 1.43276C5.2611 1.15465 4.81019 1.15465 4.53208 1.43276C4.25397 1.71087 4.25397 2.16178 4.53208 2.43989L9.06416 6.97197L10.0713 5.96484Z"></path><path d="M9.06416 4.95771L4.53208 9.48979C4.25397 9.76791 4.25397 10.2188 4.53208 10.4969C4.81019 10.775 5.2611 10.775 5.53921 10.4969L10.0713 5.96484L9.06416 4.95771Z"></path></svg>');
}

/*--------------------------------------------------------------
# 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: 15px 30px 15px 0;
}

.alignright {
  margin: 15px 0 15px 30px;
}
p .alignright {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  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: 0.9em 0;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
}

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

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

.wp-block-media-text__content .has-large-font-size {
  font-size: 1.5em;
}

.wp-block-audio audio {
  min-width: 230px;
}

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

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

/*--------------------------------------------------------------
## Jet Woo
--------------------------------------------------------------*/
.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-products__item-content,
.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-products__item-content {
  background: #ffffff;
}

/*--------------------------------------------------------------
## 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);
  -ms-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%;
  }
}
/*--------------------------------------------------------------
## 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;
  -o-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 0.9375rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
  padding: 0 1.875rem 20px;
  background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 0.9375rem;
}
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 storycle 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;
}

/*--------------------------------------------------------------
## Stock Ticker
--------------------------------------------------------------*/
.stock-ticker-wrapper ul.stock_ticker {
  margin-bottom: -7px !important;
  font-size: 14px;
}
.stock-ticker-wrapper ul.stock_ticker .change,
.stock-ticker-wrapper ul.stock_ticker .changep {
  font-size: 12px;
}
.stock-ticker-wrapper ul.stock_ticker.stockticker {
  font-size: 12px;
}
.stock-ticker-wrapper ul.stock_ticker.stockticker .change,
.stock-ticker-wrapper ul.stock_ticker.stockticker .changep {
  font-size: 10px;
}
.stock-ticker-wrapper ul.stock_ticker.static .sqitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: -10px;
}
.stock-ticker-wrapper ul.stock_ticker.static .sqitem > * {
  padding-right: 10px;
}
.stock-ticker-wrapper ul.stock_ticker.static .sqitem .company {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.stock-ticker-wrapper ul.stock_ticker li {
  margin-bottom: 15px;
}
.stock-ticker-wrapper ul.stock_ticker span {
  margin-right: 0;
}
.stock-ticker-wrapper ul.stock_ticker .minus > .sqitem:before,
.stock-ticker-wrapper ul.stock_ticker .plus > .sqitem:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m37.379 12.552c-.799-.761-2.066-.731-2.827.069-.762.8-.73 2.066.069 2.828l15.342 14.551h-39.963c-1.104 0-2 .896-2 2s.896 2 2 2h39.899l-15.278 14.552c-.8.762-.831 2.028-.069 2.828.393.412.92.62 1.448.62.496 0 .992-.183 1.379-.552l17.449-16.62c.756-.755 1.172-1.759 1.172-2.828s-.416-2.073-1.207-2.862z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="m37.379 12.552c-.799-.761-2.066-.731-2.827.069-.762.8-.73 2.066.069 2.828l15.342 14.551h-39.963c-1.104 0-2 .896-2 2s.896 2 2 2h39.899l-15.278 14.552c-.8.762-.831 2.028-.069 2.828.393.412.92.62 1.448.62.496 0 .992-.183 1.379-.552l17.449-16.62c.756-.755 1.172-1.759 1.172-2.828s-.416-2.073-1.207-2.862z"/></svg>');
}
.stock-ticker-wrapper ul.stock_ticker .minus > .sqitem:before {
  background-color: #d8442f;
  -webkit-transform: rotate(90deg) translateX(2px);
      -ms-transform: rotate(90deg) translateX(2px);
          transform: rotate(90deg) translateX(2px);
}
.stock-ticker-wrapper ul.stock_ticker .plus > .sqitem:before {
  background-color: #009d59;
  -webkit-transform: rotate(90deg) translateX(2px);
      -ms-transform: rotate(90deg) translateX(2px);
          transform: rotate(90deg) translateX(2px);
}
.stock-ticker-wrapper.invert .sqitem .company,
.stock-ticker-wrapper.invert .sqitem .stock-price {
  color: #fff;
}

#secondary .widget_stock_ticker {
  background-color: #1C1C21;
}
#secondary .widget_stock_ticker .widget-title {
  color: #fff;
}

/*--------------------------------------------------------------
### Skins styles
--------------------------------------------------------------*/
.skin-cryprate .stock_ticker .sqitem {
  font-size: 12px;
}

