@charset "UTF-8";
:root {
  --deo-primary-color--light: hsl(239, 27%, calc(52% + 10%));
  --deo-text-color--light: hsl(240, 6%, calc(35% + 14%));
  --deo-nav-links-color: #3c3c46;
  --deo-post-link-color: #6364a5;
  --deo-border-color: #e7e7e7;
  --deo-border-color--dark: #3c3c46;
  --deo-background-color-light: #f9f9f9;
  --deo-heading-font-weigth: 600;
  --deo-nav-height: 100px;
  --deo-body-font: "Outfit", sans-serif;
  --deo-heading-font: "Outfit", sans-serif;
  --deo-container-width--narrow: 770px;
  --deo-container-width: 1170px;
  --deo-container-width--wide: 1240px;
  --deo-border-radius: 4px;
  --deo-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  --deo-transition--all: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  --deo-h1-size: 2.375rem;
  --deo-h2-size: 2rem;
  --deo-h3-size: 1.75rem;
  --deo-h4-size: 1.5rem;
  --deo-h5-size: 1.25rem;
  --deo-h6-size: 1rem;
}

/*
Theme Name: Blockst
Theme URI: https://deothemes.com/wordpress-themes/blockst-gutenberg-business-wordpress-theme/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Blockst is a simple and clean Gutenberg WordPress theme that come with 18+ predefined patterns. Showcase your projects in an eye-catching way, with great emphasis on the important details. Try the Blockst WordPress theme and start building professional websites today!
Version: 0.2
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blockst
Tags: blog, portfolio, e-commerce, translation-ready, theme-options, grid-layout, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, footer-widgets, featured-images, custom-menu, block-styles, wide-blocks, rtl-language-support

@fs_premium_only /includes/customizer/modules/woocommerce.php, /includes/customizer/modules/socials.php, /includes/customizer/modules/gdpr.php, /includes/plugins/, /includes/patterns/pro/, /includes/child-theme/, /template-parts/header/header-centered-logo-template.php, /template-parts/page-title/page-title-shop.php /assets/css/compatibility/, /includes/compatibility/, /woocommerce/, /assets/js/woo-scripts.js, /assets/js/woo-scripts.min.js, /assets/sass/woocommerce/, /assets/sass/woocommerce.scss

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.
*/
/*-------------------------------------------------------*/
/* Table of Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.Navigation
6.Footer
7.Helper CLasses
8.WordPress styles
9.Gutenberg
10.Widgets

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Bootstrap Grid
/*-------------------------------------------------------*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-font-monospace: monospace;
  --bs-body-font-family: var(--deo-body-font);
  --bs-body-color: var(--wp--preset--color--tertiary);
  --bs-body-bg: #fff;
  --bs-body-line-height: 1.5;
  --bs-body-font-size: 1.125rem;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.4;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-right: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
a:hover {
  color: var(--wp--preset--color--secondary);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1.125rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1.125rem;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--wp--preset--color--tertiary);
  text-align: right;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-left: var(--bs-gutter-x, 15px);
  padding-right: var(--bs-gutter-x, 15px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

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

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

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

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

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

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  .offset-sm-11 {
    margin-right: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333333%;
  }

  .offset-md-2 {
    margin-right: 16.66666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333333%;
  }

  .offset-md-5 {
    margin-right: 41.66666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333333%;
  }

  .offset-md-8 {
    margin-right: 66.66666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333333%;
  }

  .offset-md-11 {
    margin-right: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  .offset-lg-11 {
    margin-right: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xl-11 {
    margin-right: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem auto -0.5rem -0.5rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1024.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
::-moz-selection {
  color: #333;
  background: #fbedc4;
}

::-webkit-selection {
  color: #333;
  background: #fbedc4;
}

::selection {
  color: #333;
  background: #fbedc4;
}

a {
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

video {
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8125rem;
  margin-top: 16px;
  color: var(--wp--preset--color--tertiary);
  text-align: center;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--deo-heading-font);
  color: var(--wp--preset--color--secondary);
}

h1,
.h1 {
  font-size: var(--deo-h1-size);
}

h2,
.h2 {
  font-size: var(--deo-h2-size);
}

h3,
.h3 {
  font-size: var(--deo-h3-size);
}

h4,
.h4 {
  font-size: var(--deo-h4-size);
}

h5,
.h5 {
  font-size: var(--deo-h5-size);
}

h6,
.h6 {
  font-size: var(--deo-h6-size);
}

@media only screen and (max-width: 575px) {
  :root {
    --deo-h1-size: 2rem;
    --deo-h2-size: 1.7rem;
    --deo-h3-size: 1.5rem;
    --deo-h4-size: 1.35rem;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

address {
  font-style: normal;
}

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

.text-right {
  text-align: left;
}

.text-left {
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}
/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.container-semi-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) {
  .container-semi-fluid {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* Sidebar
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sidebar {
    max-width: 368px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 368px;
            flex: 0 0 368px;
  }

  .blockst-left-sidebar .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .blockst-left-sidebar .content {
    padding-right: 65px;
  }

  .blockst-right-sidebar .content {
    padding-left: 65px;
  }
}
/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.flex-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/* Row Gutters
-------------------------------------------------------*/
.row-8 {
  margin: 0 -4px;
}
.row-8 > div {
  padding: 0 4px;
}

.row-10 {
  margin: 0 -5px;
}
.row-10 > div {
  padding: 0 5px;
}

.row-16 {
  margin: 0 -8px;
}
.row-16 > div {
  padding: 0 8px;
}

.row-40 {
  margin: 0 -20px;
}
.row-40 > div {
  padding: 0 20px;
}

/*-------------------------------------------------------*/
/* Main Wrapper
/*-------------------------------------------------------*/
.main-wrapper {
  overflow: hidden;
  position: relative;
}

.content {
  min-width: 0;
}

/* Sections
-------------------------------------------------------*/
.page-section {
  padding: 80px 0 40px;
}

.shop-section {
  padding: 64px 0 72px;
}

.blog .page-title {
  background-color: transparent;
  padding-bottom: 64px;
}

.blog-section,
.search-results-section,
.archive-section,
.shop-section {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .blog-section,
.search-results-section,
.archive-section,
.shop-section {
    padding: 96px 0;
  }
}

/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/
.entry {
  position: relative;
  margin-bottom: 64px;
  word-wrap: break-word;
  overflow: hidden;
}
.masonry-item:last-child .entry {
  padding-bottom: 0 !important;
}
.entry__img-holder {
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}
.entry__img-holder:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.entry__img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.entry__header {
  margin-bottom: 24px;
}
.entry__title {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 14px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .col-lg-12 .entry__title {
    font-size: var(--wp--preset--font-size--large);
  }
}
.entry__title a:hover,
.entry__title a:focus {
  color: var(--wp--preset--color--primary);
}
.entry__excerpt {
  margin-top: 10px;
}
.entry__excerpt p {
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Meta
/*-------------------------------------------------------*/
.entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.entry__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  color: var(--wp--preset--color--tertiary);
}
.entry__meta-item:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
}
.entry__meta-item a {
  color: var(--wp--preset--color--tertiary);
}
.entry__meta a:hover, .entry__meta a:focus {
  color: var(--wp--preset--color--secondary);
}

.entry__category {
  margin-bottom: 12px;
}
.entry__category::after {
  display: none;
}
.entry__category-item {
  font-size: var(--wp--preset--font-size--2-x-small);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-right: 8px;
}
.entry__category-item:first-child {
  margin: 0;
}

