@charset "UTF-8";
/*!
Theme Name:   Wpopal
Theme URI:    https://demo2.wpopal.com/wpopal/
Author:       Duc Pham (Opal Team)
Author URI:   https://www.wpopal.com/
Description:  Wpopal is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      1.7.2
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  wpopal
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/* ===== Start Customizer Color ===== */
/* ===== End Customizer Color ===== */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
	2.4 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 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------*/
@font-face {
  font-family: 'Neutral Sans';
  src: url("assets/fonts/new/NeutralSansVF.woff2") format("woff2"), url("assets/fonts/new/NeutralSansVF.woff") format("woff"), url("assets/fonts/new/NeutralSansVF.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap; }

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

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

/**
 * 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, .site-header .button-link,
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, .site-header .button-link {
  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, .site-header .button-link,
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, .site-header .button-link,
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], .site-header .button-link[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .site-header .button-link::-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; }

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --primary: #FB5335;
  --primary_hover: #FB5335FF;
  --text: #454545;
  --text_light: #8D8D8D;
  --border: #DEDEDE;
  --accent: #000000;
  --background: #F8F5ED;
  --white: #ffffff;
  --dark: #000000;
  --container: 1440px;
  --gutter-width: 30px; }

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

::selection {
  background: #FB5335;
  color: #fff; }

body, button, .site-header .button-link,
input,
textarea {
  color: #454545;
  font-family: "Neutral Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407911001em;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1; }

h1,
.alpha {
  font-size: clamp(64px, 4.16vmax, 80px); }

h2,
.beta,
.edd-single-header h1.heading-title,
#edd_checkout_wrap .edd_empty_cart {
  font-size: clamp(50px, 3.33vmax, 64px); }

h3,
.gamma {
  font-size: clamp(36px, 2.6vmax, 50px); }

h4,
.delta,
.sidebar-box-top .edd_price,
.sidebar-box-top .edd_price_free {
  font-size: clamp(26px, 1.8vmax, 36px); }

h5,
.omega {
  font-size: 26px;
  line-height: 1; }

h6,
.sigma {
  font-size: 20px;
  line-height: 1; }

.alpha,
.beta,
.edd-single-header h1.heading-title,
#edd_checkout_wrap .edd_empty_cart,
.gamma,
.delta,
.sidebar-box-top .edd_price,
.sidebar-box-top .edd_price_free {
  display: block; }

.text_large, .edd-single-header span.sub-title {
  font-size: 20px;
  line-height: 1.4; }

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: 1.41575em; }

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

p {
  margin: 0 0 1em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 0 1.618em; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  padding: 1em 30px 1em 100px;
  margin: 2.2906835em 0;
  font-style: normal;
  position: relative;
  font-size: 1.285em;
  color: #000000; }
  blockquote:before {
    color: #FB5335;
    position: absolute;
    left: 30px;
    font-size: 40px;
    top: 30px; }
  blockquote p:first-child {
    margin-top: 1.41575em; }

address {
  margin: 0 0 1.41575em; }

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%;
  display: block; }

a {
  transition: all ease 0.3s;
  color: #FB5335;
  text-decoration: none; }
  a:hover {
    color: #f82a05; }

:focus {
  outline: none; }

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

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5; }

.site {
  overflow-x: hidden; }

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

.wpopal-layout-boxed #page {
  background-color: #ffffff; }

.entry-title {
  font-size: 20px;
  line-height: 1.1; }
  .entry-title a {
    color: #000000; }
    .entry-title a:hover {
      color: #f82a05; }

.bg-primary {
  background-color: #FB5335; }

.shape-primary .elementor-shape-fill {
  fill: #FB5335; }

.color-primary {
  color: #FB5335; }

.outline-primary {
  outline-color: #FB5335; }

.bd-primary {
  border-color: #FB5335; }

.bd-t-primary {
  border-top-color: #FB5335; }

.bd-b-primary {
  border-bottom-color: #FB5335; }

.bd-r-primary {
  border-right-color: #FB5335; }

.bd-l-primary {
  border-left-color: #FB5335; }

.bg-primary_hover {
  background-color: #f82a05; }

.shape-primary_hover .elementor-shape-fill {
  fill: #f82a05; }

.color-primary_hover {
  color: #f82a05; }

.outline-primary_hover {
  outline-color: #f82a05; }

.bd-primary_hover {
  border-color: #f82a05; }

.bd-t-primary_hover {
  border-top-color: #f82a05; }

.bd-b-primary_hover {
  border-bottom-color: #f82a05; }

.bd-r-primary_hover {
  border-right-color: #f82a05; }

.bd-l-primary_hover {
  border-left-color: #f82a05; }

.bg-body {
  background-color: #454545; }

.shape-body .elementor-shape-fill {
  fill: #454545; }

.color-body {
  color: #454545; }

.outline-body {
  outline-color: #454545; }

.bd-body {
  border-color: #454545; }

.bd-t-body {
  border-top-color: #454545; }

.bd-b-body {
  border-bottom-color: #454545; }

.bd-r-body {
  border-right-color: #454545; }

.bd-l-body {
  border-left-color: #454545; }

.bg-heading {
  background-color: #000000; }

.shape-heading .elementor-shape-fill {
  fill: #000000; }

.color-heading {
  color: #000000; }

.outline-heading {
  outline-color: #000000; }

.bd-heading {
  border-color: #000000; }

.bd-t-heading {
  border-top-color: #000000; }

.bd-b-heading {
  border-bottom-color: #000000; }

.bd-r-heading {
  border-right-color: #000000; }

.bd-l-heading {
  border-left-color: #000000; }

.bg-light {
  background-color: #888; }

.shape-light .elementor-shape-fill {
  fill: #888; }

.color-light {
  color: #888; }

.outline-light {
  outline-color: #888; }

.bd-light {
  border-color: #888; }

.bd-t-light {
  border-top-color: #888; }

.bd-b-light {
  border-bottom-color: #888; }

.bd-r-light {
  border-right-color: #888; }

.bd-l-light {
  border-left-color: #888; }

.bg-dark {
  background-color: #1A1A1A; }

.shape-dark .elementor-shape-fill {
  fill: #1A1A1A; }

.color-dark {
  color: #1A1A1A; }

.outline-dark {
  outline-color: #1A1A1A; }

.bd-dark {
  border-color: #1A1A1A; }

.bd-t-dark {
  border-top-color: #1A1A1A; }

.bd-b-dark {
  border-bottom-color: #1A1A1A; }

.bd-r-dark {
  border-right-color: #1A1A1A; }

.bd-l-dark {
  border-left-color: #1A1A1A; }

.bg-border {
  background-color: #ebebeb; }

.shape-border .elementor-shape-fill {
  fill: #ebebeb; }

.color-border {
  color: #ebebeb; }

.outline-border {
  outline-color: #ebebeb; }

.bd-border {
  border-color: #ebebeb; }

.bd-t-border {
  border-top-color: #ebebeb; }

.bd-b-border {
  border-bottom-color: #ebebeb; }

.bd-r-border {
  border-right-color: #ebebeb; }

.bd-l-border {
  border-left-color: #ebebeb; }

.bg-background {
  background-color: #ffffff; }

.shape-background .elementor-shape-fill {
  fill: #ffffff; }

.color-background {
  color: #ffffff; }

.outline-background {
  outline-color: #ffffff; }

.bd-background {
  border-color: #ffffff; }

.bd-t-background {
  border-top-color: #ffffff; }

.bd-b-background {
  border-bottom-color: #ffffff; }

.bd-r-background {
  border-right-color: #ffffff; }

.bd-l-background {
  border-left-color: #ffffff; }

.bg-background2 {
  background-color: #f6f6f6; }

.shape-background2 .elementor-shape-fill {
  fill: #f6f6f6; }

.color-background2 {
  color: #f6f6f6; }

.outline-background2 {
  outline-color: #f6f6f6; }

.bd-background2 {
  border-color: #f6f6f6; }

.bd-t-background2 {
  border-top-color: #f6f6f6; }

.bd-b-background2 {
  border-bottom-color: #f6f6f6; }

.bd-r-background2 {
  border-right-color: #f6f6f6; }

.bd-l-background2 {
  border-left-color: #f6f6f6; }

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

/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-fluid {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1440px) {
    .col-fluid {
      padding-left: 30px;
      padding-right: 30px; } }

.col-full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .col-full::before, .col-full::after {
    content: '';
    display: table; }
  .col-full::after {
    clear: both; }
  .col-full:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) and (max-width: 1440px) {
    .col-full {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }
  .col-full [data-elementor-type=wp-page] {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%); }

[data-elementor-columns] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  [data-elementor-columns] .column-item {
    padding-left: 15px;
    padding-right: 15px; }

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

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

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

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

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

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

@media (min-width: 768px) {
  [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%; }
  [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%; }
  [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%; }
  [data-elementor-columns-tablet="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%; }
  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

@media (min-width: 1024px) {
  [data-elementor-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%; }
  [data-elementor-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%; }
  [data-elementor-columns="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  [data-elementor-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%; }
  [data-elementor-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%; }
  [data-elementor-columns="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

[class*=" grid-columns-"], [class^="grid-columns-"] {
  grid-gap: var(--gutter-width); }

.grid-columns-1 {
  grid-template-columns: repeat(1, 1fr); }

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.grid-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

@media (min-width: 768px) {
  .grid-columns-tablet-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-columns-tablet-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-columns-tablet-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-columns-tablet-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-columns-tablet-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-columns-tablet-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media (min-width: 1024px) {
  .grid-columns-desktop-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-columns-desktop-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-columns-desktop-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-columns-desktop-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-columns-desktop-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-columns-desktop-6 {
    grid-template-columns: repeat(6, 1fr); } }

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1440px; }
  @media (min-width: 768px) and (max-width: 1440px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
      width: auto; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

[class*=" column-"], [class^="column-"] {
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .column-desktop-12 {
    flex: 0 0 100%;
    max-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 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .site-header:after {
    content: '';
    width: 1177px;
    height: 657px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("./assets/images/decor_entire.svg");
    background-repeat: no-repeat;
    z-index: -2;
    pointer-events: none; }
  .site-header .site-logo-anchor,
  .site-header .site-logo-link,
  .site-header .custom-logo-link {
    display: block;
    margin-bottom: 0; }
  .site-header .menu-mobile-nav-button {
    flex: 1; }
  .site-header .header-top {
    background: linear-gradient(90.66deg, #9FBBEF 35.41%, #FB5335 82.39%);
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px; }
    .site-header .header-top p {
      margin-bottom: 0; }
    .site-header .header-top a {
      font-weight: 700;
      color: #fff;
      text-decoration: underline; }
  .site-header .header-left {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1023px) {
      .site-header .header-left {
        flex: 1; } }
  .site-header .header-right {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end; }

.archive.post-type-archive-download .site-header:after, .archive.tax-download_category .site-header:after {
  width: 1498px;
  height: 714px;
  position: absolute;
  left: unset;
  right: 0;
  background-image: url("./assets/images/decor_listing.svg"); }

.single.single-download .site-header:after {
  width: 1498px;
  height: 714px;
  left: unset;
  right: 0;
  background-image: url("./assets/images/decor_listing.svg");
  z-index: -2; }

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 4.235801032em; }

.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both; }
  @media (max-width: 1023px) {
    .site-branding {
      padding-top: 1.1rem;
      padding-bottom: 1.1rem; } }
  .site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0; }
    .site-branding .site-title a {
      font-weight: 700; }
  .site-branding .site-description {
    font-size: 0.875em;
    display: none; }
  .site-branding .logo {
    margin: 0; }

@media (max-width: 767px) {
  .header-main {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .header-main {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1539px) {
  .header-main {
    padding-left: 30px;
    padding-right: 30px; } }

.site-header-icon {
  position: relative;
  margin-right: 20px; }
  .site-header-icon a {
    padding: 5px 0;
    display: block; }
  .site-header-icon i {
    font-size: 24px;
    color: var(--accent); }
  .site-header-icon .edd-cart-count {
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: -5px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    line-height: 15px; }

.site-header-account:hover .account-dropdown {
  opacity: 1;
  pointer-events: auto; }

.account-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none; }
  .account-dropdown ul {
    padding: 1em 0;
    margin: 0;
    list-style: none; }
    .account-dropdown ul li a {
      color: var(--text);
      padding: 0.5407911001em 1.41575em;
      font-weight: 400;
      font-size: 14px;
      width: 200px;
      display: block;
      letter-spacing: -0.02em;
      line-height: 1; }
      .account-dropdown ul li a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: var(--primary); }

.edd-cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  width: 300px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 15px 100px 0px rgba(0, 0, 0, 0.08); }

.join-us {
  margin-left: 10px; }

.site-header-search {
  position: relative; }
  .site-header-search .site-search {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden; }

.search-popup-active {
  overflow: hidden; }

.site-search-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1), visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1); }

.site-search-popup.active {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0); }
  .site-search-popup.active + .site-search-popup-overlay {
    opacity: 0.5;
    visibility: visible;
    pointer-events: auto; }
  .site-search-popup.active .site-search-popup-wrap .site-search {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s; }

.site-search-popup {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: var(--white);
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%); }
  .site-search-popup .site-search-popup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1320px; }
    .site-search-popup .site-search-popup-wrap .site-search-popup-close {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 18px; }
      .site-search-popup .site-search-popup-wrap .site-search-popup-close i {
        color: var(--accent); }
      .site-search-popup .site-search-popup-wrap .site-search-popup-close:hover i {
        color: var(--primary); }
    .site-search-popup .site-search-popup-wrap .site-search {
      display: block;
      max-width: 600px;
      width: 100%;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; }
      .site-search-popup .site-search-popup-wrap .site-search .widget {
        margin-bottom: 0;
        border: none;
        padding: 0; }
      .site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
        max-height: 50vh; }
  .site-search-popup .search-field {
    padding-right: 125px !important; }

@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 5px;
    right: 15px; } }

.wpopal-mobile-nav {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  z-index: 998;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #000;
  transition: transform .25s ease;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }
  @media (min-width: 1024px) {
    .wpopal-mobile-nav {
      display: none; } }
  .mobile-nav-active .wpopal-mobile-nav {
    transform: none; }
  .admin-bar .wpopal-mobile-nav {
    top: 0; }
    @media (min-width: 783px) {
      .admin-bar .wpopal-mobile-nav {
        top: 32px; } }
    @media (min-width: 601px) and (max-width: 782px) {
      .admin-bar .wpopal-mobile-nav {
        top: 46px; } }
  .wpopal-mobile-nav .search-form {
    margin-top: 1em; }
  .wpopal-mobile-nav .wpopal-social {
    border-top: 1px solid #0e0e0e;
    padding: 0.5em;
    margin-top: 1rem; }
    body .wpopal-mobile-nav .wpopal-social ul li a:before {
      color: #fff; }
  .wpopal-mobile-nav .wpopal-language-switcher-mobile {
    padding: 0.3em 45px 0 0.25em;
    display: flex; }
    .wpopal-mobile-nav .wpopal-language-switcher-mobile > * {
      padding: 0.25em; }

.mobile-nav-close {
  color: #fff;
  float: right;
  clear: both;
  padding: 0 18px;
  margin-bottom: 11px; }
  .mobile-nav-close:hover, .mobile-nav-close:focus {
    color: #fff; }

.wpopal-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity .25s ease, visibility 0s ease; }
  .mobile-nav-active .wpopal-overlay {
    visibility: visible;
    opacity: 1; }

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: #000000; }
  @media (min-width: 1024px) {
    .menu-mobile-nav-button {
      display: none; } }
  .menu-mobile-nav-button i {
    font-size: 20px; }

html {
  overflow-x: hidden; }

#page {
  transition: all .25s ease; }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active #page {
    margin-left: 300px;
    margin-right: -300px; }

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle, .site-header .menu-toggle.button-link {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 5px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em;
  font-size: 0.875em;
  max-width: 120px; }

.toggled button.menu-toggle::before, .toggled .site-header .menu-toggle.button-link::before, .site-header .toggled .menu-toggle.button-link::before, .toggled button.menu-toggle::after, .toggled .site-header .menu-toggle.button-link::after, .site-header .toggled .menu-toggle.button-link::after {
  transform: rotate(45deg); }

.toggled button.menu-toggle::after, .toggled .site-header .menu-toggle.button-link::after, .site-header .toggled .menu-toggle.button-link::after {
  transform: rotate(-45deg); }

.toggled button.menu-toggle span::before, .toggled .site-header .menu-toggle.button-link span::before, .site-header .toggled .menu-toggle.button-link span::before {
  opacity: 0; }

.primary-navigation {
  display: none; }

ul.menu li.current-menu-item > a {
  color: #FB5335; }

.main-navigation {
  position: relative; }
  .main-navigation::before, .main-navigation::after {
    content: '';
    display: table; }
  .main-navigation::after {
    clear: both; }
  .main-navigation div.menu {
    display: none; }
  .main-navigation div.menu:last-child {
    display: block; }
  .main-navigation .menu {
    clear: both; }
  .main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .main-navigation ul ul {
      display: block;
      margin-left: 1.41575em; }
    .main-navigation ul li.menu-item > a {
      padding: 0.875em 0;
      display: block;
      color: #454545; }
      .main-navigation ul li.menu-item > a:hover {
        color: #f82a05; }
    .main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a {
      color: #FB5335; }
  .main-navigation ul > li.menu-item > a,
  .main-navigation ul.nav-menu > li.menu-item > a {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    letter-spacing: -0.02em; }
  .main-navigation .sub-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 1em 0; }
    .main-navigation .sub-menu li.menu-item > a {
      color: #454545; }
      .main-navigation .sub-menu li.menu-item > a:hover {
        color: #FB5335; }

.mobile-navigation {
  clear: both; }
  .mobile-navigation ul {
    margin: 0;
    list-style: none; }
    .mobile-navigation ul li {
      position: relative;
      border-style: solid;
      border-width: 1px 0 0 0;
      border-color: #0e0e0e; }
      .mobile-navigation ul li a {
        padding: 0.5em;
        display: block;
        color: #fff; }
      .mobile-navigation ul li button::after, .mobile-navigation ul li .site-header .button-link::after, .site-header .mobile-navigation ul li .button-link::after {
        transition: all, ease, 0.9s; }
      .mobile-navigation ul li button.toggled-on::after, .mobile-navigation ul li .site-header .toggled-on.button-link::after, .site-header .mobile-navigation ul li .toggled-on.button-link::after {
        transform: rotate(180deg); }
    .mobile-navigation ul > li:first-child {
      border: none; }
    .mobile-navigation ul .sub-menu {
      display: none;
      padding-left: 10px; }
  .mobile-navigation .dropdown-toggle {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.5em 1.4em;
    border: none; }
    .mobile-navigation .dropdown-toggle:focus {
      outline: none; }

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px; }

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
/*-------------------------------------------------------------
2.4 Breadcrumb
--------------------------------------------------------------*/
/**
 * Breadcrumbs
 */
/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-main {
  margin-bottom: 2.617924em; }

.site-content {
  outline: none; }

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.blog article.type-post .post-inner, .archive article.type-post .post-inner, .search article.type-post .post-inner {
  border: 1px solid var(--border);
  height: 100%;
  border-radius: 20px;
  overflow: hidden; }

.blog article.type-post .entry-header, .archive article.type-post .entry-header, .search article.type-post .entry-header {
  padding: 25px 30px 50px; }

.blog article.type-post:hover .post-inner, .archive article.type-post:hover .post-inner, .search article.type-post:hover .post-inner {
  background: var(--white); }

.hentry {
  margin: 0 0 2.2906835em; }
  .hentry .wp-post-image {
    margin-bottom: 1.2em;
    margin-left: auto;
    margin-right: auto; }
  .hentry .entry-header .categories-link,
  .hentry .entry-header .posted-on,
  .hentry .entry-header .post-author,
  .hentry .entry-header .post-comments,
  .hentry .entry-header .byline {
    color: var(--text_light); }
  .hentry .entry-header .posted-on a,
  .hentry .entry-header .post-author a {
    color: var(--text_light); }
    .hentry .entry-header .posted-on a:hover,
    .hentry .entry-header .post-author a:hover {
      color: #f82a05; }
  .hentry .entry-taxonomy {
    margin: 1.41575em 0 0; }
    .hentry .entry-taxonomy strong {
      margin-right: 5px; }
  .hentry.type-page .entry-header {
    border-bottom: 0;
    margin-bottom: 0; }
  .hentry .post-navigation {
    margin: 1.618em 0; }
  .hentry .more-link {
    font-weight: 700;
    border-bottom: 1px solid; }
  .hentry strong,
  .hentry th,
  .hentry dt {
    color: #000000; }

.entry-meta {
  margin-bottom: 0.5em; }
  .entry-meta > span:not(:first-child):before {
    content: '·';
    padding: 0 7px; }

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

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

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

.single .hentry .entry-header {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  margin-bottom: 2.2906835em;
  padding-bottom: 1.41575em; }

.single-post.wpopal-full-width-content .content-area {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

main > .row > .column-item {
  margin-bottom: 30px; }
  .blog-style-2 main > .row > .column-item {
    margin-bottom: 60px; }
    .blog-style-2 main > .row > .column-item .post-thumbnail img {
      width: 100%; }

.single-post .site {
  overflow-x: visible; }

.single-post .content-area {
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .single-post .content-area {
      padding-top: 60px; } }

.single-post .entry-header {
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .single-post .entry-header {
      max-width: 100%; } }

.single-post .hentry .entry-header {
  border: none;
  margin-bottom: 0;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .single-post .hentry .entry-header {
      padding-bottom: 40px; } }

.single-post .hentry .posted-on a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000; }

.single-post .categories-link a {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold; }

.single-post .entry-title {
  font-size: 50px;
  line-height: 1.3;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .single-post .entry-title {
      font-size: 30px; } }

.single-post .the-time {
  position: relative; }
  .single-post .the-time:before, .single-post .the-time:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 24px;
    height: 1px;
    border-top: 1px solid #ccc;
    content: ''; }
  .single-post .the-time:before {
    margin-left: -41px; }
  .single-post .the-time:after {
    margin-left: 15px; }

.single-post .entry-content {
  max-width: 780px;
  margin: 0 auto; }
  .single-post .entry-content p {
    font-size: 18px;
    line-height: 1.8;
    text-transform: none;
    color: #1f2025;
    margin-bottom: 1.65em; }
    .single-post .entry-content p strong {
      font-weight: normal; }
  .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    margin-bottom: .8em;
    margin-top: 1.9em;
    line-height: 1.5;
    text-transform: none;
    color: #000000; }
  .single-post .entry-content h2 {
    font-size: 30px;
    margin-top: 1.85em; }
  .single-post .entry-content h3 {
    font-size: 26px; }
  .single-post .entry-content h4 {
    font-size: 22px; }
  .single-post .entry-content h5 {
    font-size: 20px; }
  .single-post .entry-content h6 {
    font-size: 18px; }
  .single-post .entry-content a {
    box-shadow: inset 0 -1px 0 #FB5335;
    color: #1f2025;
    -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; }
    .single-post .entry-content a:hover {
      color: #FB5335;
      -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; }
      .single-post .entry-content a:hover strong {
        color: #FB5335;
        -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; }
    .single-post .entry-content a.btn, .single-post .entry-content #edd_checkout_form_wrap fieldset#edd_discount_code a.edd-apply-discount, #edd_checkout_form_wrap fieldset#edd_discount_code .single-post .entry-content a.edd-apply-discount {
      margin: 5px;
      box-shadow: none;
      background-color: #1A1A1A;
      border: none;
      color: white;
      text-transform: none; }
      .single-post .entry-content a.btn:hover, .single-post .entry-content #edd_checkout_form_wrap fieldset#edd_discount_code a.edd-apply-discount:hover, #edd_checkout_form_wrap fieldset#edd_discount_code .single-post .entry-content a.edd-apply-discount:hover {
        color: white;
        background-color: #FB5335; }
    .single-post .entry-content a.btn-danger {
      background-color: #f1f1f1;
      color: #000000; }
  .single-post .entry-content .wp-block-image img {
    margin-right: auto;
    width: calc(100% + 360px);
    max-width: calc(100% + 360px);
    margin-left: -180px;
    border: 1px solid;
    border-color: var(--border);
    padding: 3px; }
    @media (max-width: 1024px) {
      .single-post .entry-content .wp-block-image img {
        max-width: 100%;
        margin-left: auto; } }
  .single-post .entry-content ul, .single-post .entry-content ol {
    margin: 1.7em 0 1.7em 40px; }
    .single-post .entry-content ul li, .single-post .entry-content ol li {
      margin-bottom: 4px;
      padding-left: 6px;
      font-size: 18px;
      line-height: 1.8;
      text-transform: none;
      color: #1f2025; }
  .single-post .entry-content .wp-block-quote {
    width: calc(100% + 360px);
    max-width: calc(100% + 360px);
    margin-left: -180px;
    overflow: hidden;
    position: relative;
    padding: 40px;
    text-align: center;
    background-color: #f4f4f4;
    border: none; }
    .single-post .entry-content .wp-block-quote p {
      font-size: 34px;
      line-height: 1.45;
      font-style: italic; }

.single-post .single-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 50px 0;
  border-top: 1px solid;
  border-color: var(--border);
  padding-top: 25px; }
  .single-post .single-footer .entry-taxonomy {
    margin-top: 0; }

.single-post .social-share-header {
  display: none; }

.single-post .wpopal-social-share a {
  color: #000000;
  font-size: 15px; }

.single-post .entry-taxonomy .tags-links strong {
  display: none; }

.single-post .entry-taxonomy .tags-links a {
  color: #787878;
  margin: 0 5px 5px 0;
  font-size: 12px;
  padding: 6px 14px 6px;
  display: inline-block;
  background-color: #eef2f8;
  text-transform: capitalize;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .single-post .entry-taxonomy .tags-links a:hover {
    background-color: #FB5335;
    color: white;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }

.single-post .site-main nav.navigation {
  padding-bottom: 45px;
  border-bottom: 1px solid;
  border-color: var(--border); }
  .single-post .site-main nav.navigation .nav-previous {
    padding-right: 30px; }
    .single-post .site-main nav.navigation .nav-previous .nav-content {
      padding-left: 20px; }
    .single-post .site-main nav.navigation .nav-previous a {
      justify-content: flex-start; }
      .single-post .site-main nav.navigation .nav-previous a:before {
        color: #cecece; }
  .single-post .site-main nav.navigation .nav-next {
    padding-left: 30px; }
    .single-post .site-main nav.navigation .nav-next .nav-content {
      padding-right: 20px; }
    .single-post .site-main nav.navigation .nav-next a {
      justify-content: flex-end; }
      .single-post .site-main nav.navigation .nav-next a:after {
        color: #cecece; }
  .single-post .site-main nav.navigation .nav-previous a, .single-post .site-main nav.navigation .nav-next a {
    display: flex;
    align-items: center; }

.single-post .nav-links .reader-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #bbb;
  display: block;
  margin-bottom: 6px; }

.single-post .nav-links a {
  font-size: 20px;
  line-height: 28px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  -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; }
  .single-post .nav-links a:hover {
    color: #FB5335; }

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.site-footer {
  --color_footer: #FFFFFF99;
  background: #1A1A1A;
  color: var(--color_footer); }
  .site-footer .logo-footer {
    margin-bottom: 12px; }
  .site-footer p {
    margin-bottom: 0; }
  .site-footer a:not(.button) {
    color: var(--color_footer); }
    .site-footer a:not(.button):hover {
      color: #FB5335; }
  .site-footer ul {
    margin: 0;
    list-style-type: none; }
    .site-footer ul li a {
      line-height: 1.8; }
  .site-footer h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px; }
  .site-footer .inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    padding-bottom: 45px; }
    @media (min-width: 1024px) {
      .site-footer .inner {
        padding-top: 150px;
        padding-bottom: 90px; } }
    .site-footer .inner > div {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .site-footer .inner > div {
          padding-right: 15px;
          text-align: left; } }
      .site-footer .inner > div:last-child {
        padding-right: 0;
        margin-bottom: 0; }
  .site-footer .col-1 {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .site-footer .col-1 {
        order: 3;
        width: 60%; } }
    @media (min-width: 1200px) {
      .site-footer .col-1 {
        width: 30%; } }
    .site-footer .col-1 p {
      margin: 0;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.03em;
      line-height: 1.5; }
  .site-footer .col-2 {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .site-footer .col-2 {
        order: 1;
        width: 60%; } }
    @media (min-width: 1200px) {
      .site-footer .col-2 {
        width: 34%; } }
  .site-footer .col-3, .site-footer .col-4 {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .site-footer .col-3, .site-footer .col-4 {
        width: 40%;
        order: 2; } }
    @media (min-width: 1200px) {
      .site-footer .col-3, .site-footer .col-4 {
        width: 18%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .site-footer .col-4 {
      order: 4; } }
  .site-footer .usefull-link ul {
    columns: 2; }
  .site-footer .footer-social a.button-footer {
    color: rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    border: 1px solid;
    margin-bottom: 10px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all ease 0.3s; }
    .site-footer .footer-social a.button-footer:hover {
      color: var(--primary); }
  .site-footer .footer-coppyright {
    padding-top: 21px;
    padding-bottom: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media (min-width: 768px) {
      .site-footer .footer-coppyright {
        padding-top: 41px;
        padding-bottom: 43px;
        align-items: center;
        justify-content: space-between; } }
    .site-footer .footer-coppyright a {
      color: var(--white); }
      .site-footer .footer-coppyright a:hover {
        text-decoration: underline; }
      .site-footer .footer-coppyright a + a {
        margin-left: 20px; }

.button-search-popup {
  display: block; }

.button-search-popup svg {
  display: block;
  margin-top: 5px; }

.button-search-popup:hover svg {
  fill: #938ef3; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.ecolive-carousel {
  display: none; }

.ecolive-carousel.slick-initialized {
  display: block; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.single.single-download .site-content {
  position: relative; }
  .single.single-download .site-content:after {
    position: absolute;
    width: 1581px;
    height: 1299px;
    bottom: -500px;
    left: 0;
    background-image: url("./assets/images/decor_listing_bottom.png");
    z-index: -2;
    pointer-events: none; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*-------------------------------------------------------------
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;
  border-radius: 5px;
  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: 1em 0;
    font-weight: 600; }
  table td,
  table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table th {
    font-weight: 600; }
  table thead th {
    padding: 1.41575em;
    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 .page-content {
  padding-bottom: 100px;
  padding-top: 40px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }

.error404 .error-img404 {
  margin-bottom: 50px; }
  .error404 .error-img404 img {
    display: inline-block; }

.error404 h1 {
  font-size: 60px; }

.error404 .error-text {
  font-size: 20px; }

.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025); }
  .error404 .site-content .widget_product_search form {
    margin: 0; }

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%; }

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  margin-bottom: 2.617924em; }
  .error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
    content: '';
    display: table; }
  .error404 .fourohfour-columns-2::after {
    clear: both; }
  .error404 .fourohfour-columns-2 ul.products li.product,
  .error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 2.2906835em; }
    .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
      width: 46.6666666667%;
      float: left;
      margin-right: 6.6666666667%; }
      .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
        margin-right: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025); }

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618em; }

