@charset "UTF-8";
/*!
Theme Name: Ocularis
Theme URI: https://zemez.io
Author: Zemez
Author URI: Zemez.io
Description: Ocularis - Doctor Clinic Wordpress Theme for Ophthalmology.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ocularis
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Ocularis 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 ocularis_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ocularis_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}
.entry-content h1, .page-content h1, .entry-content h2, .page-content h2, .entry-content h3, .page-content h3, .entry-content h4, .page-content h4, .entry-content h5, .page-content h5, .entry-content h6, .page-content h6 {
  margin: 2rem auto 1rem;
}
@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: 3rem auto 3.2rem;
  }
}

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

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.entry-content figure + h2 {
  margin-top: 2.4rem;
}

p {
  margin: 0 0 35px;
}
@media (min-width: 1200px) {
  p {
    margin: 0 0 54px;
  }
}
p:last-child {
  margin-bottom: 0;
}

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);
          transform: translateY(1px);
}

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

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

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

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

.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:before,
q:before {
  content: "";
  width: 24px;
  height: 20px;
  display: block;
  margin: 0 auto 27px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 20" xmlns="http://www.w3.org/2000/svg"><path d="M22.0184 0.049312C22.4715 -0.13127 22.9563 0.206909 22.9563 0.692705C22.9563 0.987483 22.7701 1.24902 22.4958 1.3602C20.5859 2.1344 19.0715 3.29149 17.9526 4.83147C16.7451 6.47295 16.1414 8.18536 16.1414 9.9687C16.1414 10.3537 16.2028 10.6375 16.3256 10.8198C16.4074 10.9414 16.4995 11.0022 16.6019 11.0022C16.7042 11.0022 16.8577 10.9313 17.0623 10.7894C17.7172 10.3233 18.546 10.0903 19.5488 10.0903C20.7153 10.0903 21.7488 10.5665 22.6493 11.519C23.5498 12.4512 24 13.5658 24 14.8628C24 16.2205 23.4781 17.4162 22.4344 18.4497C21.4112 19.4832 20.1628 20 18.6893 20C16.9702 20 15.4865 19.3008 14.2381 17.9025C12.9898 16.5042 12.3656 14.6297 12.3656 12.2789C12.3656 9.54313 13.2149 7.09104 14.9135 4.92266C16.4637 2.94377 18.832 1.31932 22.0184 0.049312ZM9.65282 0.049312C10.1059 -0.13127 10.5907 0.206909 10.5907 0.692705C10.5907 0.987483 10.4045 1.24902 10.1302 1.3602C8.22035 2.1344 6.70594 3.29149 5.58698 4.83147C4.37953 6.47295 3.77581 8.18536 3.77581 9.9687C3.77581 10.3537 3.83721 10.6375 3.96 10.8198C4.04186 10.9414 4.13395 11.0022 4.23628 11.0022C4.3386 11.0022 4.49209 10.9313 4.69674 10.7894C5.35163 10.3233 6.18047 10.0903 7.18326 10.0903C8.34977 10.0903 9.38326 10.5665 10.2837 11.519C11.1842 12.4512 11.6344 13.5658 11.6344 14.8628C11.6344 16.2205 11.1126 17.4162 10.0688 18.4497C9.04558 19.4832 7.79721 20 6.32372 20C4.60465 20 3.12093 19.3008 1.87256 17.9025C0.624186 16.5042 0 14.6297 0 12.2789C0 9.54313 0.849302 7.09104 2.54791 4.92266C4.09807 2.94377 6.46638 1.31932 9.65282 0.049312Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 20" xmlns="http://www.w3.org/2000/svg"><path d="M22.0184 0.049312C22.4715 -0.13127 22.9563 0.206909 22.9563 0.692705C22.9563 0.987483 22.7701 1.24902 22.4958 1.3602C20.5859 2.1344 19.0715 3.29149 17.9526 4.83147C16.7451 6.47295 16.1414 8.18536 16.1414 9.9687C16.1414 10.3537 16.2028 10.6375 16.3256 10.8198C16.4074 10.9414 16.4995 11.0022 16.6019 11.0022C16.7042 11.0022 16.8577 10.9313 17.0623 10.7894C17.7172 10.3233 18.546 10.0903 19.5488 10.0903C20.7153 10.0903 21.7488 10.5665 22.6493 11.519C23.5498 12.4512 24 13.5658 24 14.8628C24 16.2205 23.4781 17.4162 22.4344 18.4497C21.4112 19.4832 20.1628 20 18.6893 20C16.9702 20 15.4865 19.3008 14.2381 17.9025C12.9898 16.5042 12.3656 14.6297 12.3656 12.2789C12.3656 9.54313 13.2149 7.09104 14.9135 4.92266C16.4637 2.94377 18.832 1.31932 22.0184 0.049312ZM9.65282 0.049312C10.1059 -0.13127 10.5907 0.206909 10.5907 0.692705C10.5907 0.987483 10.4045 1.24902 10.1302 1.3602C8.22035 2.1344 6.70594 3.29149 5.58698 4.83147C4.37953 6.47295 3.77581 8.18536 3.77581 9.9687C3.77581 10.3537 3.83721 10.6375 3.96 10.8198C4.04186 10.9414 4.13395 11.0022 4.23628 11.0022C4.3386 11.0022 4.49209 10.9313 4.69674 10.7894C5.35163 10.3233 6.18047 10.0903 7.18326 10.0903C8.34977 10.0903 9.38326 10.5665 10.2837 11.519C11.1842 12.4512 11.6344 13.5658 11.6344 14.8628C11.6344 16.2205 11.1126 17.4162 10.0688 18.4497C9.04558 19.4832 7.79721 20 6.32372 20C4.60465 20 3.12093 19.3008 1.87256 17.9025C0.624186 16.5042 0 14.6297 0 12.2789C0 9.54313 0.849302 7.09104 2.54791 4.92266C4.09807 2.94377 6.46638 1.31932 9.65282 0.049312Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

blockquote {
  position: relative;
  padding: 50px 15% 58px 15% !important;
  margin: 35px 0;
  text-align: center;
  line-height: 1.25;
  clear: left;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  margin: 30px 0 0;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}
blockquote p:before, blockquote p:after {
  display: inline-block;
  vertical-align: bottom;
}
blockquote cite {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-style: normal;
  text-align: center !important;
  font-size: 16px !important;
}
blockquote cite:before {
  content: "—";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
blockquote cite em {
  font-style: normal;
}
: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: 18px;
  height: 18px;
  vertical-align: middle;
  fill: currentColor;
}

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

.site-main table {
  margin: 0 0 1.5em;
  max-width: 100%;
  width: 100%;
  border: 0;
}
.site-main table th,
.site-main table td {
  padding: 20px 30px 19px;
  vertical-align: middle;
  font-size: 18px;
  border: 0;
}
.site-main table th {
  font-weight: 600;
}
.site-main table thead {
  background-color: #F6F7F9;
}
.site-main table thead th {
  vertical-align: bottom;
  border: 0;
}
.site-main table thead + tbody tr:nth-child(2n) {
  background: #F6F7F9;
}
.site-main table thead + tbody tr:nth-child(2n+1) {
  background: #fff;
}
.site-main table tbody tr:nth-child(2n+1) {
  background: #F6F7F9;
}

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

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  padding-left: 0;
  padding-right: 0;
  margin-left: 35px;
}
ul > ul, ul > ol,
ol > ul,
ol > ol {
  margin-left: 35px;
  margin-bottom: 0px !important;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .page-content ul.wp-block-gallery, .page-content ul.blocks-gallery-grid,
.entry-content ol.wp-block-gallery,
.entry-content ol.blocks-gallery-grid,
.page-content ol.wp-block-gallery,
.page-content ol.blocks-gallery-grid {
  margin-left: 0;
}
.entry-content ul li, .page-content ul li,
.entry-content ol li,
.page-content ol li {
  font-size: inherit;
}
.wp-block-column ul,
.wp-block-column ol {
  margin-left: 35px;
}

ul,
ol {
  font-weight: inherit;
}
ul[id], ul[class], ul.inherit-list,
ol[id],
ol[class],
ol.inherit-list {
  font-weight: inherit;
}

ul {
  list-style: disc;
}
ul li > ol {
  margin-left: 54px;
}

ol {
  list-style: decimal;
}
ol > li {
  padding-left: 0 !important;
}
ol > li:before {
  display: none;
}

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

/* Custom list for single posts */
.elementor-text-editor > ul:not(.wp-block-gallery),
.comment-content > ul:not(.wp-block-gallery),
.entry-content > ul:not(.wp-block-gallery),
ol li > ul:not(.wp-block-gallery) {
  list-style: none;
}
.elementor-text-editor > ul:not(.wp-block-gallery) ul,
.comment-content > ul:not(.wp-block-gallery) ul,
.entry-content > ul:not(.wp-block-gallery) ul,
ol li > ul:not(.wp-block-gallery) ul {
  list-style: none;
}
.elementor-text-editor > ul:not(.wp-block-gallery) li,
.comment-content > ul:not(.wp-block-gallery) li,
.entry-content > ul:not(.wp-block-gallery) li,
ol li > ul:not(.wp-block-gallery) li {
  position: relative;
  padding-left: 19px;
}
.elementor-text-editor > ul:not(.wp-block-gallery) li:before,
.comment-content > ul:not(.wp-block-gallery) li:before,
.entry-content > ul:not(.wp-block-gallery) li:before,
ol li > ul:not(.wp-block-gallery) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.elementor-text-editor > ul:not(.wp-block-gallery) > li:before,
.comment-content > ul:not(.wp-block-gallery) > li:before,
.entry-content > ul:not(.wp-block-gallery) > li:before,
ol li > ul:not(.wp-block-gallery) > li:before {
  background: none;
  color: inherit;
}
.elementor-text-editor > ul:not(.wp-block-gallery) > li > ul > li > ul > li:before,
.comment-content > ul:not(.wp-block-gallery) > li > ul > li > ul > li:before,
.entry-content > ul:not(.wp-block-gallery) > li > ul > li > ul > li:before,
ol li > ul:not(.wp-block-gallery) > li > ul > li > ul > li:before {
  background: none;
}
.elementor-text-editor > ul:not(.wp-block-gallery) > li > ul > li > ul > li > ul > li > ul > li:before,
.comment-content > ul:not(.wp-block-gallery) > li > ul > li > ul > li > ul > li > ul > li:before,
.entry-content > ul:not(.wp-block-gallery) > li > ul > li > ul > li > ul > li > ul > li:before,
ol li > ul:not(.wp-block-gallery) > li > ul > li > ul > li > ul > li > ul > li:before {
  background: none;
}

