@charset "UTF-8";
:root {
  --ebx-slate-50-color: #f4f4f6;
  --ebx-slate-100-color: #e7e8ec;
  --ebx-slate-200-color: #c4c5cf;
  --ebx-slate-300-color: #a1a2b3;
  --ebx-slate-400-color: #7d7f96;
  --ebx-slate-500-color: #5a5d79;
  --ebx-slate-600-color: #363a5d;
  --ebx-slate-700-color: #131740;
  --ebx-slate-800-color: #101436;
  --ebx-slate-900-color: #0d102d;
  --ebx-primary-color: #8358ff;
  --ebx-secondary-color: #ffb31a;
  --ebx-post-link-color: #2f95ef;
  --ebx-primary-color: hsl(40, 100%, 55%);
  --ebx-primary-color-h: 40;
  --ebx-primary-color-s: 100%;
  --ebx-primary-color-l: 55%;
  --ebx-primary-rgb: 131, 88, 255;
  --ebx-dark-color: var(--ebx-slate-700-color);
  --ebx-light-color: var(--ebx-slate-50-color);
  --ebx-background-color: #ffffff;
  --ebx-foreground-color: var(--ebx-slate-700-color);
  --ebx-text-color: var(--ebx-slate-500-color);
  --ebx-border-color: var(--ebx-slate-100-color);
  --ebx-links-color: var(--ebx-primary-color);
  --ebx-links-hover-color: var(--ebx-foreground-color);
  --ebx-woo-color-highlight: #26bb44;
  --ebx-buttons-background-color: #ffb31a;
  --ebx-buttons-text-color: var(--ebx-slate-900-color);
  --ebx-buttons-hover-background-color: transparent;
  --ebx-buttons-hover-border-color: var(--ebx-buttons-background-color);
  --ebx-buttons-hover-text-color: var(--ebx-slate-700-color);
  --ebx-heading-font: "Urbanist", sans-serif;
  --ebx-body-font: "Inter", sans-serif;
  --ebx-heading-font-weight: 700;
  --ebx-button-font-weight: 600;
  --ebx-line-height--sm: 1.1;
  --ebx-font-size--3x-large: 2.25rem;
  --ebx-font-size--2x-large: 2rem;
  --ebx-font-size--x-large: 1.75rem;
  --ebx-font-size--large: 1.5rem;
  --ebx-font-size--medium: 1.25rem;
  --ebx-font-size--2x-small: 0.75rem;
  --ebx-font-size--x-small: 0.9375rem;
  --ebx-h1-size: 2.5rem;
  --ebx-h2-size: 2.125rem;
  --ebx-h3-size: 1.75rem;
  --ebx-h4-size: 1.5rem;
  --ebx-h5-size: 1.25rem;
  --ebx-h6-size: 1.125rem;
  --ebx-transition: cubic-bezier(0.33, 0, 0.25, 1);
  --ebx-transition--all: all 0.3s var(--ebx-transition);
  --ebx-rounded: 1rem;
  --ebx-rounded--xs: 0.25rem;
  --ebx-rounded--sm: 0.5rem;
  --ebx-rounded--md: 0.75rem;
  --ebx-rounded--lg: 1.5rem;
  --ebx-shadow: 0px 4px 6px -4px rgba(13, 16, 45, 0.1),
  	0px 10px 15px -3px rgba(13, 16, 45, 0.1);
  --ebx-nav-height: 88px;
  --ebx-container-width--narrow: 840px;
  --ebx-container-width: 1420px;
  --ebx-container-width--wide: 1400px;
}

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

img,
svg {
  vertical-align: middle;
}