button, .site-header .button-link,
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 */ }

.btn, #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount,
body #edd-purchase-button, button, .site-header .button-link,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  border: 1px solid;
  border-radius: 50px;
  background: none;
  background-color: #FB5335;
  border-color: #FB5335;
  color: #fff;
  cursor: pointer;
  padding: 18px 35px;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  transition: all ease 0.3s; }
  .btn::after, #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount::after,
  body #edd-purchase-button::after,
  button::after,
  .site-header .button-link::after,
  input[type='button']::after,
  input[type='reset']::after,
  input[type='submit']::after,
  .button::after {
    display: none; }
  .btn:hover, #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount:hover,
  body #edd-purchase-button:hover,
  button:hover,
  .site-header .button-link:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover {
    background-color: #f82a05;
    border-color: #f82a05; }
  .btn:hover, #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount:hover,
  body #edd-purchase-button:hover,
  button:hover,
  .site-header .button-link:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover {
    color: #fff; }
  .btn.loading, #edd_checkout_form_wrap fieldset#edd_discount_code .loading.edd-apply-discount,
  body #edd-purchase-button.loading,
  button.loading,
  .site-header .loading.button-link,
  input[type='button'].loading,
  input[type='reset'].loading,
  input[type='submit'].loading,
  .button.loading {
    opacity: 0.5; }
  .btn.small, #edd_checkout_form_wrap fieldset#edd_discount_code .small.edd-apply-discount,
  body #edd-purchase-button.small,
  button.small,
  .site-header .small.button-link,
  input[type='button'].small,
  input[type='reset'].small,
  input[type='submit'].small,
  .button.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  .btn.disabled, #edd_checkout_form_wrap fieldset#edd_discount_code .disabled.edd-apply-discount, .btn:disabled, #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount:disabled,
  body #edd-purchase-button.disabled,
  body #edd-purchase-button:disabled,
  button.disabled,
  .site-header .disabled.button-link,
  button:disabled,
  .site-header .button-link: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; }
    .btn.disabled:hover, #edd_checkout_form_wrap fieldset#edd_discount_code .disabled.edd-apply-discount:hover, .btn:disabled:hover, #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount:disabled:hover,
    body #edd-purchase-button.disabled:hover,
    body #edd-purchase-button:disabled:hover,
    button.disabled:hover,
    .site-header .disabled.button-link:hover,
    button:disabled:hover,
    .site-header .button-link: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 Outline */
.button.button-outline,
.button-outline {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 17px 35px; }
  .button.button-outline .button-icon,
  .button-outline .button-icon {
    margin-left: 10px; }
  .button.button-outline:hover,
  .button-outline:hover {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary); }
  .button.button-outline.loading,
  .button-outline.loading {
    opacity: 0.5; }
  .button.button-outline.small,
  .button-outline.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  .button.button-outline.disabled, .button.button-outline:disabled,
  .button-outline.disabled,
  .button-outline:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed; }
    .button.button-outline.disabled:hover, .button.button-outline:disabled:hover,
    .button-outline.disabled:hover,
    .button-outline:disabled:hover {
      opacity: 0.5 !important; }

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, .site-header .button-link::-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: 12px 17px;
  background-color: transparent;
  color: #454545;
  border: 1px solid var(--border);
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 5px;
  outline: 0; }
  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: #454545; }
  .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; }

