@charset "UTF-8";
/*!
Theme Name:   Demus
Theme URI:    https://demo.leebrosus.com/demus/
Author:       Duy Nguyen
Author URI:   https://leebrosus.com/
Description:  Demus - Furniture WooCommerce Theme is a clean, modern & minimal furniture theme with 14+ exclusive homepage designs and many other internal pages. This theme is dedicated for eCommerce websites such as furniture shops, furniture stores, interior design companies, architecture or electronics stores.

Version:      1.3.2
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  demus
Tags:         architecture, clean, creative, ecommerce, electronics, fashion, furniture, interior design, minimal, modern, multipurpose, portfolio, responsive, shop, store
*/
@font-face {
  font-family: "demus-icon";
  src: url("./assets/fonts/demus-icon.eot?zmkabw");
  src: url("./assets/fonts/demus-icon.eot?zmkabw#iefix") format("eot"), url("./assets/fonts/demus-icon.woff2?zmkabw") format("woff2"), url("./assets/fonts/demus-icon.woff?zmkabw") format("woff"), url("./assets/fonts/demus-icon.ttf?zmkabw") format("truetype"), url("./assets/fonts/demus-icon.svg?zmkabw#demus-icon") format("svg");
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
	1.3 Icons
2.0 Header
	2.1 Main Naivgation
	2.2 Breadcrumb
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Utilities
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--primary_hover);
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--accent);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.bypostauthor {
  display: block;
}

.sticky {
  box-sizing: border-box;
}

@keyframes demus-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes demus-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.skeleton-body {
  --background_light: var(--background2);
  --skeleton-loading: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
}
.skeleton-body .skeleton-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.skeleton-body .skeleton-item:before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0);
}
.skeleton-body .skeleton-item:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: var(--skeleton-loading);
  animation: skeletonloading 1.5s infinite;
}
.skeleton-body .skeleton-modern-slider:before {
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
}
.skeleton-body .skeleton-widget:before {
  height: 315px;
  background-size: 100% 30px, 70% 20px, 50% 20px, 80% 20px, 40% 20px, 30% 20px, 50% 20px;
  background-position: left 10px, left 65px, left 105px, left 145px, left 185px, left 225px, left 265px;
}
.skeleton-body .skeleton-team-box:before {
  padding-top: 139%;
  background-size: 100% calc(100% - 70px), 85% 25px, 55% 20px;
  background-position: left 0, left calc(100% - 35px), left calc(100% - 5px);
}
.skeleton-body .skeleton-image-marquee:before {
  padding-top: 139%;
  background-size: 100% 100%;
  background-position: left 0;
}
.skeleton-body .skeleton-post-grid-style-1:before {
  padding-top: 80%;
  background-size: 100% calc(100% - 70px), 55% 15px, 85% 25px;
  background-position: left 0, left calc(100% - 40px), left calc(100% - 5px);
}
.skeleton-body .skeleton-image-carousel:before,
.skeleton-body .skeleton-blog-thumbnail:before {
  padding-bottom: 57%;
  background-size: 100% 100%;
  background-position: left 0;
}
.skeleton-body .skeleton-product:before {
  padding-top: calc(100% + 150px);
  background-size: 100% 80%, 55% 15px, 85% 20px, 55% 15px;
  background-position: left 0, left calc(80% + 25px), left calc(80% + 55px), left calc(80% + 85px);
}
.skeleton-body .skeleton-single-product-image:before {
  padding-top: 125%;
  background-size: 100% 78%, 18% 16%, 18% 16%, 18% 16%, 18% 16%;
  background-position: left 0, 0 95%, calc(20% * 100 / (100 - 18)) 95%, calc(40% * 100 / (100 - 18)) 95%, calc(60% * 100 / (100 - 18)) 95%;
}

@keyframes skeletonloading {
  from {
    transform: skewX(-45deg) translateX(-80%);
  }
  to {
    transform: skewX(-45deg) translateX(80%);
  }
}
/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --primary: #E3B17F;
  --primary_hover: #E08D39;
  --secondary: #F76631;
  --secondary_hover: #B33C10;
  --text: #54504F;
  --accent: #161311;
  --light: #A49F9C;
  --dark: #282344;
  --border: #E6E2E0;
  --background: #FFFFFF;
  --background1: #F0E1C6;
  --background2: #EFEFED;
  --label_sale: #F57E7E;
  --container: 1440px;
  --grid-gutter: 40px;
  --heading-weight: 700;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--background);
}

body,
html {
  height: 100%;
}

#demus-main-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#demus-main-content .main-header-content {
  flex: 1 0 auto;
}
#demus-main-content .site-footer {
  flex-shrink: 0;
}

body,
button,
input,
textarea {
  font-size: 16px;
  color: var(--text);
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.625;
  text-rendering: optimizeLegibility;
  letter-spacing: -1px;
}

input[type=button],
input[type=submit] button,
.elementor-button {
  font-weight: 600;
}

select {
  color: initial;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.error404 .site-main .page-title,
.gamma,
.delta,
#comments #reply-title,
#comments .title-comment,
.epsilon,
.zeta,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  clear: both;
  margin: 0 0 0.875em;
  color: var(--accent);
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: var(--heading-weight);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6,
.comment-body .comment-text .alpha,
.comment-body .comment-text .beta,
.comment-body .comment-text .error404 .site-main .page-title,
.error404 .site-main .comment-body .comment-text .page-title,
.comment-body .comment-text .gamma,
.comment-body .comment-text .delta,
.comment-body .comment-text #comments #reply-title,
#comments .comment-body .comment-text #reply-title,
.comment-body .comment-text #comments .title-comment,
#comments .comment-body .comment-text .title-comment,
.comment-body .comment-text .epsilon,
.comment-body .comment-text .zeta,
.comment-body .comment-text .widget .widget-title,
.widget .comment-body .comment-text .widget-title,
.comment-body .comment-text .widget .widgettitle,
.widget .comment-body .comment-text .widgettitle {
  margin-top: 1.5em;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1,
h1.elementor-heading-title,
.alpha {
  font-size: 48px;
  line-height: 1.0416666667;
  letter-spacing: -1.5px;
}
@media (max-width: 880px) {
  h1,
h1.elementor-heading-title,
.alpha {
    font-size: 40px;
  }
}

h2,
h2.elementor-heading-title,
.beta,
.error404 .site-main .page-title {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.5px;
}
@media (max-width: 880px) {
  h2,
h2.elementor-heading-title,
.beta,
.error404 .site-main .page-title {
    font-size: 32px;
  }
}

h3,
h3.elementor-heading-title,
.gamma {
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 880px) {
  h3,
h3.elementor-heading-title,
.gamma {
    font-size: 30px;
  }
}

h4,
h4.elementor-heading-title,
.delta,
#comments #reply-title,
#comments .title-comment {
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: -1px;
}
@media (max-width: 880px) {
  h4,
h4.elementor-heading-title,
.delta,
#comments #reply-title,
#comments .title-comment {
    font-size: 24px;
  }
}

h5,
h5.elementor-heading-title,
.epsilon {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: -1px;
}

h6,
h6.elementor-heading-title,
.zeta,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-size: 18px;
  line-height: 1.3333333333;
}

.alpha,
.beta,
.error404 .site-main .page-title,
.gamma,
.delta,
#comments #reply-title,
#comments .title-comment,
.epsilon,
.zeta,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

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

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 600;
  color: var(--accent);
}

dd {
  margin: 0 0 1.41575em;
}

b,
strong {
  color: var(--accent);
}

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