/* Collapse
-------------------------------------------------------*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
html {
  font-size: 100%;
}

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

::-moz-selection {
  background-color: #fdf0b2;
}

::-webkit-selection {
  background-color: #fdf0b2;
}

::selection {
  background-color: #fdf0b2;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.5;
  color: var(--ebx-text-color);
  font-size: 1.125rem;
  background-color: var(--ebx-background-color);
}
body img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  color: var(--ebx-links-color);
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
  color: var(--ebx-links-hover-color);
}

video {
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8125rem;
  margin-top: 16px;
  text-align: center;
}

hr {
  margin: 0;
  border-color: var(--ebx-border-color);
}

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

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

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

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ebx-heading-font);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  color: var(--ebx-foreground-color);
  font-weight: var(--ebx-heading-font-weight);
  line-height: var(--ebx-line-height--sm);
}

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

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

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

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

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

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

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0.9rem;
          margin-block-end: 0.9rem;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}
h1 > a:hover, h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
  color: var(--ebx-primary-color);
}

address {
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.2;
}

blockquote {
  margin: 0 0 1rem;
}
blockquote p {
  font-style: italic;
}

/*-------------------------------------------------------*/
/* Containers and sections
/*-------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .envisionx-container,
  .envisionx-header__container {
    max-width: var(--ebx-container-width);
  }
}
.envisionx-container,
.envisionx-header__container {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: 100%;
}

.envisionx-main-wrapper {
  position: relative;
}

.envisionx-blog-content,
.envisionx-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0;
}
@media only screen and (min-width: 1025px) {
  .envisionx-blog-content,
  .envisionx-page-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.envisionx-content {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 32px;
}

.envisionx-shop-content {
  padding: 32px 0;
}

.envisionx-blog-content .envisionx-grid-item {
  margin-bottom: 40px;
}

.envisionx-no-content {
  padding-top: 64px;
  padding-bottom: 64px;
}

.envisionx-no-content__container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

/* Grid
/*-------------------------------------------------------*/
.envisionx-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.envisionx-grid > * {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .envisionx-grid > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .envisionx-grid-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .envisionx-grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .envisionx-grid-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    width: 33.333%;
  }
  .envisionx-grid-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .envisionx-grid-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
  }
}

@media only screen and (min-width: 1025px) {
  .envisionx-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .envisionx-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .envisionx-col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.envisionx-row--10 {
  margin-right: -10px;
  margin-left: -10px;
}
.envisionx-row--10 .envisionx-grid-item {
  padding: 0 10px;
}

/* Sidebar
/*-------------------------------------------------------*/
.envisionx-sidebar {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .envisionx-sidebar {
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}

@media only screen and (min-width: 1025px) {
  .envisionx-left-sidebar .envisionx-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .envisionx-left-sidebar .envisionx-content {
    padding-right: 50px;
  }
  .envisionx-right-sidebar .envisionx-content {
    padding-left: 50px;
  }
}
/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/
.envisionx-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: var(--ebx-rounded--md);
  overflow: hidden;
}
.envisionx-entry__img-holder {
  position: relative;
  overflow: hidden;
}
.envisionx-entry__img-holder + .envisionx-entry__body {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.envisionx-entry__img {
  width: 100%;
}
.envisionx-entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--ebx-background-color);
  border: 1px solid var(--ebx-border-color);
  border-radius: var(--ebx-rounded--md);
  padding: 5% 10%;
}
.envisionx-entry__title {
  font-size: 1.25rem;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.envisionx-entry__title a:hover {
  text-decoration: none;
}
.envisionx-entry__excerpt {
  margin-bottom: 0.5rem;
}
.envisionx-entry__excerpt p {
  margin-bottom: 0;
  font-size: 1rem;
}

/* Blog Meta
-------------------------------------------------------*/
.envisionx-entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}
.envisionx-entry__meta li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  margin-left: 12px;
  margin-bottom: 6px;
  color: var(--ebx-slate-400-color);
}
.envisionx-entry__meta li:last-child {
  margin-left: 0;
}
.envisionx-entry__meta a {
  color: var(--ebx-foreground-color);
}
.envisionx-entry__meta a:hover, .envisionx-entry__meta a:focus {
  color: var(--ebx-primary-color);
}
.envisionx-entry__meta-category a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.625rem;
  margin-bottom: 6px;
  margin-left: 6px;
}
.envisionx-entry__meta-author {
  line-height: 1;
}
.envisionx-entry__meta-author-url {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.envisionx-entry__meta-author-img {
  border-radius: 999px;
  margin-left: 6px;
  margin-top: 1px;
}

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

/*-------------------------------------------------------*/
/* Single Post Header / Featured Image
/*-------------------------------------------------------*/
.envisionx-entry__header {
  padding: 32px 0 24px;
  text-align: center;
}

.envisionx-entry-featured-image {
  border-radius: var(--ebx-rounded--md);
  margin-bottom: 40px;
}

.envisionx-single-post__entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.envisionx-single-post__content {
  margin-right: auto;
  margin-left: auto;
}
.envisionx-fullwidth .envisionx-single-post__content {
  max-width: var(--ebx-container-width--narrow);
}
.envisionx-single-post__entry {
  margin-bottom: 20px;
  overflow: visible;
}

.envisionx-entry__article a {
  text-decoration: underline;
}
.envisionx-entry__article > h1, .envisionx-entry__article > h2, .envisionx-entry__article > h3, .envisionx-entry__article > h4, .envisionx-entry__article > h5, .envisionx-entry__article > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.envisionx-entry__article > h1:first-child, .envisionx-entry__article > h2:first-child, .envisionx-entry__article > h3:first-child, .envisionx-entry__article > h4:first-child, .envisionx-entry__article > h5:first-child, .envisionx-entry__article > h6:first-child {
  margin-top: 0;
}
.envisionx-entry__article > p, .envisionx-entry__article > ul, .envisionx-entry__article > ol {
  -webkit-margin-after: 34px;
          margin-block-end: 34px;
}
.envisionx-entry__article figure {
  margin-bottom: 2em;
}
.envisionx-entry__article ol {
  padding-right: 23px;
}
.envisionx-entry__article ul {
  padding-right: 18px;
}

/* Entry Tags
/*-------------------------------------------------------*/
.envisionx-entry__tags {
  margin-top: 30px;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--ebx-border-color);
  overflow: hidden;
}
.envisionx-entry__tags-label {
  color: var(--ebx-foreground-color);
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-left: 4px;
}