select {
  padding: 0.63em 28px 0.63em 1.41575em; }
  select:not([size]):not([multiple]) {
    color: #454545;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--border);
    border-radius: 5px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    background-image: url("./assets/images/base/select_arrow.png");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    padding-right: 28px; }

.select2-container {
  z-index: 99999999; }

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

label {
  font-weight: 500;
  color: var(--accent); }

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: 700;
    color: #000000;
    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; }

/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
/*-------------------------------------------------------------
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 #ebebeb;
    padding: 1em 0; }

/*-------------------------------------------------------------
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; }
  .site-main nav.navigation .nav-previous a,
  .site-main nav.navigation .nav-next a {
    display: inline-block; }
  .site-main nav.navigation .nav-previous {
    float: left;
    width: 50%; }
  .site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

.pagination {
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 45px; }
  .pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination ul.page-numbers::before, .pagination ul.page-numbers::after {
      content: '';
      display: table; }
    .pagination ul.page-numbers::after {
      clear: both; }
    .pagination ul.page-numbers li {
      display: inline-block; }
      .pagination ul.page-numbers li .page-numbers {
        border-style: solid;
        border-color: var(--border);
        border-width: 1px 1px 1px 0; }
      .pagination ul.page-numbers li:first-child .page-numbers {
        border-width: 1px;
        border-radius: 4px 0 0 4px; }
      .pagination ul.page-numbers li:last-child .page-numbers {
        border-radius: 0 4px 4px 0; }
  .pagination .page-numbers:not(ul) {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--white);
    color: #000000; }
    .pagination .page-numbers:not(ul):hover {
      background-color: #FB5335;
      color: #fff !important;
      border-color: var(--primary); }
    .pagination .page-numbers:not(ul).current {
      background-color: #FB5335;
      border-color: #FB5335;
      color: #fff; }
    .pagination .page-numbers:not(ul).prev, .pagination .page-numbers:not(ul).next {
      color: #000000; }

.page-links {
  padding-top: 10px; }
  .page-links > * {
    padding: 0.6180469716em; }

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  #secondary {
    display: none; } }

#secondary .widget {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 20px; }
  #secondary .widget ul {
    margin-bottom: 0; }
  #secondary .widget.widget_search {
    padding: 0;
    border: none; }

.widget {
  margin: 0 0 30px; }
  .widget select {
    max-width: 100%; }
  .widget .widget-search .search-submit {
    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; }
  .widget.widget_recent_entries li {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    padding: 1em 0;
    margin-bottom: 0;
    border-bottom: 1px solid;
    border-bottom-color: #ebebeb; }
    .widget.widget_recent_entries li:first-child {
      padding-top: 0; }
    .widget.widget_recent_entries li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .widget.widget_recent_entries .recent-posts-thumbnail {
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 1em;
    max-width: 75px; }
  .widget.widget_recent_entries .recent-posts-info {
    flex: 1 1 auto; }
  .widget.widget_recent_entries .post-title {
    color: #000000;
    display: block;
    margin-bottom: 0.5407911001em; }
    .widget.widget_recent_entries .post-title:hover {
      color: #f82a05; }
  .widget.widget_recent_entries .post-date,
  .widget.widget_recent_entries .post-comments {
    font-size: 0.875em;
    color: #888; }
  .widget .widget-title,
  .widget .widgettitle {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.04em; }
  .widget ul {
    margin-left: 0;
    list-style: none; }
    .widget ul ul {
      margin-left: 1.618em;
      margin-top: 1em; }
  .widget.widget_rss .rss-date {
    font-style: italic;
    display: block;
    margin: 0 0 0.7em; }
  .widget.widget_rss .rss-date,
  .widget.widget_rss cite {
    color: #000000; }
  .widget.widget_rss li {
    margin-bottom: 1em; }

.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: #ffffff; }
  .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: #454545; }
  .wpml-ls-statics-footer li a:hover {
    color: #f82a05; }

.tagcloud a {
  font-size: 12px !important;
  display: inline-block;
  padding: 7px 15px;
  background: #eef2f8;
  margin-bottom: 5px; }
  .tagcloud a:hover {
    color: #fff !important;
    background-color: #f82a05; }

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

.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative; }
  .widget_search form::after,
  .widget_product_search form::after,
  .site-search form::after {
    font-size: 24px;
    color: var(--accent);
    pointer-events: none; }
  .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],
  .site-search form input[type=text],
  .site-search form input[type=search] {
    width: 100%;
    color: var(--text_light);
    line-height: 1.5;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.05);
    border: none; }
    .widget_search form input[type=text]::placeholder,
    .widget_search form input[type=search]::placeholder,
    .widget_product_search form input[type=text]::placeholder,
    .widget_product_search form input[type=search]::placeholder,
    .site-search form input[type=text]::placeholder,
    .site-search form input[type=search]::placeholder {
      color: var(--text_light); }
  .widget_search form input[type=submit],
  .widget_search form button[type=submit],
  .widget_search form .site-header .button-link[type=submit],
  .site-header .widget_search form .button-link[type=submit],
  .widget_product_search form input[type=submit],
  .widget_product_search form button[type=submit],
  .widget_product_search form .site-header .button-link[type=submit],
  .site-header .widget_product_search form .button-link[type=submit],
  .site-search form input[type=submit],
  .site-search form button[type=submit],
  .site-search form .site-header .button-link[type=submit],
  .site-header .site-search form .button-link[type=submit] {
    height: 100%;
    width: 50px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: transparent; }

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

.widget_edd_categories_tags_widget 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_layered_nav ul li,
.widget_meta ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex; }
  .widget_edd_categories_tags_widget ul li:last-child,
  .widget_recent_entries ul li:last-child,
  .widget_pages ul li:last-child,
  .widget_categories ul li:last-child,
  .widget_archive ul li:last-child,
  .widget_recent_comments ul li:last-child,
  .widget_nav_menu ul li:last-child,
  .widget_links ul li:last-child,
  .widget_layered_nav ul li:last-child,
  .widget_meta ul li:last-child,
  .widget_layered_nav_filters ul li:last-child {
    margin-bottom: 0; }
  .widget_edd_categories_tags_widget ul li.current-cat .cat-count, .widget_edd_categories_tags_widget ul li:hover .cat-count,
  .widget_recent_entries ul li.current-cat .cat-count,
  .widget_recent_entries ul li:hover .cat-count,
  .widget_pages ul li.current-cat .cat-count,
  .widget_pages ul li:hover .cat-count,
  .widget_categories ul li.current-cat .cat-count,
  .widget_categories ul li:hover .cat-count,
  .widget_archive ul li.current-cat .cat-count,
  .widget_archive ul li:hover .cat-count,
  .widget_recent_comments ul li.current-cat .cat-count,
  .widget_recent_comments ul li:hover .cat-count,
  .widget_nav_menu ul li.current-cat .cat-count,
  .widget_nav_menu ul li:hover .cat-count,
  .widget_links ul li.current-cat .cat-count,
  .widget_links ul li:hover .cat-count,
  .widget_layered_nav ul li.current-cat .cat-count,
  .widget_layered_nav ul li:hover .cat-count,
  .widget_meta ul li.current-cat .cat-count,
  .widget_meta ul li:hover .cat-count,
  .widget_layered_nav_filters ul li.current-cat .cat-count,
  .widget_layered_nav_filters ul li:hover .cat-count {
    color: var(--white);
    background-color: var(--primary); }
  .widget_edd_categories_tags_widget ul li.current-cat a, .widget_edd_categories_tags_widget ul li:hover a,
  .widget_recent_entries ul li.current-cat a,
  .widget_recent_entries ul li:hover a,
  .widget_pages ul li.current-cat a,
  .widget_pages ul li:hover a,
  .widget_categories ul li.current-cat a,
  .widget_categories ul li:hover a,
  .widget_archive ul li.current-cat a,
  .widget_archive ul li:hover a,
  .widget_recent_comments ul li.current-cat a,
  .widget_recent_comments ul li:hover a,
  .widget_nav_menu ul li.current-cat a,
  .widget_nav_menu ul li:hover a,
  .widget_links ul li.current-cat a,
  .widget_links ul li:hover a,
  .widget_layered_nav ul li.current-cat a,
  .widget_layered_nav ul li:hover a,
  .widget_meta ul li.current-cat a,
  .widget_meta ul li:hover a,
  .widget_layered_nav_filters ul li.current-cat a,
  .widget_layered_nav_filters ul li:hover a {
    color: var(--accent); }

.widget_edd_categories_tags_widget 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_layered_nav ul .children,
.widget_meta ul .children,
.widget_layered_nav_filters ul .children {
  margin-top: 10px; }

.widget_edd_categories_tags_widget .cat-count,
.widget_recent_entries .cat-count,
.widget_pages .cat-count,
.widget_categories .cat-count,
.widget_archive .cat-count,
.widget_recent_comments .cat-count,
.widget_nav_menu .cat-count,
.widget_links .cat-count,
.widget_layered_nav .cat-count,
.widget_meta .cat-count,
.widget_layered_nav_filters .cat-count {
  min-width: 27px;
  text-align: center;
  background: var(--white);
  font-size: 12px;
  line-height: 22px;
  color: var(--primary);
  margin-left: auto;
  border-radius: 5px;
  padding: 0 5px; }

.widget_recent_comments a {
  text-decoration: underline; }

.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_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 0; }

.wpopal-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41575em; }

.wpopal-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: var(--text);
  flex: 1; }
  .wpopal-canvas-filter a:not(.button):hover,
  .widget-area a:not(.button):hover {
    color: var(--accent); }

.widget_calendar table th, .widget_calendar table td {
  border: 1px solid;
  border-color: var(--border); }

/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
@media (min-width: 1024px) {
  /**
 * Menus
 *
 * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
 */
  .menu-toggle,
  .main-navigation.toggled div.menu {
    display: none; }
  .primary-navigation {
    display: block; }
  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    order: unset !important; }
  .main-navigation {
    clear: both;
    display: block;
    width: 100%; }
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      display: block; }
      .main-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left; }
        .main-navigation ul li a:not(.elementor-button-link) {
          display: block; }
          .main-navigation ul li a:not(.elementor-button-link)::before {
            display: none; }
        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
          left: 0;
          display: block;
          opacity: 1;
          visibility: visible; }
          .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul {
            left: -9999px;
            /* 1 */
            opacity: 0;
            visibility: hidden; }
            .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
              display: none;
              left: 0; }
          .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul {
            left: 100%;
            top: 0;
            display: block;
            opacity: 1;
            visibility: visible; }
      .main-navigation ul ul.sub-menu {
        float: left;
        position: absolute;
        top: 100%;
        z-index: 99999;
        left: 0;
        /* 1 */
        opacity: 0;
        visibility: hidden; }
        .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
          display: none;
          left: 0; }
        .main-navigation ul ul.sub-menu li {
          display: block; }
          .main-navigation ul ul.sub-menu li a:not(.elementor-button-link) {
            width: 200px; }
  .site-content::before, .site-content::after {
    content: '';
    display: table; }
  .site-content::after {
    clear: both; }
  .content-area {
    width: calc(100% - 360px);
    float: left; }
    .wpopal-sidebar-left .content-area {
      float: right; }
  .widget-area {
    width: 330px;
    float: right; }
    .wpopal-sidebar-left .widget-area {
      float: left; }
  .left-sidebar .content-area {
    float: right; }
  .left-sidebar .widget-area {
    float: left; }
  .wpopal-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /**
 * Footer widgets
 */
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .footer-widgets::before, .footer-widgets::after {
      content: '';
      display: table; }
    .footer-widgets::after {
      clear: both; }
    .footer-widgets.col-2 .block {
      width: 48.3870967742%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-2 .block.footer-widget-2 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-3 .block {
      width: 31.1827956989%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-3 .block.footer-widget-3 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-4 .block {
      width: 22.5806451613%;
      float: left;
      margin-right: 3.2258064516%; }
      .footer-widgets.col-4 .block.footer-widget-4 {
        float: right;
        margin-right: 0; }
    .footer-widgets.col-5 .block.footer-widget-1 {
      width: 29.5019157088%;
      float: left;
      margin-right: 1.1494252874%;
      padding-right: 30px; }
    .footer-widgets.col-5 .block.footer-widget-5 {
      width: 23.3716475096%;
      float: left;
      margin-right: 1.1494252874%; }
    .footer-widgets.col-5 .block.footer-widget-2, .footer-widgets.col-5 .block.footer-widget-3, .footer-widgets.col-5 .block.footer-widget-4 {
      width: 14.1762452107%;
      float: left;
      margin-right: 1.1494252874%; }
    .footer-widgets.col-5 .block.footer-widget-5 {
      float: right;
      margin-right: 0; } }

@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block; }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em; }
    .site-header .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0; }
      .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important; }
      .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 0.5407911001em !important;
        display: inline-block; }
  /**
     * Full width & homepage template
     */
  .page-template-template-fullwidth-php .content-area,
  .elementor_library-template-default .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /**
     * Comments
     */
  .comment-list-wrap {
    padding: 2.617924em 2.617924em 0;
    border: 1px solid #ebebeb; }
    .comment-list-wrap + #respond {
      margin-top: 2.2906835em; }
  .comment-list::before, .comment-list::after {
    content: '';
    display: table; }
  .comment-list::after {
    clear: both; }
  .comment-list .comment {
    clear: both; }
  .comment-list .comment-meta {
    text-align: left;
    width: 95px;
    float: left; }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em; }
  .comment-list .comment-content,
  .comment-list #respond {
    width: calc(100% - 115px);
    float: right; }
  .comment-list #respond {
    float: right; }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
      width: 100%;
      margin-right: 0; }
  .comment-list .comment-body #respond {
    border: 1px solid #ebebeb;
    margin-bottom: 2.617924em;
    margin-top: -1.618em; }
  .comment-list .reply {
    clear: both;
    text-align: right; }
  .comment-list ol.children {
    width: calc(100% - 115px);
    list-style: none;
    float: right; }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 32.2751322751%;
    float: left;
    margin-right: 1.5873015873%; }
  #respond .comment-form-url {
    float: right;
    margin-right: 0; }
  #respond .comment-form-comment {
    clear: both; }
  /**
     * Content
     */
  /**
     * Primary Navigation
     */
  .wpopal-primary-navigation {
    clear: both; }
    .wpopal-primary-navigation::before, .wpopal-primary-navigation::after {
      content: '';
      display: table; }
    .wpopal-primary-navigation::after {
      clear: both; }
  .main-navigation div.menu {
    display: block; }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none; }
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
      padding: 1.1em 1.2em; }
    .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after,
    .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
    .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
      display: block; }
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.sub-menu {
      margin-left: 0; }
      .main-navigation ul.menu ul.sub-menu li.menu-item a,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
        padding: 0.5407911001em 1.41575em;
        font-weight: 400;
        font-size: 14px; }
      .main-navigation ul.menu ul.sub-menu li.menu-item:last-child,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item:last-child {
        border-bottom: 0; }
      .main-navigation ul.menu ul.sub-menu ul,
      .main-navigation ul.nav-menu ul.sub-menu ul {
        margin-left: 0; }
      .main-navigation ul.menu ul.sub-menu li.menu-item:hover > a,
      .main-navigation ul.menu ul.sub-menu li.focus,
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item:hover > a,
      .main-navigation ul.nav-menu ul.sub-menu li.focus {
        background-color: rgba(0, 0, 0, 0.05); }
  .blog-style-5:not(.single) .site-main {
    display: flex;
    flex-wrap: wrap; }
    .blog-style-5:not(.single) .site-main > article:first-child {
      width: 100% !important;
      padding: 0 !important; }
    .blog-style-5:not(.single) .site-main > article:nth-child(2n) {
      width: 50%;
      padding-right: 15px; }
    .blog-style-5:not(.single) .site-main > article:nth-child(2n+ 1) {
      width: 50%;
      padding-left: 15px; }
    .blog-style-5:not(.single) .site-main #post-navigation {
      width: 100%; }
    .blog-style-5:not(.single) .site-main .page-header {
      width: 100%; }
  /**
     * 404 Styles
     */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%; }
    .error404 .fourohfour-columns-2 .col-1 ul.products {
      margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0; }
  .wpml-ls-statics-footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
      content: '';
      display: table; }
    .wpml-ls-statics-footer::after {
      clear: both; }
    .wpml-ls-statics-footer:after {
      content: " ";
      display: block;
      clear: both; }
  .copyright-bar .wpopal-social {
    text-align: left;
    margin: 0; }
  .copyright-bar .site-info {
    margin: 0; }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0; } }