.entry-content p + ul {
  margin-top: -15px;
  margin-bottom: 30px;
}

.entry-content p + ol {
  margin-top: -20px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## 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);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#toTop:focus {
  outline: 0;
}
@media (max-width: 939px) {
  #toTop {
    right: -999em !important;
  }
}
@media (min-width: 940px) {
  #toTop {
    right: 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);
          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;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.invert-button {
  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] {
  line-height: 1.7;
  display: inline-block;
  max-width: 100%;
  padding: 18px 100px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-width: 2px;
  border-style: solid;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0;
}
.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;
}
.is-style-outline .wp-block-button__link {
  padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

input,
select,
textarea {
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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;
  padding: 15px 20px;
  background: #F6F7F9;
  border-radius: 6px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #1E306E;
  border: 2px solid transparent;
}

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

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

select {
  position: relative;
  padding: 18px 50px 18px 20px;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("assets/images/icon-select.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

#page .select2-container {
  height: 54px;
}
#page .select2-selection {
  border: 0;
  font-size: 18px;
  line-height: 27px;
}
#page .select2-selection:focus {
  outline: none;
}
#page .select2-selection b {
  margin-top: 0;
}
#page .select2-selection .select2-selection__rendered {
  padding: 13px 20px;
}
#page .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 14px;
}
#page .select2-selection.select2-selection--multiple {
  height: auto;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form__input-wrap {
  position: relative;
  -webkit-box-flex: 30;
      -ms-flex: 30 1 160px;
          flex: 30 1 160px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.search-form__field[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  padding-right: 60px;
  padding: 15px 58px 13px 18px;
  background: #F6F7F9;
  border-radius: 6px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #1E306E;
  border: 2px solid transparent;
}
.search-form__submit.btn {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1;
  color: #888;
  background-color: transparent;
}
.search-form__submit.btn svg path {
  fill: #1E306E;
}

.post-password-form label {
  display: inline-block;
  vertical-align: middle;
}
.post-password-form input[type=submit] {
  margin-left: 6px;
  padding: 16px 30px;
  border-radius: 6px;
}

.comment-list + .comment-respond {
  margin-top: 116px;
}
.comment-list .comment-respond {
  margin-top: 38px;
  margin-bottom: 50px;
}
.comment-respond .comment-form-cookies-consent {
  margin-top: 18px;
  margin-bottom: 26px;
}
.comment-respond .comment-form .form-submit {
  margin-top: 26px;
}
.comment-reply-title {
  margin-bottom: 29px;
}
.comment-reply-title #cancel-comment-reply-link {
  font-weight: 500;
  font-size: 14px;
  float: right;
  margin-left: 10px;
  color: #ff272d;
}
.comment-form #submit {
  background: #BCE0F7;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1E306E;
  border: none;
  padding: 25px;
  width: 100%;
  max-width: 250px;
  display: block;
}
.comment-form #submit:hover {
  background: #1E306E;
  color: #FFF;
}
@media (max-width: 639px) {
  .comment-form #submit {
    margin: 0 auto;
  }
}
.comment-form .comment-notes {
  margin-bottom: 34px;
  font-size: 14px;
}
.comment-form-comment {
  margin-bottom: 10px;
}
.comment-form__input_wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 33.3334%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.comment-form textarea.comment-form__field {
  border: 2px solid #F6F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  padding: 15px 20px;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.comment-form input.comment-form__field {
  border-radius: 6px;
  border: 2px solid #F6F7F9;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 20px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
}
.comment-form .form-submit {
  margin: 30px 0 0 0;
}
.comment-form .form-submit input {
  width: 100%;
}
@media (min-width: 640px) {
  .comment-form .form-submit input {
    width: auto;
  }
}
.comment-form-cookies-consent {
  margin-top: 25px;
  font-size: 16px;
  -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: 40px;
  font-weight: 300;
  line-height: 30px;
  font-size: 14px;
  text-transform: none;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
  border-radius: 2px;
  background-color: #f8f8f8;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 12px;
  height: 9px;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 9" xmlns="http://www.w3.org/2000/svg"><path d="M4.45337 9C4.09271 9 3.74673 8.85516 3.49168 8.59751L0.398332 5.47176C-0.132777 4.93508 -0.132777 4.0649 0.398332 3.52822C0.929442 2.99155 1.79052 2.99155 2.32171 3.52822L4.45337 5.68221L9.67829 0.402546C10.2094 -0.134129 11.0705 -0.134209 11.6017 0.402466C12.1328 0.939141 12.1328 1.80932 11.6017 2.346L5.41506 8.59735C5.16009 8.85524 4.8141 9 4.45337 9Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 9" xmlns="http://www.w3.org/2000/svg"><path d="M4.45337 9C4.09271 9 3.74673 8.85516 3.49168 8.59751L0.398332 5.47176C-0.132777 4.93508 -0.132777 4.0649 0.398332 3.52822C0.929442 2.99155 1.79052 2.99155 2.32171 3.52822L4.45337 5.68221L9.67829 0.402546C10.2094 -0.134129 11.0705 -0.134209 11.6017 0.402466C12.1328 0.939141 12.1328 1.80932 11.6017 2.346L5.41506 8.59735C5.16009 8.85524 4.8141 9 4.45337 9Z"/></svg>');
  background-color: #1E306E;
}
.comment-form-cookies-consent input[type=checkbox]:checked ~ label[for=wp-comment-cookies-consent]:after {
  opacity: 1;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.site-main p a[href*="callto:"], .site-main p a[href*="tel:"], .site-main p a[href*="mailto:"] {
  font-weight: inherit;
}
.entry-content p a {
  text-decoration: 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;
  background-color: transparent !important;
}
.edit-link a:before {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.78125%206.90625V5.54688L7.45312%200.578125L8.25%201.6875L2.23438%206.23438L8.25%2010.7812L7.45312%2011.8906L0.78125%206.90625Z%22%20fill%3D%22%23298CD3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 12px;
  background-color: transparent !important;
  line-height: 0px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation__default .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.main-navigation__default .menu a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation__default .menu > li {
  padding: 0;
}
.main-navigation__default .menu > li > a {
  padding: 21px 20px 20px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .main-navigation__default .menu > li > a {
    padding: 22px 10px;
  }
}
.main-navigation__default .menu > li.menu-item-has-children > a {
  padding-right: 36px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .main-navigation__default .menu > li.menu-item-has-children > a {
    padding-right: 26px;
  }
}
.main-navigation__default .menu > li.menu-item-has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
  width: 11px;
  height: 7px;
  line-height: 0px;
}
.main-navigation__default .menu > li.menu-item-has-children > a:after .svg {
  fill: inherit;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .main-navigation__default .menu > li.menu-item-has-children > a:after {
    right: 10px;
  }
}
.main-navigation__default .menu ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  margin: 0;
  padding: 10px 0;
}
.main-navigation__default .menu ul ul {
  left: -999em;
  top: 0px;
  margin: 0;
  padding: 0;
}
.main-navigation__default .menu ul li:hover > ul, .main-navigation__default .menu ul li.focus > ul {
  left: 100%;
}
.main-navigation__default .menu ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}
.main-navigation__default .menu ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 11px;
}
.main-navigation__default .menu ul a {
  width: 220px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .main-navigation__default .menu ul a {
    width: 160px;
  }
}
.main-navigation__default .menu li:hover > ul,
.main-navigation__default .menu li.focus > ul {
  left: 0px;
}
.main-navigation__default .menu li {
  position: relative;
  display: inline-block;
}
.main-navigation__default .set-menu_link {
  display: inline-block;
  padding-top: 22px;
  padding-bottom: 22px;
}