/* Entry Author
/*-------------------------------------------------------*/
.envisionx-entry-author {
  position: relative;
  margin-top: 56px;
  margin-bottom: 24px;
}
.envisionx-entry-author--box {
  padding: 44px 30px;
  border-radius: var(--ebx-rounded--sm);
  background-color: var(--ebx-light-color);
  position: relative;
}
.envisionx-entry-author--box img {
  display: block;
  float: right;
  margin-left: 24px;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .envisionx-entry-author--box img {
    width: 40px;
  }
}
.envisionx-entry-author__info {
  overflow: hidden;
}
.envisionx-entry-author__img {
  display: block;
  float: right;
  margin-left: 10px;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .envisionx-entry-author__img {
    display: none;
  }
}
.envisionx-entry-author__name {
  font-size: 1rem;
  margin-bottom: 12px;
}
.envisionx-entry-author__socials {
  overflow: hidden;
  margin-top: 14px;
}
.envisionx-entry-author__socials a {
  float: right;
}

/* Related Posts
/*-------------------------------------------------------*/
.envisionx-related-posts {
  margin-top: 40px;
}
.envisionx-related-posts .envisionx-grid-item {
  margin-bottom: 2rem;
}
.envisionx-related-posts .envisionx-entry__meta {
  margin-bottom: 0;
}

/* Comments
/*-------------------------------------------------------*/
.envisionx-entry-comments__title {
  margin-bottom: 32px;
}

.envisionx-comment-content a {
  text-decoration: underline;
}
.envisionx-comment-content > h1, .envisionx-comment-content > h2, .envisionx-comment-content > h3, .envisionx-comment-content > h4, .envisionx-comment-content > h5, .envisionx-comment-content > h6 {
  margin-top: 36px;
  margin-bottom: 20px;
}
.envisionx-comment-content figure {
  margin-bottom: 34px;
}
.envisionx-comment-content ol {
  padding-right: 23px;
}
.envisionx-comment-content ul {
  padding-right: 18px;
}