blockquote.wp-block-quote {
  color: var(--accent);
  padding: 35px 50px 35px 110px;
  margin: 50px 0;
  border: 1px solid var(--border);
  position: relative;
}
blockquote.wp-block-quote:before {
  content: "\e06b";
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  color: var(--secondary);
  position: absolute;
  left: 40px;
  top: 45px;
  font-size: 30px;
}
.wp-block-pullquote blockquote.wp-block-quote:before {
  content: none;
}
blockquote.wp-block-quote p {
  position: relative;
  font-size: 20px;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 0.5em !important;
}
blockquote.wp-block-quote p:last-child {
  margin-bottom: 0 !important;
}
blockquote.wp-block-quote cite {
  font-size: 1rem;
  font-weight: 500;
  color: var(--light);
}
blockquote.wp-block-quote.is-large:not(.is-style-plain), blockquote.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 35px 50px 35px 110px;
  margin: 50px 0;
  border: 1px solid var(--border);
}
blockquote.wp-block-quote.has-text-align-right {
  border: 1px solid var(--border);
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

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

a:not(.button) {
  color: var(--primary);
  text-decoration: none;
}
a:not(.button):hover {
  color: var(--primary_hover);
}

:focus {
  outline: none;
}

.demus-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

@media (min-width: 1320px) {
  .pr-vw {
    padding-right: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .pr-viw > .elementor-widget-wrap {
    padding-right: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .pl-vw {
    padding-left: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .pl-viw > .elementor-widget-wrap {
    padding-left: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .mr-vw {
    margin-right: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .ml-vw {
    margin-left: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }
}
/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.site {
  overflow-x: hidden;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bg-primary {
  background-color: var(--primary);
}

.shape-primary .elementor-shape-fill {
  fill: var(--primary);
}

.color-primary {
  color: var(--primary);
}

.outline-primary {
  outline-color: var(--primary);
}

.bd-primary {
  border-color: var(--primary);
}

.bd-t-primary {
  border-top-color: var(--primary);
}

.bd-b-primary {
  border-bottom-color: var(--primary);
}

.bd-r-primary {
  border-right-color: var(--primary);
}

.bd-l-primary {
  border-left-color: var(--primary);
}

.bg-primary_hover {
  background-color: var(--primary_hover);
}

.shape-primary_hover .elementor-shape-fill {
  fill: var(--primary_hover);
}

.color-primary_hover {
  color: var(--primary_hover);
}

.outline-primary_hover {
  outline-color: var(--primary_hover);
}

.bd-primary_hover {
  border-color: var(--primary_hover);
}

.bd-t-primary_hover {
  border-top-color: var(--primary_hover);
}

.bd-b-primary_hover {
  border-bottom-color: var(--primary_hover);
}

.bd-r-primary_hover {
  border-right-color: var(--primary_hover);
}

.bd-l-primary_hover {
  border-left-color: var(--primary_hover);
}

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

.shape-secondary .elementor-shape-fill {
  fill: var(--secondary);
}

.color-secondary {
  color: var(--secondary);
}

.outline-secondary {
  outline-color: var(--secondary);
}

.bd-secondary {
  border-color: var(--secondary);
}

.bd-t-secondary {
  border-top-color: var(--secondary);
}

.bd-b-secondary {
  border-bottom-color: var(--secondary);
}

.bd-r-secondary {
  border-right-color: var(--secondary);
}

.bd-l-secondary {
  border-left-color: var(--secondary);
}

.bg-secondary_hover {
  background-color: var(--secondary_hover);
}

.shape-secondary_hover .elementor-shape-fill {
  fill: var(--secondary_hover);
}

.color-secondary_hover {
  color: var(--secondary_hover);
}

.outline-secondary_hover {
  outline-color: var(--secondary_hover);
}

.bd-secondary_hover {
  border-color: var(--secondary_hover);
}

.bd-t-secondary_hover {
  border-top-color: var(--secondary_hover);
}

.bd-b-secondary_hover {
  border-bottom-color: var(--secondary_hover);
}

.bd-r-secondary_hover {
  border-right-color: var(--secondary_hover);
}

.bd-l-secondary_hover {
  border-left-color: var(--secondary_hover);
}

.bg-body {
  background-color: var(--text);
}

.shape-body .elementor-shape-fill {
  fill: var(--text);
}

.color-body {
  color: var(--text);
}

.outline-body {
  outline-color: var(--text);
}

.bd-body {
  border-color: var(--text);
}

.bd-t-body {
  border-top-color: var(--text);
}

.bd-b-body {
  border-bottom-color: var(--text);
}

.bd-r-body {
  border-right-color: var(--text);
}

.bd-l-body {
  border-left-color: var(--text);
}

.bg-heading {
  background-color: var(--accent);
}

.shape-heading .elementor-shape-fill {
  fill: var(--accent);
}

.color-heading {
  color: var(--accent);
}

.outline-heading {
  outline-color: var(--accent);
}

.bd-heading {
  border-color: var(--accent);
}

.bd-t-heading {
  border-top-color: var(--accent);
}

.bd-b-heading {
  border-bottom-color: var(--accent);
}

.bd-r-heading {
  border-right-color: var(--accent);
}

.bd-l-heading {
  border-left-color: var(--accent);
}

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

.shape-light .elementor-shape-fill {
  fill: var(--light);
}

.color-light {
  color: var(--light);
}

.outline-light {
  outline-color: var(--light);
}

.bd-light {
  border-color: var(--light);
}

.bd-t-light {
  border-top-color: var(--light);
}

.bd-b-light {
  border-bottom-color: var(--light);
}

.bd-r-light {
  border-right-color: var(--light);
}

.bd-l-light {
  border-left-color: var(--light);
}

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

.shape-dark .elementor-shape-fill {
  fill: var(--dark);
}

.color-dark {
  color: var(--dark);
}

.outline-dark {
  outline-color: var(--dark);
}

.bd-dark {
  border-color: var(--dark);
}

.bd-t-dark {
  border-top-color: var(--dark);
}

.bd-b-dark {
  border-bottom-color: var(--dark);
}

.bd-r-dark {
  border-right-color: var(--dark);
}

.bd-l-dark {
  border-left-color: var(--dark);
}

.bg-border {
  background-color: var(--border);
}

.shape-border .elementor-shape-fill {
  fill: var(--border);
}

.color-border {
  color: var(--border);
}

.outline-border {
  outline-color: var(--border);
}

.bd-border {
  border-color: var(--border);
}

.bd-t-border {
  border-top-color: var(--border);
}

.bd-b-border {
  border-bottom-color: var(--border);
}

.bd-r-border {
  border-right-color: var(--border);
}

.bd-l-border {
  border-left-color: var(--border);
}

.bg-background {
  background-color: var(--background);
}

.shape-background .elementor-shape-fill {
  fill: var(--background);
}

.color-background {
  color: var(--background);
}

.outline-background {
  outline-color: var(--background);
}

.bd-background {
  border-color: var(--background);
}

.bd-t-background {
  border-top-color: var(--background);
}

.bd-b-background {
  border-bottom-color: var(--background);
}

.bd-r-background {
  border-right-color: var(--background);
}

.bd-l-background {
  border-left-color: var(--background);
}

.lazyloaded {
  transition: all 0.3s !important;
}

#page .site-content {
  margin-top: 4.235801032em;
  margin-bottom: 2.2906835em;
}
@media (max-width: 767px) {
  #page .site-content {
    margin-top: 1.41575em;
    margin-bottom: 1.41575em;
  }
}
body.home #page .site-content, body.page-template-template-homepage #page .site-content {
  margin-top: 0;
}
body.home #page .demus-breadcrumb {
  display: none;
}

.hp-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.hp-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.hp-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.hp-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.hp-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

[data-elementor-columns] {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
}
[data-elementor-columns] .column-item {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

.grid-container {
  display: grid;
}

[data-elementor-columns-mobile="1"] .column-item {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

[data-elementor-columns-mobile="2"] .column-item {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

[data-elementor-columns-mobile="3"] .column-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

[data-elementor-columns-mobile="4"] .column-item {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

[data-elementor-columns-mobile="5"] .column-item {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}

[data-elementor-columns-mobile="6"] .column-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

@media (min-width: 768px) {
  [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }

  [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }

  [data-elementor-columns-tablet="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }

  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  [data-elementor-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  [data-elementor-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  [data-elementor-columns="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }

  [data-elementor-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }

  [data-elementor-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }

  [data-elementor-columns="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
  width: 100%;
  max-width: var(--container);
}
@media (min-width: 768px) and (max-width: 1380px) {
  .container {
    padding-left: var(--grid-gutter);
    padding-right: var(--grid-gutter);
    width: auto;
  }
}
.container.no-padding {
  padding: 0;
}
@media (max-width: 1200px) {
  .container.no-padding.padding-mobile {
    padding-left: calc(var(--grid-gutter) / 2);
    padding-right: calc(var(--grid-gutter) / 2);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
}

[class*=" column-"], [class^=column-] {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}

.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
}

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }

  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }

  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }

  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }

  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }

  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }

  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }

  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }

  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }

  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }

  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
  }

  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }

  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }

  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }

  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%;
  }

  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%;
  }

  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
  }

  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }

  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%;
  }

  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%;
  }

  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet-hide-down {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desktop-hide-down {
    display: none !important;
  }
}
/*-------------------------------------------------------------

2.0 Header
--------------------------------------------------------------*/
.site-header {
  margin-bottom: 2.617924em;
  border-bottom: 1px solid;
  border-color: var(--border);
}