body.wpopal-layout-boxed {
  margin: auto;
  overflow-x: hidden; }

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-grid {
  display: grid; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

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

.text-uppercase {
  text-transform: uppercase; }

.text-large {
  font-size: 20px;
  line-height: 1.4; }

.overflow-to-both .wpopal-swiper {
  overflow: visible; }

.overflow-to-left .wpopal-swiper {
  overflow: visible;
  clip-path: inset(0 0 0 -100vw); }

.overflow-to-right .wpopal-swiper {
  overflow: visible;
  clip-path: inset(0 -100vw 0 0); }

.swiper-autowidth .swiper-slide {
  width: auto; }

.swiper-pagination {
  z-index: 1; }

.swiper-pagination-bullets {
  display: flex;
  align-items: center; }
  .swiper-pagination-bullets.swiper-pagination-vertical {
    flex-direction: column; }

.swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 8px;
  display: flex;
  align-items: center;
  margin: 0 7px;
  background: var(--border);
  opacity: 1; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary); }

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button {
  color: var(--accent);
  z-index: 11; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  margin-top: 30px;
  height: 1px; }

.swiper-scrollbar-drag {
  background-color: var(--primary); }

.elementor-lightbox .swiper .elementor-swiper-button {
  border: none; }
  .elementor-lightbox .swiper .elementor-swiper-button:hover {
    background: transparent; }

.swiper-pagination-progressbar {
  z-index: 1; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--primary); }

/*--------------------------------------------------------------
18.0 Slick Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/* ===== Start ICONS CSS ===== */
@font-face {
  font-family: "wpopal-icon";
  src: url("./assets/fonts/wpopal-icon.eot");
  src: url("./assets/fonts/wpopal-icon.eot?#iefix") format("eot"), url("./assets/fonts/wpopal-icon.woff2") format("woff2"), url("./assets/fonts/wpopal-icon.woff") format("woff"), url("./assets/fonts/wpopal-icon.ttf") format("truetype"), url("./assets/fonts/wpopal-icon.svg#wpopal-icon") format("svg"); }