.envisionx-comment-list {
  padding-right: 0;
}
.envisionx-comment-list, .envisionx-comment-list ul {
  list-style: none;
}
@media only screen and (min-width: 576px) {
  .envisionx-comment .children {
    padding-right: 8%;
  }
}
.envisionx-comment-list > li:first-child > .envisionx-comment-body {
  border-top: 0;
  padding-top: 0;
}
.envisionx-comment-body {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--ebx-border-color);
}
.envisionx-comment-text {
  overflow: hidden;
}
.envisionx-comment-text p {
  margin-bottom: 10px;
}
.envisionx-comment-avatar {
  float: right;
  margin-left: 20px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.envisionx-comment-author {
  font-size: 17px;
}
.envisionx-comment-author__name {
  color: var(--ebx-foreground-color);
  font-weight: 700;
}
.envisionx-comment-author__post-author-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  background-color: var(--ebx-primary-color);
  color: #000;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.6875rem;
}
.envisionx-comment-author a {
  color: inherit;
}
.envisionx-comment-metadata {
  display: inline-block;
}
.envisionx-comment-date, .envisionx-comment-edit-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--ebx-text-color);
}
.envisionx-comment-edit-link {
  margin-right: 5px;
  margin-bottom: 0;
  color: var(--ebx-primary-color);
}
.envisionx-comment-reply {
  color: var(--ebx-foreground-color);
  font-weight: 600;
}
.envisionx-comment-reply:hover {
  color: var(--ebx-primary-color);
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form {
  margin-top: 16px;
  margin-bottom: 36px;
}
.comment-form p {
  margin: 0;
}
.comment-form .logged-in-as {
  margin-bottom: 28px;
}
.comment-form-cookies-consent {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
  line-height: 1;
}
.comment-form-cookies-consent label {
  color: var(--ebx-text-color);
}

.envisionx-entry-comments {
  margin-top: 40px;
}

.envisionx-comment-list + .comment-respond {
  padding-top: 56px;
  border-top: 1px solid var(--ebx-border-color);
}

.comment-respond__title small {
  margin-right: 15px;
  font-size: 60%;
}
.comment-respond__notice {
  margin-bottom: 36px;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.envisionx-header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  min-height: var(--ebx-nav-height);
  position: relative;
  /* Dropdowns (large screen) */
}
.envisionx-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .envisionx-header__container {
    height: var(--ebx-nav-height);
  }
}
@media only screen and (max-width: 575px) {
  .envisionx-header__container {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .envisionx-header__container {
    display: block;
  }
}
.envisionx-header__inner {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.envisionx-header__nav-menu, .envisionx-header__dropdown-menu {
  list-style: none;
  padding: 0;
}
.envisionx-header__nav-menu {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.envisionx-header__nav-menu li {
  position: relative;
}
.envisionx-header__nav-menu > li > a {
  font-weight: 500;
  color: var(--ebx-foreground-color);
  font-size: 1rem;
  padding: 16px 0;
  display: block;
  position: relative;
  -webkit-transition: 0.1s color;
  transition: 0.1s color;
}
.envisionx-header__nav-menu > li > a:hover, .envisionx-header__nav-menu > li > a:focus {
  color: var(--ebx-links-hover-color);
}
.envisionx-header__item-submenu-trigger {
  margin-right: auto;
  fill: currentColor;
}
.envisionx-header__dropdown-menu li a {
  font-size: 1rem;
}
@media only screen and (min-width: 1025px) {
  .envisionx-header__nav-wrap.collapse {
    display: block;
    height: auto;
  }
  .envisionx-header__nav-menu > li {
    display: inline-block;
    text-align: center;
    padding: 0 16px;
  }
  .envisionx-header__nav-menu > li:first-child {
    padding-right: 0;
  }
  .envisionx-header__nav-menu > li:last-child {
    padding-left: 0;
  }
  .envisionx-header__dropdown-menu {
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    right: -5px;
    top: 100%;
    min-width: 220px;
    width: 100%;
    text-align: right;
    padding: 20px 0;
    border-radius: var(--ebx-rounded--sm);
    list-style: none;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .envisionx-header__dropdown-menu > li > a {
    color: var(--ebx-text-color);
    padding: 3px 30px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .envisionx-header__dropdown-menu > li > a:hover, .envisionx-header__dropdown-menu > li > a:focus {
    color: var(--ebx-links-hover-color);
  }
  .envisionx-header__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .envisionx-header__dropdown:hover > .envisionx-header__dropdown-menu, .envisionx-header__dropdown:focus > .envisionx-header__dropdown-menu, .envisionx-header__dropdown.focus > .envisionx-header__dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .envisionx-header__dropdown-menu .envisionx-header__dropdown-menu {
    right: 100%;
    top: -20px;
  }
  .envisionx-header__dropdown .envisionx-header__dropdown {
    position: relative;
  }
  .envisionx-header__dropdown-trigger {
    display: none;
  }
}

/* Dropdown trigger
-------------------------------------------------------*/
.envisionx-header__dropdown-trigger {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.envisionx-header__dropdown-trigger:hover, .envisionx-header__dropdown-trigger:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.envisionx-header__dropdown-trigger::before, .envisionx-header__dropdown-trigger::after {
  display: none;
}
.envisionx-header__dropdown .envisionx-header__dropdown-trigger:hover, .envisionx-header__dropdown .envisionx-header__dropdown-trigger:focus {
  background-color: transparent;
  color: inherit;
}
.envisionx-header__dropdown-trigger svg {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.envisionx-header__dropdown-trigger--is-open svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mobile body {
  cursor: pointer;
}

.envisionx-header__menu .current-menu-item > a {
  color: var(--ebx-primary-color);
}

/* Logo
-------------------------------------------------------*/
.envisionx-logo {
  line-height: 1;
  display: block;
}
.envisionx-logo-url {
  display: inline-block;
  vertical-align: middle;
  color: var(--ebx-foreground-color);
}
@media only screen and (min-width: 1025px) {
  .envisionx-logo-url {
    margin-left: 64px;
  }
}

/* Nav Icons / Last menu item
-------------------------------------------------------*/
.envisionx-nav__icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: auto;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.envisionx-nav__icons-item {
  margin-right: 10px;
  color: var(--ebx-foreground-color);
}
@media only screen and (min-width: 1025px) {
  .envisionx-nav__icons-item {
    margin-right: 16px;
  }
}
.envisionx-nav__icons-item-url {
  color: var(--ebx-foreground-color);
}
.envisionx-nav__icons-item:first-child {
  margin-right: 0;
}

.envisionx-nav__icons-item .envisionx-menu-search__trigger:hover,
.envisionx-nav__icons-item .envisionx-menu-search__trigger:focus {
  background-color: transparent;
  outline-color: transparent;
  color: var(--ebx-primary-color);
}
.envisionx-nav__icons-item-url:hover svg, .envisionx-nav__icons-item-url:focus svg {
  color: var(--ebx-primary-color);
}

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

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

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

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

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .envisionx-header__nav-wrap {
    margin-right: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .envisionx-header__inner {
    height: var(--ebx-nav-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .envisionx-header__nav-menu {
    display: block;
  }
  .envisionx-header__nav-menu li a {
    padding: 0;
    line-height: 46px;
    display: block;
    border-bottom: 1px solid var(--ebx-border-color);
  }
  .envisionx-header__nav-menu > li:not(.envisionx-header__dropdown):last-child a {
    border-bottom: 0;
  }
  .envisionx-header__item-dropdown > svg {
    display: none;
  }
  .envisionx-header__dropdown-menu a {
    color: var(--ebx-text-color);
  }
  .envisionx-header__dropdown-menu a:hover, .envisionx-header__dropdown-menu a:focus {
    color: var(--ebx-links-hover-color);
  }
  .envisionx-header__dropdown-menu > li > a {
    padding-right: 10px;
  }
  .envisionx-header__dropdown-menu > li > ul > li > a {
    padding-right: 20px;
  }
  .envisionx-header__dropdown-trigger {
    display: block;
    width: 20px;
    min-height: 44px;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 50;
    cursor: pointer;
  }
  .envisionx-header__dropdown-menu {
    display: none;
    width: 100% !important;
  }
  .envisionx-header__dropdown-trigger.active + .envisionx-header__dropdown-menu {
    display: block;
  }
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.envisionx-footer {
  position: relative;
}
.envisionx-footer .widget {
  margin-bottom: 48px;
}
.envisionx-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.envisionx-footer__row {
  padding: 32px 0;
}

/* Footer Widgets
-------------------------------------------------------*/
.envisionx-footer__widgets {
  padding: 40px 0 24px;
}
.envisionx-footer__widgets .widget_nav_menu li {
  padding: 2px 0;
  font-size: 0.875rem;
  border: 0 !important;
}

/* Bottom Footer
-------------------------------------------------------*/
.envisionx-footer__bottom {
  text-align: center;
  font-size: 0.875rem;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.mb-32 {
  margin-bottom: 32px;
}

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

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

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

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

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

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

.envisionx-site-title {
  font-size: 1.125rem;
  font-weight: 700;
}

.envisionx-site-tagline {
  margin-bottom: 0;
}

.envisionx-page-content a,
.envisionx-comments-area a {
  text-decoration: underline;
}

.alignright {
  float: left;
  margin-right: 1rem;
}

.alignleft {
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignwide {
  margin-right: -80px;
  margin-left: -80px;
}

.alignfull {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.wp-caption {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 20px 20px 0;
}

.wp-caption img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

/**
 * Utility styles
 */
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

.post-password-form label + input {
  line-height: 46px;
  font-size: 15px;
  font-weight: var(--ebx-button-font-weight);
  padding: 0 24px;
  font-family: var(--ebx-heading-font);
  border: none;
  background-color: var(--ebx-buttons-background-color);
  color: var(--ebx-buttons-text-color);
  position: relative;
  top: -3px;
  width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.envisionx-entry__sticky-icon {
  display: inline-block;
  margin-top: -2px;
  position: relative;
  opacity: 0.5;
  height: 20px;
  width: 20px;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-separator {
  border-top: 1px solid;
  border-color: var(--ebx-border-color);
}

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

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

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

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

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

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

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

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: block;
  font-family: var(--ebx-heading-font);
  font-weight: var(--ebx-heading-font-weight);
  font-size: 1rem;
  line-height: 1.3;
  color: var(--ebx-foreground-color);
}
.wp-block-latest-posts .wp-block-latest-posts__post-title:hover, .wp-block-latest-posts .wp-block-latest-posts__post-title:focus {
  color: var(--ebx-primary-color);
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: var(--ebx-rounded--sm);
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  font-size: 0.8125rem;
  margin-top: 5px;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}
/* Hover Scale
-------------------------------------------------------*/
.envisionx-hover-scale {
  overflow: hidden;
}
.envisionx-hover-scale img {
  -webkit-transition: var(--ebx-transition--all);
  transition: var(--ebx-transition--all);
}
.envisionx-hover-scale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Gradients / Overlays
-------------------------------------------------------*/
.envisionx-bg-overlay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.36);
}

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

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

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

/* Display
-------------------------------------------------------*/
.d-none {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
.select2-container--default .select2-selection--single,
input,
select,
textarea {
  height: 46px;
  border-radius: var(--ebx-rounded--sm);
  border: 1px solid var(--ebx-border-color);
  background-color: #fff;
  width: 100%;
  margin-bottom: 16px;
  padding: 10px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

textarea {
  height: auto;
  display: block;
  padding: 10px;
}

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

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

select option {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--ebx-text-color);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--ebx-text-color);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--ebx-text-color);
}

label {
  color: var(--ebx-foreground-color);
  font-size: 0.9375rem;
  vertical-align: middle;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}

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

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

input[type=checkbox] + span,
input[type=checkbox] + label,
input[type=radio] + label,
input[type=radio] + span {
  cursor: pointer;
  font-family: var(--ebx-body-font);
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  line-height: 20px;
  text-transform: none;
}

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

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0;
  margin-bottom: 14px;
}

/* GDPR Checkbox
-------------------------------------------------------*/
.envisionx-newsletter-gdpr-checkbox {
  margin-top: 20px;
}
.envisionx-newsletter-gdpr-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.envisionx-newsletter-gdpr-checkbox__text {
  font-weight: normal;
  font-family: var(--ebx-body-font);
  color: var(--ebx-text-color);
}

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

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover, .btn:focus {
  color: var(--ebx-buttons-hover-text-color);
  border-color: transparent;
  text-decoration: none;
}
.btn.btn--lg {
  font-size: 1.125rem;
  padding: 20px 32px;
}
.btn.btn--lg svg {
  width: 20px;
}
.btn.btn--md {
  font-size: 1rem;
  padding: 13px 28px;
}
.btn.btn--sm {
  padding: 9px 20px;
}
.btn--wide {
  width: 100% !important;
}

/* Input Buttons
-------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-element-button,
.wp-block-button__link,
a.elementor-button,
.btn,
.button {
  height: auto;
  width: auto;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: var(--ebx-button-font-weight);
  font-size: 0.9375rem;
  line-height: 1;
  background-color: var(--ebx-buttons-background-color);
  color: var(--ebx-buttons-text-color);
  text-align: center;
  border-color: transparent;
  border-radius: var(--ebx-rounded--sm);
  -webkit-transition: var(--ebx-transition--all);
  transition: var(--ebx-transition--all);
  padding: 16px 32px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  white-space: nowrap;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
a.elementor-button:hover,
a.elementor-button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus {
  background-color: var(--ebx-buttons-hover-background-color);
  outline-color: var(--ebx-buttons-hover-border-color);
  color: var(--ebx-buttons-hover-text-color);
}

a.elementor-button {
  padding: 20px 32px;
}

/* Modal close button
-------------------------------------------------------*/
.envisionx-close-button {
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 9px solid transparent;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.envisionx-close-button--align-top-right {
  position: absolute;
  left: 20px;
  top: 20px;
}
.envisionx-close-button::after, .envisionx-close-button::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  right: 0;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: -webkit-transform ease 0.25s;
  transition: -webkit-transform ease 0.25s;
  transition: transform ease 0.25s;
  transition: transform ease 0.25s, -webkit-transform ease 0.25s;
}
.envisionx-close-button--dark::before, .envisionx-close-button--dark::after {
  background-color: #000;
}
.envisionx-close-button::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.envisionx-close-button::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.envisionx-close-button:hover::after, .envisionx-close-button:hover::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table {
  width: 100%;
}

table th {
  font-weight: normal;
}

table caption {
  margin-bottom: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid var(--ebx-border-color);
  padding: 10px;
}

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

table thead tr th,
table tbody tr th {
  font-size: 0.875rem;
  color: var(--ebx-foreground-color);
  font-family: var(--ebx-heading-font);
  font-weight: 600;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget a {
  color: inherit;
}
.widget a:hover, .widget a:focus {
  color: var(--ebx-primary-color);
}
.widget ul {
  padding: 0;
  margin: 0;
}
.envisionx-sidebar .widget {
  margin-bottom: 48px;
}
.widget li {
  list-style: none;
}
.widget.widget_block h2,
.widget .wp-block-search__label, .widget-title {
  font-size: 1.125rem;
  font-weight: var(--ebx-heading-font-weight);
  margin-bottom: 24px;
}
.widget .sub-menu,
.widget .children {
  padding-right: 15px;
  padding-top: 10px;
}
.widget .sub-menu li:first-child,
.widget .children li:first-child {
  border-top: 1px solid var(--ebx-border-color);
}

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

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.5rem;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
  padding: 16px 0;
  border-bottom: 1px solid var(--ebx-border-color);
}
.widget_rss li:first-child {
  padding-top: 0;
}
.widget_rss .rsswidget {
  color: var(--ebx-foreground-color);
}
.widget_rss .rsswidget:hover {
  color: var(--ebx-primary-color);
}
.widget_rss .rss-date {
  display: block;
  font-size: 0.875rem;
  margin: 6px 0 12px;
}
.widget_rss .rssSummary {
  margin-bottom: 8px;
}
.widget_rss .rssSummary + cite {
  font-size: 15px;
}

.wp-block-latest-posts li {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .wp-block-latest-posts li {
    margin-bottom: 24px;
  }
}
.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts__featured-image {
  margin-top: 0;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

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

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

/* Widget Recent Posts
-------------------------------------------------------*/
.widget-recent-posts__list > li {
  padding: 14px 0;
}
.widget-recent-posts__list > li:first-child {
  padding-top: 0;
}
.widget-recent-posts__list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-recent-posts__img-holder {
  width: 80px;
  float: right;
  position: relative;
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .widget-recent-posts__img-holder {
    width: 50px;
  }
}
.widget-recent-posts__entry {
  min-height: 60px;
}
.widget-recent-posts__entry-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Widget Latest Comments
-------------------------------------------------------*/
.wp-block-latest-comments__comment {
  line-height: 1.5;
  margin-bottom: 1em;
}

/* Widget Search
-------------------------------------------------------*/
.widget-search-input {
  background-color: #fff;
}

.widget_search .envisionx-search-input {
  margin-bottom: 0;
}

.widget-search-button,
.search-form__button,
.envisionx-search-form .envisionx-search-button,
.woocommerce-product-search button[type=submit] {
  position: absolute;
  top: 0;
  height: 46px;
  width: 46px;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0;
  left: 0;
  font-size: 17px;
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
}

.wp-block-search__inside-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__button {
  margin-right: 10px;
  word-break: normal;
}
.wp-block-search .wp-block-search__input {
  background-color: transparent;
  border: 1px solid var(--ebx-border-color);
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__input:focus {
  background-color: transparent;
  border-color: var(--ebx-primary-color);
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
}
.wp-block-search .wp-block-search__button {
  border-radius: var(--ebx-rounded--sm);
}
.wp-block-search .wp-block-search__button::before, .wp-block-search .wp-block-search__button::after {
  display: none;
}
.wp-block-search .wp-block-search__button.has-icon {
  border: 0;
  background-color: transparent;
}
.wp-block-search .wp-block-search__button.has-icon:focus, .wp-block-search .wp-block-search__button.has-icon:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
}
.wp-block-search .wp-block-search__button:not(.has-icon) {
  font-size: 0.875rem;
}
.wp-block-search .wp-block-search__button:not(.has-icon):hover, .wp-block-search .wp-block-search__button:not(.has-icon):focus {
  background-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ebx-border-color);
}

/* Widget Categories, Recent Entries, Comments, Archives, Meta
-------------------------------------------------------*/
.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.recentcomments {
  padding: 5px 0;
}
.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_nav_menu li:first-child,
.widget_archive li:first-child,
.widget_pages li:first-child,
.widget_meta li:first-child,
.recentcomments:first-child {
  padding-top: 0;
}
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child,
.widget_archive li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.recentcomments:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Widget Recent Entries, Recent Comments, Meta, Pages, Menu
-------------------------------------------------------*/
.wp-block-categories-list li,
.widget_recent_entries li,
.recentcomments,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_meta li {
  padding: 10px 0;
  border-bottom: 1px solid var(--ebx-border-color);
}
.wp-block-categories-list li:first-child,
.widget_recent_entries li:first-child,
.recentcomments:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_categories li:first-child,
.widget_meta li:first-child {
  padding-top: 0;
}
.wp-block-categories-list li:last-child,
.widget_recent_entries li:last-child,
.recentcomments:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.envisionx-entry__tags a {
  padding: 6px 8px;
  line-height: 1;
  margin: 0 0 8px 8px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px !important;
  border: 1px solid var(--ebx-border-color);
  text-transform: uppercase;
  color: var(--ebx-text-color);
  -webkit-transition: background-color 0.1s var(--ebx-transition);
  transition: background-color 0.1s var(--ebx-transition);
  float: right;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus,
.envisionx-entry__tags a:hover,
.envisionx-entry__tags a:focus {
  background-color: var(--ebx-primary-color);
  text-decoration: none !important;
  border-color: transparent;
  color: #fff;
}

.tagcloud {
  overflow: hidden;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
  text-align: center;
}
.pagination svg {
  fill: currentColor;
}

.pagination span,
.pagination a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.post-page-numbers {
  font-size: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--ebx-rounded--xs);
  width: 36px;
  height: 36px;
  line-height: 1;
  margin: 0 2px 8px;
  text-align: center;
  color: var(--ebx-text-color);
  background-color: var(--ebx-slate-100-color);
  vertical-align: middle;
  -webkit-transition: var(--ebx-transition--all);
  transition: var(--ebx-transition--all);
}
.pagination span:not(span):hover, .pagination span:not(span):focus,
.pagination a:not(span):hover,
.pagination a:not(span):focus,
.woocommerce nav.woocommerce-pagination ul li a:not(span):hover,
.woocommerce nav.woocommerce-pagination ul li a:not(span):focus,
.woocommerce nav.woocommerce-pagination ul li span:not(span):hover,
.woocommerce nav.woocommerce-pagination ul li span:not(span):focus,
.post-page-numbers:not(span):hover,
.post-page-numbers:not(span):focus {
  background-color: var(--ebx-primary-color);
  color: #fff;
  text-decoration: none;
}
.pagination span:last-child,
.pagination a:last-child,
.woocommerce nav.woocommerce-pagination ul li a:last-child,
.woocommerce nav.woocommerce-pagination ul li span:last-child,
.post-page-numbers:last-child {
  margin-left: 0;
}
.pagination span.current,
.pagination a.current,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.post-page-numbers.current {
  background-color: var(--ebx-primary-color);
  color: #fff;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.search .envisionx-page-title,
.envisionx-single-post-title {
  text-align: center;
}

.envisionx-page-title {
  margin-top: 24px;
}
.envisionx-page-title__title {
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .envisionx-page-title__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1025px) {
  .envisionx-page-title--tall {
    padding: 300px 0;
  }
}
.envisionx-page-title--short {
  padding: 100px 0;
}

/*-------------------------------------------------------*/
/* Search
/*-------------------------------------------------------*/
.envisionx-search-form {
  position: relative;
}
.envisionx-search-form .envisionx-search-input {
  height: 56px;
}
.envisionx-search-form .envisionx-search-button {
  height: 56px;
  width: 56px;
  color: var(--ebx-foreground-color);
}
.envisionx-search-form .envisionx-search-button:hover {
  outline: none;
}
.envisionx-search-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-family: inherit;
}

button.envisionx-menu-search__trigger {
  color: var(--ebx-foreground-color);
}

.envisionx-menu-search__trigger {
  display: block;
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.envisionx-menu-search__trigger:hover, .envisionx-menu-search__trigger:focus {
  background-color: transparent !important;
  color: initial;
}
.envisionx-menu-search__icon {
  display: block;
}
.envisionx-menu-search__input-container {
  position: relative;
}
.envisionx-menu-search-modal {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.envisionx-menu-search-modal__inner {
  background-color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0% 0;
          transform-origin: 0% 0;
  will-change: transform;
  padding: 80px 0;
}
.envisionx-menu-search-modal__inner .envisionx-menu-search__input-container::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  background-color: var(--ebx-primary-color);
  -webkit-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.envisionx-menu-search-modal__inner .envisionx-search-input {
  margin-bottom: 0;
  border: 0;
  border-radius: 0 !important;
  outline: 0;
  border-bottom: 1px solid var(--ebx-border-color);
  background-color: transparent;
}
.envisionx-menu-search-modal__inner .envisionx-search-input:focus {
  border-bottom-color: var(--ebx-border-color);
}
.envisionx-menu-search-modal__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  color: var(--ebx-text-color);
}
.envisionx-menu-search-modal__close:hover, .envisionx-menu-search-modal__close:focus {
  background-color: transparent;
  color: initial;
}
.envisionx-menu-search-modal--is-open {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
.envisionx-menu-search-modal--is-open .envisionx-menu-search__input-container::after {
  width: 100%;
}
.envisionx-menu-search-modal--is-open .envisionx-menu-search-modal__inner {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*-------------------------------------------------------*/
/* Page 404
/*-------------------------------------------------------*/
.envisionx-page-404 {
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 20px;
  padding-left: 20px;
}
.envisionx-page-404__container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.envisionx-page-404__text {
  font-size: 1.25rem;
  margin-bottom: 3.5rem;
}
/*# sourceMappingURL=style-rtl.css.map */