/* Post Pagination
-------------------------------------------------------*/
.post-pagination > span:first-child {
  margin-left: 10px;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
/* Featured Image / Entry Header
-------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .single-post .breadcrumbs-wrap {
    text-align: center;
  }
}
.single-post__entry-header .entry__category {
  margin-bottom: 12px;
}
.single-post__entry-header .entry__meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-post__featured-img--layout-1 {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--secondary);
}
.single-post__featured-img--layout-1-image {
  width: 100%;
}
.single-post__featured-img--layout-1 .single-post__entry-header {
  position: relative;
  text-align: center;
  z-index: 1;
  text-align: center;
}
.single-post__featured-img--layout-1 .single-post__entry-title,
.single-post__featured-img--layout-1 .single-post__entry-header .entry__meta-item,
.single-post__featured-img--layout-1 .single-post__entry-header .entry__meta-item a,
.single-post__featured-img--layout-1 .single-post__entry-header .entry__meta-item a:hover,
.single-post__featured-img--layout-1 .single-post__entry-header .entry__meta-item a:focus {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .single-post__featured-img--layout-1 {
    padding: 180px 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-post__featured-img--layout-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-post__featured-img--layout-2 .single-post__featured-img-container,
.single-post__featured-img--layout-2 .single-post__featured-img-container + .single-post__entry-header {
    text-align: right;
    width: 50%;
  }
}
.single-post__featured-img--layout-2 .single-post__entry-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 8% 6%;
  background-color: var(--wp--preset--color--quaternary);
}
.single-post__featured-img--layout-2 .single-post__entry-header .entry__meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-post__featured-img--layout-2 .single-post__featured-img-container + .single-post__entry-header .entry__meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-post__featured-img--layout-2 .single-post__featured-img-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .single-post__featured-img--layout-2 .single-post__entry-title {
    font-size: var(--wp--preset--font-size--2-x-large);
  }
}
.single-post__content {
  max-width: var(--deo-container-width--narrow);
  margin-right: auto;
  margin-left: auto;
}
.single-post__entry {
  overflow: visible;
  margin-bottom: 20px;
}
.single-post__entry-title {
  word-wrap: break-word;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 2.25rem;
}
.single-post__entry-article p a,
.single-post__entry-article li:not(.wp-social-link) a {
  color: var(--deo-post-link-color);
  text-decoration: underline;
}
.single-post__entry-article p a:hover,
.single-post__entry-article li:not(.wp-social-link) a:hover {
  color: var(--wp--preset--color--secondary);
}

.entry__meta-item a {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  -webkit-transition: 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  transition: 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  background-size: 0 95%;
}
.entry__meta-item a:hover {
  background-size: 100% 95%;
}

/* Single post article
-------------------------------------------------------*/
.entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.entry__article > h1 > a, .entry__article > h2 > a, .entry__article > h3 > a, .entry__article > h4 > a, .entry__article > h5 > a, .entry__article > h6 > a {
  text-decoration: underline;
}
.entry__article > p, .entry__article > ul, .entry__article > ol {
  margin-bottom: 34px;
}
.entry__article > ol {
  padding-right: 26px;
}
.entry__article > ul {
  padding-right: 20px;
}
.entry__article a {
  text-decoration: underline;
}

/* Entry Share / Tags
/*-------------------------------------------------------*/
.entry__share-tags {
  padding: 16px 0;
  border-top: 1px solid var(--deo-border-color);
  border-bottom: 1px solid var(--deo-border-color);
}
.entry__share-tags .social {
  margin-bottom: 0;
}

.entry__tags {
  overflow: hidden;
  margin-bottom: 4px;
}
.entry__tags a {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--2-x-small);
  text-transform: uppercase;
  margin-left: 6px;
}