.header-wrap {
  padding: 27px 0;
}
@media (min-width: 1024px) {
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.site-branding {
  margin-bottom: 0;
  margin-right: 2.2906835em;
  display: block;
  clear: both;
}
@media (max-width: 1023px) {
  .site-branding {
    float: left;
    position: relative;
    z-index: 4;
    max-width: calc(100% - 120px);
    margin-top: 14px;
  }
}
.site-branding .custom-logo-link + .site-branding-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .site-branding .site-description {
    display: block;
  }
}
.site-branding .logo {
  margin: 0;
}

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
  display: block;
  margin-left: auto;
  color: #fff;
}
@media (min-width: 1024px) {
  button.menu-toggle {
    display: none;
  }
}
button.menu-toggle:hover {
  background-image: none;
}
button.menu-toggle span:before {
  transition: all, ease, 0.2s;
}
button.menu-toggle:before, button.menu-toggle:after,
button.menu-toggle span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
  background-color: #fff;
}
button.menu-toggle:before {
  transform: translateY(-4px);
}
button.menu-toggle:after {
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

ul.menu li.current-menu-item > a:before, ul.menu li.current-menu-ancestor > a:before, ul.menu li.current-menu-parent > a:before {
  width: 34px !important;
}
ul.menu li.current-menu-item > a:hover:before, ul.menu li.current-menu-ancestor > a:hover:before, ul.menu li.current-menu-parent > a:hover:before {
  width: 100% !important;
}

.site-navigation, .main-navigation {
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.site-navigation div.menu, .main-navigation div.menu {
  display: none;
}
.site-navigation div.menu:last-child, .main-navigation div.menu:last-child {
  display: block;
}
.site-navigation .menu, .main-navigation .menu {
  clear: both;
}
.site-navigation ul, .main-navigation ul {
  list-style: none;
}
.site-navigation ul.menu, .main-navigation ul.menu {
  margin-left: 0;
  margin-bottom: 0;
}
.site-navigation ul.menu ul, .main-navigation ul.menu ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 1.41575em;
}
.site-navigation ul.menu ul > li a, .main-navigation ul.menu ul > li a {
  color: var(--text);
}
.site-navigation ul.menu ul > li a:hover, .main-navigation ul.menu ul > li a:hover {
  color: var(--primary_hover);
}
@media (max-width: 1023px) {
  .site-navigation ul.menu ul > li a:hover, .main-navigation ul.menu ul > li a:hover {
    color: var(--accent);
    text-decoration: underline;
  }
}
.site-navigation ul li, .main-navigation ul li {
  display: block;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  .site-navigation ul li, .main-navigation ul li {
    border-bottom: 1px solid var(--border);
  }
  .site-navigation ul li li, .main-navigation ul li li {
    padding: 0;
  }
  .site-navigation ul li:last-child, .main-navigation ul li:last-child {
    border-bottom: 0;
  }
}
.site-navigation ul li > a, .main-navigation ul li > a {
  color: var(--text);
  padding: 0.6180469716em;
  display: block;
}
.site-navigation.toggled .primary-navigation ul.menu, .main-navigation.toggled .primary-navigation ul.menu {
  max-height: 999px;
}
.site-navigation .dropdown-toggle, .main-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 7px 1.4em;
  font-size: 14px;
  color: inherit;
  border-radius: 0;
}
.site-navigation .dropdown-toggle::after, .main-navigation .dropdown-toggle::after {
  content: "\e038";
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.site-navigation .dropdown-toggle:focus, .main-navigation .dropdown-toggle:focus {
  outline: none;
}
.site-navigation .dropdown-toggle:hover, .main-navigation .dropdown-toggle:hover {
  background: transparent;
}
.site-navigation .dropdown-toggle.toggled-on:after, .main-navigation .dropdown-toggle.toggled-on:after {
  content: "\e03b";
}
@media (min-width: 1024px) {
  .site-navigation .dropdown-toggle, .main-navigation .dropdown-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .site-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .site-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
  .site-navigation .primary-navigation .sub-menu {
    background: var(--background2);
  }
}

@media (min-width: 1024px) {
  .site-navigation div.menu {
    display: block;
  }
  .site-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .site-navigation ul li:hover > ul, .site-navigation ul li.focus > ul {
    top: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-navigation ul li:hover > ul li > ul, .site-navigation ul li.focus > ul li > ul {
    top: 0;
    left: 110%;
    /* 1 */
    opacity: 0;
    visibility: hidden;
  }
  .site-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .site-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-navigation ul li:hover > ul li:hover > ul, .site-navigation ul li:hover > ul li.focus > ul, .site-navigation ul li.focus > ul li:hover > ul, .site-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site-navigation ul ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: 1.1em;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--background);
    pointer-events: none;
    padding: 20px 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .site-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-navigation ul ul.sub-menu li {
    display: block;
    min-width: 260px;
  }
  .site-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-left: -1.1em;
    transition: none;
  }
  .site-navigation ul.menu > li > a {
    padding: 12px 1.1em;
    line-height: 24px;
    position: relative;
  }
  .site-navigation ul.menu > li > a:hover {
    color: var(--text);
  }
  .site-navigation ul.menu > li > a:hover:before {
    width: 100%;
  }
  .site-navigation ul.menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    height: 24px;
    width: 0;
    background: var(--primary);
    transition: width 0.35s ease;
    z-index: -1;
  }
  .site-navigation ul.menu > li > a > span {
    position: relative;
  }
  .site-navigation ul.menu > li.menu-item-has-children:hover::after, .site-navigation ul.menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .site-navigation ul.menu > li.menu-item-has-children > a:after, .site-navigation ul.menu > li.page_item_has_children > a:after, .site-navigation ul.menu > li.has-mega-menu > a:after {
    font-family: "demus-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "\e038";
    margin-left: 5px;
    font-size: 12px;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .site-navigation ul.menu ul.sub-menu {
    margin: 0;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item a {
    position: relative;
    padding: 8px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text);
    transition: all 0.3s ease;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item a:hover {
    color: var(--primary_hover);
    background: var(--background2);
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item:last-child > a {
    border-bottom: 0;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item.current-menu-parent > a, .site-navigation ul.menu ul.sub-menu li.menu-item.current-menu-item > a, .site-navigation ul.menu ul.sub-menu li.menu-item.current-menu-ancestor > a {
    color: var(--primary_hover);
    background: var(--background2);
  }
  .site-navigation ul.menu ul.sub-menu ul {
    margin: 0;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .site-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {
    font-family: "demus-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "\e03a";
    float: right;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*-------------------------------------------------------------
2.2 Breadcrumb
--------------------------------------------------------------*/
:root {
  --page-breadcrumb-display: block;
}

.breadcrumb-wrap {
  display: var(--page-breadcrumb-display);
  position: relative;
}
.breadcrumb-wrap .breadcrumb-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.home .main-breadcrumb {
  display: none;
}

.breadcrumb {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: var(--text);
}
.breadcrumb a {
  color: var(--text);
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: var(--primary);
}
.breadcrumb i {
  margin: 0 10px;
  font-size: 11px;
}

.elementor-widget-demus-breadcrumb .demus-title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--accent);
}

.hidden-demus-title-yes .demus-woocommerce-title {
  display: none;
}

.single-post .hidden-demus-title-single-yes .demus-woocommerce-title {
  display: none;
}

.woocommerce-breadcrumb i {
  margin: 0 5px;
  font-size: 11px;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

@media (min-width: 1024px) {
  .content-area {
    width: 100%;
    float: left;
  }
  .demus-content-has-sidebar .content-area {
    width: calc(100% - 360px);
  }
  .demus-sidebar-left .content-area {
    float: right;
  }
  .demus-sidebar-left .content-area + * {
    float: left;
  }

  .widget-area {
    width: 320px;
    float: right;
    padding-left: 40px;
    border-left: 1px solid var(--border);
  }
  .demus-sidebar-left .widget-area {
    padding-left: 0;
    padding-right: 40px;
    border-left: 0;
    border-right: 1px solid var(--border);
  }

  .content-area,
.widget-area {
    margin-bottom: 2.2906835em;
  }
  .single-product .content-area,
.single-product .widget-area {
    margin-bottom: 0;
  }

  .demus-archive-product-full .container.site-main {
    max-width: 1830px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.blog .hentry, .archive .hentry, .search .hentry {
  margin: 0 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 500px) {
  .blog .hentry, .archive .hentry, .search .hentry {
    margin-bottom: 0;
  }
}
.hentry .entry-title {
  margin-bottom: 15px;
}
.hentry .entry-header .posted-on,
.hentry .entry-header .post-comments,
.hentry .entry-header .byline {
  color: var(--text);
}
.hentry .entry-header .post-author {
  color: var(--text);
}
.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.sticky .entry-title::before {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e031";
  margin-right: 0.5407911001em;
  vertical-align: middle;
}

.entry-footer {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-link-wrap {
  margin-bottom: 0;
  margin-top: 24px;
}

a.more-link {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  color: var(--text);
  text-transform: uppercase;
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 100%;
  background-size: 100% 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
}
a.more-link:hover {
  color: var(--accent);
  background-size: 100% 50%;
}

.post-thumbnail {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.post-thumbnail img {
  display: block;
}

.meta-categories a {
  color: var(--primary);
}
.meta-categories a:hover {
  text-decoration: underline;
}

.post-nav-links span, .post-nav-links a {
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
}
.post-nav-links a:hover {
  color: #fff;
}

.entry-title {
  margin-bottom: 10px;
}
.entry-title a {
  color: var(--accent);
  background-image: linear-gradient(to right, var(--accent) 0%, var(--accent) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.entry-title a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
.entry-title a:hover {
  color: var(--accent);
}

.post-meta {
  color: var(--light);
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.post-meta > div {
  display: flex;
  align-items: center;
}
.post-meta > div i {
  color: var(--secondary);
  margin-right: 10px;
}
.post-meta > div:not(:last-child):after {
  content: "\2d";
  padding: 0 10px;
}
.post-meta a {
  color: var(--light);
  background-image: linear-gradient(to right, var(--accent) 0%, var(--accent) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.post-meta a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
.post-meta a:hover {
  color: var(--accent);
}
.post-meta .post-author a {
  color: var(--accent);
}
.post-meta .post-author a:hover {
  color: var(--primary);
}
.post-meta .post-author img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 50%;
}

.tag-links a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: var(--light);
  padding: 9px 16px;
  background-color: #f9f9f9;
  margin-right: 6px;
}
.tag-links a:hover {
  background-color: var(--primary);
  color: #fff;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page-template-default:not(.elementor-page) .hentry .entry-title {
  margin-bottom: 30px;
}

body.search .page-header .entry-title {
  font-size: 28px;
  margin-bottom: 80px;
}

.single-post .hentry .post-thumbnail {
  margin-bottom: 24px;
}
.single-post .hentry .entry-title {
  margin-bottom: 24px;
}
.single-post .hentry .entry-content p {
  margin-bottom: 1.65em;
}
.single-post .hentry .entry-content h1, .single-post .hentry .entry-content h2, .single-post .hentry .entry-content h3, .single-post .hentry .entry-content h4, .single-post .hentry .entry-content h5, .single-post .hentry .entry-content h6 {
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.single-post .hentry .entry-taxonomy {
  max-width: 1040px;
  margin: 10px auto 0;
}
.single-post:not(.demus-content-has-sidebar) .entry-content,
.single-post:not(.demus-content-has-sidebar) .post-tags,
.single-post:not(.demus-content-has-sidebar) .post-navigation,
.single-post:not(.demus-content-has-sidebar) #comments {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.single-post:not(.demus-content-has-sidebar) .post-thumbnail img,
.single-post:not(.demus-content-has-sidebar) .page-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-post:not(.demus-content-has-sidebar) .post-meta {
  justify-content: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.single-post:not(.demus-content-has-sidebar) .entry-title {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.site-main {
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative;
  z-index: 98;
}
.single .site-main {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .site-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.blog-style-grid .hentry .entry-title {
  font-size: 20px;
  line-height: 1.6;
}
.blog-style-grid .hentry .entry-title a {
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.blog-style-grid .hentry .entry-title a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}

.blog-style-list article {
  display: flex;
  margin-bottom: 40px !important;
}
.blog-style-list .hentry .entry-title {
  font-size: 24px;
  line-height: 1.5;
}
.blog-style-list .hentry .entry-title a {
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.blog-style-list .hentry .entry-title a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
.blog-style-list .post-thumbnail {
  flex: 0 0 410px;
}
.blog-style-list .content-wrap {
  flex: 1;
  margin-left: 30px;
}
.blog-style-list .entry-content p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 880px) {
  .blog-style-list .post-thumbnail {
    flex: 0 0 300px;
  }
  .blog-style-list .entry-content p:first-child {
    display: none;
  }
}
@media (max-width: 650px) {
  .blog-style-list article {
    flex-wrap: wrap;
  }
  .blog-style-list .content-wrap {
    margin-left: 0;
  }
  .blog-style-list .content-wrap .entry-title {
    margin-bottom: 0;
  }
  .blog-style-list .post-thumbnail {
    flex: 0 0 100%;
  }
  .blog-style-list .entry-content p:first-child {
    display: none;
  }
  .blog-style-list .entry-content p {
    margin-top: 20px;
  }
}

.blog-style-grid {
  column-gap: 30px;
}
@media (min-width: 1024px) {
  .blog-style-grid {
    columns: 3;
  }
  .demus-content-has-sidebar .blog-style-grid {
    columns: 2;
  }
}
.blog-style-grid > article {
  break-inside: avoid-column;
}

@media (min-width: 1024px) {
  .post-style-list {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .blog .post-style-list {
    margin-bottom: 30px;
  }
  .post-style-list .post-thumbnail {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .post-style-list .post-thumbnail + .post-list-caption {
    width: calc(50% - 15px);
  }
  .post-style-list .post-thumbnail a {
    display: block;
    position: relative;
    padding-top: 100%;
  }
  .post-style-list .post-thumbnail a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.search .page-content > article {
  margin-bottom: 60px;
}
.search .search-form label,
.search .search-form .search-submit {
  vertical-align: middle;
}
.search .alert-info {
  background-color: var(--background2);
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}
.search .search-form {
  display: flex;
}
.search .search-form label {
  flex-grow: 1;
}
.search .search-form label input {
  width: 100%;
}
.search .search-form label,
.search .search-form .search-submit {
  vertical-align: middle;
}
.search .search-form .search-submit {
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.home .page-header {
  display: none;
}

.author-wrapper {
  margin: 110px auto 50px;
  position: relative;
  text-align: center;
  padding: 75px 65px 32px;
  background-color: #fff;
  box-shadow: 0 0.3rem 2.9rem 0 rgba(0, 0, 0, 0.1);
}
.author-wrapper img {
  border-radius: 100%;
  position: absolute;
  width: 110px;
  left: 50%;
  margin-left: -55px;
  border: 2px solid #fff;
  top: -55px;
  box-shadow: 0 0.2rem 1.9rem 0 rgba(0, 0, 0, 0.12);
}
.author-wrapper .about-heading {
  font-size: 14px;
  text-transform: none;
  color: var(--light);
  display: block;
  margin-bottom: 3px;
  font-style: italic;
  font-weight: 400;
}
.author-wrapper .author-name {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 3px;
  color: #000;
  font-weight: 600;
  padding-left: 3px;
  margin-bottom: 14px;
}

.demus-social-share {
  margin-top: 25px;
}
.demus-social-share a {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff !important;
  border-radius: 30px;
  display: inline-block;
}
.demus-social-share a span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.demus-social-share a.social-twitter {
  background-color: #00aced;
}
.demus-social-share a.social-twitter:hover {
  background-color: #0087ba;
}
.demus-social-share a.social-facebook {
  background-color: #3b5998;
}
.demus-social-share a.social-facebook:hover {
  background-color: #2d4373;
}
.demus-social-share a.social-pinterest {
  background-color: #cb2027;
}
.demus-social-share a.social-pinterest:hover {
  background-color: #9f191f;
}
.demus-social-share a.social-linkedin {
  background-color: #007bb6;
}
.demus-social-share a.social-linkedin:hover {
  background-color: #005983;
}
.demus-social-share a.social-envelope {
  background-color: #dd4b39;
}
.demus-social-share a.social-envelope:hover {
  background-color: #c23321;
}

.detail-post-categories a {
  color: #fff;
  display: inline-block;
  background: var(--secondary);
  padding: 4px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.detail-post-categories a:hover {
  background: var(--secondary_hover);
  color: #fff;
  text-decoration: none;
}
.detail-post-categories .meta-categories > span {
  display: none;
}

.hentry .entry-content,
.editor-styles-wrapper {
  /* Text + Media block */
}
.hentry .entry-content .wp-block-latest-posts__post-date,
.hentry .entry-content .wp-block-latest-posts__post-author,
.hentry .entry-content .wp-block-latest-comments__comment-date,
.editor-styles-wrapper .wp-block-latest-posts__post-date,
.editor-styles-wrapper .wp-block-latest-posts__post-author,
.editor-styles-wrapper .wp-block-latest-comments__comment-date {
  display: block;
  font-size: 12px;
  color: var(--light);
  font-style: italic;
}
.hentry .entry-content .wp-block-latest-posts.wp-block-latest-posts__list,
.editor-styles-wrapper .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: disc;
}
.hentry .entry-content .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text {
  margin: 40px 0;
}
.hentry .entry-content p.has-drop-cap:not(:focus)::first-letter,
.editor-styles-wrapper p.has-drop-cap:not(:focus)::first-letter {
  font-size: 60px;
  margin: 12px 10px 10px 0;
  line-height: 0.618;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  color: var(--accent);
}
@media (max-width: 567px) {
  .hentry .entry-content p.has-drop-cap:not(:focus)::first-letter,
.editor-styles-wrapper p.has-drop-cap:not(:focus)::first-letter {
    font-size: 75px;
  }
}
.hentry .entry-content ul.wp-block-gallery,
.editor-styles-wrapper ul.wp-block-gallery {
  margin: 40px 0 14px;
}
.hentry .entry-content ul.blocks-gallery-grid,
.hentry .entry-content ol.wp-block-latest-comments,
.hentry .entry-content ul.wc-block-grid__products,
.editor-styles-wrapper ul.blocks-gallery-grid,
.editor-styles-wrapper ol.wp-block-latest-comments,
.editor-styles-wrapper ul.wc-block-grid__products {
  margin: 0;
}
.hentry .entry-content ul.blocks-gallery-grid + .blocks-gallery-caption,
.hentry .entry-content ol.wp-block-latest-comments + .blocks-gallery-caption,
.hentry .entry-content ul.wc-block-grid__products + .blocks-gallery-caption,
.editor-styles-wrapper ul.blocks-gallery-grid + .blocks-gallery-caption,
.editor-styles-wrapper ol.wp-block-latest-comments + .blocks-gallery-caption,
.editor-styles-wrapper ul.wc-block-grid__products + .blocks-gallery-caption {
  margin-top: -5px;
  margin-bottom: 15px;
}
.hentry .entry-content ul.blocks-gallery-grid li,
.hentry .entry-content ol.wp-block-latest-comments li,
.hentry .entry-content ul.wc-block-grid__products li,
.editor-styles-wrapper ul.blocks-gallery-grid li,
.editor-styles-wrapper ol.wp-block-latest-comments li,
.editor-styles-wrapper ul.wc-block-grid__products li {
  padding-left: 0;
}
.hentry .entry-content ul.wc-block-grid__products li,
.editor-styles-wrapper ul.wc-block-grid__products li {
  list-style: none;
}
.hentry .entry-content dt,
.editor-styles-wrapper dt {
  font-weight: bold;
  color: var(--accent);
}
.hentry .entry-content dd,
.editor-styles-wrapper dd {
  margin: 0;
  padding: 0 0 0.5em 0;
}
.hentry .entry-content .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text {
  margin: 40px 0;
}
.hentry .entry-content .wp-block-media-text__content p,
.editor-styles-wrapper .wp-block-media-text__content p {
  margin-bottom: 20px;
}
.hentry .entry-content .wp-block-media-text__content p:last-child,
.editor-styles-wrapper .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.hentry .entry-content .wp-block-media-text__content :first-child,
.editor-styles-wrapper .wp-block-media-text__content :first-child {
  margin-top: 0;
}
.hentry .entry-content .wp-block-cover, .hentry .entry-content .wp-block-cover-image,
.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-cover-image {
  min-height: 300px;
}
.hentry .entry-content .wp-block-cover .wp-block-cover-text, .hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
  font-size: 22px !important;
}
.hentry .entry-content .has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-size: 0.875em;
}
.hentry .entry-content .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: 1.41575em;
}
.hentry .entry-content .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-size: 1.618em;
}
.hentry .entry-content .has-huge-font-size,
.editor-styles-wrapper .has-huge-font-size {
  font-size: 2.2906835em;
}
.hentry .entry-content .wp-block-audio,
.editor-styles-wrapper .wp-block-audio {
  margin-bottom: 1.41575em;
  width: 100%;
}
.hentry .entry-content .wp-block-audio audio,
.editor-styles-wrapper .wp-block-audio audio {
  width: 100%;
}
.hentry .entry-content .wp-block-audio.alignleft audio, .hentry .entry-content .wp-block-audio.alignright audio,
.editor-styles-wrapper .wp-block-audio.alignleft audio,
.editor-styles-wrapper .wp-block-audio.alignright audio {
  max-width: 284px;
}
.hentry .entry-content .wp-block-audio.aligncenter,
.editor-styles-wrapper .wp-block-audio.aligncenter {
  margin: 0 auto 1.41575em;
  max-width: 48.3870967742%;
}
.hentry .entry-content .wp-block-video,
.editor-styles-wrapper .wp-block-video {
  margin-bottom: 1.41575em;
}
.hentry .entry-content .wp-block-video video,
.editor-styles-wrapper .wp-block-video video {
  width: 100%;
}
.hentry .entry-content .wp-block-button,
.editor-styles-wrapper .wp-block-button {
  margin-bottom: 1.41575em;
}
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-size: 1em;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: calc(1.07em - 2px) 3.2em;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: 600;
  color: #fff;
}
.hentry .entry-content .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
  background: var(--accent);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:active,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: transparent;
  border: 2px solid currentColor;
  color: var(--text);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:hover, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:active:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover:hover {
  color: var(--accent);
}
.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-latest-posts li {
  margin: 0;
}
.hentry .entry-content .wp-block-latest-posts.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.has-dates li {
  margin: 0 0 1em;
}
.hentry .entry-content .wp-block-latest-posts.is-grid,
.editor-styles-wrapper .wp-block-latest-posts.is-grid {
  margin: 0;
}
.hentry .entry-content .wp-block-latest-posts.is-grid li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
  margin: 0 1em 0 0;
}
.hentry .entry-content .wp-block-latest-posts.is-grid.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid.has-dates li {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-latest-posts.columns-2 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
.editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-3 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
    margin-right: 3.2258064516%;
    width: 31.1827956989%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
.editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-4 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
.editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-5 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
    margin-right: 3.2258064516%;
    width: 17.4193548387%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
.editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-6 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
    margin-right: 3.2258064516%;
    width: 13.9784946237%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
.editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.hentry .entry-content .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  margin: 35px 0;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 40px;
}
.hentry .entry-content .wp-block-pullquote.alignleft, .hentry .entry-content .wp-block-pullquote.alignright,
.editor-styles-wrapper .wp-block-pullquote.alignleft,
.editor-styles-wrapper .wp-block-pullquote.alignright {
  padding: 45px 25px;
  margin: 8px 30px 20px 0;
  max-width: 290px;
}
.hentry .entry-content .wp-block-pullquote.alignleft p, .hentry .entry-content .wp-block-pullquote.alignright p,
.editor-styles-wrapper .wp-block-pullquote.alignleft p,
.editor-styles-wrapper .wp-block-pullquote.alignright p {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 20px !important;
}
.hentry .entry-content .wp-block-pullquote.alignleft,
.editor-styles-wrapper .wp-block-pullquote.alignleft {
  margin-left: -10%;
}
.hentry .entry-content .wp-block-pullquote.alignright,
.editor-styles-wrapper .wp-block-pullquote.alignright {
  margin-right: -10%;
}
.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
  float: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent;
}
.hentry .entry-content .wp-block-pullquote blockquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  font-style: italic;
  z-index: 2;
}
.hentry .entry-content .wp-block-pullquote blockquote p:before,
.editor-styles-wrapper .wp-block-pullquote blockquote p:before {
  display: none;
}
.hentry .entry-content .wp-block-pullquote blockquote cite,
.editor-styles-wrapper .wp-block-pullquote blockquote cite {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}
.hentry .entry-content .wp-block-pullquote.is-style-solid-color,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
  margin: 35px 0;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 40px;
}
.hentry .entry-content .wp-block-image figure,
.editor-styles-wrapper .wp-block-image figure {
  margin-bottom: 1.41575em;
}
.hentry .entry-content .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignleft {
  margin-right: 1.41575em;
}
.hentry .entry-content .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image .alignright {
  margin-left: 1.41575em;
}
.hentry .entry-content .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  margin: 0;
  padding: 0.875em 0;
  font-size: 0.875em;
  font-style: italic;
}
.hentry .entry-content figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-image {
  margin: 0 0 1.41575em;
}
.hentry .entry-content div.wp-block-image,
.editor-styles-wrapper div.wp-block-image {
  display: inline;
}
.hentry .entry-content .wp-block-cover, .hentry .entry-content .wp-block-cover-image,
.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-cover-image {
  min-height: 300px;
}
.hentry .entry-content .wp-block-cover .wp-block-cover-text, .hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
  font-size: 22px !important;
}
.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
  font-size: 1.618em;
  font-weight: 400;
  line-height: 1.618;
  padding: 1em;
  width: calc(100vw - 1em);
  max-width: calc(100vw - 1em);
  color: #fff;
  z-index: 1;
}
@media (min-width: 568px) {
  .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    padding: 1em;
    font-size: 2.2906835em;
    width: calc(8 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
  }
}
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    font-size: 2.2906835em;
    width: calc(6 * (100vw / 12));
    max-width: calc(6 * (100vw / 12));
  }
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  padding: 2.617924em 1em;
  width: calc(100vw - 1em);
  max-width: calc(100vw - 1em);
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2 {
  font-size: 2.617924em;
  margin-bottom: 0.3342343017em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3 {
  font-size: 2.2906835em;
  margin-bottom: 0.3819820591em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4 {
  font-size: 1.618em;
  margin-bottom: 0.5407911001em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5 {
  font-size: 1.41575em;
  margin-bottom: 0.6180469716em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
  font-size: 1.41575em;
  margin-bottom: 0.6180469716em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
  font-size: 1.1em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color) {
  color: #fff;
}
@media (min-width: 568px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(8 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
  }
}
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(6 * (100vw / 12));
    max-width: calc(6 * (100vw / 12));
    padding-top: 6.8535260698em;
    padding-bottom: 6.8535260698em;
  }
}
.hentry .entry-content .wp-block-gallery,
.editor-styles-wrapper .wp-block-gallery {
  margin: 0 0 1.41575em;
}
.hentry .entry-content .wp-block-gallery.alignleft,
.editor-styles-wrapper .wp-block-gallery.alignleft {
  margin-right: 1.41575em;
}
.hentry .entry-content .wp-block-gallery.alignright,
.editor-styles-wrapper .wp-block-gallery.alignright {
  margin-left: 1.41575em;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
  width: 48.3870967742%;
  margin: 0 3.2258064516% 3.2258064516% 0;
  flex-grow: 1;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even), .hentry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.hentry .entry-content .wp-block-gallery .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1em;
  padding: 2.2906835em 1.41575em 0.6180469716em;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    margin: 0 3.2258064516% 3.2258064516% 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 31.1827956989%;
  }
  .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 17.4193548387%;
  }
  .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 13.9784946237%;
  }
  .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 11.5207373272%;
  }
  .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 9.6774193548%;
  }
  .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 1.5873015873%;
    margin-right: 1.5873015873%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 49.2063492063%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 32.2751322751%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 23.8095238095%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 18.7301587302%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 15.3439153439%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 12.925170068%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 11.1111111111%;
  }
  body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
body:not(.page-template-template-fullwidth-php):not(.demus-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}
.hentry .entry-content .wp-block-separator,
.editor-styles-wrapper .wp-block-separator {
  margin: 45px auto;
  background-color: var(--border);
  height: 2px;
  border: 0;
  clear: both;
}
.hentry .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 10%;
}
.hentry .entry-content .wp-block-embed-twitter,
.editor-styles-wrapper .wp-block-embed-twitter {
  overflow: hidden;
}
.hentry .entry-content .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  border-collapse: separate;
}
.hentry .entry-content .wp-block-table td,
.hentry .entry-content .wp-block-table th,
.editor-styles-wrapper .wp-block-table td,
.editor-styles-wrapper .wp-block-table th {
  border: 0;
  padding: 1em 1.41575em;
  word-break: normal;
}
.hentry .entry-content .wp-block-table thead th,
.editor-styles-wrapper .wp-block-table thead th {
  padding: 1.41575em;
}
.hentry .entry-content .wp-block-file,
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1.41575em;
}
.hentry .entry-content .wp-block-file .wp-block-file__button,
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  font-size: 0.875em;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  opacity: 1;
}
.hentry .entry-content .wp-block-code,
.hentry .entry-content .wp-block-preformatted pre,
.editor-styles-wrapper .wp-block-code,
.editor-styles-wrapper .wp-block-preformatted pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
}
.hentry .entry-content .wp-block-code,
.editor-styles-wrapper .wp-block-code {
  border: none;
  border-radius: 0;
  padding: 1.618em;
}
.hentry .entry-content .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-left: 0;
    padding-right: 3.2258064516%;
    margin-left: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
.editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
    padding-right: 0;
  }
}
@media (min-width: 782px) {
  .hentry .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n),
.editor-styles-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n),
.editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n),
.editor-styles-wrapper .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n),
.editor-styles-wrapper .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n),
.editor-styles-wrapper .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-right: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    padding-right: 0;
    margin-right: 3.2258064516%;
  }
}
.hentry .entry-content .wp-block-rss a,
.hentry .entry-content .wp-block-latest-comments a,
.hentry .entry-content .wp-block-tag-cloud a,
.editor-styles-wrapper .wp-block-rss a,
.editor-styles-wrapper .wp-block-latest-comments a,
.editor-styles-wrapper .wp-block-tag-cloud a {
  color: var(--accent);
}
.hentry .entry-content .wp-block-rss a:hover,
.hentry .entry-content .wp-block-latest-comments a:hover,
.hentry .entry-content .wp-block-tag-cloud a:hover,
.editor-styles-wrapper .wp-block-rss a:hover,
.editor-styles-wrapper .wp-block-latest-comments a:hover,
.editor-styles-wrapper .wp-block-tag-cloud a:hover {
  color: var(--primary);
}
.hentry .entry-content .wp-block-latest-comments,
.editor-styles-wrapper .wp-block-latest-comments {
  margin: 0 0 1.41575em;
}
.hentry .entry-content .wp-block-latest-comments__comment-avatar,
.editor-styles-wrapper .wp-block-latest-comments__comment-avatar {
  margin-top: 0.3819820591em;
}
.hentry .entry-content .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments__comment {
  font-size: 1em;
  margin: 0 0 1em;
}
.hentry .entry-content .wp-block-latest-comments__comment-date,
.editor-styles-wrapper .wp-block-latest-comments__comment-date {
  font-size: 0.875em;
}
.hentry .entry-content .wp-block-latest-comments__comment-excerpt p,
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
  margin: 0.5407911001em 0 1em;
  font-size: 1em;
  line-height: 1.618;
}
.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.706325903em;
}
.hentry .entry-content .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment {
  margin: 0;
  line-height: 1.618;
}
.hentry .entry-content .wp-block-latest-comments br,
.editor-styles-wrapper .wp-block-latest-comments br {
  display: inline;
  content: "";
}
.hentry .entry-content .wp-block-cover-text,
.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.hentry .entry-content .wp-block-cover-image-text,
.hentry .entry-content section.wp-block-cover-image h2,
.editor-styles-wrapper .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover-image-text,
.editor-styles-wrapper section.wp-block-cover-image h2 {
  color: #fff;
}
.hentry .entry-content .wp-block-cover-text a,
.hentry .entry-content .wp-block-cover p.wp-block-cover-text a,
.hentry .entry-content .wp-block-cover-image-text a,
.hentry .entry-content section.wp-block-cover-image h2 a,
.editor-styles-wrapper .wp-block-cover-text a,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a,
.editor-styles-wrapper .wp-block-cover-image-text a,
.editor-styles-wrapper section.wp-block-cover-image h2 a {
  color: #fff;
  box-shadow: inset 0 -1px 0 #fff;
}
.hentry .entry-content .wp-block-cover-text a:active, .hentry .entry-content .wp-block-cover-text a:focus, .hentry .entry-content .wp-block-cover-text a:hover,
.hentry .entry-content .wp-block-cover p.wp-block-cover-text a:active,
.hentry .entry-content .wp-block-cover p.wp-block-cover-text a:focus,
.hentry .entry-content .wp-block-cover p.wp-block-cover-text a:hover,
.hentry .entry-content .wp-block-cover-image-text a:active,
.hentry .entry-content .wp-block-cover-image-text a:focus,
.hentry .entry-content .wp-block-cover-image-text a:hover,
.hentry .entry-content section.wp-block-cover-image h2 a:active,
.hentry .entry-content section.wp-block-cover-image h2 a:focus,
.hentry .entry-content section.wp-block-cover-image h2 a:hover,
.editor-styles-wrapper .wp-block-cover-text a:active,
.editor-styles-wrapper .wp-block-cover-text a:focus,
.editor-styles-wrapper .wp-block-cover-text a:hover,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a:active,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a:focus,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a:hover,
.editor-styles-wrapper .wp-block-cover-image-text a:active,
.editor-styles-wrapper .wp-block-cover-image-text a:focus,
.editor-styles-wrapper .wp-block-cover-image-text a:hover,
.editor-styles-wrapper section.wp-block-cover-image h2 a:active,
.editor-styles-wrapper section.wp-block-cover-image h2 a:focus,
.editor-styles-wrapper section.wp-block-cover-image h2 a:hover {
  box-shadow: none;
  color: #fff;
}
body:not(.demus-content-has-sidebar):not(.elementor-page).single .hentry .entry-content .alignwide {
  margin-left: calc(25% - 25vw);
  width: calc(50vw + 50%);
  max-width: calc(50vw + 50%);
}
body:not(.demus-content-has-sidebar):not(.elementor-page).single .hentry .entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
body:not(.demus-content-has-sidebar):not(.elementor-page) .editor-styles-wrapper .alignwide {
  margin-left: calc(25% - 25vw);
  width: calc(50vw + 50%);
  max-width: calc(50vw + 50%);
}
body:not(.demus-content-has-sidebar):not(.elementor-page) .editor-styles-wrapper .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