[class*="wpopal-icon-"]:before {
  font-family: "wpopal-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; }

.wpopal-icon-arrow-style:before {
  content: ""; }

.wpopal-icon-badge-percent:before {
  content: ""; }

.wpopal-icon-caret-down-solid:before {
  content: ""; }

.wpopal-icon-caret-left-solid:before {
  content: ""; }

.wpopal-icon-caret-right-solid:before {
  content: ""; }

.wpopal-icon-caret-up-solid:before {
  content: ""; }

.wpopal-icon-check:before {
  content: ""; }

.wpopal-icon-check_circle:before {
  content: ""; }

.wpopal-icon-clock:before {
  content: ""; }

.wpopal-icon-cloud-download:before {
  content: ""; }

.wpopal-icon-headphones-alt:before {
  content: ""; }

.wpopal-icon-long-arrow-left:before {
  content: ""; }

.wpopal-icon-long-arrow-right:before {
  content: ""; }

.wpopal-icon-map-marker-alt:before {
  content: ""; }

.wpopal-icon-mitten:before {
  content: ""; }

.wpopal-icon-moneyback:before {
  content: ""; }

.wpopal-icon-paw-alt:before {
  content: ""; }

.wpopal-icon-payment_1:before {
  content: ""; }

.wpopal-icon-payment_2:before {
  content: ""; }

.wpopal-icon-payment_3:before {
  content: ""; }

.wpopal-icon-payment_4:before {
  content: ""; }

.wpopal-icon-payment_5:before {
  content: ""; }

.wpopal-icon-payment_6:before {
  content: ""; }

.wpopal-icon-paypal:before {
  content: ""; }

.wpopal-icon-phone-rotary:before {
  content: ""; }

.wpopal-icon-redo:before {
  content: ""; }

.wpopal-icon-rings-wedding:before {
  content: ""; }

.wpopal-icon-rocket:before {
  content: ""; }

.wpopal-icon-secure:before {
  content: ""; }

.wpopal-icon-shapes:before {
  content: ""; }

.wpopal-icon-star-2:before {
  content: ""; }

.wpopal-icon-themeforest:before {
  content: ""; }

.wpopal-icon-tire:before {
  content: ""; }

.wpopal-icon-tracking_1:before {
  content: ""; }

.wpopal-icon-tracking_2:before {
  content: ""; }

.wpopal-icon-tracking_3:before {
  content: ""; }

.wpopal-icon-tshirt:before {
  content: ""; }

.wpopal-icon-tv:before {
  content: ""; }

.wpopal-icon-volleyball-ball:before {
  content: ""; }

.wpopal-icon-adobe:before {
  content: ""; }

.wpopal-icon-amazon:before {
  content: ""; }

.wpopal-icon-android:before {
  content: ""; }

.wpopal-icon-angular:before {
  content: ""; }

.wpopal-icon-apper:before {
  content: ""; }

.wpopal-icon-apple:before {
  content: ""; }

.wpopal-icon-atlassian:before {
  content: ""; }

.wpopal-icon-behance:before {
  content: ""; }

.wpopal-icon-bitbucket:before {
  content: ""; }

.wpopal-icon-bitcoin:before {
  content: ""; }

.wpopal-icon-bity:before {
  content: ""; }

.wpopal-icon-bluetooth:before {
  content: ""; }

.wpopal-icon-btc:before {
  content: ""; }

.wpopal-icon-centos:before {
  content: ""; }

.wpopal-icon-chrome:before {
  content: ""; }

.wpopal-icon-codepen:before {
  content: ""; }

.wpopal-icon-cpanel:before {
  content: ""; }

.wpopal-icon-discord:before {
  content: ""; }

.wpopal-icon-dochub:before {
  content: ""; }

.wpopal-icon-docker:before {
  content: ""; }

.wpopal-icon-dribbble:before {
  content: ""; }

.wpopal-icon-dropbox:before {
  content: ""; }

.wpopal-icon-drupal:before {
  content: ""; }

.wpopal-icon-ebay:before {
  content: ""; }

.wpopal-icon-facebook:before {
  content: ""; }

.wpopal-icon-figma:before {
  content: ""; }

.wpopal-icon-firefox:before {
  content: ""; }

.wpopal-icon-google-plus:before {
  content: ""; }

.wpopal-icon-google:before {
  content: ""; }

.wpopal-icon-grunt:before {
  content: ""; }

.wpopal-icon-gulp:before {
  content: ""; }

.wpopal-icon-html5:before {
  content: ""; }

.wpopal-icon-jenkins:before {
  content: ""; }

.wpopal-icon-joomla:before {
  content: ""; }

.wpopal-icon-link-brand:before {
  content: ""; }

.wpopal-icon-linkedin:before {
  content: ""; }

.wpopal-icon-mailchimp:before {
  content: ""; }

.wpopal-icon-opencart:before {
  content: ""; }

.wpopal-icon-pinterest-p:before {
  content: ""; }

.wpopal-icon-reddit:before {
  content: ""; }

.wpopal-icon-skype:before {
  content: ""; }

.wpopal-icon-slack:before {
  content: ""; }

.wpopal-icon-snapchat:before {
  content: ""; }

.wpopal-icon-spotify:before {
  content: ""; }

.wpopal-icon-trello:before {
  content: ""; }

.wpopal-icon-twitter:before {
  content: ""; }

.wpopal-icon-vimeo:before {
  content: ""; }

.wpopal-icon-whatsapp:before {
  content: ""; }

.wpopal-icon-wordpress:before {
  content: ""; }

.wpopal-icon-yoast:before {
  content: ""; }

.wpopal-icon-youtube:before {
  content: ""; }

.wpopal-icon-angle-down:before {
  content: ""; }

.wpopal-icon-angle-left:before {
  content: ""; }

.wpopal-icon-angle-right:before {
  content: ""; }

.wpopal-icon-angle-up:before {
  content: ""; }

.wpopal-icon-arrow-circle-down:before {
  content: ""; }

.wpopal-icon-arrow-circle-left:before {
  content: ""; }

.wpopal-icon-arrow-circle-right:before {
  content: ""; }

.wpopal-icon-arrow-circle-up:before {
  content: ""; }

.wpopal-icon-bars:before {
  content: ""; }

.wpopal-icon-caret-down:before {
  content: ""; }

.wpopal-icon-caret-left:before {
  content: ""; }

.wpopal-icon-caret-right:before {
  content: ""; }

.wpopal-icon-caret-up:before {
  content: ""; }

.wpopal-icon-cart-empty:before {
  content: ""; }

.wpopal-icon-check-square:before {
  content: ""; }

.wpopal-icon-chevron-circle-left:before {
  content: ""; }

.wpopal-icon-chevron-circle-right:before {
  content: ""; }

.wpopal-icon-chevron-down:before {
  content: ""; }

.wpopal-icon-chevron-left:before {
  content: ""; }

.wpopal-icon-chevron-right:before {
  content: ""; }

.wpopal-icon-chevron-up:before {
  content: ""; }

.wpopal-icon-circle:before {
  content: ""; }

.wpopal-icon-cloud-download-alt:before {
  content: ""; }

.wpopal-icon-comment:before {
  content: ""; }

.wpopal-icon-comments:before {
  content: ""; }

.wpopal-icon-contact:before {
  content: ""; }

.wpopal-icon-credit-card:before {
  content: ""; }

.wpopal-icon-dot-circle:before {
  content: ""; }

.wpopal-icon-edit:before {
  content: ""; }

.wpopal-icon-envelope:before {
  content: ""; }

.wpopal-icon-expand-alt:before {
  content: ""; }

.wpopal-icon-external-link-alt:before {
  content: ""; }

.wpopal-icon-eye:before {
  content: ""; }

.wpopal-icon-file-alt:before {
  content: ""; }

.wpopal-icon-file-archive:before {
  content: ""; }

.wpopal-icon-filter:before {
  content: ""; }

.wpopal-icon-folder-open:before {
  content: ""; }

.wpopal-icon-folder:before {
  content: ""; }

.wpopal-icon-free_ship:before {
  content: ""; }

.wpopal-icon-frown:before {
  content: ""; }

.wpopal-icon-gift:before {
  content: ""; }

.wpopal-icon-grip-horizontal:before {
  content: ""; }

.wpopal-icon-heart-fill:before {
  content: ""; }

.wpopal-icon-heart:before {
  content: ""; }

.wpopal-icon-history:before {
  content: ""; }

.wpopal-icon-home:before {
  content: ""; }

.wpopal-icon-info-circle:before {
  content: ""; }

.wpopal-icon-instagram:before {
  content: ""; }

.wpopal-icon-level-up-alt:before {
  content: ""; }

.wpopal-icon-long-arrow-alt-down:before {
  content: ""; }

.wpopal-icon-long-arrow-alt-left:before {
  content: ""; }

.wpopal-icon-long-arrow-alt-right:before {
  content: ""; }

.wpopal-icon-long-arrow-alt-up:before {
  content: ""; }

.wpopal-icon-map-marker-check:before {
  content: ""; }

.wpopal-icon-meh:before {
  content: ""; }

.wpopal-icon-minus-circle:before {
  content: ""; }

.wpopal-icon-mobile-android-alt:before {
  content: ""; }

.wpopal-icon-money-bill:before {
  content: ""; }

.wpopal-icon-pencil-alt:before {
  content: ""; }

.wpopal-icon-plus-circle:before {
  content: ""; }

.wpopal-icon-plus:before {
  content: ""; }

.wpopal-icon-quote:before {
  content: ""; }

.wpopal-icon-random:before {
  content: ""; }

.wpopal-icon-reply-all:before {
  content: ""; }

.wpopal-icon-reply:before {
  content: ""; }

.wpopal-icon-search-plus:before {
  content: ""; }

.wpopal-icon-search:before {
  content: ""; }

.wpopal-icon-shield-check:before {
  content: ""; }

.wpopal-icon-shopping-basket:before {
  content: ""; }

.wpopal-icon-shopping-cart:before {
  content: ""; }

.wpopal-icon-sign-out-alt:before {
  content: ""; }

.wpopal-icon-smile:before {
  content: ""; }

.wpopal-icon-spinner:before {
  content: ""; }

.wpopal-icon-square:before {
  content: ""; }

.wpopal-icon-star:before {
  content: ""; }

.wpopal-icon-store:before {
  content: ""; }

.wpopal-icon-sync:before {
  content: ""; }

.wpopal-icon-tachometer-alt:before {
  content: ""; }

.wpopal-icon-th-large:before {
  content: ""; }

.wpopal-icon-th-list:before {
  content: ""; }

.wpopal-icon-thumbtack:before {
  content: ""; }

.wpopal-icon-times-circle:before {
  content: ""; }

.wpopal-icon-times:before {
  content: ""; }

.wpopal-icon-trophy-alt:before {
  content: ""; }

.wpopal-icon-truck:before {
  content: ""; }

.wpopal-icon-user-headset:before {
  content: ""; }

.wpopal-icon-user-shield:before {
  content: ""; }

.wpopal-icon-user:before {
  content: ""; }

/* ===== End ICONS CSS ===== */
blockquote:not(.wp-block-quote):before {
  font-family: "wpopal-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: ""; }

.wpopal-social ul {
  margin: 0;
  list-style-type: none; }
  .wpopal-social ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 1; }
    .wpopal-social ul li:last-child {
      margin-right: 0; }
    .wpopal-social ul li a:before {
      position: relative;
      font-family: "wpopal-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;
      line-height: inherit;
      content: ""; }
    .wpopal-social ul li a[href*="twitter"]:before {
      content: "";
      color: #1DA1F2; }
    .wpopal-social ul li a[href*="instagram"]:before {
      content: "";
      color: #262626; }
    .wpopal-social ul li a[href*="flickr"]:before {
      content: "";
      color: #0063dc; }
    .wpopal-social ul li a[href*="dribbble"]:before {
      content: "";
      color: #ea4c89; }
    .wpopal-social ul li a[href*="wordpress"]:before {
      content: "";
      color: #21759b; }
    .wpopal-social ul li a[href*="skype"]:before {
      content: "";
      color: #00AFF0; }
    .wpopal-social ul li a[href*="behance"]:before {
      content: ""; }
    .wpopal-social ul li a[href*="dropbox"]:before {
      content: ""; }
    .wpopal-social ul li a[href*="facebook"]:before {
      content: "";
      color: #3b5998; }
    .wpopal-social ul li a[href*="linkedin"]:before {
      content: "";
      color: #0077b5; }
    .wpopal-social ul li a[href*="paypal"]:before {
      content: ""; }
    .wpopal-social ul li a[href*="trello"]:before {
      content: ""; }
    .wpopal-social ul li a[href*="vimeo"]:before {
      content: "";
      color: #1ab7ea; }
    .wpopal-social ul li a[href*="youtube"]:before {
      content: "";
      color: #cd201f; }
    .wpopal-social ul li a[href*="mailchimp"]:before {
      content: ""; }
    .wpopal-social ul li a[href*="google"]:before {
      content: "";
      color: #dd4b39; }
    .wpopal-social ul li a[href*="pinterest"]:before {
      content: "";
      color: #bd081c; }
    .wpopal-social ul li a[href*="vimeo"]:before {
      content: "";
      color: #1ab7ea; }

#comments .commentlist .bypostauthor > .comment-body cite::after {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

#comments .commentlist .reply a::after {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

#comments .commentlist .reply a.comment-edit-link::after {
  font-family: "wpopal-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;
  line-height: inherit;
  content: ""; }

#respond #cancel-comment-reply-link::before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  display: block; }

.sticky .entry-title::before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.main-navigtion ul li a::before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.mobile-navigation ul li button::after, .mobile-navigation ul li .site-header .button-link::after, .site-header .mobile-navigation ul li .button-link::after {
  font-family: "wpopal-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;
  line-height: inherit;
  content: ""; }

.site-main nav.navigation .nav-previous a::before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  margin-right: 0.5407911001em; }

.site-main nav.navigation .nav-next a::after {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  margin-left: 0.5407911001em; }

.widget_search form::after,
.widget_product_search form::after {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  line-height: 1; }

.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] {
  padding-right: 50px; }

.sidebar-box-wrapper .edd-all-access-btn:before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: ""; }

.sidebar-box-wrapper .button-download:before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: ""; }

#secondary .widget_pages ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_nav_menu ul,
#secondary .widget_links ul {
  margin-left: 0; }
  #secondary .widget_pages ul li,
  #secondary .widget_categories ul li,
  #secondary .widget_archive ul li,
  #secondary .widget_recent_comments ul li,
  #secondary .widget_nav_menu ul li,
  #secondary .widget_links ul li {
    padding-left: 1.618em; }
    #secondary .widget_pages ul li::before,
    #secondary .widget_categories ul li::before,
    #secondary .widget_archive ul li::before,
    #secondary .widget_recent_comments ul li::before,
    #secondary .widget_nav_menu ul li::before,
    #secondary .widget_links ul li::before {
      font-family: "wpopal-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;
      line-height: inherit;
      margin-right: 0.5407911001em;
      display: block;
      float: left;
      opacity: 0.35;
      margin-left: -1.618em;
      width: 1em; }
    #secondary .widget_pages ul li .children,
    #secondary .widget_categories ul li .children,
    #secondary .widget_archive ul li .children,
    #secondary .widget_recent_comments ul li .children,
    #secondary .widget_nav_menu ul li .children,
    #secondary .widget_links ul li .children {
      margin-left: 0; }

#secondary .widget_pages ul li::before {
  content: ""; }

#secondary .widget_categories ul li::before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: ""; }

#secondary .widget_categories ul li.current-cat::before {
  content: ""; }

#secondary .widget_archive ul li::before {
  content: ""; }

#secondary .widget_recent_comments ul li::before {
  content: ""; }

#secondary .widget_nav_menu ul li::before {
  content: ""; }

#secondary .widget_links ul li::before {
  content: ""; }

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative; }
  a.remove::before {
    font-family: "wpopal-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;
    line-height: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #787878;
    line-height: 1.618;
    text-indent: 0;
    text-align: center; }

.blockUI::before {
  font-family: "wpopal-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;
  line-height: inherit;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41575em;
  width: 1.41575em;
  position: relative;
  text-indent: -9999px; }
  #reviews .commentlist li p.meta .verified::before {
    font-family: "wpopal-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;
    line-height: inherit;
    content: "";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41575em;
    height: 1.41575em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618em; }

@media (min-width: 768px) {
  .main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.menu > li.has-mega-menu > a::after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu > li.has-mega-menu > a::after {
    font-family: "wpopal-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;
    line-height: inherit;
    content: "";
    margin-left: 5px; }
  .main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
    font-family: "wpopal-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;
    line-height: inherit;
    content: "";
    float: right; } }

.slick-prev:before,
.slick-next:before {
  font-family: "wpopal-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;
  font-size: 30px; }

.slick-next:before {
  content: ""; }
  [dir="rtl"] .slick-next:before {
    content: ""; }

body.loading {
  position: relative; }
  body.loading::after {
    font-family: "wpopal-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;
    line-height: inherit;
    content: "";
    animation: fa-spin 0.75s linear infinite;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 999999;
    color: #fff; }
  body.loading:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999998; }