/* Author
/*-------------------------------------------------------*/
.entry-author {
  background-color: var(--wp--preset--color--quaternary);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
}
.entry-author__url {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-author__img {
  height: 148px;
  width: 148px;
  display: block;
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .entry-author__img {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .entry-author__img {
    width: 48px;
    height: 48px;
  }
}
.entry-author__img-holder {
  display: block;
  float: right;
}
@media only screen and (max-width: 575px) {
  .entry-author__img-holder {
    float: none;
    margin-bottom: 24px;
  }
}
.entry-author__info {
  font-size: 1rem;
  overflow: hidden;
}
.entry-author__name {
  margin-bottom: 6px;
  font-size: 1rem;
}
.entry-author__website {
  display: block;
  margin-bottom: 12px;
}
.entry-author__socials {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Related Posts
/*-------------------------------------------------------*/
.related-posts {
  padding-top: 24px;
  padding-bottom: 24px;
}
.related-posts + .section-comments {
  margin-top: 48px;
}
.related-posts__entry {
  margin-bottom: 40px;
}
.related-posts__entry-img-holder {
  margin-bottom: 20px;
}
.related-posts .entry__meta {
  margin-bottom: 0;
}
.related-posts__entry-img-holder {
  overflow: hidden;
}
.related-posts__entry-title {
  font-size: 1.25rem;
}
.related-posts__entry-title:hover a {
  color: var(--wp--preset--color--primary);
}

.entry__bg-img-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 198px;
}

/* Comments
/*-------------------------------------------------------*/
.blockst-fullwidth .section-comments {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.section-comments + .section-comment-form {
  padding-top: 100px;
}

.entry__comments {
  margin-top: 48px;
}

.related-posts__title,
.entry-comments__title,
.comment-respond__title {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: 32px;
}

.comment-respond__title small {
  margin-right: 12px;
  font-size: 1rem;
}

.comment-content > h1, .comment-content > h2, .comment-content > h3, .comment-content > h4, .comment-content > h5, .comment-content > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.comment-content ol {
  padding-right: 26px;
}
.comment-content ul {
  padding-right: 20px;
}

.comment-list {
  padding-right: 0;
  margin-bottom: 48px;
}
.comment-list, .comment-list .children {
  list-style: none;
}
.comment .children {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .comment .children {
    padding-right: 20px;
  }
  .comment .children .children {
    padding-right: 0;
  }
}
.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}
.comment-body {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--deo-border-color);
}
.comment-text {
  overflow: hidden;
}
.comment-avatar {
  float: right;
  margin-left: 20px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.comment-author {
  font-size: 1rem;
  font-family: var(--deo-heading-font);
}
.comment-author__name {
  color: var(--wp--preset--color--secondary);
}
.comment-author__post-author-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.6875rem;
}
.comment-author a {
  color: inherit;
}
.comment-text .comment-metadata {
  font-family: var(--deo-heading-font);
  text-transform: uppercase;
}
.comment-date, .comment-edit-link {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.625rem;
  color: var(--wp--preset--color--tertiary);
}
.comment-edit-link {
  margin-right: 5px;
  margin-bottom: 0;
  color: var(--wp--preset--color--primary);
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-respond {
  margin-bottom: 60px;
}
.comment-body + .comment-respond {
  margin-top: 60px;
}

.comment-form .logged-in-as {
  margin-bottom: 26px;
  margin-top: -20px;
}

/* Previous / Next Post Navigation
/*-------------------------------------------------------*/
.entry-navigation {
  margin-top: 54px;
  margin-bottom: 34px;
}
.entry-navigation__row {
  margin: 0 -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry-navigation__col {
  padding: 0 40px;
  width: 50%;
  margin-bottom: 20px;
}
.entry-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}
.entry-navigation__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.entry-navigation--left i {
  margin-left: 7px;
}
.entry-navigation--right {
  margin-right: auto;
}
.entry-navigation--right i {
  margin-right: 7px;
}
@media only screen and (min-width: 576px) {
  .entry-navigation--right {
    text-align: left;
  }
}
.entry-navigation__body {
  width: 100%;
}
.entry-navigation i {
  font-size: 1rem;
  color: var(--wp--preset--color--tertiary);
}
.entry-navigation__label {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}
.entry-navigation__title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.entry-navigation__title a:hover {
  color: var(--wp--preset--color--primary);
}
@media only screen and (max-width: 575px) {
  .entry-navigation__row {
    display: block;
  }
  .entry-navigation__col {
    width: 100%;
    float: none;
  }
  .entry-navigation--right {
    text-align: right;
  }
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  min-height: var(--deo-nav-height);
  position: relative;
  border-bottom: 1px solid var(--deo-border-color);
  /* Dropdowns (large screen) */
}
@media only screen and (max-width: 575px) {
  .nav__container {
    max-width: 100% !important;
  }
}
.nav__header {
  margin-left: auto;
}
.nav__menu, .nav__dropdown-menu, .blockst-menu-cart__dropdown {
  list-style: none;
}
.nav__menu {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__menu li {
  position: relative;
}
.nav__menu > li > a {
  font-weight: var(--deo-heading-font-weigth);
  color: var(--deo-nav-links-color);
  font-size: 1rem;
  line-height: var(--deo-nav-height);
  display: block;
  position: relative;
  -webkit-transition: 0.1s color;
  transition: 0.1s color;
}
.nav__menu > li > a:hover, .nav__menu > li > a:focus {
  color: var(--wp--preset--color--primary);
}
.nav__dropdown-menu li a, .blockst-menu-cart__dropdown li a {
  font-size: 1rem;
}
@media only screen and (min-width: 1025px) {
  .nav__wrap.collapse {
    display: block;
    height: auto;
  }
  .nav__menu > li {
    display: inline-block;
    text-align: center;
    padding: 0 17px;
  }
  .nav__menu > li:first-child {
    padding-right: 0;
  }
  .nav__menu > li:last-child {
    padding-left: 0;
  }
  .nav__dropdown-menu, .blockst-menu-cart__dropdown {
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    right: -5px;
    top: 100%;
    min-width: 220px;
    width: 100%;
    text-align: right;
    padding: 20px 0;
    list-style: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav__dropdown-menu > li > a, .blockst-menu-cart__dropdown > li > a {
    color: var(--wp--preset--color--tertiary);
    padding: 3px 30px;
    line-height: 22px;
    display: block;
  }
  .nav__dropdown-menu > li > a:hover, .blockst-menu-cart__dropdown > li > a:hover, .nav__dropdown-menu > li > a:focus, .blockst-menu-cart__dropdown > li > a:focus {
    color: var(--wp--preset--color--primary);
  }
  .nav__item-dropdown::after {
    content: "\e900";
    font-size: 12px;
    opacity: 0.5;
    font-family: "blockst";
    line-height: 1;
    margin-right: 4px;
  }
  .nav__dropdown-menu.hide-dropdown, .hide-dropdown.blockst-menu-cart__dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .nav__dropdown:hover > .nav__dropdown-menu, .nav__dropdown:hover > .blockst-menu-cart__dropdown, .nav__dropdown:focus > .nav__dropdown-menu, .nav__dropdown:focus > .blockst-menu-cart__dropdown, .nav__dropdown.focus > .nav__dropdown-menu, .nav__dropdown.focus > .blockst-menu-cart__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav__dropdown-menu .nav__dropdown-menu, .blockst-menu-cart__dropdown .nav__dropdown-menu, .nav__dropdown-menu .blockst-menu-cart__dropdown, .blockst-menu-cart__dropdown .blockst-menu-cart__dropdown {
    right: 100%;
    top: -20px;
  }
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
  .nav__dropdown .nav__dropdown > a:after {
    content: "\e902";
    font-family: "blockst";
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav__dropdown-trigger {
    display: none;
  }
}

/* Mini Cart dropdown
-------------------------------------------------------*/
.blockst-menu-cart__dropdown li a {
  font-family: inherit;
}

/* Dropdown trigger
-------------------------------------------------------*/
.nav__dropdown-trigger {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.nav__dropdown .nav__dropdown-trigger:hover, .nav__dropdown .nav__dropdown-trigger:focus {
  background-color: transparent;
  color: inherit;
}
.nav__dropdown-trigger i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav__dropdown-trigger--is-open i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile body {
  cursor: pointer;
}

.nav__menu > li.active > a,
.nav__menu > .current_page_parent > a,
.nav__menu .current-menu-item > a {
  color: var(--wp--preset--color--primary);
}

/* Logo
-------------------------------------------------------*/
.logo {
  line-height: 1;
  display: block;
}
.logo-url {
  display: inline-block;
  vertical-align: middle;
  color: var(--deo-nav-links-color);
}

/* Nav Flexbox
-------------------------------------------------------*/
.nav__flex-parent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .nav__flex-parent {
    height: var(--deo-nav-height);
  }
}
@media only screen and (max-width: 1024px) {
  .nav__flex-parent {
    display: block;
  }
}

/* Nav Right / Last menu item
-------------------------------------------------------*/
.nav__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 4rem;
}
.nav__right-item {
  margin-right: 40px;
}
.nav__right-item:first-child {
  margin-right: 0;
}
.nav__right-btn-holder {
  margin-right: 10px;
}

.nav__last-item-mobile {
  padding: 16px 0;
}

.nav__right-item a:hover,
.nav__right-item button:hover {
  color: var(--wp--preset--color--primary);
}

.nav__right-item .blockst-menu-search__trigger:hover,
.nav__right-item .blockst-menu-search__trigger:focus {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}

.blockst-menu-search__icon {
  font-size: 1.27rem;
  display: block;
}

.blockst-menu-cart__icon {
  font-size: 1.15rem;
  display: block;
}

/* Nav Mobile / Icon Toggle
-------------------------------------------------------*/
.nav__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.nav__icon-toggle {
  display: block;
  position: relative;
  padding: 9px !important;
  width: 36px;
  height: 32px;
  margin-left: -9px;
  margin-right: 10px;
  border: none;
  z-index: 50;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav__mobile .nav__icon-toggle {
  background-color: transparent;
}
.nav__mobile .nav__icon-toggle:hover, .nav__mobile .nav__icon-toggle:focus {
  background-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .nav__icon-toggle {
    display: none;
  }
}
.nav__icon-toggle-bar {
  background-color: var(--deo-nav-links-color);
  width: 18px;
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 1px;
}
.nav__icon-toggle span:nth-child(2) {
  top: 9px;
  -webkit-transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
  transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
}
.nav__icon-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.nav__icon-toggle span:nth-child(4) {
  bottom: 9px;
  -webkit-transition: bottom 0.2s 0.2s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.2s 0.2s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav__icon-toggle--is-opened span:nth-child(2) {
  top: 15px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__icon-toggle--is-opened span:nth-child(3) {
  opacity: 0;
}
.nav__icon-toggle--is-opened span:nth-child(4) {
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Custom Header Logo
-------------------------------------------------------*/
.blockst-logo-container {
  display: inline-block;
  vertical-align: middle;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav--sticky.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: var(--deo-transition--all) !important;
  transition: var(--deo-transition--all) !important;
}
.nav--sticky.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.nav--sticky.sticky {
  position: fixed !important;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 5px rgba(62, 64, 69, 0.1);
          box-shadow: 0 0 5px rgba(62, 64, 69, 0.1);
}
.nav--sticky.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

/* Top bar
-------------------------------------------------------*/
.top-bar {
  position: relative;
  z-index: 2;
  padding: 8px 0;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid var(--deo-border-color);
}
@media only screen and (min-width: 1025px) {
  .top-bar {
    padding: 15px 0;
  }
}
.top-bar__url {
  display: inline-block;
  color: inherit;
  -webkit-transition: color var(--deo-transition);
  transition: color var(--deo-transition);
}
.top-bar__url:focus, .top-bar__url:hover {
  color: var(--wp--preset--color--primary);
}
.top-bar__message {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

/* Header layouts
-------------------------------------------------------*/
.blockst-header--layout-2 .nav__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blockst-header--layout-2 .nav__header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: auto;
}
.blockst-header--layout-2 .nav__right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 15px;
  position: fixed;
  bottom: -34px;
  left: 20px;
  line-height: 34px;
  background-color: var(--wp--preset--color--quaternary);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
          box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  border-radius: 50%;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
  text-decoration: none;
}
#back-to-top i {
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
}
#back-to-top a {
  display: block;
  color: var(--deo-nav-links-color);
}
#back-to-top.show {
  bottom: 20px;
}
#back-to-top:hover {
  background-color: var(--wp--preset--color--primary);
  bottom: 24px;
}
#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .nav__wrap {
    margin-right: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav__header {
    height: var(--deo-nav-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 0;
    line-height: 46px;
    height: 46px;
    display: block;
    border-bottom: 1px solid var(--deo-border-color);
  }
  .nav__menu > li:not(.nav__dropdown):last-child a {
    border-bottom: 0;
  }
  .nav__dropdown-menu a, .blockst-menu-cart__dropdown a {
    color: var(--wp--preset--color--tertiary);
  }
  .nav__dropdown-menu a:hover, .blockst-menu-cart__dropdown a:hover {
    color: #000;
  }
  .nav__dropdown-menu > li > a, .blockst-menu-cart__dropdown > li > a {
    padding-right: 10px;
  }
  .nav__dropdown-menu > li > ul > li > a, .blockst-menu-cart__dropdown > li > ul > li > a {
    padding-right: 20px;
  }
  .nav__dropdown-trigger {
    display: block;
    width: 20px;
    min-height: 44px;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 50;
    cursor: pointer;
  }
  .nav__dropdown-menu, .blockst-menu-cart__dropdown {
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu, .nav__dropdown-trigger.active + .blockst-menu-cart__dropdown {
    display: block;
  }
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  background-color: #000000;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__widgets {
  padding: 100px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
}
.footer--top-border {
  border-top: 1px solid var(--deo-border-color);
}

/* Footer Colors
-------------------------------------------------------*/
.footer .widget a {
  text-decoration: underline;
  color: #ffffff;
}
.footer .widget a:hover,
.footer .widget a:focus {
  text-decoration: none;
  color: #ffffff;
}
.footer .widget_nav_menu {
  font-size: 1rem;
}
.footer .wp-block-latest-posts a {
  color: var(--wp--preset--color--tertiary);
}
.footer .wp-block-latest-posts a:focus {
  color: var(--wp--preset--color--primary);
}
.footer select,
.footer .entry__meta-date,
.footer .wp-block-latest-posts__post-author,
.footer .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--tertiary);
}
.footer .social svg {
  fill: #fff;
}
.footer .calendar_wrap caption {
  background-color: transparent;
}
.footer .widget_recent_comments,
.footer .rssSummary {
  color: var(--deo-text-color--light);
}
.footer .social,
.footer .widget_rss li,
.footer .widget_recent_comments li,
.footer .widget_recent_entries li,
.footer .calendar_wrap caption,
.footer .calendar_wrap span,
.footer .calendar_wrap td,
.footer .calendar_wrap th,
.footer .widget_product_tag_cloud a,
.footer .widget_tag_cloud .tagcloud a,
.footer .widget_tag_cloud .wp-block-tag-cloud a {
  border-color: var(--deo-border-color--dark);
}

/* Footer Widgets
-------------------------------------------------------*/
.footer__widgets .widget_categories li,
.footer__widgets .widget_pages li,
.footer__widgets .widget_archive li,
.footer__widgets .widget_meta li,
.footer__widgets .widget_nav_menu li {
  padding: 3px 0;
}
.footer__widgets .widget_categories li:first-child,
.footer__widgets .widget_pages li:first-child,
.footer__widgets .widget_archive li:first-child,
.footer__widgets .widget_meta li:first-child,
.footer__widgets .widget_nav_menu li:first-child {
  padding-top: 0;
}
.footer__widgets .widget .sub-menu li:first-child,
.footer__widgets .widget .children li:first-child {
  padding-top: 0;
}
.footer__widgets .wp-block-social-links {
  margin-right: -4px;
}
.footer__widgets .wp-block-social-links .wp-social-link a {
  padding: 0;
}

.footer__widgets .mc4wp-form-fields input[type=submit] {
  color: #fff;
}

/* Footer Nav Menu
-------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .footer__nav-menu {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav-menu {
    margin-top: 10px !important;
  }
}
.footer__nav-menu li {
  display: inline-block;
}
.footer__nav-menu li::after {
  content: "|";
  margin: 0 10px 0 6px;
}
.footer__nav-menu li:last-child::after {
  display: none;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__row {
  padding: 32px 0;
  border-top: 1px solid var(--deo-border-color--dark);
}

.footer__bottom {
  background-color: #000000;
  font-size: 0.875rem;
  color: var(--deo-text-color--light);
}
.footer__bottom a {
  color: inherit;
}
.footer__bottom a:hover, .footer__bottom a:focus {
  text-decoration: underline;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .nav--sticky.sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .nav--sticky.sticky {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .nav--sticky.sticky {
    top: 0;
  }
}

.site-title {
  font-family: var(--deo-heading-font);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.site-tagline {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.875rem;
  color: var(--wp--preset--color--tertiary);
}

img {
  height: auto;
}

/* Accessibility
-------------------------------------------------------*/
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  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;
  right: 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;
}

/* Skip link focus fix
-------------------------------------------------------*/
.skip-link {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: var(--wp--preset--color--primary);
  display: block;
  font-family: var(--deo-body-font);
  font-size: 14px;
  font-weight: 500;
  right: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.skip-link:focus {
  clip: auto;
  height: auto;
  right: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 100% !important;
  float: none;
}

@media only screen and (min-width: 576px) {
  .alignleft {
    float: right;
    margin: 0.5em 0 2em 2em;
  }

  .alignright {
    float: left;
    margin: 0.5em 2em 2em 0;
  }

  .alignleft,
.alignright {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 575px) {
  .alignleft,
.alignright {
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
.alignnone {
  margin: 0.5em 0;
}

.aligncenter {
  display: block;
  margin: 0.5em auto;
  text-align: center;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid var(--deo-border-color);
  padding: 2px;
}

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
ul.wp-block-gallery {
  padding-right: 0;
}

@media only screen and (min-width: 576px) {
  div[class^=gallery-columns-],
div[class*=" gallery-columns-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.gallery-caption {
  display: block;
  text-align: right;
  padding: 0 0 0 10px;
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.gallery-item img {
  width: 100%;
}
.gallery-item a {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .gallery-item {
    max-width: 100%;
    padding: 0;
  }
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
  display: block;
}

.gallery-item a img {
  display: block;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

@media only screen and (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
  margin-bottom: 20px;
}

.post-password-form label + input {
  margin-bottom: 0;
  width: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
  content: "\e909";
  font-family: "blockst";
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: var(--deo-text-color--light);
  max-height: 20px;
}
.content .post.sticky .entry__title:before {
  margin-left: 10px;
}

/* Meta date updated
/*-------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
  margin: 20px 0;
}
.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after {
  display: table;
  content: "";
  clear: both;
}
.comment-navigation .nav-previous {
  float: right;
}
.comment-navigation .nav-next {
  float: left;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
div.blockst-negative-mt-100 {
  margin-top: -100px;
}

.wp-block-columns {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media only screen and (min-width: 1025px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media only screen and (min-width: 1025px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

/* Full-width Images
-------------------------------------------------------*/
.alignwide {
  width: auto;
  max-width: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .alignwide {
    margin-right: -140px;
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1200px) {
  .alignwide {
    margin-right: -220px;
    margin-left: -220px;
  }
}

.alignfull {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
  position: relative;
  z-index: 1;
}

.blockst-right-sidebar .alignfull,
.blockst-right-sidebar .alignwide,
.blockst-left-sidebar .alignfull,
.blockst-left-sidebar .alignwide {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page.blockst-fullwidth .entry__article .alignwide {
  margin-right: 0;
  margin-left: 0;
}

/* Images
-------------------------------------------------------*/
.wp-block-image .alignleft {
  margin-left: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignleft {
    float: none;
    margin-left: 0;
  }
}
.wp-block-image .alignright {
  margin-right: 2em;
  max-width: 40%;
}
@media only screen and (max-width: 575px) {
  .wp-block-image .alignright {
    float: none;
    margin-right: 0;
  }
}

/* Cover
-------------------------------------------------------*/
.wp-block-cover {
  font-size: 1rem;
  line-height: 1.3;
}
.wp-block-cover.alignleft {
  margin: 0.5em 0 1.5em 2em;
}
.wp-block-cover.alignright {
  margin: 0.5em 2em 1.5em 0;
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 2em;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2.25em;
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
  width: 100%;
  margin-bottom: 2rem;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
  padding-right: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
  list-style: none;
  padding-right: 0;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
  color: var(--wp--preset--color--tertiary);
}

.wp-block-image figcaption {
  margin-top: 1em;
}

/* Separators
-------------------------------------------------------*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  opacity: 1;
  border-top: 1px solid var(--deo-border-color);
}

.wp-block-separator {
  border-top: 0;
  border-color: var(--deo-border-color);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.is-style-default {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-separator.is-style-dots:before {
  font-weight: 500;
  color: var(--wp--preset--color--tertiary);
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
  overflow: hidden;
}

.wp-block-quote.has-text-align-center {
  border: 0;
}
.wp-block-quote.has-text-align-right {
  border-right: 0;
  border-left-width: 3px;
  border-left-style: solid;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 12px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 2rem;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1rem;
}

.wp-block-pullquote {
  text-align: right;
  position: relative;
  line-height: 1.5;
  padding: 0.1em 2.5em 0.2em 1em;
  margin-bottom: 30px;
  margin-top: 0;
  color: var(--wp--preset--color--secondary);
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  font-size: 1rem;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: normal;
}
.wp-block-pullquote::before {
  content: "“";
  color: var(--wp--preset--color--primary);
  right: 0;
  top: 0;
  position: absolute;
  font-size: 5rem;
  line-height: 1;
}
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote cite {
  opacity: 0.7;
}
.wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: var(--wp--preset--color--tertiary);
}
@media only screen and (min-width: 576px) {
  .wp-block-pullquote.alignleft {
    margin-left: 2em;
  }
  .wp-block-pullquote.alignright {
    margin-right: 2em;
  }
}

.wp-block-pullquote.is-style-solid-color {
  margin-top: 10px;
  padding: 40px 0;
}
.wp-block-pullquote.is-style-solid-color::before {
  right: 10px;
  top: 10px;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
  font-size: 1rem;
}

/* Social Icons
-------------------------------------------------------*/
ul.wp-block-social-links {
  padding: 0;
}
ul.wp-block-social-links .wp-social-link a:focus {
  color: currentColor;
  fill: currentColor;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}
.wp-block-latest-posts__post-title {
  display: block;
  font-size: 0.875rem;
  font-weight: var(--deo-heading-font-weigth);
  line-height: 1.3;
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  font-size: 0.875rem;
  margin-top: 5px;
}

/* Post Navigation
-------------------------------------------------------*/
.wp-block-post-navigation-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 600;
  color: var(--wp--preset--color--secondary);
}
.wp-block-post-navigation-link a:hover, .wp-block-post-navigation-link a:focus {
  color: var(--wp--preset--color--primary);
}
.wp-block-post-navigation-link.post-navigation-link-next a::after {
  content: "\e902";
  font-family: "blockst";
  margin-right: 6px;
  display: inline-block;
}
.wp-block-post-navigation-link.post-navigation-link-previous a::before {
  content: "\e901";
  font-family: "blockst";
  margin-left: 6px;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 99999;
}

.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: var(--wp--preset--color--primary);
  right: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.loader > div {
  position: absolute;
  top: 50%;
  right: 50%;
  border-radius: 100%;
  display: inline-block;
  float: none;
  width: 38px;
  height: 38px;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0);
    transform: translate(50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(50%, -50%) rotate(-180deg);
    transform: translate(50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(-360deg);
    transform: translate(50%, -50%) rotate(-360deg);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0);
    transform: translate(50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(50%, -50%) rotate(-180deg);
    transform: translate(50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(-360deg);
    transform: translate(50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(50%, -50%) scale(0.15);
    transform: translate(50%, -50%) scale(0.15);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(50%, -50%) scale(0.15);
    transform: translate(50%, -50%) scale(0.15);
  }
}
/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.img-fullwidth {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nocaps {
  text-transform: none;
  letter-spacing: 0;
}

.bg-light {
  background-color: var(--wp--preset--color--quaternary);
}

.bg-dark {
  background-color: var(--wp--preset--color--secondary);
}

/* Gradients / Overlays
-------------------------------------------------------*/
.bg-overlay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--wp--preset--color--secondary);
  opacity: 0.5;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
}

/* Box Shadow
-------------------------------------------------------*/
.box-shadow {
  -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
          box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
  position: relative;
  display: block;
  top: 0;
}

/* Title Underline
-------------------------------------------------------*/
.title-underline a {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--wp--preset--color--secondary)), to(var(--wp--preset--color--secondary)));
  background-image: linear-gradient(to left, var(--wp--preset--color--secondary) 0%, var(--wp--preset--color--secondary) 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99) 0s;
  transition: all 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99) 0s;
  padding: 0.5% 0px;
}
.title-underline:hover a {
  background-size: 100% 1px;
}

/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--wp--preset--color--secondary), 0.5);
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.hover-underline {
  position: relative;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
}
.hover-underline:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--wp--preset--color--primary);
  height: 2px;
  width: 100%;
  right: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
}
.hover-underline:hover a, .hover-underline:focus a {
  color: initial !important;
}
.hover-underline:hover:after, .hover-underline:focus:after {
  bottom: 0;
  opacity: 1;
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-up {
  -webkit-transition: -webkit-box-shadow var(--deo-transition), -webkit-transform var(--deo-transition);
  transition: -webkit-box-shadow var(--deo-transition), -webkit-transform var(--deo-transition);
  transition: box-shadow var(--deo-transition), transform var(--deo-transition);
  transition: box-shadow var(--deo-transition), transform var(--deo-transition), -webkit-box-shadow var(--deo-transition), -webkit-transform var(--deo-transition);
  will-change: transform;
}

.hover-up:hover,
.hover-up:focus {
  -webkit-box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
          box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* Flexbox
-------------------------------------------------------*/
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--deo-border-color);
  border-radius: var(--deo-border-radius);
  width: 100%;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 1rem;
  padding: 10px 16px;
  height: 44px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
input:focus,
select:focus,
textarea:focus,
.select2-container--default .select2-selection--single:focus {
  outline: 0;
}

textarea {
  height: auto;
  display: block;
  padding: 8px 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  fill: inherit;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="%237A8298" d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z"/></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 0.7em top 50%, 100% 0;
  background-size: 1em auto, 100%;
  padding-left: 24px;
}

select::-ms-expand {
  display: none;
}

select option {
  font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-right: 0;
}

.select2-container--default .select2-selection--single,
.select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.wpcf7 .ajax-loader {
  position: absolute;
}

/* Input Buttons
-------------------------------------------------------*/
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}
.btn--button:hover, .btn--button:focus {
  background-color: var(--wp--preset--color--primary);
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  cursor: pointer;
  white-space: normal;
  height: auto;
  background-color: var(--wp--preset--color--primary);
  border-color: transparent;
  padding: 18px 36px;
  font-size: 0.875rem;
  line-height: 1.15;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus {
  border-color: transparent;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}

.wp-block-button__link:hover,
.button:hover,
.button:active,
.button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus {
  background-color: var(--wp--preset--color--secondary);
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: var(--wp--preset--color--primary);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--tertiary);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--wp--preset--color--tertiary);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--wp--preset--color--tertiary);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--wp--preset--color--tertiary);
}