.wp-block-cover-image {
  margin-bottom: 1em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-search .wp-block-search__button {
  border: none;
}
.wp-block-search .wp-block-search__label {
  display: none;
}

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
#colophon {
  position: relative;
  z-index: 10;
}

.site-footer .copyright-bar {
  background-color: var(--dark);
}
.site-footer .copyright-bar a {
  color: #fff;
  font-weight: 600;
}
.site-footer .copyright-bar a:hover {
  text-decoration: underline;
}
.site-footer .site-info {
  color: #fff;
  padding: 1.618em 0;
  text-align: center;
}

.scrollup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  font-size: 18px !important;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  transform: scale(0);
  border-radius: 50%;
  background: var(--primary);
  color: #fff !important;
  text-align: center;
  transition: all 500ms ease;
}
.scrollup:hover {
  background: var(--primary_hover);
}
.scrollup.active {
  transform: scale(1);
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.618em;
  margin-bottom: 1em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.618em;
  margin-bottom: 1em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none;
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 10px 0;
  font-weight: 600;
}
table td,
table th {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: 600;
}
table thead th {
  padding: 15px;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
  border: 1px solid;
  border-color: var(--border);
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 .content-wrap {
  text-align: center;
}
.error404 .site-main {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .error404 .site-main {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.error404 .site-main svg.image-404 {
  margin-bottom: 55px;
  max-width: 100%;
  height: auto;
}
.error404 .site-main .page-title {
  margin-bottom: 0;
}
.error404 .site-main .error-text {
  font-size: 20px;
  line-height: 24px;
  max-width: 480px;
  margin: 25px auto 40px;
}
.error404 .site-main .return-home {
  padding: 18px 40px;
  font-weight: 700;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.error404 .site-main .return-home svg {
  line-height: inherit;
  vertical-align: bottom;
  margin-left: 10px;
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  position: relative;
  margin-top: 40px;
}
.royate-content-has-sidebar #comments .title-comments {
  text-align: left;
}
#comments .comment-list-wrap {
  margin-bottom: 2.2906835em;
}
#comments .comment-form p {
  margin-bottom: 1em;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
  margin-bottom: 20px;
}
#comments .comment-form label[for=comment], #comments .comment-form label[for=author], #comments .comment-form label[for=email], #comments .comment-form label[for=url] {
  font-size: 14px;
  font-weight: 700;
  display: inherit;
  color: var(--accent);
}
#comments .comment-form .comment-notes, #comments .comment-form .logged-in-as, #comments .comment-form .comment-form-cookies-consent, #comments .comment-form .comment-form-comment {
  margin-bottom: 25px;
}
#comments .comment-form .comment-notes a, #comments .comment-form .logged-in-as a, #comments .comment-form .comment-form-cookies-consent a, #comments .comment-form .comment-form-comment a {
  text-decoration: underline;
  color: var(--text);
}
#comments .comment-form .comment-notes a:hover, #comments .comment-form .logged-in-as a:hover, #comments .comment-form .comment-form-cookies-consent a:hover, #comments .comment-form .comment-form-comment a:hover {
  color: var(--primary);
}
#comments .title-comments {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid;
  border-color: var(--border);
}
#comments .title-comments span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 3px solid;
  border-color: var(--primary);
  margin-bottom: -1px;
}
#comments #reply-title,
#comments .title-comment {
  color: var(--accent);
  margin-bottom: 25px;
}
#comments #reply-title {
  margin-bottom: 10px;
}
#comments .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-comment {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  order: 1;
  padding: 0 10px;
}
#comments .comment-form-cookies-consent {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .form-submit {
  order: 3;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  #comments .comment-list {
    margin: 0 -15px;
    overflow: hidden;
  }
}
#comments .comment-list .comment-body {
  min-height: 100px;
  padding: 20px 30px 20px 40px;
  border: 1px solid var(--border);
  margin-bottom: 30px;
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body::after {
  clear: both;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-body {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  #comments .comment-list .comment-body {
    padding: 20px;
  }
}
#comments .comment-list .trackback .comment-body, #comments .comment-list .pingback .comment-body {
  margin-left: 0;
}
#comments .comment-list .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  #comments .comment-list .comment-head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 30px;
  }
}
#comments .comment-list .comment-meta {
  position: relative;
}
#comments .comment-list .comment-meta .avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-meta .avatar {
    position: absolute;
    left: -110px;
    top: -19px;
  }
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--light);
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
#comments .comment-list .comment-meta a.comment-date:hover {
  color: var(--primary);
}
#comments .comment-list .comment-meta cite {
  color: var(--accent);
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#comments .comment-list .comment-meta cite a {
  color: var(--accent);
}
#comments .comment-list .comment-meta cite a:hover {
  color: var(--primary);
}
#comments .comment-list .reply {
  margin-top: 5px;
  text-transform: uppercase;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}