.wpopal-social-share {
  font-size: 12px; }
  .wpopal-social-share .social-share-title {
    text-transform: uppercase;
    color: #000000; }
  .wpopal-social-share a {
    padding-left: 5px;
    padding-right: 5px;
    color: #888; }
    .wpopal-social-share a:hover {
      color: #FB5335; }
    .wpopal-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; }

.edd-single-content {
  margin-bottom: 30px; }
  .edd-single-content .tab-content img {
    border: 1px solid;
    border-color: var(--border); }
  .edd-single-content .tab-content .item-detail-content img {
    border: none; }
  .edd-single-content h4 {
    font-size: 20px;
    font-weight: 500; }
  .edd-single-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px; }
  .edd-single-content .button {
    border-radius: 35px; }
  .edd-single-content .show-more {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f1f1f1;
    color: #000;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    display: none; }
    @media (max-width: 768px) {
      .edd-single-content .show-more {
        display: block; }
        .edd-single-content .show-more + div {
          margin-top: 30px;
          display: none; } }
    .edd-single-content .show-more.active .wpopal-icon-caret-down-solid {
      display: none; }
    .edd-single-content .show-more.active .wpopal-icon-caret-up-solid {
      display: inline-block; }
    .edd-single-content .show-more .wpopal-icon-caret-down-solid {
      display: inline-block; }
    .edd-single-content .show-more .wpopal-icon-caret-up-solid {
      display: none; }
    .edd-single-content .show-more span {
      vertical-align: middle; }
    .edd-single-content .show-more i {
      margin-left: 5px; }

.edd-tab-changelog h5 {
  font-size: 16px; }

.edd-tab-changelog ul {
  margin: 0 0 20px 0; }
  .edd-tab-changelog ul li {
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px; }
    .edd-tab-changelog ul li:before {
      left: 0;
      top: 12px;
      width: 5px;
      height: 5px;
      position: absolute;
      background-color: #000000;
      content: ""; }

.edd-tab-support .support-question {
  border-bottom: 1px solid;
  border-color: var(--border);
  display: flex;
  padding-bottom: 20px; }
  @media (max-width: 1023px) {
    .edd-tab-support .support-question {
      flex-wrap: wrap; } }

.edd-tab-support > div {
  margin-bottom: 60px; }

.box-support {
  display: grid;
  grid-template-columns: 100px 1fr;
  justify-content: flex-end;
  margin-right: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .box-support {
      grid-template-columns: auto; } }
  .box-support i {
    font-size: 65px;
    color: #000000;
    display: grid;
    padding-left: 25px;
    padding-top: 20px; }
  .box-support .support-icon {
    margin-right: 30px;
    position: relative; }
    .box-support .support-icon:before {
      top: 0;
      left: 0;
      background-color: #efefef;
      width: 70px;
      height: 70px;
      content: "";
      position: absolute;
      border-radius: 100%;
      z-index: -1;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .box-support .support-content h4 {
    margin-top: 10px; }
  .box-support .support-content .support-info {
    margin-bottom: 30px; }
  .box-support .support-content .button-default {
    background-color: #ececec;
    color: #000000;
    border-color: #ececec;
    padding: 12px 40px;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 1024px) {
      .box-support .support-content .button-default {
        padding: 12px 25px; } }
    .box-support .support-content .button-default:hover {
      background-color: #FB5335;
      color: white;
      border-color: #FB5335;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .box-support:hover .support-icon:before {
    background-color: #FB5335;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.support-policy .support-policy-inner {
  display: flex; }
  @media (max-width: 1023px) {
    .support-policy .support-policy-inner {
      flex-wrap: wrap;
      width: 100%; } }

.support-policy .box-support-policy:first-child {
  margin-right: 30px; }
  @media (max-width: 1023px) {
    .support-policy .box-support-policy:first-child {
      margin-right: 0;
      margin-bottom: 30px; } }

.box-support-policy {
  background-color: #f8f8f8;
  padding: 40px 55px;
  width: 50%; }
  @media (max-width: 1023px) {
    .box-support-policy {
      width: 100%; } }
  .box-support-policy ul {
    margin: 0; }
    .box-support-policy ul li {
      display: flex;
      margin-bottom: 10px;
      color: #888; }
      .box-support-policy ul li i {
        margin-right: 10px;
        line-height: 26px; }
  .box-support-policy.c-success i {
    color: #66d178; }
  .box-support-policy.c-error i {
    color: #dd6666; }

.edd-reviews-area .edd-reviews-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px; }

.edd-reviews-area .edd-reviews-review-form-submit {
  margin-bottom: 0; }

.edd-reviews-area input.edd-reviews-review-form-submit {
  margin-top: 15px; }

.edd-reviews-area form[name='loginform'] input[type='text'], .edd-reviews-area form[name='loginform'] input[type='password'] {
  width: 100%; }

.edd-reviews-form fieldset {
  border: none;
  padding: 0; }

.edd-reviews-form .comment-form-cookies-consent {
  display: flex;
  align-items: center; }

.edd-reviews-form .edd-reviews-form-inner label {
  font-weight: 500;
  color: #333; }

.edd-reviews-form .edd-reviews-review-form-rating {
  display: flex; }
  .edd-reviews-form .edd-reviews-review-form-rating label {
    margin-right: 15px; }
  .edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating {
    height: 25px;
    color: #f6c83e;
    line-height: 25px; }

.edd-review-list {
  margin-bottom: 50px; }
  .edd-review-list .edd-review-body {
    border: 1px solid;
    border-color: var(--border);
    padding: 35px 40px 40px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .edd-review-list .edd-review-body {
        padding: 20px; } }

.edd_review {
  margin: 0;
  padding: 0; }
  .edd_review ul.children {
    margin-left: 100px; }
  .edd_review .edd-review-meta-rating span {
    color: #f6c83e;
    font-size: 16px;
    line-height: 30px; }
  .edd_review .avatar {
    border-radius: 100%; }
  .edd_review .edd-review-metadata {
    margin-bottom: 30px;
    padding-right: 30px; }
  .edd_review .edd-review-meta p {
    margin: 0;
    line-height: 24px; }
  .edd_review .edd-review-author {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  .edd_review .edd-review-author-inner {
    flex: 1; }
  .edd_review .edd-review-author-meta .date-titme .purchase + a:before {
    content: ''; }
  .edd_review .edd-review-author-meta .date-titme a:before {
    position: relative;
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #b4b4b4;
    margin: 0 2px 3px 2px; }
  .edd_review .edd-review-content h4 {
    line-height: 1.2;
    margin-bottom: 5px; }
  .edd_review .author a {
    color: #000000; }
  .edd_review .purchase {
    color: #5ca863;
    font-size: 14px; }
    .edd_review .purchase i {
      margin-right: 5px; }
  .edd_review .date-titme a {
    font-size: 14px;
    color: #b4b4b4;
    font-weight: 300; }
  .edd_review .edit-link {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .edd_review .edit-link {
        top: 20px;
        right: 20px; } }
  .edd_review .reply {
    font-size: 12px;
    text-transform: uppercase; }
    .edd_review .reply a {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .edd_review .reply {
        width: 100%;
        padding-left: 68px;
        margin-top: 10px; } }
  .edd_review .edd-review-vote {
    background: transparent;
    padding: 0; }

input.edd-reviews-review-title {
  width: 100%;
  color: #000;
  padding: 13px 20px; }
  input.edd-reviews-review-title:focus {
    border-color: #000; }

.edd-reviews-review-form-review-title {
  margin-bottom: 30px;
  font-size: 14px; }

.edd-reviews-review-form-rating {
  margin-bottom: 20px; }

.edd-reviews-review-form-review {
  font-size: 14px; }
  .edd-reviews-review-form-review textarea {
    color: #000;
    padding: 13px 20px; }
    .edd-reviews-review-form-review textarea:focus {
      border-color: #000; }

.edd-sticky-single {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -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; }
  .edd-sticky-single.active {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .edd-sticky-single .edd-thumb {
    display: none;
    align-items: center;
    padding-right: 25px !important;
    border-right: 1px solid;
    margin-right: 20px;
    border-right-color: #ebebeb; }
    @media (min-width: 768px) {
      .edd-sticky-single .edd-thumb {
        display: flex; } }
    .edd-sticky-single .edd-thumb .heading {
      margin-left: 10px;
      color: #000;
      font-weight: 500; }
  .edd-sticky-single .edd-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px; }
    .edd-sticky-single .edd-inner > * {
      padding-left: 5px;
      padding-right: 5px; }
    .edd-sticky-single .edd-inner .edd-free-download-single {
      padding: 5px 25px;
      font-size: 14px;
      line-height: 1.875;
      border: 0;
      background-color: #FB5335; }
      .edd-sticky-single .edd-inner .edd-free-download-single:hover {
        background-color: #f82a05; }
      @media (max-width: 767px) {
        .edd-sticky-single .edd-inner .edd-free-download-single {
          padding: 5px 15px; } }
  .edd-sticky-single .edd-price-wrap {
    line-height: 1; }
    @media (max-width: 411px) {
      .edd-sticky-single .edd-price-wrap {
        flex: 1; } }
  .edd-sticky-single .edd_purchase_submit_wrapper {
    display: flex; }
  .edd-sticky-single .edd_download_purchase_form {
    margin-bottom: 0; }
  .edd-sticky-single .edd_price, .edd-sticky-single .edd_price_free {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px; }
    @media (max-width: 411px) {
      .edd-sticky-single .edd_price, .edd-sticky-single .edd_price_free {
        font-size: 22px; } }
  .edd-sticky-single .edd_initial_price {
    text-decoration: line-through;
    margin-right: 5px; }
  @media (min-width: 1540px) {
    .edd-sticky-single {
      padding: 0 40px; } }
  .edd-sticky-single .edd_go_to_checkout, .edd-sticky-single .edd-add-to-cart, .edd-sticky-single .join-us .button, .edd-sticky-single .button-download, .edd-sticky-single .opal-edd-submit {
    padding: 5px 25px;
    font-size: 14px; }
    @media (max-width: 411px) {
      .edd-sticky-single .edd_go_to_checkout, .edd-sticky-single .edd-add-to-cart, .edd-sticky-single .join-us .button, .edd-sticky-single .button-download, .edd-sticky-single .opal-edd-submit {
        padding: 5px 15px; } }
  .edd-sticky-single .button-download {
    margin-left: 5px;
    margin-right: 5px; }
    .edd-sticky-single .button-download + * {
      display: none; }

.edd-single-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px; }
  .edd-single-header h1.heading-title {
    display: block;
    margin-bottom: 19px; }
  .edd-single-header span.sub-title {
    color: var(--text); }
  .edd-single-header a.button {
    margin: 5px 0;
    display: flex;
    align-items: center;
    padding: 15px 45px;
    gap: 10px;
    color: var(--accent);
    background-color: var(--white);
    border: none; }

.edd-related-section .edd-single-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-top: 100px;
  position: relative; }
  .edd-related-section .edd-single-wrapper:before {
    content: '';
    width: 100vw;
    border-top: 1px solid var(--border);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  .edd-related-section .edd-single-wrapper .swiper {
    padding-top: 22px;
    padding-bottom: 70px; }
    .edd-related-section .edd-single-wrapper .swiper .swiper-pagination {
      bottom: 0;
      display: flex;
      justify-content: center; }
    .edd-related-section .edd-single-wrapper .swiper .swiper-slide {
      overflow: visible; }

.edd-related-section .edd-related-title {
  text-align: center;
  margin-bottom: 30px; }

.sidebar-box-wrapper {
  padding: 50px;
  border-radius: 20px;
  background-color: var(--white);
  margin-bottom: 30px; }
  .sidebar-box-wrapper .edd_download_purchase_form {
    margin-bottom: 30px; }
  .sidebar-box-wrapper .button-download {
    font-size: 18px;
    text-align: center;
    padding: 18px 30px;
    width: 100%;
    border: 0;
    border-radius: 35px;
    margin-bottom: 20px;
    color: #000000 !important;
    background-color: white !important;
    transition: all 0.3s ease; }
    .sidebar-box-wrapper .button-download:before {
      vertical-align: unset;
      line-height: 1;
      font-weight: 900;
      margin-right: 5px; }
    .sidebar-box-wrapper .button-download:hover {
      background-color: #f82a05 !important;
      color: white !important; }
  .sidebar-box-wrapper .edd_download_purchase_form {
    width: 100%; }
    .sidebar-box-wrapper .edd_download_purchase_form .edd_purchase_submit_wrapper {
      width: 100%; }
    .sidebar-box-wrapper .edd_download_purchase_form .edd-free-download-single,
    .sidebar-box-wrapper .edd_download_purchase_form button.opal-edd-submit,
    .sidebar-box-wrapper .edd_download_purchase_form .site-header .opal-edd-submit.button-link,
    .site-header .sidebar-box-wrapper .edd_download_purchase_form .opal-edd-submit.button-link {
      width: 100%;
      background-color: #FB5335 !important;
      border: 0;
      border-radius: 30px; }
      .sidebar-box-wrapper .edd_download_purchase_form .edd-free-download-single:hover,
      .sidebar-box-wrapper .edd_download_purchase_form button.opal-edd-submit:hover,
      .sidebar-box-wrapper .edd_download_purchase_form .site-header .opal-edd-submit.button-link:hover,
      .site-header .sidebar-box-wrapper .edd_download_purchase_form .opal-edd-submit.button-link:hover {
        background-color: #f82a05 !important; }
  .sidebar-box-wrapper .opal-edd-submit.edd-all-access-btn {
    color: #000000 !important;
    background-color: white !important;
    transition: all 0.3s ease; }
    .sidebar-box-wrapper .opal-edd-submit.edd-all-access-btn:before {
      vertical-align: unset;
      line-height: 1;
      font-weight: 900;
      margin-right: 5px; }
    .sidebar-box-wrapper .opal-edd-submit.edd-all-access-btn:hover {
      background-color: #f82a05 !important;
      color: white !important; }
  .sidebar-box-wrapper .btn-join {
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer; }
    .sidebar-box-wrapper .btn-join:hover {
      color: #f82a05; }
  .sidebar-box-wrapper ul {
    list-style: none;
    margin: 0;
    border-top: 1px solid var(--border);
    padding-top: 12px; }
    .sidebar-box-wrapper ul li {
      display: flex;
      align-items: center;
      line-height: 1.8; }
      .sidebar-box-wrapper ul li svg {
        margin-right: 10px; }
  .sidebar-box-wrapper img {
    margin: 30px auto; }
  .sidebar-box-wrapper h5 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 30px; }
  .sidebar-box-wrapper .btn i, .sidebar-box-wrapper #edd_checkout_form_wrap fieldset#edd_discount_code .edd-apply-discount i, #edd_checkout_form_wrap fieldset#edd_discount_code .sidebar-box-wrapper .edd-apply-discount i {
    transition: all ease 0.3s;
    margin-left: 5px; }

.sidebar-box-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 24px;
  align-items: center; }
  .sidebar-box-top .edd_price, .sidebar-box-top .edd_price_free {
    font-weight: 500; }
  .sidebar-box-top .edd_initial_price {
    text-decoration: line-through;
    margin-right: 5px; }

.sidebar-wrapper {
  padding: 40px;
  margin-bottom: 30px;
  border: 1px solid var(--border);
  border-radius: 20px; }
  .sidebar-wrapper .sidebar-title {
    margin-bottom: 21px; }

.sidebar-box {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--border); }
  .sidebar-box .btn-full {
    transition: all ease 0.3s;
    border-radius: 0;
    border: 0;
    color: #000000;
    background-color: #fafafa; }
    .sidebar-box .btn-full i {
      margin-left: 5px; }
    .sidebar-box .btn-full:hover {
      color: white;
      background-color: #f82a05; }

.edd-loading {
  font-weight: 400 !important; }

.bg-dark .sidebar-title {
  color: white; }

.sidebar-title {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text_light); }

.info-profile a {
  color: #454545; }
  .info-profile a:hover {
    color: #FB5335; }

.info-profile .info {
  line-height: 2; }

.info-profile .info-title {
  color: #000000;
  font-weight: 500;
  padding-right: 5px; }

.info-profile .star-rating {
  display: inline-flex;
  position: relative;
  transform: translateY(-3px); }

.info-profile .rating {
  display: inline-flex;
  z-index: 1; }
  .info-profile .rating i {
    color: #888888;
    opacity: 0.5;
    font-size: 12px;
    margin-right: 4px; }
  .info-profile .rating.active {
    z-index: 2;
    position: absolute;
    overflow: hidden; }
    .info-profile .rating.active i {
      color: #f6c83e;
      opacity: 1; }

@media (max-width: 1024px) {
  .info-profile {
    padding: 0 30px !important; } }

.b-wrapper {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--border); }

.b-t-primary {
  box-shadow: 0 -4px 0px 0 #FB5335; }

.b-t {
  box-shadow: 0 -4px 0px 0 #f9de7e; }

.px-55 {
  padding-right: 55px;
  padding-left: 55px; }

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

.btn-block {
  width: 100%; }

body.page-id-323, body.page-id-325, body.login-register-page {
  background: #f3f3f3; }
  body.page-id-323 .edd-logged-in, body.page-id-325 .edd-logged-in, body.login-register-page .edd-logged-in {
    text-align: center;
    margin: 70px auto 40px; }
  body.page-id-323 .edd_errors, body.page-id-325 .edd_errors, body.login-register-page .edd_errors {
    margin: 70px auto; }

.login-register-page .site,
.page-id-323 .site, .page-id-325 .site {
  overflow-x: visible; }
  .login-register-page .site .site-header:before,
  .page-id-323 .site .site-header:before, .page-id-325 .site .site-header:before {
    content: '';
    width: 100vw;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    height: 100%;
    top: 0;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
    z-index: -1;
    background-color: #ffffff; }

.edd-logged-out {
  text-align: center; }

#edd_login_form, #edd_register_form {
  max-width: 500px;
  margin: 70px auto 70px;
  background: #FFFFFF;
  padding: 10px 50px 50px;
  border: 1px solid;
  border-color: var(--border); }
  @media (max-width: 768px) {
    #edd_login_form, #edd_register_form {
      padding: 10px 30px; } }
  #edd_login_form fieldset, #edd_register_form fieldset {
    padding: 0;
    margin-bottom: 0; }
  #edd_login_form legend, #edd_register_form legend {
    font-weight: 400;
    font-size: 28px;
    padding: 0;
    text-align: center; }
  #edd_login_form label, #edd_register_form label {
    margin-bottom: 13px;
    display: block; }
  #edd_login_form .edd-input, #edd_register_form .edd-input {
    display: block;
    width: 100%; }
  #edd_login_form .edd-submit, #edd_register_form .edd-submit {
    border: 0;
    margin-top: 13px; }
    #edd_login_form .edd-submit:focus, #edd_register_form .edd-submit:focus {
      outline: none; }
  #edd_login_form .register__message, #edd_register_form .register__message {
    text-align: center;
    padding: 10px;
    background-color: #f6f6f6;
    border: 1px solid #ebebeb; }

.request-refund-popup {
  position: fixed;
  pointer-events: none;
  left: 50%;
  top: 10%;
  transform: translateX(-50%) scale(0.85);
  transition: all ease-in-out 0.2s;
  opacity: 0; }
  .request-refund-popup.active {
    z-index: 99999;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(-50%) scale(1); }
    .request-refund-popup.active + .request-refund-popup-overlay {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99998;
      background: rgba(0, 0, 0, 0.4); }
  .request-refund-popup .request-refund-inner {
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    padding-top: 30px;
    padding-bottom: 30px; }
    .request-refund-popup .request-refund-inner .request-refund-close {
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #000;
      z-index: 3; }
    .request-refund-popup .request-refund-inner .request-refund-form {
      padding: 40px 90px;
      width: 690px;
      max-width: calc(100vw - 30px);
      max-height: calc(80vh);
      overflow-y: auto; }
      @media (max-width: 568px) {
        .request-refund-popup .request-refund-inner .request-refund-form {
          padding: 20px 30px; } }
      .request-refund-popup .request-refund-inner .request-refund-form form {
        margin: 0; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-title h2 {
        margin-bottom: 20px;
        font-size: 30px; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-title p {
        color: #737687; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-title a {
        color: #000000;
        border-bottom: 1px solid;
        border-bottom-color: #000000; }
        .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-title a:hover {
          color: #FB5335;
          border-bottom-color: #FB5335; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-option {
        margin-bottom: 20px; }
        .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-option label {
          font-size: 16px;
          color: #000000; }
        .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-option select {
          font-size: 14px;
          border-radius: 3px;
          background-color: #f9f9f9;
          border-width: 1px;
          color: #737687; }
          .request-refund-popup .request-refund-inner .request-refund-form .contact-form .form-option select:focus {
            border-color: #000000; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form .contact-option {
        margin-bottom: 15px; }
        .request-refund-popup .request-refund-inner .request-refund-form .contact-form .contact-option label {
          font-size: 16px;
          color: #000000; }
        .request-refund-popup .request-refund-inner .request-refund-form .contact-form .contact-option textarea {
          background-color: #f9f9f9;
          padding-left: 1.41575em; }
          .request-refund-popup .request-refund-inner .request-refund-form .contact-form .contact-option textarea:focus {
            border-color: #000000; }
        .request-refund-popup .request-refund-inner .request-refund-form .contact-form .contact-option textarea::placeholder {
          color: #737687;
          font-size: 14px; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form p {
        margin: 0; }
      .request-refund-popup .request-refund-inner .request-refund-form .contact-form .description {
        margin-bottom: 20px;
        font-size: 14px;
        color: #737687; }

.item-detail-content-box {
  padding: 36px 50px;
  border: 1px solid var(--border);
  border-radius: 20px; }

.edd-single-thumbnail {
  margin-bottom: 30px; }
  .edd-single-thumbnail img {
    border-radius: 20px;
    width: 100%; }

@media (min-width: 1024px) {
  .edd-single-wrapper > .row .column-desktop-8 {
    flex: 0 0 68.75%;
    max-width: 68.75%; } }

@media (min-width: 1024px) {
  .edd-single-wrapper > .row .column-desktop-4 {
    flex: 0 0 31.25%;
    max-width: 31.25%; } }

.edd-single-wrapper #edd-reviews {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border); }

.single-download .edd-reviews-list .author {
  display: block;
  margin-top: -2px; }

@media (max-width: 411px) {
  .single-download .edd_review ul.children {
    margin-left: 30px; } }

.page-pricing-widget-wrap .pricing-widget-wrap .pricing-table {
  margin-bottom: 0; }

.page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-single-theme {
  width: 33.33%;
  margin-right: 20px;
  margin-left: 0; }
  @media (max-width: 768px) {
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-single-theme {
      width: 100%;
      max-width: 500px;
      margin: 0; } }
  @media (max-width: 568px) {
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-single-theme {
      width: 100%; } }

.page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-one-year {
  width: 33.33%;
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-one-year {
      width: 100%;
      max-width: 500px;
      margin: 0 0 30px; } }
  @media (max-width: 568px) {
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-one-year {
      width: 100%; } }

.page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-lifetime {
  width: 33.33%;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-lifetime {
      width: 100%;
      max-width: 500px;
      margin: 0; } }
  @media (max-width: 568px) {
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table-lifetime {
      width: 100%; } }

@media (max-width: 768px) {
  .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table {
    flex-wrap: wrap;
    flex-direction: column; } }

@media (max-width: 1366px) {
  .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table .pricing-table-container {
    width: 100%;
    padding: 15px 30px 40px; }
    .page-pricing-widget-wrap .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-features-list {
      margin-left: 5px; } }

.pricing-widget-wrap {
  position: relative; }
  .single-download .pricing-widget-wrap {
    padding-top: 110px;
    margin-top: 55px; }
    @media (max-width: 567px) {
      .single-download .pricing-widget-wrap {
        padding-top: 55px; } }
    .single-download .pricing-widget-wrap:after {
      content: '';
      width: 100vw;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -50vw;
      border-bottom: 1px solid;
      border-bottom-color: #ebebeb; }
    .single-download .pricing-widget-wrap .pricing-text-editor {
      margin-bottom: 10px;
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: #000000; }
      .single-download .pricing-widget-wrap .pricing-text-editor p {
        margin: 0; }
      .single-download .pricing-widget-wrap .pricing-text-editor .color {
        background-color: #FB5335;
        line-height: 0;
        width: 5px;
        height: 5px;
        display: inline-block;
        border-radius: 50px;
        vertical-align: text-top; }
    .single-download .pricing-widget-wrap .pricing-heading {
      margin-bottom: 45px; }
      .single-download .pricing-widget-wrap .pricing-heading .heading {
        margin: 0;
        text-align: center;
        font-weight: 500;
        color: #000000;
        font-size: 50px; }
        @media (max-width: 567px) {
          .single-download .pricing-widget-wrap .pricing-heading .heading {
            font-size: 30px; } }
  .pricing-widget-wrap .pricing-table-one-year {
    margin-right: 15px; }
    .pricing-widget-wrap .pricing-table-one-year .pricing-table-container {
      border: 1px solid;
      color: #ebebeb; }
    @media (max-width: 767px) {
      .pricing-widget-wrap .pricing-table-one-year {
        margin-right: 0;
        margin-bottom: 30px; } }
  .pricing-widget-wrap .pricing-table-lifetime,
  .pricing-widget-wrap .pricing-table-single-theme {
    margin-left: 15px; }
    @media (max-width: 767px) {
      .pricing-widget-wrap .pricing-table-lifetime,
      .pricing-widget-wrap .pricing-table-single-theme {
        margin-left: 0; } }
    .pricing-widget-wrap .pricing-table-lifetime .pricing-table-footer .button,
    .pricing-widget-wrap .pricing-table-single-theme .pricing-table-footer .button {
      background-color: #f1f1f1;
      border-color: #f1f1f1;
      color: #000000; }
      .pricing-widget-wrap .pricing-table-lifetime .pricing-table-footer .button:hover,
      .pricing-widget-wrap .pricing-table-single-theme .pricing-table-footer .button:hover {
        background-color: #f82a05;
        border-color: #f82a05;
        color: #fff; }
  .pricing-widget-wrap .pricing-table {
    display: flex;
    margin-bottom: 55px;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .pricing-widget-wrap .pricing-table {
        flex-direction: column;
        margin-bottom: 0; } }
    .pricing-widget-wrap .pricing-table .pricing-table-one-year .pricing-table-container {
      position: relative;
      box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.1); }
      .pricing-widget-wrap .pricing-table .pricing-table-one-year .pricing-table-container:before {
        display: block;
        position: absolute;
        content: "";
        top: -1px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #FB5335; }
    .pricing-widget-wrap .pricing-table .pricing-table-container {
      width: 450px;
      min-height: 690px;
      padding: 15px 40px 40px; }
      @media (max-width: 1023px) {
        .pricing-widget-wrap .pricing-table .pricing-table-container {
          width: 100%; } }
      @media (max-width: 768px) {
        .pricing-widget-wrap .pricing-table .pricing-table-container {
          padding: 15px 30px 30px; } }
      .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-header {
        margin-bottom: 30px;
        text-align: center; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-header img {
          margin: 0 auto; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-header .heading {
          margin-top: 25px;
          margin-bottom: 0;
          font-weight: 500;
          font-size: 14px;
          text-transform: uppercase; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-header .subheading {
          color: #454545; }
      .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-price {
        display: flex;
        padding-bottom: 40px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid;
        border-bottom-color: #ebebeb; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-price .currency {
          align-self: flex-start;
          line-height: 0.8;
          font-size: 35px;
          font-weight: 500;
          margin-right: 7px;
          color: #2f325a; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-price .price {
          font-size: 60px;
          line-height: 0.8;
          font-weight: 500;
          color: #2f325a; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-price .periodic {
          width: 100%;
          text-align: center;
          margin-top: 6px;
          color: #454545; }
      .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-features-list {
        margin-left: 55px;
        margin-top: 45px;
        margin-bottom: 40px; }
        @media (max-width: 1023px) {
          .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-features-list {
            margin-left: 5px; } }
      .pricing-widget-wrap .pricing-table .pricing-table-container .features-list {
        list-style: none;
        margin: 0; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .features-list .repeater {
          margin-bottom: 9px;
          font-weight: 400;
          color: #454545; }
          .pricing-widget-wrap .pricing-table .pricing-table-container .features-list .repeater strong {
            color: #000000; }
          .pricing-widget-wrap .pricing-table .pricing-table-container .features-list .repeater:before {
            display: inline-block;
            content: "";
            width: 5px;
            height: 11px;
            border-bottom: 2px solid #66d178;
            border-right: 2px solid #66d178;
            transform: rotate(45deg);
            margin-right: 10px; }
      .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-footer {
        text-align: center; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-footer form {
          margin: 0; }
        .pricing-widget-wrap .pricing-table .pricing-table-container .pricing-table-footer .button {
          transition: all ease 0.3s;
          font-size: 16px;
          width: 100%;
          padding-top: 18px;
          padding-bottom: 18px;
          border-radius: 50px; }
  .pricing-widget-wrap .pricing-text-footer {
    text-align: center;
    margin-bottom: 60px;
    color: #666666; }
    @media (max-width: 567px) {
      .pricing-widget-wrap .pricing-text-footer {
        margin-bottom: 55px; } }
    .pricing-widget-wrap .pricing-text-footer span {
      display: inline-block;
      color: #000000;
      text-decoration: underline; }
    .pricing-widget-wrap .pricing-text-footer p {
      margin: 0; }

body.edd-checkout, body.edd-success, body.edd-purchase-history {
  background: #f3f3f3; }

.edd-checkout .site, .edd-success .site, .edd-purchase-history .site {
  overflow-x: visible; }

#edd_user_history thead > tr > th {
  background-color: white; }

#edd_user_history thead > tr > th,
#edd_user_history tbody > tr > td {
  padding: 6px 12px; }

.edd-purchase-history .entry-content {
  margin: 70px auto 40px;
  max-width: 780px;
  background-color: white;
  border: 1px solid;
  padding: 40px 50px 20px;
  border-color: var(--border); }
  @media (max-width: 768px) {
    .edd-purchase-history .entry-content {
      padding: 10px 30px; } }

.edd-purchase-history .edd-no-purchases {
  text-align: center; }

.edd-payment-icons {
  display: flex !important;
  justify-content: center;
  margin-bottom: 30px !important; }

.upgrade-banner {
  margin-bottom: 5%;
  padding: 4.5% 10% 6%;
  border: 1px solid #84d195;
  font-size: 16px;
  position: relative;
  background: #F4FFF6;
  border-top: solid 4px #38bb79;
  text-align: center; }
  .upgrade-banner h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2%; }
  .upgrade-banner p {
    margin-bottom: 5%; }

/* General Style */
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
  width: 100%; }

#edd_checkout_form_wrap label {
  cursor: pointer;
  font-weight: 500;
  color: #000000; }
  #edd_checkout_form_wrap label:after {
    display: inline-block; }

#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"],
#edd_checkout_form_wrap textarea {
  padding: 8px 12px;
  font-weight: 400;
  color: #000000; }

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap .edd-cart-adjustment {
  background: transparent; }

/* Checkout Cart Form */
#edd_checkout_cart_form {
  background: #FFFFFF;
  padding: 40px 50px 10px;
  border: 1px solid;
  border-color: var(--border); }
  @media (max-width: 768px) {
    #edd_checkout_cart_form {
      padding: 30px; } }

#edd_checkout_wrap {
  color: #444;
  margin: 70px auto 0px;
  max-width: 780px; }
  #edd_checkout_wrap table > thead > tr > th,
  #edd_checkout_wrap table > tbody > tr > th,
  #edd_checkout_wrap table > tfoot > tr > th,
  #edd_checkout_wrap table > thead > tr > td,
  #edd_checkout_wrap table > tbody > tr > td,
  #edd_checkout_wrap table > tfoot > tr > td {
    border: none;
    padding-left: 0px;
    padding-right: 0px; }
  #edd_checkout_wrap table th {
    text-transform: none;
    letter-spacing: 0; }
  #edd_checkout_wrap #edd_checkout_cart th {
    font-weight: normal; }
  #edd_checkout_wrap #edd_checkout_cart .edd_cart_footer_row {
    font-size: 24px; }
  #edd_checkout_wrap #edd_checkout_cart .edd_cart_header_row {
    margin-bottom: 20px; }
  #edd_checkout_wrap #edd_checkout_cart .edd_cart_header_row th {
    background: transparent;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid;
    border-color: var(--border);
    padding-bottom: 6px;
    padding-top: 0px;
    font-weight: 500; }
  #edd_checkout_wrap tr.edd_cart_item td {
    padding: 18px 0px; }
  #edd_checkout_wrap #edd_checkout_cart td img {
    margin-right: 15px;
    border: 1px solid;
    border-color: var(--border);
    width: 80px;
    height: auto; }
  #edd_checkout_wrap #edd_checkout_cart tbody .edd_cart_item {
    border-top: 1px solid;
    border-color: var(--border); }
    #edd_checkout_wrap #edd_checkout_cart tbody .edd_cart_item .edd_cart_item_price .price-ins {
      font-weight: normal; }
  #edd_checkout_wrap .edd_checkout_cart_item_title {
    display: block;
    font-size: 23px;
    padding-top: 8px;
    padding-bottom: 2px;
    font-weight: 400;
    color: #000000; }
  #edd_checkout_wrap .edd_cart_remove_item_btn {
    font-size: 13px;
    color: #454545;
    display: flex;
    -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; }
    #edd_checkout_wrap .edd_cart_remove_item_btn:hover {
      color: #FB5335; }
    #edd_checkout_wrap .edd_cart_remove_item_btn i {
      margin-right: 5px;
      font-weight: bold;
      color: #e2401c;
      transform: translateY(-1px);
      vertical-align: baseline; }
  #edd_checkout_wrap .total_text, #edd_checkout_wrap .edd_cart_amount {
    font-weight: 400;
    color: #000000; }
  #edd_checkout_wrap .edd_cart_footer_row td,
  #edd_checkout_wrap .edd_cart_footer_row th {
    padding: 15px 0px 0px; }
  #edd_checkout_wrap .edd_discount_remove {
    top: 0px;
    right: -26px; }
  #edd_checkout_wrap .ft_edd_discount_row {
    padding: 7px 10px 6px;
    background: #d9f1e8;
    border-left: 3px solid #41d0af; }
    #edd_checkout_wrap .ft_edd_discount_row .discount_text {
      float: left;
      font-weight: 500;
      font-size: 13px;
      position: relative;
      text-transform: uppercase;
      top: 2px;
      letter-spacing: 0.4px; }
    #edd_checkout_wrap .ft_edd_discount_row .edd_discount_rate {
      font-size: 13px;
      margin-right: -10px;
      text-transform: uppercase;
      font-weight: 500; }
  #edd_checkout_wrap #edd_show_discount {
    border-color: var(--border); }
    #edd_checkout_wrap #edd_show_discount a:hover {
      text-decoration: underline; }
  #edd_checkout_wrap .edd-cart-adjustment {
    padding: 8px 24px 23px; }
  #edd_checkout_wrap .edd_empty_cart {
    text-align: center;
    margin-bottom: 19vh; }

/* Login & Register form */
#edd_checkout_form_wrap fieldset#edd_discount_code #edd_show_discount,
#edd_checkout_form_wrap fieldset#edd_discount_code #edd-discount-code-wrap {
  padding: 0;
  border: 0; }

#edd_checkout_form_wrap fieldset#edd_login_fields,
#edd_checkout_form_wrap fieldset#edd_register_fields,
#edd_checkout_form_wrap fieldset#edd_discount_code,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info {
  padding: 40px 50px 40px;
  border: 1px solid;
  border-color: var(--border);
  background: #FFFFFF;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 768px) {
    #edd_checkout_form_wrap fieldset#edd_login_fields,
    #edd_checkout_form_wrap fieldset#edd_register_fields,
    #edd_checkout_form_wrap fieldset#edd_discount_code,
    #edd_checkout_form_wrap fieldset#edd_checkout_user_info {
      padding: 30px; } }
  #edd_checkout_form_wrap fieldset#edd_login_fields #edd-login-account-wrap, #edd_checkout_form_wrap fieldset#edd_login_fields #edd-new-account-wrap,
  #edd_checkout_form_wrap fieldset#edd_register_fields #edd-login-account-wrap,
  #edd_checkout_form_wrap fieldset#edd_register_fields #edd-new-account-wrap,
  #edd_checkout_form_wrap fieldset#edd_discount_code #edd-login-account-wrap,
  #edd_checkout_form_wrap fieldset#edd_discount_code #edd-new-account-wrap,
  #edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-login-account-wrap,
  #edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-new-account-wrap {
    margin: 0;
    background: #f2f2f2;
    border: 1px solid #d4d5d6;
    margin-bottom: 30px; }
    #edd_checkout_form_wrap fieldset#edd_login_fields #edd-login-account-wrap a, #edd_checkout_form_wrap fieldset#edd_login_fields #edd-new-account-wrap a,
    #edd_checkout_form_wrap fieldset#edd_register_fields #edd-login-account-wrap a,
    #edd_checkout_form_wrap fieldset#edd_register_fields #edd-new-account-wrap a,
    #edd_checkout_form_wrap fieldset#edd_discount_code #edd-login-account-wrap a,
    #edd_checkout_form_wrap fieldset#edd_discount_code #edd-new-account-wrap a,
    #edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-login-account-wrap a,
    #edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-new-account-wrap a {
      text-decoration: underline; }
  #edd_checkout_form_wrap fieldset#edd_login_fields legend,
  #edd_checkout_form_wrap fieldset#edd_register_fields legend,
  #edd_checkout_form_wrap fieldset#edd_discount_code legend,
  #edd_checkout_form_wrap fieldset#edd_checkout_user_info legend {
    margin-bottom: 30px;
    font-size: 24px;
    display: block;
    float: left; }