label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wp--preset--color--secondary);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
label input {
  float: right;
}

.form-group {
  position: relative;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 8px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid var(--deo-border-color);
}
input[type=checkbox]:hover, input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
  background-color: var(--wp--preset--color--quaternary);
}

input[type=checkbox]:checked::before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin-right: -0.55rem;
  height: 1rem;
  width: 1rem;
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  line-height: 20px;
  text-transform: none;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  top: -3px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
}

.consent-checkbox {
  margin-top: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consent-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 0.9375rem;
}
.consent-checkbox__text {
  line-height: 1.2;
}

/*-------------------------------------------------------*/
/* Contact Form 7
/*-------------------------------------------------------*/
.blockst-field {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.blockst-field-group {
  margin-bottom: 32px;
}
.blockst-field input[type=text],
.blockst-field input[type=email] {
  height: 34px;
}
.blockst-field input[type=text],
.blockst-field input[type=email],
.blockst-field textarea {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.blockst-field-label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--2-x-small);
  letter-spacing: 0.25em;
}
.blockst-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.blockst-field-type-submit input {
  width: auto;
}

.blockst-form-fields-wrapper .wpcf7-acceptance {
  display: inline-block;
  margin-bottom: 16px;
}
.blockst-form-fields-wrapper .wpcf7-list-item {
  margin: 0;
}