#comments .comment-list .reply::after {
  clear: both;
}
#comments .comment-list .reply a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 8px 15px;
  background-color: var(--primary);
}
#comments .comment-list .reply a:hover {
  background-color: var(--primary_hover);
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .reply a.comment-reply-link:before {
  content: "\e025";
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  line-height: inherit;
  vertical-align: top;
}
#comments .comment-list .reply a.comment-edit-link:before {
  content: "\e009";
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  line-height: inherit;
  vertical-align: top;
}
#comments .comment-list .children {
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #comments .comment-list .children {
    margin-left: 30px;
  }
}
#comments .comment-list #respond {
  padding: 1.41575em 1.618em 1em;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: var(--background2);
  border: 1px solid;
  border-color: var(--border);
  width: 100%;
  margin-right: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#commentform > p, #commentform .comment-form-rating {
  padding: 0 10px;
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

#respond {
  position: relative;
}
#respond .comment-form-comment label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 2;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .comment-form-cookies-consent label {
  font-size: 14px;
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond label {
  font-weight: 400;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 26px;
  text-align: center;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link::before {
  content: "\e032";
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  display: block;
}
#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}
#respond.loading {
  opacity: 0.8;
}
#respond.loading::after {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e029";
  animation: fa-spin 0.75s linear infinite;
}

@media (max-width: 767px) {
  #comments {
    padding-top: 40px;
    padding-bottom: 0;
  }
  #comments .comment-list .comment-body {
    margin-bottom: 20px;
  }
  #comments .comment-list .comment-content {
    padding-bottom: 10px;
  }
  #comments .comment-list .comment-meta {
    margin-bottom: 5px;
  }
  #comments .comment-list #reply-title {
    font-size: 18px;
  }

  .comment-list-wrap .comment-meta .avatar {
    display: none !important;
  }
  .comment-list-wrap + #respond {
    margin-top: 40px;
  }
}
/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  border: none;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 17px 40px;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
  opacity: 0.5;
  position: relative;
}
button.loading::before,
input[type=button].loading::before,
input[type=reset].loading::before,
input[type=submit].loading::before,
.button.loading::before {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e029" !important;
  animation: fa-spin 0.75s linear infinite;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  background: var(--primary_hover);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #616161;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 14px 30px;
  color: var(--text);
  border: 1px solid var(--border);
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  line-height: 24px;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: var(--text);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--primary);
}
.form-light input[type=text],
.form-light input[type=number],
.form-light input[type=email],
.form-light input[type=tel],
.form-light input[type=url],
.form-light input[type=password],
.form-light input[type=search],
.form-light textarea,
.form-light .input-text {
  color: #fff;
}
.form-light input[type=text]::placeholder,
.form-light input[type=number]::placeholder,
.form-light input[type=email]::placeholder,
.form-light input[type=tel]::placeholder,
.form-light input[type=url]::placeholder,
.form-light input[type=password]::placeholder,
.form-light input[type=search]::placeholder,
.form-light textarea::placeholder,
.form-light .input-text::placeholder {
  color: #fff;
}

.dark-mode input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(0.8);
}

select {
  padding: 0.63em 28px 0.63em 1.41575em;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  border: 1px solid var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border-radius: 0;
}
.dark-mode select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
  border-color: var(--border);
}
fieldset legend {
  font-weight: 600;
  color: var(--accent);
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-timepicker-standard {
  z-index: 99 !important;
}

/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41575em;
}
.gallery::before, .gallery::after {
  content: "";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid var(--border);
  padding: 0.5407911001em 0;
  font-size: 0.875em;
  color: var(--light);
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.site-main nav.navigation {
  clear: both;
}
.site-main nav.navigation::before, .site-main nav.navigation::after {
  content: "";
  display: table;
}
.site-main nav.navigation::after {
  clear: both;
}

nav.post-navigation {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  color: var(--accent);
  padding: 30px 0;
  position: relative;
}
nav.post-navigation .nav-previous a:hover .nav-content,
nav.post-navigation .nav-next a:hover .nav-content {
  color: var(--primary);
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: block;
  position: relative;
  font-size: 14px;
  color: var(--light);
}
nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
nav.post-navigation .nav-previous {
  float: left;
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  nav.post-navigation .nav-previous {
    padding-right: 20px;
    width: 50%;
    margin-bottom: 0;
  }
}
nav.post-navigation .nav-previous a {
  justify-content: flex-start;
}
nav.post-navigation .nav-previous a img {
  margin-right: 20px;
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  nav.post-navigation .nav-next {
    padding-left: 20px;
    width: 50%;
    margin-bottom: 0;
  }
}
nav.post-navigation .nav-next a {
  justify-content: flex-end;
}
nav.post-navigation .nav-next a img {
  margin-left: 20px;
}

.woocommerce-pagination,
.pagination {
  padding: 30px 0 10px;
}
.woocommerce-pagination ul.page-numbers::before, .woocommerce-pagination ul.page-numbers::after,
.pagination ul.page-numbers::before,
.pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.woocommerce-pagination ul.page-numbers::after,
.pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce-pagination .page-numbers,
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.woocommerce-pagination .page-numbers li,
.pagination .page-numbers li {
  display: inline-block;
  margin: 2px;
}
.woocommerce-pagination .page-numbers li .page-numbers,
.pagination .page-numbers li .page-numbers {
  text-align: center;
  font-weight: 400;
  color: var(--accent);
  text-decoration: none;
  width: 54px;
  height: 42px;
  line-height: 42px;
  transition: all ease 0.25s;
  padding: 0 15px;
  background: #EFEFED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li .page-numbers i,
.pagination .page-numbers li .page-numbers i {
  line-height: 42px;
  vertical-align: baseline;
  font-size: 16px;
  display: inline;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers.current,
.pagination .page-numbers li .page-numbers:hover,
.pagination .page-numbers li .page-numbers.current {
  color: #fff;
  background: var(--primary);
}
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.prev {
  width: auto;
}
.woocommerce-pagination .page-numbers li .page-numbers.prev span,
.pagination .page-numbers li .page-numbers.prev span {
  margin-left: 8px;
}
.woocommerce-pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.next {
  width: auto;
}
.woocommerce-pagination .page-numbers li .page-numbers.next span,
.pagination .page-numbers li .page-numbers.next span {
  margin-right: 8px;
}

.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev,
.rtl .pagination a.next,
.rtl .pagination a.prev {
  transform: rotateY(180deg);
}

.post-nav-links {
  padding-top: 40px;
}
.post-nav-links > * {
  box-sizing: content-box;
  min-width: 34px;
  min-height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: var(--accent);
}
.post-nav-links > *:hover {
  background-color: var(--primary);
  color: #fff;
}
.post-nav-links > *.current {
  background-color: var(--primary);
  color: #fff;
}

.page-links {
  padding-top: 20px;
}
.page-links > *,
.page-links a {
  box-sizing: content-box;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  color: var(--accent) !important;
  background-color: var(--border);
  border-radius: 0;
}
.page-links > *:hover,
.page-links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}
.page-links > *.current,
.page-links a.current {
  background-color: var(--primary);
  color: #fff !important;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  #secondary {
    display: none;
  }
}
#secondary .widget {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--border);
  box-sizing: border-box;
  position: relative;
}
#secondary .widget:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#secondary .widget .wp-block-group__inner-container > h2,
#secondary .widget .widget-title,
#secondary .widget .widgettitle {
  margin-bottom: 20px;
}
#secondary .widget.widget_product_search, #secondary .widget.widget_search {
  padding: 0;
  border: none;
}
#secondary .widget.widget_product_search .wp-block-group__inner-container > h2,
#secondary .widget.widget_product_search .widget-title,
#secondary .widget.widget_product_search .widgettitle, #secondary .widget.widget_search .wp-block-group__inner-container > h2,
#secondary .widget.widget_search .widget-title,
#secondary .widget.widget_search .widgettitle {
  display: none;
}
#secondary .widget ul {
  margin-bottom: 0;
}
#secondary .widget .wp-calendar-table {
  background: #fff;
}
#secondary .widget .wp-calendar-table caption {
  background-color: var(--dark);
  color: #fff;
}
#secondary .widget_block ul > li > a {
  color: var(--accent);
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
#secondary .widget_block ul > li > a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
#secondary .widget_block ul > li > a:hover {
  color: var(--primary_hover);
}

.widget select {
  margin-bottom: 1em;
  max-width: 100%;
}
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  color: var(--accent);
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.widget .count,
.widget [class*=-count] {
  color: var(--light);
  float: right;
}
.widget .count:before,
.widget [class*=-count]:before {
  content: "\28";
}
.widget .count:after,
.widget [class*=-count]:after {
  content: "\29";
}
.widget.widget_media_gallery .gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.widget.widget_media_gallery .gallery-item {
  padding: 5px;
}
.widget.widget_recent_entries li {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 20px;
  align-items: center;
}
.widget.widget_recent_entries li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
}
.widget.widget_recent_entries .recent-posts-thumbnail a {
  display: block;
}
.widget.widget_recent_entries .recent-posts-thumbnail img {
  margin-right: 12px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
}
.widget.widget_recent_entries .post-title {
  display: block;
  color: var(--accent);
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 0.5407911001em;
  font-weight: 500;
}
.widget.widget_recent_entries .post-title:hover {
  color: var(--primary);
}
.widget.widget_recent_entries .post-title span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget.widget_recent_entries .post-date,
.widget.widget_recent_entries .post-comments {
  color: var(--light);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.widget ul,
.widget ol {
  list-style: none;
  margin-left: 0;
}
.widget ul.no-style,
.widget ol.no-style {
  margin-left: 0;
}
.widget ul li,
.widget ol li {
  list-style: none;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.widget ul ul,
.widget ol ul {
  margin-top: 1em;
  margin-left: 18px;
}
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget.widget_rss .rsswidget {
  display: inline-block;
  color: var(--accent);
}
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--light);
}
.widget.widget_rss cite {
  text-decoration: underline;
}
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget.widget_rss li a.rsswidget {
  font-weight: 600;
  line-height: 1.41575em;
}

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41575em;
  border-color: var(--border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--primary);
}