#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
  padding: 0;
  border: none;
  margin: 0px; }

#edd_purchase_form_wrap select {
  padding: 10px 12px; }

#edd_purchase_form_wrap span.exp-divider {
  line-height: 45px;
  margin: 0 4px; }

#edd_checkout_form_wrap span.edd-description {
  color: #999999; }

/* Purchase Submit */
#edd_checkout_form_wrap #edd_purchase_submit {
  text-align: center;
  background: #FFFFFF;
  padding: 40px 50px;
  border: 1px solid;
  border-color: var(--border);
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    #edd_checkout_form_wrap #edd_purchase_submit {
      padding: 30px; } }
  #edd_checkout_form_wrap #edd_purchase_submit label {
    font-weight: normal; }

#edd_checkout_form_wrap #edd_final_total_wrap {
  border: none;
  font-size: 28px;
  font-weight: 100;
  padding: 0px;
  margin-bottom: 0; }
  #edd_checkout_form_wrap #edd_final_total_wrap strong {
    font-weight: normal; }

#edd_checkout_form_wrap #edd_mailchimp input[type="checkbox"] {
  margin-right: 0px; }

#edd_checkout_form_wrap .purchase_terms {
  margin-bottom: 4px; }

#edd_checkout_form_wrap .purchase_terms, #edd_checkout_form_wrap #edd_mailchimp {
  font-size: 15px;
  text-align: center;
  color: #999999; }
  #edd_checkout_form_wrap .purchase_terms a, #edd_checkout_form_wrap #edd_mailchimp a {
    color: #999999;
    text-decoration: underline; }