@font-face {
  font-family: "blockst";
  src: url("assets/fonts/blockst.ttf?tk3ovz") format("truetype"), url("assets/fonts/blockst.woff?tk3ovz") format("woff"), url("assets/fonts/blockst.svg?tk3ovz#blockst") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=blockst-icon-],
[class*=" blockst-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "blockst" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blockst-icon-heart-empty:before {
  content: "\e90a";
}

.blockst-icon-heart-solid:before {
  content: "\e90b";
}

.blockst-icon-email:before {
  content: "\e90c";
}

.blockst-icon-whatsapp:before {
  content: "\e90d";
}

.blockst-icon-pinterest:before {
  content: "\e90e";
}

.blockst-icon-twitter:before {
  content: "\e90f";
}

.blockst-icon-facebook:before {
  content: "\e910";
}

.blockst-icon-check:before {
  content: "\e911";
}

.blockst-icon-heart:before {
  content: "\e913";
}

.blockst-icon-full-size:before {
  content: "\e912";
}

.blockst-icon-chevron-down:before {
  content: "\e900";
}

.blockst-icon-chevron-left:before {
  content: "\e901";
}

.blockst-icon-chevron-right:before {
  content: "\e902";
}

.blockst-icon-chevron-up:before {
  content: "\e903";
}