.widget.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  font-size: 16px !important;
  line-height: 30px;
  display: inline-block;
  color: var(--text);
  margin-right: 5px;
}
.widget.widget_tag_cloud .tagcloud a:last-child, .widget_product_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}
.widget.widget_tag_cloud .tagcloud a:not(:last-child):after, .widget_product_tag_cloud .tagcloud a:not(:last-child):after {
  content: "\b7";
  margin-left: 5px;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
  color: var(--accent);
}

.widget-area .widget a.button {
  font-weight: 500 !important;
}

.widget_search {
  padding: 0;
  border: 0;
}

.widget_search form,
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.widget_product_search form::before {
  font-size: 16px;
  color: var(--accent);
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06e";
  pointer-events: none;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 4;
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  border: none;
  width: 100%;
  line-height: 1;
  padding: 1em 1.5em;
  padding-right: 86px;
  flex: 1;
  background-color: #f7f7f7;
}
.widget_search form input[type=text]:focus,
.widget_search form input[type=search]:focus,
.widget_product_search form input[type=text]:focus,
.widget_product_search form input[type=search]:focus {
  border-color: var(--primary);
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 86px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  padding: 0;
}

.site-search form {
  margin-bottom: 0;
}

.widget_archive li a,
.widget_categories li a {
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  color: var(--accent);
}
.widget_archive li a:hover,
.widget_categories li a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
.widget_archive li a:hover,
.widget_categories li a:hover {
  color: var(--primary_hover);
}
.widget_archive select,
.widget_categories select {
  margin-bottom: 0;
}

.widget_categories form,
.widget_text form {
  margin: 0;
}
.widget_categories p,
.widget_text p {
  margin: 0;
}

.wp-block-archives-list ul li,
.widget_product_brands ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_meta ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
.wp-block-archives-list ul li > a,
.widget_product_brands ul li > a,
.widget_recent_entries ul li > a,
.widget_pages ul li > a,
.widget_categories ul li > a,
.widget_archive ul li > a,
.widget_recent_comments ul li > a,
.widget_nav_menu ul li > a,
.widget_links ul li > a,
.widget_product_categories ul li > a,
.widget_layered_nav ul li > a,
.widget_meta ul li > a,
.widget_layered_nav_filters ul li > a {
  color: var(--accent);
}
.wp-block-archives-list ul li > a:hover,
.widget_product_brands ul li > a:hover,
.widget_recent_entries ul li > a:hover,
.widget_pages ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_archive ul li > a:hover,
.widget_recent_comments ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_links ul li > a:hover,
.widget_product_categories ul li > a:hover,
.widget_layered_nav ul li > a:hover,
.widget_meta ul li > a:hover,
.widget_layered_nav_filters ul li > a:hover {
  color: var(--primary_hover);
}
.wp-block-archives-list ul .children,
.widget_product_brands ul .children,
.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_meta ul .children,
.widget_layered_nav_filters ul .children {
  margin-top: 10px;
}

.widget_layered_nav ul li,
.widget_product_brands ul li,
.widget_layered_nav_filters ul li {
  position: relative;
}
.widget_layered_nav ul li:before,
.widget_product_brands ul li:before,
.widget_layered_nav_filters ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid var(--border);
  margin-bottom: -1px;
}
.widget_layered_nav .current-cat-parent::after, .widget_layered_nav .chosen::after, .widget_layered_nav .current-cat::after,
.widget_product_brands .current-cat-parent::after,
.widget_product_brands .chosen::after,
.widget_product_brands .current-cat::after,
.widget_layered_nav_filters .current-cat-parent::after,
.widget_layered_nav_filters .chosen::after,
.widget_layered_nav_filters .current-cat::after {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e004";
  color: var(--primary) !important;
  position: absolute;
  top: 4px;
  left: 2px;
}
.widget_layered_nav .current-cat-parent:before, .widget_layered_nav .chosen:before, .widget_layered_nav .current-cat:before,
.widget_product_brands .current-cat-parent:before,
.widget_product_brands .chosen:before,
.widget_product_brands .current-cat:before,
.widget_layered_nav_filters .current-cat-parent:before,
.widget_layered_nav_filters .chosen:before,
.widget_layered_nav_filters .current-cat:before {
  border-color: var(--primary);
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}
.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
  background: var(--primary);
  color: #fff;
}

.widget_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 0;
}

.demus-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.demus-canvas-filter a:not(.button):hover,
.widget-area a:not(.button):hover {
  color: var(--primary);
}

.widget_calendar table th, .widget_calendar table td, .wp-block-calendar table th, .wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--border);
}
.widget_calendar table th, .wp-block-calendar table th {
  background: var(--background2);
  color: var(--accent);
}

.widget_categories .w-custom li a {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
}
.widget_categories .w-custom li a:hover {
  color: var(--primary);
}

/*--------------------------------------------------------------
16.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

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

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

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.transition-base {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*--------------------------------------------------------------
17.1 Tooltipster
--------------------------------------------------------------*/
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  /*overflow:auto;*/
  border-color: black;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: -2px;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: -2px;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: -2px;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -2px;
  height: 10px;
  margin-left: -9px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.demus-product-tooltipster {
  display: block !important;
}
.demus-product-tooltipster .tooltipster-content {
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  font-size: 13px;
}
.demus-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000;
}
.demus-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px);
}
.demus-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
}

/*--------------------------------------------------------------
18.0 Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  background-color: transparent !important;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: var(--accent);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent !important;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.contactform-content,
.mailchimp-content {
  position: relative;
  width: auto;
  margin: 20px auto;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Styles for dialog window */
#view-360 {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  background-color: transparent !important;
  padding: 5px;
  width: auto;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  color: var(--primary);
  background-color: transparent;
}