.stack-menu {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.stack-menu--active {
  display: block;
}
.stack-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.stack-menu__list--active {
  display: block;
}
.stack-menu__item--hidden {
  display: none;
}
.stack-menu__link {
  padding-right: 20px;
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  line-height: 41px;
  color: #1E306E;
}
.stack-menu__link--parent:after {
  content: url("data:image/svg+xml; utf8,%3Csvg%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.811628%2011L3.82627e-07%2010.1396L4.37675%205.5L0%200.860376L0.811627%200L6%205.5L0.811628%2011Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0px;
  width: 6px;
  height: 11px;
  margin-top: -1px;
}
.stack-menu__link--back {
  padding-left: 13px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #1E306E;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.stack-menu__link--back:after {
  content: url("data:image/svg+xml; utf8,%3Csvg%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.18837%2011L6%2010.1396L1.62325%205.5L6%200.860376L5.18837%200L0%205.5L5.18837%2011Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0px;
  margin-top: -2px;
  width: 6px;
  height: 11px;
}
.stack-menu__link--hidden {
  display: none;
}

.reheader__color_scheme_1 .main-navigation__default .menu > li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.4247L0.848528%200.576172L5.42426%205.15191L10%200.576172L10.8485%201.4247L5.42426%206.84896L0%201.4247Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_1 .main-navigation__default .menu > li:hover.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.576172%201.4247L1.4247%200.576172L6.00044%205.15191L10.5762%200.576172L11.4247%201.4247L6.00044%206.84896L0.576172%201.4247Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_1 .main-navigation__default .menu .current_page_item.menu-item-has-children > a:after,
.reheader__color_scheme_1 .main-navigation__default .menu .current-menu-item.menu-item-has-children > a:after,
.reheader__color_scheme_1 .main-navigation__default .menu .current_page_ancestor.menu-item-has-children > a:after,
.reheader__color_scheme_1 .main-navigation__default .menu .current-menu-ancestor.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.576172%201.4247L1.4247%200.576172L6.00044%205.15191L10.5762%200.576172L11.4247%201.4247L6.00044%206.84896L0.576172%201.4247Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_1 .main-navigation__default .menu ul {
  background: #FFF;
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.reheader__color_scheme_1 .main-navigation__default .menu ul ul {
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.reheader__color_scheme_1 .main-navigation__default .menu ul li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.848528%2010.8486L-3.70903e-08%2010.0001L4.57574%205.42437L-4.37114e-07%200.848633L0.848528%200.000104867L6.27279%205.42437L0.848528%2010.8486Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.reheader__color_scheme_2 .main-navigation__default .menu > li, .reheader__overlay .main-navigation__default .menu > li {
  margin-right: 40px;
}
.reheader__color_scheme_2 .main-navigation__default .menu > li:last-child, .reheader__overlay .main-navigation__default .menu > li:last-child {
  margin-right: 0px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__color_scheme_2 .main-navigation__default .menu > li, .reheader__overlay .main-navigation__default .menu > li {
    margin-right: 20px;
  }
}
.reheader__color_scheme_2 .main-navigation__default .menu > li > a, .reheader__overlay .main-navigation__default .menu > li > a {
  padding: 22px 0px 21px;
}
.reheader__color_scheme_2 .main-navigation__default .menu > li.menu-item-has-children > a, .reheader__overlay .main-navigation__default .menu > li.menu-item-has-children > a {
  padding-right: 16px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__color_scheme_2 .main-navigation__default .menu > li.menu-item-has-children > a, .reheader__overlay .main-navigation__default .menu > li.menu-item-has-children > a {
    padding-right: 16px;
  }
}
.reheader__color_scheme_2 .main-navigation__default .menu > li.menu-item-has-children > a:after, .reheader__overlay .main-navigation__default .menu > li.menu-item-has-children > a:after {
  right: 0px;
}
.reheader__color_scheme_2 .main-navigation__default .menu > li a, .reheader__overlay .main-navigation__default .menu > li a {
  color: #1E306E;
}
.reheader__color_scheme_2 .main-navigation__default .menu > li.menu-item-has-children > a:after, .reheader__overlay .main-navigation__default .menu > li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.4247L0.848528%200.576172L5.42426%205.15191L10%200.576172L10.8485%201.4247L5.42426%206.84896L0%201.4247Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_2 .main-navigation__default .menu > li:hover.menu-item-has-children > a:after, .reheader__overlay .main-navigation__default .menu > li:hover.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.575684%201.4247L1.42421%200.576172L5.99995%205.15191L10.5757%200.576172L11.4242%201.4247L5.99995%206.84896L0.575684%201.4247Z%22%20fill%3D%22%23298CD3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_2 .main-navigation__default .menu .current_page_item.menu-item-has-children > a:after,
.reheader__color_scheme_2 .main-navigation__default .menu .current-menu-item.menu-item-has-children > a:after,
.reheader__color_scheme_2 .main-navigation__default .menu .current_page_ancestor.menu-item-has-children > a:after,
.reheader__color_scheme_2 .main-navigation__default .menu .current-menu-ancestor.menu-item-has-children > a:after, .reheader__overlay .main-navigation__default .menu .current_page_item.menu-item-has-children > a:after,
.reheader__overlay .main-navigation__default .menu .current-menu-item.menu-item-has-children > a:after,
.reheader__overlay .main-navigation__default .menu .current_page_ancestor.menu-item-has-children > a:after,
.reheader__overlay .main-navigation__default .menu .current-menu-ancestor.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.575684%201.4247L1.42421%200.576172L5.99995%205.15191L10.5757%200.576172L11.4242%201.4247L5.99995%206.84896L0.575684%201.4247Z%22%20fill%3D%22%23298CD3%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_2 .main-navigation__default .menu ul, .reheader__overlay .main-navigation__default .menu ul {
  background: #FFF;
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.reheader__color_scheme_2 .main-navigation__default .menu ul ul, .reheader__overlay .main-navigation__default .menu ul ul {
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.reheader__color_scheme_2 .main-navigation__default .menu ul li.menu-item-has-children > a:after, .reheader__overlay .main-navigation__default .menu ul li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.848528%2010.8486L-3.70903e-08%2010.0001L4.57574%205.42437L-4.37114e-07%200.848633L0.848528%200.000104867L6.27279%205.42437L0.848528%2010.8486Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_3 .main-navigation__default .menu > li a {
  color: #1E306E;
}
.reheader__color_scheme_3 .main-navigation__default .menu > li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.4247L0.848528%200.576172L5.42426%205.15191L10%200.576172L10.8485%201.4247L5.42426%206.84896L0%201.4247Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_3 .main-navigation__default .menu > li:hover.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.575684%201.4247L1.42421%200.576172L5.99995%205.15191L10.5757%200.576172L11.4242%201.4247L5.99995%206.84896L0.575684%201.4247Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_3 .main-navigation__default .menu .current_page_item.menu-item-has-children > a:after,
.reheader__color_scheme_3 .main-navigation__default .menu .current-menu-item.menu-item-has-children > a:after,
.reheader__color_scheme_3 .main-navigation__default .menu .current_page_ancestor.menu-item-has-children > a:after,
.reheader__color_scheme_3 .main-navigation__default .menu .current-menu-ancestor.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.575684%201.4247L1.42421%200.576172L5.99995%205.15191L10.5757%200.576172L11.4242%201.4247L5.99995%206.84896L0.575684%201.4247Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.reheader__color_scheme_3 .main-navigation__default .menu ul {
  background: #FFF;
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.reheader__color_scheme_3 .main-navigation__default .menu ul ul {
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.reheader__color_scheme_3 .main-navigation__default .menu ul li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.848528%2010.8486L-3.70903e-08%2010.0001L4.57574%205.42437L-4.37114e-07%200.848633L0.848528%200.000104867L6.27279%205.42437L0.848528%2010.8486Z%22%20fill%3D%22%231E306E%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li {
  margin-right: 0px;
}
.reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li:last-child, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li:last-child {
  margin-right: 0px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li {
    margin-right: 0px;
  }
}
.reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li > a, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li > a {
  padding: 22px 15px 21px 15px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li > a, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li > a {
    padding: 22px 10px 21px 10px;
  }
}
.reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li.menu-item-has-children > a, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li.menu-item-has-children > a {
  padding-right: 31px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li.menu-item-has-children > a, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li.menu-item-has-children > a {
    padding-right: 26px;
  }
}
.reheader__layout-2.reheader__color_scheme_1 .main-navigation__default .menu > li.menu-item-has-children > a:after, .reheader__layout-2.reheader__color_scheme_3 .main-navigation__default .menu > li.menu-item-has-children > a:after {
  right: 10px;
}

/*--------------------------------------------------------------
## 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: 20px;
  padding-right: 20px;
  padding-top: 19px;
  padding-bottom: 20px;
}
.site-header .site-header__mobile.site-header__wrap .space-between-content {
  margin-left: 0;
  margin-right: 0;
}
.site-header .site-header__mobile.site-header__wrap .space-between-content > * {
  margin-left: 0;
  margin-right: 0;
}
.site-header .site-header__mobile .site-branding {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  z-index: 1002;
  min-width: 60%;
}
.site-header .site-header__mobile .site-branding:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100%;
  right: -400%;
  top: -20px;
  bottom: -20px;
  background-color: #fff;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding {
    max-width: 165px;
    min-width: 165px;
  }
}
@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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 20%;
  margin-left: auto !important;
}
.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: 1003;
}
.site-header .site-header__mobile .header-cart__link-wrap .header-cart__link {
  margin-left: 30px;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .header-cart__link-wrap .header-cart__link {
    margin-left: 20px;
  }
}
.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);
  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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-header .site-header__mobile .header-search-popup__inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  text-align: left;
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 6px;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9663 15.4015C12.4975 16.5608 10.6427 17.2526 8.6263 17.2526C3.86212 17.2526 0 13.3905 0 8.6263C0 3.86212 3.86212 0 8.6263 0C13.3905 0 17.2526 3.86212 17.2526 8.6263C17.2526 10.6427 16.5608 12.4975 15.4015 13.9663L20 18.5648L18.5648 20L13.9663 15.4015ZM15.2229 8.6263C15.2229 12.2695 12.2695 15.2229 8.6263 15.2229C4.98311 15.2229 2.02972 12.2695 2.02972 8.6263C2.02972 4.98311 4.98311 2.02972 8.6263 2.02972C12.2695 2.02972 15.2229 4.98311 15.2229 8.6263Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9663 15.4015C12.4975 16.5608 10.6427 17.2526 8.6263 17.2526C3.86212 17.2526 0 13.3905 0 8.6263C0 3.86212 3.86212 0 8.6263 0C13.3905 0 17.2526 3.86212 17.2526 8.6263C17.2526 10.6427 16.5608 12.4975 15.4015 13.9663L20 18.5648L18.5648 20L13.9663 15.4015ZM15.2229 8.6263C15.2229 12.2695 12.2695 15.2229 8.6263 15.2229C4.98311 15.2229 2.02972 12.2695 2.02972 8.6263C2.02972 4.98311 4.98311 2.02972 8.6263 2.02972C12.2695 2.02972 15.2229 4.98311 15.2229 8.6263Z"/></svg>');
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__field {
  padding-left: 10px;
  text-align: left;
  text-transform: none;
  font-size: 18px;
  line-height: 43px;
}
.site-header .site-header__mobile .header-search-popup .header-search-popup-close {
  top: 24px;
  right: 20px;
}
.site-header .site-header__mobile .menu-toggle-wrapper {
  position: relative;
  z-index: 1003;
  min-width: 20%;
}
.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: 998;
  top: 0;
  right: -75%;
  display: block;
  width: 75%;
  height: 100vh;
  margin: 0;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.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;
}
.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 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1003;
  width: 20px;
  height: 20px;
  margin-left: 30px !important;
  padding: 0;
  background: none;
}
@media (max-width: 1119px) {
  .mobile-menu-toggle-button {
    margin-left: 20px !important;
  }
}
.mobile-menu-toggle-button:before, .mobile-menu-toggle-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  -webkit-transition: width 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: width 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: width 0.2s ease-out, transform 0.2s ease-out;
  transition: width 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.mobile-menu-toggle-button:before {
  top: 6px;
  width: 20px;
}
.mobile-menu-toggle-button:after {
  top: 12px;
  width: 12px;
}
.mobile-menu-toggle-button.mobile-menu-close:before, .mobile-menu-toggle-button.mobile-menu-close:after {
  top: 9px;
  left: -3px;
  width: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-toggle-button.mobile-menu-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.site-content .page-links {
  margin-top: 60px;
  line-height: 18px;
  font-size: 14px;
}
.site-content .page-links .post-page-numbers {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
}
.site-content .page-links .post-page-numbers:first-child {
  margin-left: 24px;
}
.site-content .page-links .post-page-numbers:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -23px;
  width: 39px;
  height: 64px;
  border-radius: 6px;
}

.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: visible;
  margin-top: 110px;
  padding: 0;
  border: 0;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 939px) {
  .post-navigation .nav-links {
    display: block;
  }
}
.post-navigation .nav-links__item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  min-width: 48%;
  float: none;
  position: relative;
  min-height: 135px;
  padding: 30px 29px 25px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DDE0E9;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
@media (max-width: 939px) {
  .post-navigation .nav-links__item {
    padding: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
.post-navigation .nav-links__item.col-md-push-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.post-navigation .nav-links__item:hover {
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.post-navigation .nav-links__item .nav-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0px;
}
.post-navigation .nav-links__item .post-thumbnail {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  height: 75px;
  margin-top: -6px;
  overflow: hidden;
  position: relative;
}
.post-navigation .nav-links__item .post-thumbnail a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.post-navigation .nav-links__item .post-thumbnail img {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-navigation .nav-links__item a {
  padding: 0;
}
.post-navigation .nav-links__item h5 {
  margin: 0px 0px 10px;
  line-height: inherit;
}
.post-navigation .nav-links__item h5 a:hover {
  color: inherit;
}
.post-navigation .nav-links__item .nav-links__label {
  vertical-align: top;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #298CD3;
}
.post-navigation .nav-links__item .nav-links__label:hover {
  color: inherit;
}
@media (max-width: 639px) {
  .post-navigation {
    margin-top: 30px;
  }
}
.post-navigation .nav-previous .post-thumbnail {
  margin-right: 20px;
}
.post-navigation .nav-next .post-thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}
.post-navigation .nav-next .nav-links__label {
  text-align: right;
}

/*--------------------------------------------------------------
### Posts List Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  padding: 22px 15px;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
}
.pagination .page-numbers.dots {
  color: #E0F3FD;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  margin: 0;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  width: 14px;
  height: 8px;
}
.pagination .page-numbers.prev svg {
  margin-right: 4px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.pagination .page-numbers.next svg {
  margin-left: 4px;
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-list .menu-item {
  margin-left: 30px;
}
.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:hover {
  text-decoration: none;
}
.social-list .menu-item > a:focus {
  outline: none;
}
.social-list .menu-item > a:after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 4px;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.social-list .menu-item > a:hover:after {
  width: 100%;
}
.social-list .menu-item > a span.screen-reader-text {
  clip: auto;
  position: static !important;
  display: block;
  height: auto;
  width: auto;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  z-index: 1;
}
.breadcrumbs .container {
  width: 100%;
}
@media (max-width: 1024px) {
  .breadcrumbs .container {
    width: 100%;
  }
}
.breadcrumbs .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs_title .breadcrumbs_page-title {
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumbs_browse {
  display: inline-block;
  margin-right: 0.5em;
}
.breadcrumbs_wrap {
  margin-top: 14px;
}
.breadcrumbs_item {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.breadcrumbs_item_sep {
  margin: 0 2px;
  font-size: 8px;
  padding-top: 2px;
}
.breadcrumbs_item_link {
  display: block;
}
.invert .breadcrumbs_item_link {
  border-bottom: 1px solid transparent;
}
.invert .breadcrumbs_item_link:hover {
  color: inherit;
}
/*--------------------------------------------------------------
# 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;
}

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

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

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
}
.post-navigation + .comments-area, .related-posts + .comments-area, .post-author-bio + .comments-area {
  margin-top: 131px;
}
@media (max-width: 639px) {
  .post-navigation + .comments-area, .related-posts + .comments-area, .post-author-bio + .comments-area {
    margin-top: 70px;
  }
}
.elementor-page.position-fullwidth .comments-area {
  margin-bottom: 50px;
}
.comments-title {
  margin-bottom: 45px;
}

.comment-list {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
}
.comment-list .comment {
  margin-bottom: 50px;
}
.comment-list .comment:last-child {
  margin-bottom: 0px;
}
.comment-list .children {
  margin-left: 0;
  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: 80px;
  }
}
.comment-list > .comment:first-child:before,
.comment-list > .pingback:first-child:before {
  content: none;
}
.comment-body {
  margin-bottom: 20px;
}
.comment-body:last-child {
  margin-bottom: 0px;
}
.comment-body__holder {
  background: transparent !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .comment-body__holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comment-body__holder .comment-author {
    margin-bottom: 10px;
  }
}
.comment-body .reply .comment-reply-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #298CD3;
}
.comment-body .reply .comment-reply-link:hover {
  text-decoration: underline;
}
.comment-metadata span {
  display: inline-block !important;
  margin-right: 5px;
  text-transform: none;
}
.comment-metadata span.fn a {
  font-weight: 700;
  text-transform: uppercase;
}
.comment-metadata span:last-child {
  margin-right: 0px;
}
.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 13px;
}
.comment-meta span {
  display: block;
}
.comment-content {
  background: #F6F7F9;
  border-radius: 0px 15px 15px 15px;
  padding: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #1E306E;
  position: relative;
  margin-bottom: 10px;
}
.comment-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #f6f7f9 transparent transparent;
  position: absolute;
  left: -18px;
  top: 0px;
}
.comment-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0px;
}
.comment-author {
  -ms-flex-preferred-size: 64px;
      flex-basis: 64px;
  max-width: 64px;
  width: 64px;
  min-width: 64px;
  margin-right: 36px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1119px) {
  .comment-author {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    max-width: 40px;
    width: 40px;
    min-width: 40px;
  }
}
.comment-author img {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin-top: 170px;
  position: relative;
  padding: 0px 40px 53px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .post-author-bio {
    padding: 0px 15px 40px;
  }
}
.post-author__holder {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
.post-author__avatar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.post-author__avatar .avatar {
  display: block;
  width: 100%;
}
.post-author__about_text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.post-author__title {
  margin: 0 0 20px;
}
.post-author__role {
  margin-bottom: 29px;
  font-size: 14px;
}
.post-author__content {
  line-height: 22px;
  font-size: 18px;
}

/*--------------------------------------------------------------
# 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 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1479px) {
  .site-header__wrap.container, .site-content.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .site-header__wrap.container, .site-content.container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .site-header__wrap.container, .site-content.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
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 {
  padding-left: 0;
  padding-right: 0;
}
.site .breadcrumbs {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .site .breadcrumbs {
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .site .breadcrumbs {
    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: 82px;
  margin-bottom: 80px;
}
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;
  }
}
body.archive.woocommerce-page .site-content {
  margin-top: 0;
}
body.single-product .site-content {
  margin-top: 131px;
}
.site-content__wrap {
  max-width: 100%;
}
.site-content__wrap.container {
  max-width: 100%;
}
.site-main > *:last-child {
  margin-bottom: 0;
}
body.blog.layout-fullwidth .site-footer {
  padding-left: 20px;
  padding-right: 20px;
}
body.blog.layout-fullwidth .site-footer .container {
  max-width: 100%;
}
@media (min-width: 1024px) {
  body.blog.layout-fullwidth .site-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#primary {
  margin-bottom: 70px;
}
@media (min-width: 1120px) {
  #primary {
    margin-bottom: 40px;
  }
}
@media (min-width: 940px) {
  .blog-top_img.position-one-right-sidebar #primary {
    padding-right: 40px;
  }
  .blog-top_img.position-one-left-sidebar #primary {
    padding-left: 40px;
  }
}

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

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.reheader .header-cart__link svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.reheader .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .reheader .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .reheader .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.reheader .container body.layout-fullwidth,
.reheader .container body.elementor-template-full-width,
.reheader .container body.page-template-fullwidth-content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1010px) {
  .reheader__layout-1 .reheader__desktop {
    display: none;
  }
}
.reheader__layout-1 .reheader__desktop * {
  vertical-align: middle;
}
.reheader__layout-1 .reheader__desktop__top {
  padding: 21px 0px 21px;
}
.reheader__layout-1 .reheader__desktop__top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.reheader__layout-1 .reheader__desktop__top__wrap .site-logo {
  margin: 0px;
  position: relative;
  z-index: 2;
}
.reheader__layout-1 .reheader__desktop__top__wrap .site-description {
  display: block;
  margin-top: -5px;
  text-transform: uppercase;
  line-height: 11px;
  font-size: 9px;
}
.reheader__layout-1 .reheader__desktop__top__wrap .site-description[hidden] {
  display: none;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .reheader__desktop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__layout-1 .reheader__desktop__top__wrap .right_side .reheader__desktop__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
  }
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .address {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-right: 30px;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .address svg {
  margin-right: 6px;
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__layout-1 .reheader__desktop__top__wrap .right_side .address {
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) and (min-width: 1010px) {
  .reheader__layout-1 .reheader__desktop__top__wrap .right_side .phone {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .phone__text {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-right: 10px;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .phone__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .phone__number svg {
  display: inline-block;
  margin-right: 3px;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .header__btn {
  position: relative;
  z-index: 2;
  margin-left: 63px;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .header__btn a {
  padding: 19px 21px 19px 21px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reheader__layout-1 .reheader__desktop__top__wrap .right_side .header__btn a svg {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.reheader__layout-1 .reheader__desktop__bottom {
  margin-bottom: 0px;
}
.reheader__layout-1 .reheader__desktop__bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reheader__layout-1 .reheader__desktop__bottom__wrap .main-navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0px;
  margin-right: 20px;
}
.reheader__layout-1 .reheader__desktop__bottom .header-search-toggle {
  cursor: pointer;
  position: relative;
  margin-left: 0px;
  padding: 16px 0;
  background: none;
  outline: none;
  border: none;
}
.reheader__layout-1 .reheader__desktop__bottom .header-search-toggle:focus {
  outline: 0;
}
.reheader__layout-1 .reheader__desktop__bottom .header-search-toggle svg {
  width: 18px;
  height: 18px;
}
.reheader__layout-1 .reheader__desktop__bottom .header-search-toggle svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1010px) {
  .reheader__layout-2 .reheader__desktop {
    display: none;
  }
}
.reheader__layout-2 .reheader__desktop * {
  vertical-align: middle;
}
.reheader__layout-2 .reheader__desktop__top {
  padding: 21px 0px 21px;
}
.reheader__layout-2 .reheader__desktop__top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.reheader__layout-2 .reheader__desktop__top__wrap .address {
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-right: 30px;
}
.reheader__layout-2 .reheader__desktop__top__wrap .address svg {
  margin-right: 6px;
}
.reheader__layout-2 .reheader__desktop__top__wrap .site-logo {
  margin: 0px;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  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;
}
.reheader__layout-2 .reheader__desktop__top__wrap .site-description {
  display: block;
  margin-top: -5px;
  text-transform: uppercase;
  line-height: 11px;
  font-size: 9px;
}
.reheader__layout-2 .reheader__desktop__top__wrap .site-description[hidden] {
  display: none;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .phone__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-right: 6px;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .phone__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .phone__number svg {
  display: inline-block;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .header-search-toggle {
  cursor: pointer;
  position: relative;
  margin-left: 40px;
  padding: 0;
  background: none;
  outline: none;
  border: none;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .header-search-toggle:focus {
  outline: 0;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .header-search-toggle svg {
  width: 18px;
  height: 18px;
}
.reheader__layout-2 .reheader__desktop__top__wrap .right_side .header-search-toggle svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.reheader__layout-2 .reheader__desktop__bottom {
  margin-bottom: 0px;
}
.reheader__layout-2 .reheader__desktop__bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reheader__layout-2 .reheader__desktop__bottom__wrap .main-navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0px;
  margin-right: 20px;
}
.reheader__layout-2 .reheader__desktop__bottom__wrap .header__btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
}
.reheader__layout-2 .reheader__desktop__bottom__wrap .header__btn a svg {
  display: inline-block;
  margin-right: 7px;
}
.reheader__layout-2 .reheader__desktop__bottom__wrap .header__btn a svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.reheader__mobile {
  display: none;
}
.reheader__mobile__wrapper {
  padding: 0px 15px;
}
@media (max-width: 1010px) {
  .reheader__mobile {
    display: block;
  }
}
.reheader__mobile__top {
  display: none;
  padding: 21px 0px 20px;
  text-align: center;
}
.reheader__mobile__top svg {
  line-height: 0px;
  vertical-align: middle;
}
.reheader__mobile__top .reheader__mobile__wrapper:empty {
  display: none;
}
.reheader__mobile__top .address {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media (min-width: 940px) {
  .reheader__mobile__top .address {
    margin-right: 30px;
  }
}
.reheader__mobile__top .address svg {
  margin-right: 6px;
}
.reheader__mobile__top .phone {
  margin-bottom: 19px;
}
.reheader__mobile__top .phone__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.reheader__mobile__top .phone__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.reheader__mobile__top .phone__number svg {
  display: inline-block;
}
.reheader__mobile__top .header__btn a {
  display: inline-block;
  padding: 17px 21px 17px 21px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reheader__mobile__top .header__btn a svg {
  display: inline-block;
  margin-right: 7px;
}
.reheader__mobile__bottom {
  margin-bottom: 0px;
}
.reheader__mobile__bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 10px 0px 10px 0px;
  position: relative;
}
.reheader__mobile__bottom .menu_toggle {
  position: relative;
  z-index: 2;
}
.reheader__mobile__bottom .menu_toggle_btn {
  display: block;
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.reheader__mobile__bottom .menu_toggle_btn svg {
  display: block;
}
.reheader__mobile__bottom .site-logo {
  margin: 0px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 4px;
  width: 100%;
  height: 100%;
  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;
}
.reheader__mobile__bottom .right_side {
  position: relative;
  z-index: 2;
}
.reheader__mobile__bottom .right_side .header-search-toggle {
  position: relative;
  margin-left: 0px;
  padding: 0;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.reheader__mobile__bottom .right_side .header-search-toggle:focus {
  outline: 0;
}
.reheader__mobile__bottom .right_side .header-search-toggle svg path {
  fill: #1E306E;
}
.reheader.is_sticky .reheader__desktop__top {
  margin-bottom: 63px;
}
.reheader.is_sticky .reheader__desktop__bottom {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
}
.reheader.is_sticky .reheader__mobile__top {
  margin-bottom: 80px;
}
.reheader.is_sticky .reheader__mobile__bottom {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
}
.reheader .header-search-popup {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  background-color: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header-search-active .reheader .header-search-popup {
  background-color: #ffffff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.reheader .header-search-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.reheader .header-search-popup-close:hover {
  opacity: 1;
}
.admin-bar .reheader .header-search-popup-close {
  top: 66px;
}
.reheader .header-search-popup__inner {
  margin: 0 auto;
  width: 1160px;
  height: 100vh;
  max-width: 90vw;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  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;
}
.reheader .header-search-popup__inner .header-search-form {
  width: 100%;
  position: relative;
}
.reheader .header-search-popup__inner .header-search-form__icon {
  position: absolute;
  right: 0px;
  bottom: 24px;
}
@media (max-width: 767px) {
  .reheader .header-search-popup__inner .header-search-form__icon {
    bottom: 16px;
  }
}
.reheader .header-search-popup__inner .header-search-form__icon .svg-icon path {
  fill: #1E306E;
}
.reheader .header-search-popup__inner .header-search-form__label {
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #1E306E;
}
@media (max-width: 767px) {
  .reheader .header-search-popup__inner .header-search-form__label {
    margin-bottom: 35px;
  }
}
.reheader .header-search-popup__inner .header-search-form__field {
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #1E306E;
  text-align: left;
  border: 0;
  width: 100%;
  background: none;
  padding: 0px 30px 18px 0px;
  border-bottom: 1px solid #DDE0E9;
}
@media (max-width: 767px) {
  .reheader .header-search-popup__inner .header-search-form__field {
    padding: 0px 30px 11px 0px;
    font-size: 20px;
    line-height: 27px;
  }
}
.reheader .header-search-popup__inner .header-search-form__field::-webkit-input-placeholder {
  color: #1E306E;
  opacity: 1;
}
.reheader .header-search-popup__inner .header-search-form__field::-moz-placeholder {
  color: #1E306E;
  opacity: 1;
}
.reheader .header-search-popup__inner .header-search-form__field:-ms-input-placeholder {
  color: #1E306E;
  opacity: 1;
}
.reheader .header-search-popup__inner .header-search-form__field::-ms-input-placeholder {
  color: #1E306E;
  opacity: 1;
}
.reheader .header-search-popup__inner .header-search-form__field::placeholder {
  color: #1E306E;
  opacity: 1;
}
.reheader .header-search-popup__inner .header-search-form__field:-ms-input-placeholder {
  color: #1E306E;
}
.reheader .header-search-popup__inner .header-search-form__field::-ms-input-placeholder {
  color: #1E306E;
}
.reheader .main-menu-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(30, 48, 110, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1010px) {
  .reheader .main-menu-mobile {
    display: none !important;
  }
}
.reheader .main-menu-mobile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 275px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 30px 0px;
}
.reheader .main-menu-mobile.act {
  opacity: 1;
  visibility: visible;
}
.reheader .main-menu-mobile.act .main-menu-mobile__wrap {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.reheader .main-menu-mobile__close {
  padding: 0px 30px 0px 30px;
  margin-bottom: 73px;
  display: block;
  width: 18px;
  height: 18px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.reheader .main-menu-mobile__close svg {
  opacity: 0.3;
}
.admin-bar .reheader .main-menu-mobile__close {
  position: relative;
  top: 20px;
}
.reheader .main-menu-mobile .stack-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0px;
  overflow-y: auto;
  padding: 0px 30px 0px;
}

.reheader__color_scheme_1.reheader__layout-2 .reheader__desktop__bottom .header__btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.reheader__overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1024px) {
  .reheader__overlay {
    position: relative;
  }
}
.reheader__overlay .reheader__desktop__top {
  padding-top: 36px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer__wrap {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
}
.site-footer__wrap .space-between-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__wrap .space-between-content:not(:empty) {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 639px) {
  .site-footer__wrap .space-between-content {
    display: block;
    text-align: center;
  }
}
.site-footer__wrap .space-between-content .footer-copyright {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.posts-list__item {
  position: relative;
}
.posts-list .posts-list__item {
  margin-bottom: 60px;
}
.posts-list.posts-list--top_img .posts-list__item {
  margin-bottom: 50px;
}
.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--grid .posts-list__item {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
### Entry
--------------------------------------------------------------*/
.entry-meta {
  text-decoration: none;
}
.entry-header .cat-links {
  margin-bottom: 30px;
}
.entry-title {
  margin-top: 0;
}
.entry-content {
  margin-top: 23px;
}
@media (min-width: 640px) {
  .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.entry-content + .entry-meta {
  margin-top: 32px;
}
.entry-footer .btn-text-icon {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.entry-footer .btn-text-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.entry-footer .btn-text-icon:hover svg path {
  fill: #8067BD;
}

.btn-text-icon {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.btn-text-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.btn-text-icon:hover path {
  fill: #8067BD;
}

/*--------------------------------------------------------------
### Meta
--------------------------------------------------------------*/
span.posted-on,
span.byline,
span.cat-links {
  display: block;
}

.cat-links a {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  padding-right: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cat-links a:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cat-links a:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.cat-links a:last-child:before {
  display: none;
}

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

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

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

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

.posts-list__item.default-item .entry-title {
  margin: 0px 0px 30px 0px;
}
.posts-list__item.default-item .entry-content {
  margin: 0px 0px 30px 0px;
}

/*--------------------------------------------------------------
### Post default item
--------------------------------------------------------------*/
.post-default + .post-default {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ececec;
}
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 {
  margin-bottom: 0;
  font-size: 0;
}
.post-thumbnail__link {
  display: inline-block;
}
.post-thumbnail img {
  display: block;
  border-radius: 0;
}
.grid-item .post-thumbnail {
  margin-bottom: 38px;
}

/*--------------------------------------------------------------
### Page
--------------------------------------------------------------*/
.page-header {
  margin-bottom: 50px;
}
.page-header .archive-description {
  margin-top: 20px;
  font-size: 14px;
}
.page-header__align_center {
  text-align: center;
}
.page-title {
  margin: 0;
}

/*--------------------------------------------------------------
### Search Results
--------------------------------------------------------------*/
.search-results .navigation.pagination {
  margin-bottom: 0 !important;
}

.search-item {
  margin-bottom: 50px;
  padding-bottom: 49px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.search-item .post-thumbnail {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-item .post-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    margin-bottom: 0;
  }
  .search-item .post-thumbnail + .posts-list__item-content {
    margin-left: 20px;
  }
}
.search-item .entry-meta:not(:empty) {
  margin-top: 1px;
  margin-bottom: 18px;
}
.search-item .entry-meta:not(:empty) span.posted-on,
.search-item .entry-meta:not(:empty) span.byline,
.search-item .entry-meta:not(:empty) span.cat-links {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.search-item .entry-meta:not(:empty) .cat-links {
  margin-bottom: 0;
}
.search-item .entry-meta:not(:empty) .cat-links a {
  margin: 0;
  padding: 0;
}
.search-item .entry-meta:not(:empty) .cat-links a:before {
  display: none;
}
.search-item .entry-title {
  margin: 0;
}
.search-item .entry-content {
  margin-top: 19px;
  line-height: 18px;
  font-size: 14px;
}

/*--------------------------------------------------------------
### Not found Section
--------------------------------------------------------------*/
.not-found.error-404, .not-found.no-results {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post .post .entry-header span.cat-links {
  margin-bottom: 17px;
}
.single-post .post .entry-header span.cat-links a {
  margin-bottom: 3px;
}
.single-post .post .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-post .post .entry-content {
  margin-top: 10px;
}
@media (min-width: 640px) {
  .single-post .post .entry-content {
    font-weight: 300;
    font-size: 22px;
  }
}
.single-post .post .entry-content figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-post .post .entry-content figure figcaption.blocks-gallery-item__caption {
  position: static;
  width: 100%;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 18px;
  padding: 0;
  color: #1E306E;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7em;
  background: none;
}
.single-post .post .entry-content figure img {
  vertical-align: top;
}
.single-post .post .entry-content .wp-block-cover-image-text, .single-post .post .entry-content .wp-block-cover-text {
  color: #fff;
}
@media (min-width: 700px) {
  .single-post .post .entry-content .wp-block-archives:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-categories:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-code, .single-post .post .entry-content .wp-block-columns:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-media-text:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-preformatted, .single-post .post .entry-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-verse, .single-post .post .entry-content .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 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: 3.3rem;
    margin-bottom: 3rem;
  }
}
.single-post .post .entry-content .alignnone,
.single-post .post .entry-content .aligncenter,
.single-post .post .entry-content .alignleft,
.single-post .post .entry-content .alignright,
.single-post .post .entry-content .alignwide {
  margin-bottom: 3rem;
}
.single-post .post .entry-footer .entry-meta:not(:empty) {
  margin-top: 13px;
}
.single-post .post.format-image .entry-content #attachment_612 {
  margin: 0;
}
.single-post .post.format-image .entry-content #attachment_612 + p {
  margin: 0;
}
.single-post .entry-footer {
  margin-top: 18px;
}
.single-post .entry-footer .tags-links a {
  margin-right: 10px;
}
.single-post .entry-footer .tags-links strong {
  display: block;
  margin-bottom: 23px;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
}
.single-post .post-thumbnail {
  margin-bottom: 0;
}
.single-post .post-thumbnail img {
  margin-bottom: 35px;
}
.single-post .overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.single-post .col-md-10.post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.single-post .post_by_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.single-post .post_by_author .left_side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .post_by_author .left_side .post_by_author__ava {
  -ms-flex-preferred-size: 64px;
      flex-basis: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.single-post .post_by_author .left_side .post_by_author__ava img {
  display: block;
  width: 100%;
}
.single-post .post_by_author .left_side .post_by_author__by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.single-post .post_by_author .left_side .post_by_author__by .author {
  margin-right: 5px;
}
.single-post .post_by_author .left_side .post_by_author__by .author a {
  text-transform: uppercase;
  font-weight: 600;
}
.single-post .post_by_author .left_side .post_by_author__by .author a:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts {
  position: relative;
  margin-bottom: -40px;
  padding-top: 97px;
  padding-bottom: 0;
}
@media (max-width: 639px) {
  .related-posts__list {
    display: block;
  }
}
.related-posts .related-post {
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 639px) {
  .related-posts .related-post {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  .related-posts .related-post:last-child {
    margin-bottom: 0px;
  }
}
.related-posts .related-post:hover {
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.related-posts .related-post .cat-links {
  margin-bottom: 24px;
}
.related-posts .related-post .entry-meta {
  margin-top: 38px;
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-posts .related-post__content {
  padding: 37px 40px 40px;
}
@media (max-width: 639px) {
  .related-posts .related-post__content {
    padding: 37px 15px 40px;
  }
}
.related-posts .related-post .post-thumbnail {
  margin: 0px;
}
.related-posts .related-post .post-thumbnail__link {
  overflow: hidden;
}
.related-posts .related-post .post-thumbnail__link img {
  display: block;
  width: 100%;
  margin: 0px;
}
.related-posts__title {
  position: relative;
  z-index: 2;
  margin-bottom: 52px;
}
.related-posts .post-thumbnail {
  margin-bottom: 37px;
}
.related-posts .post-thumbnail .post-thumbnail__link {
  display: block;
}
.related-posts .post-thumbnail .post-thumbnail__link img {
  margin-bottom: 0;
  width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.widget-area .widget:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.widget-area .widget ul {
  margin-bottom: 0px;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: none;
}
.widget-title:before {
  content: "/";
  display: inline-block;
  margin-right: 9px;
}
.sidebar .widget, .footer-area .widget {
  margin-top: 1.5em;
}
@media (min-width: 940px) {
  .sidebar .widget, .footer-area .widget {
    margin-top: 3em;
  }
}
.widget select {
  width: 100%;
}
.widget ul {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.5;
}
.widget ul li + li,
.widget ul li > ul,
.widget ul li > ol {
  margin-top: 31px;
}
.widget ul li > ul,
.widget ul li > ol {
  margin-left: 25px;
}
.widget_archive ul, .widget_categories ul, .widget_nav_menu div ul, .widget_meta ul, .widget_pages ul {
  font-size: 16px;
  line-height: 1.9;
}
.widget_archive ul li > a, .widget_categories ul li > a, .widget_nav_menu div ul li > a, .widget_meta ul li > a, .widget_pages ul li > a {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.widget_archive ul li > span, .widget_categories ul li > span, .widget_nav_menu div ul li > span, .widget_meta ul li > span, .widget_pages ul li > span {
  margin-left: 5px;
}
.widget_archive ul li + li, .widget_categories ul li + li, .widget_nav_menu div ul li + li, .widget_meta ul li + li, .widget_pages ul li + li {
  margin-top: 0px;
}
.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: 15px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .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: 25px;
  }
}
.widget_recent_entries ul li a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
}
.widget_recent_entries ul li a + .post-date {
  margin-top: 6px;
}
.widget_recent_entries ul li + li {
  margin-top: 27px;
}
.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.widget_recent_comments ul {
  line-height: 1.6;
  font-size: 12px;
  line-height: 15px;
}
.widget_recent_comments ul li {
  font-size: 12px;
  line-height: 15px;
}
.widget_recent_comments ul li span a {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.widget_recent_comments ul li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.widget_recent_comments ul li + li {
  margin-top: 25px;
}
.widget_recent_comments .comment-author-link {
  margin-right: 1px;
}
.widget_recent_comments .comment-author-link ~ a:before {
  content: "";
  display: block;
  height: 8px;
}
.widget_meta ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_nav_menu ul li a, .widget_categories ul li a {
  position: relative;
  padding-left: 15px;
}
.widget_meta ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_nav_menu ul li a:before, .widget_categories ul li a:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 4px;
  height: 4px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget_nav_menu div ul li > ul {
  margin-left: 17px;
}
.widget_rss .widget-title:before {
  content: "";
  vertical-align: top;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ff6600;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path d="M5.14286 15.4286C5.14286 16.1384 4.88839 16.7478 4.37946 17.2567C3.88393 17.7522 3.28125 18 2.57143 18C1.86161 18 1.25223 17.7522 0.743304 17.2567C0.247768 16.7478 0 16.1384 0 15.4286C0 14.7188 0.247768 14.1161 0.743304 13.6205C1.25223 13.1116 1.86161 12.8571 2.57143 12.8571C3.28125 12.8571 3.88393 13.1116 4.37946 13.6205C4.88839 14.1161 5.14286 14.7188 5.14286 15.4286ZM0 0V3.43527C2.00893 3.43527 3.89732 3.81696 5.66518 4.58036C7.43304 5.34375 8.97322 6.38839 10.2857 7.71429C11.6116 9.02679 12.6563 10.567 13.4196 12.3348C14.183 14.1027 14.5647 15.9911 14.5647 18H18C18 15.5223 17.5246 13.192 16.5737 11.0089C15.6362 8.8125 14.3504 6.90402 12.7165 5.28348C11.096 3.64955 9.1875 2.36384 6.99107 1.42634C4.80804 0.475446 2.47768 0 0 0ZM0 6.0067V9.42188C1.17857 9.42188 2.29018 9.64955 3.33482 10.1049C4.37946 10.5603 5.29018 11.1763 6.06696 11.9531C6.84375 12.7165 7.45313 13.6205 7.89509 14.6652C8.35045 15.7098 8.57813 16.8214 8.57813 18H11.9933C11.9933 16.3527 11.6786 14.7991 11.0491 13.3393C10.4196 11.8795 9.5625 10.6071 8.47768 9.52232C7.39286 8.4375 6.12054 7.58036 4.66071 6.95089C3.21429 6.32143 1.66071 6.0067 0 6.0067Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path d="M5.14286 15.4286C5.14286 16.1384 4.88839 16.7478 4.37946 17.2567C3.88393 17.7522 3.28125 18 2.57143 18C1.86161 18 1.25223 17.7522 0.743304 17.2567C0.247768 16.7478 0 16.1384 0 15.4286C0 14.7188 0.247768 14.1161 0.743304 13.6205C1.25223 13.1116 1.86161 12.8571 2.57143 12.8571C3.28125 12.8571 3.88393 13.1116 4.37946 13.6205C4.88839 14.1161 5.14286 14.7188 5.14286 15.4286ZM0 0V3.43527C2.00893 3.43527 3.89732 3.81696 5.66518 4.58036C7.43304 5.34375 8.97322 6.38839 10.2857 7.71429C11.6116 9.02679 12.6563 10.567 13.4196 12.3348C14.183 14.1027 14.5647 15.9911 14.5647 18H18C18 15.5223 17.5246 13.192 16.5737 11.0089C15.6362 8.8125 14.3504 6.90402 12.7165 5.28348C11.096 3.64955 9.1875 2.36384 6.99107 1.42634C4.80804 0.475446 2.47768 0 0 0ZM0 6.0067V9.42188C1.17857 9.42188 2.29018 9.64955 3.33482 10.1049C4.37946 10.5603 5.29018 11.1763 6.06696 11.9531C6.84375 12.7165 7.45313 13.6205 7.89509 14.6652C8.35045 15.7098 8.57813 16.8214 8.57813 18H11.9933C11.9933 16.3527 11.6786 14.7991 11.0491 13.3393C10.4196 11.8795 9.5625 10.6071 8.47768 9.52232C7.39286 8.4375 6.12054 7.58036 4.66071 6.95089C3.21429 6.32143 1.66071 6.0067 0 6.0067Z"/></svg>');
}
.widget_rss .widget-title > a:first-child {
  display: none;
}
.widget_rss ul li a.rsswidget {
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
.widget_rss ul li .rssSummary {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.widget_rss ul li cite {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
}
.widget_rss ul li + li {
  margin-top: 30px;
}
.widget_calendar .calendar_wrap {
  position: relative;
  margin: 0 -1px;
}
.widget_calendar table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  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 thead th {
  height: 34px;
  font-weight: 400;
}
.widget_calendar caption {
  margin: 0 1px;
  padding: 20px 0 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.widget_calendar th {
  padding: 7px 5px;
}
.widget_calendar tbody td,
.widget_calendar tbody td a {
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
}
.col-md-4.widget-area .widget_calendar tbody td,
.col-md-4.widget-area .widget_calendar tbody td a {
  line-height: 55px;
  height: 55px;
}
.widget_calendar tbody td a {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev,
.widget .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 26px;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a,
.widget .wp-calendar-nav .wp-calendar-nav-next a {
  font-size: 0;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev {
  left: 15px;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 7 8" xmlns="http://www.w3.org/2000/svg"><path d="M6.704 7.38L0.14 4.296V3.72L6.704 0.636V1.374L1.076 4.008L6.704 6.642V7.38Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 7 8" xmlns="http://www.w3.org/2000/svg"><path d="M6.704 7.38L0.14 4.296V3.72L6.704 0.636V1.374L1.076 4.008L6.704 6.642V7.38Z"/></svg>');
}
.widget .wp-calendar-nav .wp-calendar-nav-next {
  right: 15px;
}
.widget .wp-calendar-nav .wp-calendar-nav-next a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 7 8" xmlns="http://www.w3.org/2000/svg"><path d="M0.404 7.38V7.056L6.608 4.008L0.404 0.96V0.636L6.968 3.9V4.116L0.404 7.38Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 7 8" xmlns="http://www.w3.org/2000/svg"><path d="M0.404 7.38V7.056L6.608 4.008L0.404 0.96V0.636L6.968 3.9V4.116L0.404 7.38Z"/></svg>');
}
.widget_text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.widget_text strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.widget_text img {
  display: block;
}

.entry-content ul.wp-block-archives-list, .entry-content ul.wp-block-categories-list,
.entry-content ol.wp-block-archives-list,
.entry-content ol.wp-block-categories-list,
.page-content ul.wp-block-archives-list,
.page-content ul.wp-block-categories-list,
.page-content ol.wp-block-archives-list,
.page-content ol.wp-block-categories-list {
  margin-left: 0;
  list-style: none;
}
.entry-content ul.wp-block-archives-list li, .entry-content ul.wp-block-categories-list li,
.entry-content ol.wp-block-archives-list li,
.entry-content ol.wp-block-categories-list li,
.page-content ul.wp-block-archives-list li,
.page-content ul.wp-block-categories-list li,
.page-content ol.wp-block-archives-list li,
.page-content ol.wp-block-categories-list li {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
}
.entry-content ul.wp-block-archives-list li:before, .entry-content ul.wp-block-categories-list li:before,
.entry-content ol.wp-block-archives-list li:before,
.entry-content ol.wp-block-categories-list li:before,
.page-content ul.wp-block-archives-list li:before,
.page-content ul.wp-block-categories-list li:before,
.page-content ol.wp-block-archives-list li:before,
.page-content ol.wp-block-categories-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 4px;
  border: 0 !important;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.entry-content ul.wp-block-archives-list li a, .entry-content ul.wp-block-categories-list li a,
.entry-content ol.wp-block-archives-list li a,
.entry-content ol.wp-block-categories-list li a,
.page-content ul.wp-block-archives-list li a,
.page-content ul.wp-block-categories-list li a,
.page-content ol.wp-block-archives-list li a,
.page-content ol.wp-block-categories-list li a {
  display: inline-block;
}
.entry-content ul.wp-block-archives-list li + li, .entry-content ul.wp-block-categories-list li + li,
.entry-content ol.wp-block-archives-list li + li,
.entry-content ol.wp-block-categories-list li + li,
.page-content ul.wp-block-archives-list li + li,
.page-content ul.wp-block-categories-list li + li,
.page-content ol.wp-block-archives-list li + li,
.page-content ol.wp-block-categories-list li + li {
  margin-top: 9px;
}
.entry-content ul.wp-block-archives-list li ul, .entry-content ul.wp-block-categories-list li ul,
.entry-content ol.wp-block-archives-list li ul,
.entry-content ol.wp-block-categories-list li ul,
.page-content ul.wp-block-archives-list li ul,
.page-content ul.wp-block-categories-list li ul,
.page-content ol.wp-block-archives-list li ul,
.page-content ol.wp-block-categories-list li ul {
  list-style: none;
  margin-top: 9px;
  margin-left: 25px;
}
.entry-content ul.wp-block-latest-comments,
.entry-content ol.wp-block-latest-comments,
.page-content ul.wp-block-latest-comments,
.page-content ol.wp-block-latest-comments {
  margin-left: 0;
}
.entry-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.entry-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-link,
.entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-link,
.page-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.page-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-link,
.page-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.page-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.entry-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.page-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.page-content ul.wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.page-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.page-content ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}
.entry-content ul.wp-block-latest-posts__list,
.entry-content ol.wp-block-latest-posts__list,
.page-content ul.wp-block-latest-posts__list,
.page-content ol.wp-block-latest-posts__list {
  margin-left: 0;
  list-style: none;
}
.entry-content ul.wp-block-latest-posts__list li,
.entry-content ol.wp-block-latest-posts__list li,
.page-content ul.wp-block-latest-posts__list li,
.page-content ol.wp-block-latest-posts__list li {
  padding-left: 0;
}
.entry-content ul.wp-block-latest-posts__list li:before,
.entry-content ol.wp-block-latest-posts__list li:before,
.page-content ul.wp-block-latest-posts__list li:before,
.page-content ol.wp-block-latest-posts__list li:before {
  display: none !important;
}
.entry-content ul.wp-block-latest-posts__list:not(.is-grid) li + li,
.entry-content ol.wp-block-latest-posts__list:not(.is-grid) li + li,
.page-content ul.wp-block-latest-posts__list:not(.is-grid) li + li,
.page-content ol.wp-block-latest-posts__list:not(.is-grid) li + li {
  margin-top: 22px;
}
.entry-content ul.wp-block-latest-posts__list:not(.is-grid) li a,
.entry-content ol.wp-block-latest-posts__list:not(.is-grid) li a,
.page-content ul.wp-block-latest-posts__list:not(.is-grid) li a,
.page-content ol.wp-block-latest-posts__list:not(.is-grid) li a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.entry-content ul.wp-block-latest-posts__list time,
.entry-content ol.wp-block-latest-posts__list time,
.page-content ul.wp-block-latest-posts__list time,
.page-content ol.wp-block-latest-posts__list time {
  display: block;
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

/* Tags style */
.single-post .entry-footer .tags-links a, .widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
  padding: 8px 15px;
  font-size: 16px !important;
  line-height: 20px;
  color: #298CD3;
  border: 0;
  background: #E0F3FD;
  border-radius: 6px;
}
.single-post .entry-footer .tags-links a:hover, .widget_tag_cloud .tag-cloud-link:hover {
  color: #FFFFFF;
  background: #298CD3;
}

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

/*--------------------------------------------------------------
## 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 {
  margin-top: 10px;
  text-align: left;
  font-weight: 300;
  line-height: 17px;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.gallery > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.gallery-item {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.gallery img {
  display: block;
  width: 100%;
  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;
}

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

.custom-service-hover:hover {
  -webkit-transform: translatey(-10px);
          transform: translatey(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elementor-element.custom-service-hover.custom-service-justify .jet-services__header .jet-services__cover {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.custom-service-hover .jet-services__button-text {
  text-align: left;
}

.single-sevice-menu .jet-custom-nav .jet-custom-nav__item-link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.single-sevice-menu .jet-custom-nav .jet-menu-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.custom-categories .jet-woo-categories--preset-5 .jet-woo-categories-content {
  display: block;
}

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

/*--------------------------------------------------------------
## WPCF7
--------------------------------------------------------------*/
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  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;
  visibility: hidden;
}
.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: 25px;
}
.wpcf7-form p:last-of-type {
  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 */
html body .contact-form .wpcf7-form .contact-form-textarea {
  margin-bottom: -7px;
}

.contact-form .contact-form-checkbox input[type=checkbox] {
  display: none;
}

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

.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 {
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}

body .contact-form .contact-form-checkbox .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

.contact-form .contact-form-checkbox label span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -9px;
  background-color: #F8F8F8;
}

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

.wpcf7-response-output {
  position: absolute;
  visibility: hidden;
}

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

.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: 576px) {
  .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;
  transition: none;
}

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

/*--------------------------------------------------------------
## Ecwid
--------------------------------------------------------------*/
html#ecwid_html body#ecwid_body {
  /* Horizontal categories styles */
}
html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item {
  margin-right: 10px;
}
html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser {
  padding: 0 1.25rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
  padding: 0 2.5rem 20px;
  background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 1.25rem;
}
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 ocularis 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;
}

/*--------------------------------------------------------------
## Booked
--------------------------------------------------------------*/
body .booked-calendarSwitcher {
  display: block;
  max-width: 780px;
  margin: 0 auto;
  border-radius: 3px;
}
body .booked-calendarSwitcher.calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
body .booked-calendarSwitcher.calendar p {
  position: relative;
  line-height: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .booked-calendarSwitcher.calendar p::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy4wMTk1MyAwLjEzODY3MkwzLjUxNTYyIDcuMTU4MkwwIDAuMTM4NjcySDcuMDE5NTNaIiBmaWxsPSIjMUUzMDZFIi8+Cjwvc3ZnPgo=);
  color: #1e306e;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 10;
}
body .booked-calendarSwitcher.calendar p i.booked-icon {
  font-size: 14px;
  margin: 0 10px 0 0;
  position: relative;
  color: #fff;
}
body .booked-calendarSwitcher i {
  display: none;
}
body .booked-calendarSwitcher select {
  width: 98%;
  padding: 10px;
}
body .booked-calendarSwitcher .booked_calendar_chooser {
  min-width: 252px;
  padding: 15px 20px;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #1e306e80;
  background-color: #f6f7f9;
  border-radius: 6px;
}
body div.booked-calendar-wrap div.booked-calendar {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center;
  color: #1e306e !important;
  background: #eff9fe;
  text-transform: none !important;
  border: none;
  padding: 0.8rem 0 !important;
  min-height: 100px;
  margin: 2.5px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-weight: 500;
  text-align: center;
  color: #1e306e;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 75px;
  height: auto;
  background-color: transparent;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
  display: block;
  color: #1e306e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:hover {
  color: #298cd3;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  color: #1e306e !important;
  font-size: 60px;
  line-height: 75px;
  top: 23%;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover {
  right: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover {
  left: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  min-height: 26px;
  background: #eff9fe !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  margin: 2.5px !important;
  height: 100px !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: 600;
  font-size: 20px;
  color: #1e306e !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span {
  background: #fafafb !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date.date {
  background: #fafafb !important;
  color: #1e306e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date:hover span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover.prev-date .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover.prev-date .date:hover span {
  background: #fafafb !important;
  color: #1e306e !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date {
  background: #bce0f7;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date .number {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: 600;
  font-size: 20px;
  color: #1e306e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date {
  background: #1e306e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span {
  background: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date {
  color: #fff;
  background: #9985ca;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date span {
  color: #1e306e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span {
  background: none !important;
  color: #ffffff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date {
  background: #1e306e;
  color: #ffffff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock {
  background: #ffffff;
}
body div.booked-calendar-wrap .booked-appt-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
body div.booked-calendar-wrap .booked-appt-list h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1e306e;
  text-align: left;
  margin: 0px !important;
  padding: 30px 0px;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot {
  padding: 30px 0;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot:hover {
  background: #fff;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time .timeslot-range {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #1e306e;
  margin-bottom: 5px;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
  background: #1e306e;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #ffffff;
  padding: 25px 30px 25px 30px !important;
  border: none !important;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover {
  background: #9985ca !important;
}

body .booked-modal {
  padding-left: 15px;
  padding-right: 15px;
}
body .booked-modal .bm-window {
  width: 100%;
  max-width: 760px;
  padding: 98px 0px 0px 0px;
  border-radius: 0px;
}
body .booked-modal .bm-window p.booked-title-bar {
  border-radius: 0px;
  background: #8067bd;
  padding: 28px 50px 28px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 100%;
  color: #fff;
}
body .booked-modal .bm-window p.booked-title-bar small {
  text-transform: none;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #ffffff;
}
body .booked-modal .bm-window .booked-scrollable {
  background: #fff;
}
body .booked-modal .bm-window input[type=submit].button-primary {
  background: #1e306e;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  max-width: 315px;
  width: 100%;
  display: block;
  margin-right: 30px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .booked-modal .bm-window input[type=submit].button-primary:hover {
  background: #8067bd !important;
  border: none;
}
body .booked-modal .bm-window button,
body .booked-modal .bm-window button.cancel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff !important;
  border: 1px solid #dde0e9;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1e306e;
  max-width: 135px;
  width: 100%;
  padding: 19px 20px 19px 20px;
  display: block;
}
body .booked-modal .bm-window button:hover, body .booked-modal .bm-window button.cancel:hover,
body .booked-modal .bm-window button.cancel:hover,
body .booked-modal .bm-window button.cancel.cancel:hover {
  border: 1px solid #8067bd !important;
  background: #8067bd !important;
  color: #fff !important;
}
body .booked-modal .booked-form .field input[type=text],
body .booked-modal .booked-form .field input[type=password],
body .booked-modal .booked-form .field input[type=tel],
body .booked-modal .booked-form .field input[type=email],
body .booked-modal .booked-form .field textarea {
  background: #f6f7f9 !important;
  border-radius: 6px;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #8a93b3;
  border: none;
  padding: 15px 20px 15px 20px;
  border: 2px solid #f6f7f9;
}

@media (max-width: 992px) {
  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
    font-size: 28px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
    height: auto !important;
  }

  body div.booked-calendar-wrap .booked-appt-list .timeslot {
    padding: 15px 0;
  }

  body .booked-modal .bm-window p.booked-title-bar {
    padding: 30px 35px;
  }

  body .booked-modal .bm-window p.booked-title-bar small {
    font-size: 24px;
  }
}
/*-------------------------------------------------------------
## MP Timetable
--------------------------------------------------------------*/
.mptt-shortcode-wrapper .mptt-list-event {
  border-left: 3px solid #3b5998 !important;
}
.mptt-shortcode-wrapper .mptt-navigation-select {
  background-color: #F6F7F9;
  border-radius: 6px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #8a93b3;
  padding: 16px 20px 15px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  display: block;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  margin-top: 40px;
  border-collapse: separate;
  border-spacing: 4px;
  border: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row th {
  padding: 0.9rem 1rem;
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1E306E;
  background-color: #EFF9FE;
}
.mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child {
  background-color: #FAFAFB;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: #FAFAFB;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) {
  background-color: #FAFAFB;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  color: #1E306E;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container {
  outline: none !important;
  background-color: #1E306E !important;
  border: 1px solid #1E306E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .timeslot {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FFF !important;
  margin: 14px 12px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container:hover {
  background-color: #FFF !important;
  border: 1px solid #DDE0E9;
  -webkit-box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
          box-shadow: 0px 34px 40px rgba(30, 48, 110, 0.06);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container:hover .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container:hover .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container:hover .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container:hover .timeslot {
  color: #1E306E !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title {
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .timeslot {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.posts-list__item.mp-event {
  display: block !important;
  background: #FAFAFB !important;
  margin: 0px 0px 5px 0px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 30px;
}
.posts-list__item.mp-event:hover {
  background: #EEEFF4 !important;
}
.posts-list__item.mp-event .posts-list__item-content {
  display: block !important;
  width: 100%;
  max-width: 100% !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.posts-list__item.mp-event .posts-list__item-content:before {
  display: none !important;
}
.posts-list__item.mp-event .posts-list__item-content .entry-title {
  margin-bottom: 0px !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #1E306E;
}
.posts-list__item.mp-event .posts-list__item-content .entry-content {
  margin-top: 11px !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #1E306E;
  margin-bottom: 0px !important;
}
.posts-list__item.mp-event .posts-list__item-content .posts-list__item-content__top {
  padding-bottom: 0px !important;
}
.posts-list__item.mp-event .posts-list__item-content .entry-footer {
  display: none !important;
}

.single-mp-event .entry-content > p > br {
  display: none;
}

.mp-column .entry-footer-container {
  margin: 0;
  border-top: none;
}