.blockst-icon-paperclip:before {
  content: "\e909";
}

.blockst-icon-search:before {
  content: "\e905";
}

.blockst-icon-cart:before {
  content: "\e906";
}

.blockst-icon-user:before {
  content: "\e908";
}

.blockst-icon-close:before {
  content: "\e907";
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: var(--deo-border-radius);
  border: 2px solid transparent;
  line-height: 1.1;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  border-color: transparent;
}
.btn:focus {
  color: #fff;
}
.btn svg {
  margin-right: 4px;
  width: 17px;
}
.btn--lg {
  font-size: 1rem;
  padding: 18px 36px;
}
.btn--lg svg {
  width: 20px;
}
.btn--md {
  font-size: 0.875rem;
  padding: 14px 28px;
}
.btn--sm {
  font-size: 0.8125rem;
  padding: 9px 24px;
}
.btn--secondary {
  background-color: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--secondary);
}
.btn--color {
  background-color: var(--wp--preset--color--primary);
}
.btn--color:hover {
  opacity: 0.92;
}
.btn--light {
  background-color: var(--wp--preset--color--primary--light);
  color: var(--wp--preset--color--primary);
}
.btn--light:hover, .btn--light:focus {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.btn--wide {
  width: 100% !important;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
  font-weight: normal;
}

table caption {
  margin-bottom: 10px;
}

table th,
table td {
  padding: 10px;
  border: 1px solid var(--deo-border-color);
}

table > thead > tr > th {
  border-bottom: none;
}

table thead tr th,
table tbody tr th {
  font-size: 1rem;
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*-------------------------------------------------------*/
/* Blockquote
/*-------------------------------------------------------*/
blockquote {
  line-height: 1.6;
  padding: 12px 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-right: 3px solid var(--wp--preset--color--primary);
}
blockquote p {
  margin-bottom: 0;
  color: var(--wp--preset--color--secondary);
  font-style: italic;
  font-size: 1.5rem;
}
blockquote cite {
  color: var(--wp--preset--color--tertiary);
  font-style: normal;
  font-size: 0.875rem;
  opacity: 0.7;
  margin-top: 1em;
  line-height: 1.8;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert {
  border-radius: 5px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: transparent;
  border-right: 5px solid #bcdff1;
}
.alert-success {
  background-color: #dff0d8;
  border-color: transparent;
  border-right: 5px solid #cae6be;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: transparent;
  border-right: 5px solid #f9f0c3;
}
.alert-danger {
  background-color: #f2dede;
  border-color: transparent;
  border-right: 5px solid #e8c4c4;
}

.close {
  font-weight: 400;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget a {
  color: inherit;
}
.widget a:hover, .widget a:focus {
  color: var(--wp--preset--color--secondary);
}
.footer .widget {
  margin-bottom: 32px;
}
.sidebar .widget {
  margin-bottom: 60px;
}
.widget li {
  list-style: none;
}
.widget.widget_block h2, .widget-title {
  font-size: var(--wp--preset--font-size--2-x-small);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.widget .sub-menu,
.widget .children {
  padding-right: 12px;
  padding-top: 4px;
}
.widget .sub-menu li:first-child,
.widget .children li:first-child {
  padding-top: 0;
}

.menu-item {
  list-style: none;
}

.social svg {
  height: 16px;
}

/* Categories, Comments
----------------------------------------------------------------*/
.wp-block-latest-comments li,
.wp-block-categories-list li {
  font-size: 1rem;
}

.wp-block-categories-list li {
  margin-bottom: 5px;
}

/* Archives / Categories / Pages / Nav Menu / Meta
-------------------------------------------------------*/
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_nav_menu li,
.widget_meta li,
.recentcomments {
  position: relative;
  padding-bottom: 4px;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
  padding: 16px 0;
  border-bottom: 1px solid var(--deo-border-color);
}
.widget_rss li:first-child {
  padding-top: 0;
}
.widget_rss .rsswidget {
  color: var(--wp--preset--color--secondary);
}
.widget_rss .rsswidget:hover {
  color: var(--wp--preset--color--primary);
}
.widget_rss .rss-date {
  display: block;
  color: var(--wp--preset--color--tertiary);
  font-size: 0.8125rem;
  margin: 6px 0 12px;
}
.widget_rss .rssSummary {
  margin-bottom: 8px;
}
.widget_rss .rssSummary + cite {
  font-size: 0.8125rem;
  color: var(--wp--preset--color--tertiary);
}
.widget_rss .widget-title .rsswidget:last-child {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 2px;
  display: inline-block;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
  margin-bottom: 0;
}

/* Widget Calendar
-------------------------------------------------------*/
.calendar_wrap table {
  width: 100%;
}
.calendar_wrap th,
.calendar_wrap td,
.calendar_wrap span {
  display: table-cell;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  background-color: var(--wp--preset--color--quaternary);
  margin-bottom: 0;
  border: 1px solid var(--deo-border-color);
  border-bottom: 0;
  font-weight: 500;
}
.calendar_wrap .pad {
  background: none;
}
.calendar_wrap .wp-calendar-nav {
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar_wrap .wp-calendar-nav span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
  text-align: right;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
  text-align: left;
}

/* Widget Profile
-------------------------------------------------------*/
.widget-profile {
  background-color: var(--wp--preset--color--quaternary);
  padding: 32px;
  border-radius: 5px;
}
.widget-profile__img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-profile__author-name {
  font-size: 0.875rem;
}
.widget-profile__description {
  margin-top: 10px;
  margin-bottom: 24px;
  color: var(--deo-text-color--light);
}

/* Widget Popular / Latest Posts
-------------------------------------------------------*/
.widget-popular-posts__list > li {
  padding-bottom: 32px;
}
.widget-popular-posts__list > li:last-child {
  padding-bottom: 0;
}
.widget-popular-posts__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-popular-posts__img-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  max-width: 88px;
  position: relative;
  margin-left: 1.5em;
}
.widget-popular-posts__thumb-container {
  overflow: hidden;
}
.widget-popular-posts .widget-popular-posts__entry-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.widget-popular-posts .widget-popular-posts__entry-title a {
  color: var(--wp--preset--color--secondary);
}
.widget-popular-posts .widget-popular-posts__entry-title a:hover {
  color: var(--wp--preset--color--primary);
}
.widget-popular-posts .entry__meta-date {
  text-transform: initial;
  font-family: inherit;
  font-style: italic;
  font-size: 0.8125rem;
}

.wp-block-latest-posts li {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .wp-block-latest-posts li {
    margin-bottom: 24px;
  }
}
.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts__featured-image {
  margin-top: 0;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.sidebar .widget_mc4wp_form_widget {
  border: 1px solid var(--deo-border-color);
  padding: 28px 24px;
}

/* Widget Info
-------------------------------------------------------*/
.widget-info__item:not(:last-child) {
  margin-bottom: 20px;
}
.widget-info__title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

/* Widget Search
-------------------------------------------------------*/
.widget.widget_search,
.widget.widget_product_search {
  padding: 0;
  border: 0;
}

.widget_search .search-input {
  margin: 0;
  background-color: #fff;
}

input.search-input {
  height: auto;
}

.widget-search-button,
.search-form__button,
.search-button,
.woocommerce-product-search button[type=submit] {
  font-family: "blockst";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 45px;
  padding: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
  color: var(--wp--preset--color--tertiary);
  border: 0;
  vertical-align: middle;
}
.widget-search-button:focus,
.search-form__button:focus,
.search-button:focus,
.woocommerce-product-search button[type=submit]:focus {
  background-color: inherit;
  color: inherit;
}

.search-form {
  position: relative;
}
.search-form .widget-search-button,
.search-form .search-form__button,
.search-form .search-button,
.search-form .woocommerce-product-search button[type=submit] {
  border-radius: 0;
  font-size: 1rem;
}
.search-form .widget-search-button:hover, .search-form .widget-search-button:focus,
.search-form .search-form__button:hover,
.search-form .search-form__button:focus,
.search-form .search-button:hover,
.search-form .search-button:focus,
.search-form .woocommerce-product-search button[type=submit]:hover,
.search-form .woocommerce-product-search button[type=submit]:focus {
  color: #000;
}

.wp-block-search__inside-wrapper {
  position: relative;
  background-color: var(--wp--preset--color--quaternary);
}
.wp-block-search .wp-block-search__input {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__input:focus {
  background-color: transparent;
  border-color: var(--wp--preset--color--primary);
}
.wp-block-search .wp-block-search__button.has-icon {
  border: 0;
  background-color: transparent;
}
.wp-block-search .wp-block-search__button.has-icon:hover {
  color: inherit;
}
.wp-block-search .wp-block-search__button:not(.has-icon) {
  background-color: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--secondary);
  border-color: var(--deo-border-color);
  font-size: 0.875rem;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-right: 1rem;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a {
  line-height: 1;
  margin: 0 0 5px 5px;
  padding: 9px 24px;
  font-size: 0.875rem !important;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--quaternary);
  float: right;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.widget_product_tag_cloud a:hover {
  text-decoration: none;
  border-color: var(--wp--preset--color--secondary);
}

.wp-block-tag-cloud,
.tagcloud {
  overflow: hidden;
}

/* Widget Blocks
-------------------------------------------------------*/
.wp-block-latest-comments__comment {
  line-height: 1.5;
}

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.page-title__title + .woocommerce-breadcrumb {
  margin-top: 8px;
  margin-bottom: 0;
}

.breadcrumbs-wrap {
  padding: 14px 0;
  background-color: var(--wp--preset--color--quaternary);
}

.breadcrumbs {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}

.breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.breadcrumbs .trail-items {
  list-style: none;
}

.trail-items li::after,
.woocommerce-breadcrumb__separator::after {
  content: "\e902";
  font-family: "blockst";
  margin: 0.1em 0.7em 0;
  vertical-align: middle;
}

.trail-items a {
  color: var(--wp--preset--color--secondary);
}
.trail-items a:hover, .trail-items a:focus {
  color: var(--wp--preset--color--primary);
}

.trail-items li:last-of-type::after,
.trail-items li:last-of-type::before {
  display: none;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.post-pagination {
  margin-bottom: 24px;
}

.pagination {
  text-align: center;
  margin-top: 24px;
}

.pagination span,
.pagination a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.post-page-numbers {
  font-size: 0.875rem;
  display: inline-block;
  border-radius: var(--deo-border-radius);
  padding: 0 4px;
  height: 34px;
  min-width: 34px;
  line-height: 32px;
  margin: 0 2px 8px;
  text-align: center;
  color: var(--wp--preset--color--tertiary);
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid var(--deo-border-color);
  background-color: #fff;
  font-family: var(--deo-heading-font);
  list-style: none;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
}
.pagination span:not(span):hover, .pagination span:not(span):focus,
.pagination a:not(span):hover,
.pagination a:not(span):focus,
.woocommerce nav.woocommerce-pagination ul li a:not(span):hover,
.woocommerce nav.woocommerce-pagination ul li a:not(span):focus,
.woocommerce nav.woocommerce-pagination ul li span:not(span):hover,
.woocommerce nav.woocommerce-pagination ul li span:not(span):focus,
.post-page-numbers:not(span):hover,
.post-page-numbers:not(span):focus {
  background-color: var(--wp--preset--color--primary);
  border-color: transparent;
  color: #fff;
}
.pagination span.current,
.pagination a.current,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.post-page-numbers.current {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  border-color: transparent;
}
.pagination span i,
.pagination a i,
.woocommerce nav.woocommerce-pagination ul li a i,
.woocommerce nav.woocommerce-pagination ul li span i,
.post-page-numbers i {
  display: inline-block;
  font-size: 0.9375rem;
  position: relative;
  top: 1px;
}
.rtl .pagination span i,
.rtl .pagination a i,
.rtl .woocommerce nav.woocommerce-pagination ul li a i,
.rtl .woocommerce nav.woocommerce-pagination ul li span i,
.rtl .post-page-numbers i {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.woocommerce nav.woocommerce-pagination .next,
.woocommerce nav.woocommerce-pagination .prev {
  font-size: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination .next::before, .woocommerce nav.woocommerce-pagination .next::after,
.woocommerce nav.woocommerce-pagination .prev::before,
.woocommerce nav.woocommerce-pagination .prev::after {
  font-family: "blockst";
  font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination .next::before {
  content: "\e902";
}

.woocommerce nav.woocommerce-pagination .prev::before {
  content: "\e901";
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-color: var(--wp--preset--color--quaternary);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1025px) {
  .page-title {
    padding: 100px 0;
  }
}
.page-title + .blog-section {
  padding-top: 0;
}
.page-title__holder {
  position: relative;
}
.page-title__title + .breadcrumbs {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .page-title__title {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
.page-title__subtitle {
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.page-title__description {
  margin-bottom: 0;
  font-size: 1.25rem;
  max-width: 492px;
  margin-right: auto;
  margin-left: auto;
}
.page-title__description p {
  margin-bottom: 0;
}
.page-title--featured-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.68);
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
  margin-bottom: 0;
  padding-right: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  background-color: transparent;
}
.mc4wp-form-fields input[type=email]:focus,
.mc4wp-form-fields input[type=text]:focus {
  border-bottom-color: var(--wp--preset--color--primary);
}
.mc4wp-form-fields .newsletter__submit {
  position: absolute;
  left: 0;
  top: 0;
}
.mc4wp-form-fields input[type=submit] {
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 1rem;
  background-color: transparent;
  -webkit-transition: color var(--deo-transition);
  transition: color var(--deo-transition);
  width: auto;
}

.mc4wp-form .mc4wp-form-fields input[type=submit]:hover,
.mc4wp-form .mc4wp-form-fields input[type=submit]:focus {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}

.newsletter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 576px) {
  .newsletter__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsletter__img-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.newsletter__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .newsletter__img {
    height: 260px;
  }
}
.newsletter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 90px 70px;
  background-color: var(--wp--preset--color--primary--light);
}
.newsletter__content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.newsletter__title {
  font-size: 2.3125rem;
  margin-bottom: 16px;
}
.newsletter__text {
  color: var(--deo-text-color--light);
}
.newsletter__submit input {
  color: var(--wp--preset--color--secondary);
}
.newsletter .form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.newsletter .form-group input {
  margin-bottom: 0;
}
.newsletter .form-group.eversor-field-type-input {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 24px;
}
.newsletter .form-group input[type=email] {
  padding-right: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  background-color: transparent;
}
.newsletter .form-group input[type=email]:focus,
.newsletter .form-group input[type=text]:focus {
  border-bottom-color: var(--wp--preset--color--primary);
}
.newsletter .consent-checkbox {
  margin-top: 20px;
  margin-bottom: 18px;
}

.single-post__newsletter {
  margin-top: 64px;
}

/*-------------------------------------------------------*/
/* Search
/*-------------------------------------------------------*/
.search-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-family: inherit;
}

.blockst-menu-search__trigger {
  display: block;
  background-color: transparent;
  color: var(--deo-nav-links-color);
  padding: 0;
  border: 0;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.blockst-menu-search__trigger:hover, .blockst-menu-search__trigger:focus {
  background-color: transparent !important;
  color: initial;
}
.blockst-menu-search__icon {
  display: block;
}
.blockst-menu-search-modal {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
}
.blockst-menu-search-modal__inner {
  background-color: #fff;
  -webkit-transition: var(--deo-transition--all);
  transition: var(--deo-transition--all);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0% 0;
          transform-origin: 0% 0;
  will-change: transform;
  padding: 80px 0;
}
.blockst-menu-search-modal__inner .search-input {
  margin-bottom: 0;
  border: 0;
  border-radius: 0 !important;
  outline: 0;
  border-bottom: 1px solid var(--deo-border-color);
  background-color: transparent;
}
.blockst-menu-search-modal__inner .search-input:focus {
  border-bottom-color: var(--deo-border-color);
}
.blockst-menu-search-modal__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  color: var(--wp--preset--color--tertiary);
}
.blockst-menu-search-modal__close:hover, .blockst-menu-search-modal__close:focus {
  background-color: transparent;
  color: initial;
}
.blockst-menu-search-modal--is-open {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
.blockst-menu-search-modal--is-open .blockst-menu-search-modal__inner {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*-------------------------------------------------------*/
/* Page 404
/*-------------------------------------------------------*/
.page-404 {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-404-section {
  padding: 120px 0;
}
@media only screen and (min-width: 1025px) {
  .page-404-section {
    padding: 240px 0;
  }
}
.page-404__title {
  font-size: var(--wp--preset--font-size--x-large);
}
@media only screen and (min-width: 1025px) {
  .page-404__title {
    font-size: var(--wp--preset--font-size--2-x-large);
  }
}
.page-404__text {
  font-size: 1.25rem;
}
/*# sourceMappingURL=style-rtl.css.map */