.side-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 400px;
  background-color: var(--background);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 9999999;
  transform: translate3d(400px, 0, 0);
}
@media (min-width: 1024px) {
  .side-wrap {
    width: 440px;
    transform: translate3d(440px, 0, 0);
  }
}
.side-wrap .side-heading {
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: flex-end;
  line-height: 1;
  margin-bottom: 15px;
}
.side-wrap .side-title {
  flex: 1 1 auto;
  font-size: 22px;
  color: var(--accent);
  font-weight: 700;
  padding: 20px 30px;
  background: var(--background2);
  display: block;
  font-family: "Sen", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.side-wrap.active {
  transform: none;
}
.side-wrap.active + .side-overlay {
  visibility: visible;
  opacity: 1;
}

.close-side {
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 13px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.close-side:before, .close-side:after {
  content: "\20";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background-color: var(--accent);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.close-side:before {
  transform: rotate(45deg);
}
.close-side:hover:before, .close-side:hover:after {
  transform: rotate(0);
}

.side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.site-wishlist-side .wishlist-side-wrap-content {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 30px;
}
.site-wishlist-side .wishlist-side-wrap-content .woosw-content-item--image img {
  border: 2px dashed var(--border);
}
.site-wishlist-side .demus-wishlist-content-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
.site-wishlist-side .demus-wishlist-content-scroll .demus-wishlist-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
}
.site-wishlist-side .demus-wishlist-bottom {
  padding-top: 3em;
  margin: 0;
}
.site-wishlist-side .demus-wishlist-bottom a.button {
  display: block;
  text-align: center;
}
.site-wishlist-side .woosw-items .woosw-item--actions {
  display: none;
}
.site-wishlist-side .woosw-popup-content-bot,
.site-wishlist-side .woosw-popup-content-top {
  display: none;
}

#woosw-area {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0;
  color: var(--light);
}

.demus-wishlist-content.loadding {
  position: relative;
}
.demus-wishlist-content.loadding::after {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e029" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.demus-wishlist-content .woosw-items .woosw-item {
  margin-bottom: 40px;
}
.demus-wishlist-content .woosw-items .woosw-item .woosw-item-inner {
  display: flex;
}
.demus-wishlist-content .woosw-items div.woosw-item--remove {
  order: 4;
  padding-left: 10px;
}
.demus-wishlist-content .woosw-items div.woosw-item--remove span {
  cursor: pointer;
  position: relative;
}
.demus-wishlist-content .woosw-items div.woosw-item--remove span:before {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 18px;
  margin-top: -6px;
}
.demus-wishlist-content .woosw-items div.woosw-item--remove span:hover {
  color: red;
}
.demus-wishlist-content .woosw-items div.woosw-item--remove span.removing:before {
  opacity: 0;
}
.demus-wishlist-content .woosw-items div.woosw-item--remove span.removing::after {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e029" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.demus-wishlist-content .woosw-items div.woosw-item--image {
  padding-right: 1em;
}
.demus-wishlist-content .woosw-items div.woosw-item--image img {
  max-width: 90px;
  border: 1px solid var(--primary);
  border-radius: 15px;
}
.demus-wishlist-content .woosw-items div.woosw-item--info {
  flex: 1 1 auto;
}
.demus-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 22px;
}
.demus-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name a {
  color: var(--accent);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.demus-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name a:hover {
  color: var(--primary);
}
.demus-wishlist-content .woosw-items div.woosw-item--info .woosw-item--price {
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 3px;
}
.demus-wishlist-content .woosw-items div.woosw-item--info .woosw-item--time {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.site-account-side .side-account-form-wrap {
  padding: 20px 30px 10px;
  height: 100%;
}
.site-account-side ul.account-dashboard {
  list-style: none;
  margin-left: 10px;
}
.site-account-side ul.account-dashboard li {
  margin-bottom: 10px;
}
.site-account-side ul.account-dashboard li a {
  color: var(--accent);
}
.site-account-side ul.account-dashboard li a:hover {
  color: var(--primary);
}
.site-account-side .box-content {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.site-account-side .box-content .img-label {
  display: none;
  margin: 0 auto 30px;
}
.site-account-side .box-content .form-lost-password,
.site-account-side .box-content .form-login,
.site-account-side .box-content .form-register {
  transition: all 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.site-account-side .box-content .form-lost-password,
.site-account-side .box-content .form-register {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100%;
}
.site-account-side .box-content .form-lost-password.active,
.site-account-side .box-content .form-register.active {
  transform: translateX(0);
}
.site-account-side .box-content .form-lost-password form,
.site-account-side .box-content .form-register form {
  margin-bottom: 10px;
}
.site-account-side .box-content .form-lost-password form > p:last-child,
.site-account-side .box-content .form-register form > p:last-child {
  margin-bottom: 0;
}
.site-account-side .box-content .form-lost-password .login-link,
.site-account-side .box-content .form-register .login-link {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
}
.site-account-side .box-content .form-lost-password .login-link:hover,
.site-account-side .box-content .form-register .login-link:hover {
  text-decoration: underline;
}
.site-account-side .box-content .form-lost-password p:first-of-type {
  padding: 20px;
  background: var(--background2);
  font-size: 14px;
}
.site-account-side .box-content .form-lost-password .woocommerce-Button,
.site-account-side .box-content .form-lost-password p {
  width: 100% !important;
  display: block;
}
.site-account-side .box-content .form-register .woocommerce-privacy-policy-text {
  font-size: 14px;
  background: var(--background2);
  padding: 20px;
  margin-bottom: 15px;
}
.site-account-side .box-content .form-login {
  transform: translateX(-100%);
}
.site-account-side .box-content .form-login.active {
  transform: translateX(0);
}
.site-account-side form.demus-login-form-ajax {
  margin-bottom: 5px;
}
.site-account-side form.demus-login-form-ajax label {
  display: block;
  margin-bottom: 15px;
}
.site-account-side form.demus-login-form-ajax input {
  width: 100%;
}
.site-account-side form.demus-login-form-ajax input[type=text], .site-account-side form.demus-login-form-ajax input[type=password] {
  border: 0;
  border-bottom: 1px solid var(--accent);
}
.dark-mode .site-account-side form.demus-login-form-ajax input[type=text], .dark-mode .site-account-side form.demus-login-form-ajax input[type=password] {
  border-bottom-color: var(--border);
}
.site-account-side form.demus-login-form-ajax .label {
  color: var(--accent);
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.site-account-side form.demus-login-form-ajax button[type=submit] {
  display: block;
  width: 100%;
  margin-top: 23px;
}
.site-account-side form.demus-login-form-ajax.loadding {
  position: relative;
}
.site-account-side form.demus-login-form-ajax.loadding::after {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e029" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.site-account-side .login-form-bottom {
  border-top: 2px dashed;
  border-color: var(--border);
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
}
.site-account-side .login-form-bottom a:hover {
  text-decoration: underline;
}
.site-account-side a.lostpass-link {
  color: var(--accent);
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.site-account-side .result-error {
  padding: 0 10px;
  font-size: 14px;
  border-left: 4px solid #E0B252;
  margin-bottom: 15px;
  font-style: italic;
  background: #ebebeb;
  border-radius: 3px;
}
.site-account-side .register-link {
  font-weight: 600;
}

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
@font-face {
  font-family: "demus-icon";
  src: url("./assets/fonts/demus-icon.eot?zmkabw");
  src: url("./assets/fonts/demus-icon.eot?zmkabw#iefix") format("eot"), url("./assets/fonts/demus-icon.woff2?zmkabw") format("woff2"), url("./assets/fonts/demus-icon.woff?zmkabw") format("woff"), url("./assets/fonts/demus-icon.ttf?zmkabw") format("truetype"), url("./assets/fonts/demus-icon.svg?zmkabw#demus-icon") format("svg");
}
[class*=demus-icon-] {
  font-family: "demus-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.demus-icon-360:before {
  content: "\e001";
}

.demus-icon-calendar:before {
  content: "\e002";
}

.demus-icon-cart-empty:before {
  content: "\e003";
}

.demus-icon-check:before {
  content: "\e004";
}

.demus-icon-cloud-download-alt:before {
  content: "\e005";
}

.demus-icon-comment:before {
  content: "\e006";
}

.demus-icon-comments:before {
  content: "\e007";
}

.demus-icon-credit-card:before {
  content: "\e008";
}

.demus-icon-edit:before {
  content: "\e009";
}

.demus-icon-envelope:before {
  content: "\e00a";
}

.demus-icon-expand-alt:before {
  content: "\e00b";
}

.demus-icon-expand-arrows:before {
  content: "\e00c";
}

.demus-icon-external-link-alt:before {
  content: "\e00d";
}

.demus-icon-facebook:before {
  content: "\e00e";
}

.demus-icon-file-alt:before {
  content: "\e00f";
}

.demus-icon-file-archive:before {
  content: "\e010";
}

.demus-icon-folder-open:before {
  content: "\e011";
}

.demus-icon-folder:before {
  content: "\e012";
}

.demus-icon-frown:before {
  content: "\e013";
}

.demus-icon-gift:before {
  content: "\e014";
}

.demus-icon-google-plus:before {
  content: "\e015";
}

.demus-icon-grid:before {
  content: "\e016";
}

.demus-icon-history:before {
  content: "\e017";
}

.demus-icon-home:before {
  content: "\e018";
}

.demus-icon-info-circle:before {
  content: "\e019";
}

.demus-icon-instagram:before {
  content: "\e01a";
}

.demus-icon-linkedin:before {
  content: "\e01b";
}

.demus-icon-list:before {
  content: "\e01c";
}

.demus-icon-map-marker-check:before {
  content: "\e01d";
}

.demus-icon-meh:before {
  content: "\e01e";
}

.demus-icon-money-bill:before {
  content: "\e01f";
}

.demus-icon-moon:before {
  content: "\e020";
}

.demus-icon-pencil-alt:before {
  content: "\e021";
}

.demus-icon-pinterest-p:before {
  content: "\e022";
}

.demus-icon-random:before {
  content: "\e023";
}

.demus-icon-reply-all:before {
  content: "\e024";
}

.demus-icon-reply:before {
  content: "\e025";
}

.demus-icon-router:before {
  content: "\e026";
}

.demus-icon-sign-out-alt:before {
  content: "\e027";
}

.demus-icon-smile:before {
  content: "\e028";
}

.demus-icon-spinner:before {
  content: "\e029";
}

.demus-icon-square:before {
  content: "\e02a";
}

.demus-icon-star:before {
  content: "\e02b";
}

.demus-icon-store:before {
  content: "\e02c";
}

.demus-icon-sun:before {
  content: "\e02d";
}

.demus-icon-sync:before {
  content: "\e02e";
}

.demus-icon-tachometer-alt:before {
  content: "\e02f";
}

.demus-icon-tag:before {
  content: "\e030";
}

.demus-icon-thumbtack:before {
  content: "\e031";
}

.demus-icon-times-circle:before {
  content: "\e032";
}

.demus-icon-times:before {
  content: "\e033";
}

.demus-icon-truck:before {
  content: "\e034";
}

.demus-icon-twitter:before {
  content: "\e035";
}

.demus-icon-video:before {
  content: "\e036";
}

.demus-icon-add:before {
  content: "\e037";
}

.demus-icon-angle-down:before {
  content: "\e038";
}

.demus-icon-angle-left:before {
  content: "\e039";
}

.demus-icon-angle-right:before {
  content: "\e03a";
}

.demus-icon-angle-up:before {
  content: "\e03b";
}

.demus-icon-arrow-down:before {
  content: "\e03c";
}

.demus-icon-arrow-left:before {
  content: "\e03d";
}

.demus-icon-arrow-long:before {
  content: "\e03e";
}

.demus-icon-arrow-right:before {
  content: "\e03f";
}

.demus-icon-arrow-up:before {
  content: "\e040";
}

.demus-icon-bars:before {
  content: "\e041";
}

.demus-icon-board:before {
  content: "\e042";
}

.demus-icon-cicsplex:before {
  content: "\e043";
}

.demus-icon-clock:before {
  content: "\e044";
}

.demus-icon-currency-exchange:before {
  content: "\e045";
}

.demus-icon-date:before {
  content: "\e046";
}

.demus-icon-discount-shape:before {
  content: "\e047";
}

.demus-icon-document-text:before {
  content: "\e048";
}

.demus-icon-envelope-open-dollar:before {
  content: "\e049";
}

.demus-icon-eye-off:before {
  content: "\e04a";
}

.demus-icon-eye:before {
  content: "\e04b";
}

.demus-icon-filter-alt:before {
  content: "\e04c";
}

.demus-icon-filter-search:before {
  content: "\e04d";
}

.demus-icon-globe:before {
  content: "\e04e";
}

.demus-icon-hangers:before {
  content: "\e04f";
}

.demus-icon-headphone:before {
  content: "\e050";
}

.demus-icon-heart:before {
  content: "\e051";
}

.demus-icon-home-pin:before {
  content: "\e052";
}

.demus-icon-import:before {
  content: "\e053";
}

.demus-icon-layers:before {
  content: "\e054";
}

.demus-icon-layout:before {
  content: "\e055";
}

.demus-icon-link-alt:before {
  content: "\e056";
}

.demus-icon-link:before {
  content: "\e057";
}

.demus-icon-local-shipping:before {
  content: "\e058";
}

.demus-icon-location-tick:before {
  content: "\e059";
}

.demus-icon-location:before {
  content: "\e05a";
}

.demus-icon-logout:before {
  content: "\e05b";
}

.demus-icon-map-marker-alt:before {
  content: "\e05c";
}

.demus-icon-medal-star:before {
  content: "\e05d";
}

.demus-icon-menu-right-1:before {
  content: "\e05e";
}

.demus-icon-messages-2:before {
  content: "\e05f";
}

.demus-icon-minimize:before {
  content: "\e060";
}

.demus-icon-minus-square:before {
  content: "\e061";
}

.demus-icon-minus:before {
  content: "\e062";
}

.demus-icon-money-check-alt:before {
  content: "\e063";
}

.demus-icon-note:before {
  content: "\e064";
}

.demus-icon-package:before {
  content: "\e065";
}

.demus-icon-percentage-circle:before {
  content: "\e066";
}

.demus-icon-phone-in-talk:before {
  content: "\e067";
}

.demus-icon-play:before {
  content: "\e068";
}

.demus-icon-plus:before {
  content: "\e069";
}

.demus-icon-purchase:before {
  content: "\e06a";
}

.demus-icon-quote:before {
  content: "\e06b";
}

.demus-icon-ruler:before {
  content: "\e06c";
}

.demus-icon-sanitizer:before {
  content: "\e06d";
}

.demus-icon-search-2:before {
  content: "\e06e";
}

.demus-icon-search:before {
  content: "\e06f";
}

.demus-icon-shield:before {
  content: "\e070";
}

.demus-icon-shipping-fast:before {
  content: "\e071";
}

.demus-icon-shipping:before {
  content: "\e072";
}

.demus-icon-shopping-cart:before {
  content: "\e073";
}

.demus-icon-sick:before {
  content: "\e074";
}

.demus-icon-sms-notification:before {
  content: "\e075";
}

.demus-icon-square-check:before {
  content: "\e076";
}

.demus-icon-star-sharp:before {
  content: "\e077";
}

.demus-icon-support-agent:before {
  content: "\e078";
}

.demus-icon-support:before {
  content: "\e079";
}

.demus-icon-table:before {
  content: "\e07a";
}

.demus-icon-tag-2:before {
  content: "\e07b";
}

.demus-icon-text-block:before {
  content: "\e07c";
}

.demus-icon-three-rows:before {
  content: "\e07d";
}

.demus-icon-timer:before {
  content: "\e07e";
}

.demus-icon-top-down-2:before {
  content: "\e07f";
}

.demus-icon-top-down:before {
  content: "\e080";
}

.demus-icon-trash:before {
  content: "\e081";
}

.demus-icon-two-columns:before {
  content: "\e082";
}

.demus-icon-two-rows:before {
  content: "\e083";
}

.demus-icon-user:before {
  content: "\e084";
}

.demus-icon-window:before {
  content: "\e085";
}

/*# sourceMappingURL=style.css.map */