.edd-success .entry-content {
  background: #FFFFFF;
  padding: 40px 50px 50px;
  border: 1px solid;
  border-color: var(--border);
  margin: 70px auto;
  max-width: 780px; }
  @media (max-width: 768px) {
    .edd-success .entry-content {
      padding: 30px; } }
  .edd-success .entry-content > p:first-child {
    margin-bottom: 5%;
    padding: 4.5% 10% 5%;
    border: 1px solid #84d195;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    position: relative;
    background: #F4FFF6;
    border-top: solid 4px #38bb79;
    text-align: center; }

#edd_profile_editor_form {
  max-width: 640px;
  margin: 0 auto; }
  #edd_profile_editor_form label {
    display: block;
    margin-bottom: 12px; }
  #edd_profile_editor_form input[type='text'], #edd_profile_editor_form input[type='number'], #edd_profile_editor_form input[type='email'], #edd_profile_editor_form input[type='tel'], #edd_profile_editor_form input[type='url'], #edd_profile_editor_form input[type='password'], #edd_profile_editor_form input[type='search'], #edd_profile_editor_form textarea, #edd_profile_editor_form .input-text {
    width: 100%; }

#edd_profile_personal_fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

#edd_profile_password_fieldset,
#edd_profile_address_fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  #edd_profile_password_fieldset > p,
  #edd_profile_address_fieldset > p {
    width: calc(50% - 10px); }
  #edd_profile_password_fieldset #edd_profile_billing_address_line_2_wrap,
  #edd_profile_password_fieldset #edd_profile_billing_address_line_1_wrap,
  #edd_profile_address_fieldset #edd_profile_billing_address_line_2_wrap,
  #edd_profile_address_fieldset #edd_profile_billing_address_line_1_wrap {
    width: 100%; }

#edd_profile_last_name_wrap,
#edd_profile_first_name_wrap {
  width: calc(50% - 10px); }

#edd_profile_primary_email_wrap,
#edd_profile_display_name_wrap {
  width: 100%; }

#edd_profile_submit_fieldset {
  padding: 0;
  border: none; }

#edd-purchase-button, .edd-submit, [type=submit].edd-submit {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  border: none;
  border-radius: 50px;
  padding: 18px 35px; }

.archive-download-page-header {
  text-align: center;
  padding: 60px 0 80px; }
  .archive-download-page-header h1 {
    margin-bottom: 36px; }
  .archive-download-page-header .text-large {
    max-width: 620px;
    margin: 0 auto; }

body .site {
  overflow-x: visible; }

body.home .site-header:after {
  width: 1287px;
  height: 919px;
  background-image: url("./assets/images/decor_home.svg"); }

body .site-content {
  margin-top: 45px; }
  @media (min-width: 1024px) {
    body .site-content {
      margin-top: 90px; } }

.blog-header {
  text-align: center;
  max-width: 620px;
  margin: 40px auto 60px; }

.archive article.type-post .hentry-post-thumbnail, .blog article.type-post .hentry-post-thumbnail {
  position: relative;
  padding-top: 56.25%; }
  .archive article.type-post .hentry-post-thumbnail img, .blog article.type-post .hentry-post-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

:root {
  --docspress-color-primary: #FB5335;
  --docspress-color-text: #454545;
  --docspress-color-secondary: #8D8D8D;
  --docspress-color-border: #DEDEDE; }

.docspress-single-breadcrumbs {
  --docspress--breadcrumbs--font-size: 14px; }

.docspress-single-sidebar {
  border-right: none; }

.docspress-single-articles {
  --docspress--articles--font-size: 16px; }

.docspress-nav-list {
  --docspress--navigation--font-size: 14px; }

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