@charset "UTF-8";
/*!
Theme Name: Fittlife QT
Theme URI: https://fittlife.qreativethemes.com
Author: QreativeThemes
Author URI: https://qreativethemes.com
Description: A WordPress Theme for Fitness & Gym, by QreativeThemes
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fittlife-qt
Tags: custom-background, custom-colors, custom-menu, custom-header, featured-images, sticky-post, theme-options, translation-ready, rtl-language-support
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 ----- Normalize
02 ----- Typography
03 ----- Utilities
04 ----- Shortcodes
05 ----- Buttons
06 ----- Forms
07 ----- Layout
08 ----- Header
09 ----- Navigation
10 ----- Page Header
11 ----- Breadcrumbs
12 ----- Footer
13 ----- Widgets WordPress
14 ----- Widgets Custom
15 ----- Blog
16 ----- Comments
17 ----- Pagination
18 ----- Media
29 ----- 404
20 ----- Gutenberg
--------------------------------------------------------------*/
:root {
  --qt-heading-small: 40px;
  --qt-heading-large: 52px;
  --qt-title-font-family: 'Barlow Semi Condensed';
  --qt-title-font-color: #1d1d1d;
  --qt-title-font-weight: 700;
  --qt-title-font-style: italic;
  --qt-title-font-transform: uppercase;
  --qt-title-font-line-height: 1.25;
  --qt-title-gradient-color-left: #4ead3a;
  --qt-title-gradient-color-right: #27a68f;
  --qt-title-gradient-color: linear-gradient(45deg, var(--qt-title-gradient-color-left) 20%, var(--qt-title-gradient-color-right));
  --qt-content-font-family: 'Sarabun';
  --qt-content-font-weight: 500;
  --qt-content-font-color: #9d9d9d;
  --qt-content-font-size: 17px;
  --qt-font-awesome-font-family: 'Font Awesome 5 Free';
  --qt-font-awesome-font-weight: 900;
  --qt-dark-color: #000;
  --qt-grey-color: #181818;
  --qt-light-color: #fff;
  --qt-primary-color: #6aa317;
  --qt-secondary-color: #f6d72d;
  --qt-button-font-family: 'Barlow Semi Condensed';
  --qt-button-font-color: #fff;
  --qt-button-font-size: 17px;
  --qt-button-font-weight: 700;
  --qt-button-font-style: italic;
  --qt-button-font-transform: uppercase;
  --qt-button-font-shadow: rgba(0,0,0,0.1);
  --qt-button-background-color: #87c232;
  --qt-button-background-color-hover: #55860f;
  --qt-button-outline-border-color: rgba(0,0,0,0.12);
  --qt-button-outline-border-color-hover: rgba(0,0,0,0.3);
  --qt-default-section-padding-large: 120px;
  --qt-default-section-padding-small: 60px;
  --qt-text-transition: color .1s ease-in-out;
  --qt-background-transition: background-color .1s ease-in-out;
  --qt-text-and-background-transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

/* 01 - Normalize */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #fff;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
  color: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  line-height: 1.55;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0;
}

ul,
li,
ol {
  outline: none;
}

/* 02 - Typography */
body,
button,
input,
select,
textarea,
optgroup {
  font-family: var(--qt-content-font-family);
  font-size: var(--qt-content-font-size);
  color: var(--qt-content-font-color);
  line-height: 34px;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  line-height: 1.25;
  color: var(--qt-title-font-color);
  margin: 0 0 15px 0;
  clear: both;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  font-family: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px 0;
  word-break: break-word;
}

.widget-title,
.widget_block h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.title-font {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
}

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

blockquote {
  margin: 20px 0 30px 0;
  padding: 10px 0 10px 40px;
  border-left: 4px solid var(--qt-primary-color);
  color: var(--qt-title-font-color);
  font-style: italic;
  transition: var(--qt-text-transition);
}
blockquote:hover {
  border-color: var(--qt-primary-color);
}
blockquote cite {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: var(--qt-title-font-weight);
  color: var(--qt-primary-color);
}
blockquote > p:last-of-type {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  display: block;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  color: #343434;
  font-family: monospace;
  font-size: 14px;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  background-color: transparent;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  color: var(--qt-title-font-color);
}

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: var(--qt-primary-color);
  text-decoration: none;
}
a:hover, a:visited {
  color: var(--qt-primary-color);
}

.read-more-link {
  position: relative;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  display: inline-flex;
  align-items: center;
}
.read-more-link::after {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  content: "\f30b";
  font-size: 16px;
  font-weight: var(--qt-font-awesome-font-weight);
  font-family: var(--qt-font-awesome-font-family);
  font-style: normal;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  transition: all .2s ease-in-out;
}
.read-more-link:hover::after {
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.4);
}

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

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

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

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

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* 04 - Shortcodes */
@media (max-width: 550px) {
  .qt-table-wrap {
    overflow-x: auto;
  }
}

.qt-table {
  width: 100%;
  margin-bottom: 0;
}
.qt-table thead {
  background-color: var(--qt-primary-color);
}
.qt-table thead td {
  padding: 14px 30px;
  color: #fff;
  font-weight: 700;
  border-color: transparent;
}
.qt-table thead td:empty {
  background-color: transparent;
}
.qt-table tbody td {
  padding: 14px 30px;
  border: none;
}
.qt-table tr:hover {
  background: none;
}
.qt-table tr:nth-child(2n+0), .qt-table tr:nth-child(2n+0):hover {
  background-color: #f9f9f9;
}

/* 05 - Buttons */
a.btn,
button,
[type="submit"] {
  font-family: var(--qt-button-font-family);
  font-style: var(--qt-button-font-style);
  font-weight: var(--qt-button-font-weight);
  font-size: var(--qt-button-font-size);
  text-transform: var(--qt-button-font-transform);
  color: var(--qt-button-font-color);
  line-height: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px var(--qt-button-font-shadow);
  border-radius: 4px;
  border: 2px solid transparent;
  background-color: var(--qt-button-background-color);
  transition: all .15s ease-in-out;
}
a.btn:hover,
button:hover,
[type="submit"]:hover {
  color: var(--qt-button-font-color);
  background-color: var(--qt-button-background-color-hover);
}
a.btn.fullwidth,
button.fullwidth,
[type="submit"].fullwidth {
  width: 100%;
}
a.btn.round,
button.round,
[type="submit"].round {
  border-radius: 25px;
}
a.btn i,
button i,
[type="submit"] i {
  margin-right: 8px;
}

a.btn.btn-outline {
  text-shadow: none;
  border-color: var(--qt-button-outline-border-color);
  background-color: transparent;
}
a.btn.btn-outline::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: 0;
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 4px;
  background-color: var(--qt-light-color);
  transition: all .2s ease-in-out;
}
a.btn.btn-outline:hover {
  color: #242424;
  border-color: transparent;
}
a.btn.btn-outline:hover::after {
  width: calc(100% + 4px);
}

body.button-round .btn,
body.button-round [type="submit"],
body.button-round .header-button a {
  border-radius: 30px;
}
body.button-round button,
body.button-round [type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.button-round a.btn.btn-outline::after {
  opacity: 0;
  border-radius: 30px;
}
body.button-round a.btn.btn-outline:hover::after {
  opacity: 1;
}
body.button-round .widget_search .search-form .search-field,
body.button-round .elementor-widget .search-form .search-field,
body.button-round .search-overlay .search-form .search-field {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body.button-round .widget_search .search-form .search-submit,
body.button-round .elementor-widget .search-form .search-submit,
body.button-round .search-overlay .search-form .search-submit {
  border-radius: 0 30px 30px 0;
}

/* 06 - Forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  color: var(--qt-content-font-color);
  width: 100%;
  max-width: 100%;
  padding: 15px 25px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  color: var(--qt-content-font-color);
  outline: none;
  border-color: #cecece;
}

select {
  background: #f9f9f9 url(assets/images/select-bg.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-webkit-input-placeholder {
  color: var(--qt-content-font-color);
}

:-ms-input-placeholder {
  color: var(--qt-content-font-color);
}

::placeholder {
  color: var(--qt-content-font-color);
}

.post-password-form label {
  display: block;
  margin-bottom: 15px;
}

.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin: -23px 0 15px 0;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.55;
  color: #e75e5e;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .wpcf7 .wpcf7-form .wpcf7-spinner {
    right: -30px;
    bottom: 15px;
    margin: 0;
  }
}
.wpcf7 .wpcf7-form label {
  display: block;
  color: var(--qt-title-font-color);
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 19px;
}
.wpcf7 .wpcf7-form label.asteriks::after {
  position: relative;
  content: "*";
  margin-left: 6px;
  color: #e75e5e;
  font-size: 19px;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea {
  margin-top: 8px;
  margin-bottom: 30px;
  transition: all .15s ease;
}
.wpcf7 .wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type="number"].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type="url"].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7 .wpcf7-form select.wpcf7-not-valid,
.wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
  border-color: red;
}
.wpcf7 .wpcf7-form textarea {
  height: 200px;
}
.wpcf7 .wpcf7-form select[multiple="multiple"] {
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: none;
}
.wpcf7 .wpcf7-form p {
  margin: 0;
}
.wpcf7 .wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 580px) {
  .wpcf7 .wpcf7-form span.wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.wpcf7 .wpcf7-form span.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
}
.wpcf7 .wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 17px;
  line-height: 1.55;
}
.wpcf7 .wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label + input {
  margin-left: 12px;
  margin-right: 0;
}
.wpcf7 .wpcf7-form span.wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox,
.wpcf7 .wpcf7-form .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7-acceptance {
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type="radio"],
.wpcf7 .wpcf7-form .wpcf7-radio input[type="checkbox"],
.wpcf7 .wpcf7-form .wpcf7-radio input[type="radio"],
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"],
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="radio"] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  width: 25px;
  height: 25px;
  color: #565563;
  border: 1px solid #eee;
  border-radius: 2px;
  outline: none;
  background-color: #f5f5f5;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:hover,
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type="radio"]:hover,
.wpcf7 .wpcf7-form .wpcf7-radio input[type="checkbox"]:hover,
.wpcf7 .wpcf7-form .wpcf7-radio input[type="radio"]:hover,
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:hover,
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="radio"]:hover {
  background-color: #eee;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked,
.wpcf7 .wpcf7-form .wpcf7-checkbox input[type="radio"]:checked,
.wpcf7 .wpcf7-form .wpcf7-radio input[type="checkbox"]:checked,
.wpcf7 .wpcf7-form .wpcf7-radio input[type="radio"]:checked,
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked,
.wpcf7 .wpcf7-form .wpcf7-acceptance input[type="radio"]:checked {
  border-color: var(--qt-primary-color);
  background-color: var(--qt-primary-color);
  background-image: url(assets/images/checkmark.svg);
  background-size: 65%;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox + .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form .wpcf7-radio + .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form .wpcf7-acceptance + .wpcf7-not-valid-tip {
  margin-top: -18px;
  text-align: inherit;
}
.wpcf7 .wpcf7-form .wpcf7-acceptance {
  margin-top: 0;
}
.wpcf7 .wpcf7-form .wpcf7-radio input[type="radio"] {
  border-radius: 50%;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-bottom: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-submit[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.wpcf7 .wpcf7-form .sign-up-form {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}
.wpcf7 .wpcf7-form .sign-up-form > p {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .sign-up-form > p {
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-form .sign-up-form .wpcf7-form-control-wrap {
  display: flex;
  flex: 1;
  position: relative;
}
.wpcf7 .wpcf7-form .sign-up-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
}
.wpcf7 .wpcf7-form .sign-up-form .wpcf7-response-output {
  margin-top: 20px;
  padding: 0 30px;
}
.wpcf7 .wpcf7-form .sign-up-form .wpcf7-spinner {
  right: -40px;
  bottom: 20px;
}
.wpcf7 .wpcf7-form .sign-up-form input[type="email"] {
  margin: 0;
  height: 65px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
}
@media screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .sign-up-form input[type="email"] {
    text-align: center;
  }
}
.wpcf7 .wpcf7-form .sign-up-form .wpcf7-submit {
  position: absolute;
  right: 0;
  margin: 0;
  border: none;
  height: 65px;
}
@media screen and (max-width: 479px) {
  .wpcf7 .wpcf7-form .sign-up-form .wpcf7-submit {
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 480px) {
  .wpcf7 .wpcf7-form .sign-up-form .wpcf7-submit {
    padding-left: 55px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    clip-path: polygon(100% 0%, 100% 100%, 54% 100%, 0% 100%, 13% 0);
  }
}

/* 07 - Layout */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

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

.col {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

@media screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column-xs-12 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

  .column-xs-2 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .column-sm-12 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

  .column-sm-2 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .column-lg-12 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

  .column-lg-2 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}

.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 10px;
}

.blur-bg {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.clearfix {
  clear: both;
}

ol,
ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  padding: 13px 30px;
  color: #fff;
  border-color: transparent;
  background-color: var(--qt-primary-color);
}
table th,
table td {
  padding: 12px 30px;
  border: 1px solid #e2e2e2;
}
table tr td {
  font-weight: 400;
}

.site-content {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .site-content {
    padding: 100px 0;
  }
}

body.page-heading-hide .site-content {
  padding-top: 0;
}

body.page-template-template-frontpage .site-content {
  padding: 0;
}

@media screen and (min-width: 992px) {
  body.single-post .site-content {
    padding: 100px 0;
  }
}

.sidebar {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.elementor-widget-sidebar {
  position: relative;
}
.elementor-widget-sidebar .widget {
  margin-bottom: 50px;
}
.elementor-widget-sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.boxed-layout {
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
  .site-content .col-lg-9.order-lg-1 > .site-main {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-content .col-lg-9.order-lg-2 > .site-main {
    margin-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .site-content .col-lg-9.main-content {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .site-content .col-lg-3.main-sidebar {
    flex: 0 0 27%;
    max-width: 27%;
  }
}

body.elementor-page .site-content > .container {
  max-width: inherit;
  padding: 0;
}
body.home.elementor-page .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
body:not(.elementor-page).page-heading-hide .header-transparent {
  position: relative;
}
body.search .post-inner .entry-wrapper {
  overflow: hidden;
}
body.boxed-enabled .boxed-layout {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  body.boxed-enabled .boxed-layout {
    width: 1072px;
  }
}
@media screen and (min-width: 1200px) {
  body.boxed-enabled .boxed-layout {
    width: 1500px;
  }
}
@media screen and (min-width: 1200px) {
  body.boxed-enabled .boxed-layout .container {
    width: 1240px;
  }
}
@media screen and (min-width: 992px) {
  body .bg-full-left > .elementor-container::after,
  body .bg-full-left .elementor-widget-wrap::after,
  body .bg-full-right > .elementor-container::after,
  body .bg-full-right .elementor-widget-wrap::after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: inherit;
  }
}
body .bg-full-right > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap::after {
  content: "";
  right: -1000%;
}
body .bg-full-left > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap::after {
  content: "";
  left: -1000%;
}
body #elementor-add-new-section {
  margin: 0 auto;
}
body .elementor-add-section-inner {
  position: relative;
  margin-top: 50px;
}
body .elementor-add-section-inner:hover {
  z-index: 100;
}
body .elementor-section {
  z-index: 90;
}
@media screen and (min-width: 992px) {
  body .elementor-section > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section > .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-five {
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .hide-xs-down {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hide-lg-up {
    display: none !important;
  }
}

/* 08 - Header */
.header {
  position: relative;
  z-index: 100;
}
.header a {
  text-decoration: none;
}
.header p {
  margin-top: 0;
  margin-bottom: 0;
}

.header-topbar {
  position: relative;
  line-height: 1.75;
  background-color: #000;
}
.header-topbar a {
  color: var(--qt-dark-color);
}
.header-topbar a:hover {
  color: var(--qt-light-color);
}
.header-topbar ul {
  display: flex;
}
@media screen and (min-width: 992px) {
  .header-topbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-topbar .widget {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .header-topbar .widget {
    padding: 5px 0px;
  }
  .header-topbar .widget + .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget {
    padding: 0 30px;
    height: 55px;
    align-items: center;
  }
  .header-topbar .widget:first-of-type {
    padding-left: 0;
  }
  .header-topbar .widget:last-of-type {
    padding-right: 0;
  }
  .header-topbar .widget + .widget::after {
    position: absolute;
    content: '';
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
.header-topbar .widget-title {
  margin: 0 5px 0 0;
  font-size: inherit;
  color: inherit;
}
.header-topbar .widget .icon-box {
  transition: color .2s ease-in-out;
}
.header-topbar .widget .icon-box-icon {
  margin-right: 9px;
  font-size: 16px;
  transition: inherit;
}
@media screen and (max-width: 991px) {
  .header-topbar .widget .icon-box-icon {
    min-width: 20px;
  }
}
.header-topbar .widget .icon-box .description {
  display: flex;
  align-items: center;
}
.header-topbar .widget .icon-box .title {
  margin: 0 5px 0 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.header-topbar .widget .menu > li {
  flex-shrink: 0;
  position: relative;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header-topbar .widget .menu > li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.header-topbar .widget .menu > li:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu > li:last-of-type > .sub-menu {
    left: auto;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu > li:last-of-type > .sub-menu::before {
    left: auto;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu > li:last-of-type > .sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
  }
}
.header-topbar .widget .menu > li.menu-item-has-children > a::after {
  position: relative;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  top: -2px;
  margin-left: 4px;
  border-style: solid;
  border-width: 4px 5px 0 4px;
  border-color: rgba(250, 250, 250, 0.3) transparent transparent transparent;
  transition: var(--qt-text-transition);
}
.header-topbar .widget .menu > li:hover > a {
  color: var(--qt-light-color);
}
.header-topbar .widget .menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  padding: 10px 0;
  min-width: 190px;
  z-index: 200;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.2);
  transition: opacity .15s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu {
    left: -20px;
  }
}
.header-topbar .widget .menu .sub-menu::before {
  position: absolute;
  content: '';
  top: -4px;
  left: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid;
  border-right: 4px solid;
  color: var(--qt-primary-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu li:hover > a {
    color: var(--qt-light-color);
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu > li {
    display: block;
    padding: 0 20px;
  }
}
.header-topbar .widget .menu .sub-menu > li > a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: var(--qt-light-color);
  font-family: var(--qt-nav-submenu-font-family);
  font-size: 15px;
  font-style: var(--qt-nav-submenu-font-style);
  font-weight: var(--qt-nav-submenu-font-weight);
  text-transform: var(--qt-nav-submenu-font-transform);
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu > li:not(:last-child) > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  .header-topbar .widget .menu .sub-menu > li:not(:last-child) > a::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: width .2s ease-in-out;
  }
}
.header-topbar .widget .menu .sub-menu > li:hover > a::before {
  width: 100%;
}
.header-topbar .widget .menu .sub-menu > li ul.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
}
.header-topbar .widget .menu .sub-menu > li ul.sub-menu::before {
  display: none;
}
.header-topbar .widget .menu .sub-menu .menu-item-has-children > a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 0;
  top: calc(50% - 4px);
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.header-topbar .widget .menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header-topbar .widget_social_icons .social-icons a {
  font-size: 16px;
}
.header-topbar .widget_search {
  overflow: hidden;
}
.header-topbar .widget_calendar {
  display: flex;
  align-items: center;
  height: auto;
}
.header-topbar .widget_calendar #wp-calendar {
  margin-bottom: 0;
}
.header-topbar .widget_recent_entries ul > li:not(:last-child),
.header-topbar .widget_recent_comments ul > li:not(:last-child),
.header-topbar .widget_archive ul > li:not(:last-child),
.header-topbar .widget_categories ul > li:not(:last-child),
.header-topbar .widget_meta ul > li:not(:last-child),
.header-topbar .widget_pages ul > li:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header-topbar .widget_recent_entries ul > li > a::before,
.header-topbar .widget_recent_comments ul > li > a::before,
.header-topbar .widget_archive ul > li > a::before,
.header-topbar .widget_categories ul > li > a::before,
.header-topbar .widget_meta ul > li > a::before,
.header-topbar .widget_pages ul > li > a::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-topbar__left, .header-topbar__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .header-topbar__left + .header-topbar__right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.header-middle {
  position: relative;
  background-color: #252525;
}
.header-middle > .container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  flex: 100%;
  gap: 0 30px;
}
@media screen and (min-width: 992px) {
  .header-middle > .container {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header-middle > .container {
    gap: 50px;
  }
}

.header-logo,
.header-actions,
.header-button {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-logo {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .header-logo {
    order: 2;
    padding: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .header-logo .logo__image {
    position: absolute;
    flex-shrink: 0;
  }
}
.header-logo .site-title {
  margin: 0;
  color: var(--qt-light-color);
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .header-button {
    order: 4;
    flex: 1;
    margin-bottom: 20px;
  }
}
.header-button a {
  padding: 18px 35px;
  justify-content: center;
  background-color: var(--qt-button-background-color);
}
@media screen and (max-width: 991px) {
  .header-button a {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-button a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.header-button a:hover {
  background-color: var(--qt-button-background-color-hover);
}
.header-button i {
  margin-right: 6px;
}

.header-actions {
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .header-actions {
    order: 2;
  }
}
.header-actions i {
  font-size: 19px;
  transition: var(--qt-text-transition);
}

.header-search,
.header-cart {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .header.header-transparent {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header.header-transparent .container {
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 1400px) {
  .header.header-transparent .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .header.header-transparent .header-logo {
    min-height: 114px;
  }
}
@media screen and (min-width: 992px) {
  .header.header-transparent .header-middle {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  .header.header-default {
    background-color: var(--qt-light-color);
  }
}

.search-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
}
.search-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition-property: all;
  transition-duration: 0.2s;
}
.search-overlay__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-overlay__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  cursor: pointer;
  z-index: 2500;
  transition: color .1s ease-in-out;
}
@media screen and (min-width: 580px) {
  .search-overlay__close {
    right: 40px;
  }
}
.search-overlay__close:hover {
  color: var(--qt-light-color);
}
.search-overlay__title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  color: var(--qt-light-color);
  font-size: 24px;
}
@media screen and (min-width: 580px) {
  .search-overlay__title {
    font-size: 32px;
  }
}
.search-overlay .search-form {
  position: relative;
}
@media screen and (max-width: 579px) {
  .search-overlay .search-form {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 580px) {
  .search-overlay .search-form {
    width: 85%;
    margin: 0 auto;
  }
}
.search-overlay .search-form label {
  width: 100%;
  float: left;
  margin: 0 -1px 0 0;
}
@media screen and (min-width: 580px) {
  .search-overlay .search-form label {
    width: 80%;
  }
}
.search-overlay .search-form .search-field {
  width: 100%;
  padding: 0 30px;
  height: 65px;
}
.search-overlay .search-form .search-field::-webkit-input-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field::-moz-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field:-ms-input-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field:-moz-placeholder {
  color: #999;
}
.search-overlay .search-form .search-field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.search-overlay .search-form .search-submit {
  height: 65px;
}
@media screen and (min-width: 580px) {
  .search-overlay .search-form .search-submit {
    width: 20%;
  }
}

body.admin-bar .search-overlay {
  top: 32px !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  overflow: hidden;
  background-color: var(--qt-light-color);
  box-shadow: 0 6px 10px -6px rgba(50, 50, 50, 0.2);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  transition: all 350ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .sticky-header .container {
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 1400px) {
  .sticky-header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.sticky-header .header-logo .site-title {
  color: var(--qt-title-font-color);
}
.sticky-header .header-middle {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .sticky-header .header-middle {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .sticky-header.mobile-only.is-visible {
    overflow: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (max-width: 991px) {
  .sticky-header.mobile-only.sticky-mobile-menu__opened {
    max-height: 100%;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header.desktop-only.is-visible {
    overflow: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (min-width: 992px) {
  body.has-header-blur .sticky-header {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}

@media screen and (min-width: 600px) and (max-width: 782px) {
  body.admin-bar .sticky-header {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .sticky-header {
    top: 32px;
  }
}

/* 09 - Navigation */
.navbar-toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 3;
    height: 54px;
    width: 58px;
    padding: 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    background-color: var(--qt-primary-color);
  }
}
.navbar-toggle:not(.collapsed) {
  background-color: var(--qt-primary-color);
}
.navbar-toggle-icon {
  margin: 0 auto;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--qt-light-color);
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header-navigation {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-navigation {
    justify-content: flex-start;
    order: 3;
    flex-wrap: wrap;
    flex: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .collapse:not(.show) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation #main-nav {
    flex: 1;
  }
}
.header-navigation li {
  position: relative;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .header-navigation ul {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}
.header-navigation ul > li > a {
  position: relative;
  display: block;
  font-family: var(--qt-nav-parent-font-family);
  font-style: var(--qt-nav-parent-font-style);
  font-weight: var(--qt-nav-parent-font-weight);
  text-transform: var(--qt-nav-parent-font-transform);
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .header-navigation ul > li > a {
    padding: 9px 30px;
    color: var(--qt-light-color);
    font-size: var(--qt-nav-parent-font-size-mobile);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: var(--qt-primary-color);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation ul > li > a {
    font-size: var(--qt-nav-parent-font-size);
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation ul > li:first-of-type > a {
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation ul > li.menu-item-has-children > a::after {
    position: relative;
    display: inline-flex;
    content: '';
    width: 0;
    height: 0;
    top: -4px;
    margin-left: 8px;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(250, 250, 250, 0.3) transparent transparent transparent;
    transition: border-color .1s ease-in-out;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation > ul > li:last-of-type {
    margin-bottom: 32px;
  }
  .header-navigation > ul > li:last-of-type > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .header-navigation > ul > li:first-of-type > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li {
    display: inline-flex;
    align-items: center;
    line-height: 114px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.current-menu-item > a, .header-navigation > ul > li.current_page_parent > a, .header-navigation > ul > li.current-menu-ancestor > a {
    color: var(--qt-light-color);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.current-menu-item > a::before, .header-navigation > ul > li.current_page_parent > a::before, .header-navigation > ul > li.current-menu-ancestor > a::before {
    max-width: 100%;
    background-color: var(--qt-secondary-color);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.menu-item-has-children > a::before {
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li:not(.menu-item-has-children):hover > a {
    color: var(--qt-light-color);
  }
  .header-navigation > ul > li:not(.menu-item-has-children):hover > a::before {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li:hover .sub-menu__toggle::before {
    border-top-color: var(--qt-light-color);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li > a::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 6px;
    max-width: 0;
    background-color: var(--qt-secondary-color);
    transition: all .25s ease-in-out;
  }
}
.header-navigation .sub-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 65%;
    left: -35px;
    padding: 20px 0;
    min-width: 245px;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all .15s ease-out;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu::before {
    position: absolute;
    content: '';
    top: -4px;
    left: 40px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid;
    border-right: 4px solid;
    color: var(--qt-primary-color);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li {
    padding: 0 35px;
  }
}
.header-navigation .sub-menu > li > a {
  padding: 10px 0;
  font-family: var(--qt-nav-submenu-font-family);
  font-style: var(--qt-nav-submenu-font-style);
  font-weight: var(--qt-nav-submenu-font-weight);
  font-size: var(--qt-nav-submenu-font-size);
  color: #d5ebb5;
  text-transform: var(--qt-nav-submenu-font-transform);
  line-height: 1.25;
  transition: all .1s ease-in-out;
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li > a {
    padding: 13px 35px;
    font-size: var(--qt-nav-submenu-font-size-mobile);
    background-color: var(--qt-primary-color);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:not(:last-child) > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:not(:last-child) > a::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.59);
    transition: width .2s ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:hover > a {
    color: var(--qt-light-color);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:hover > a::before {
    width: 100%;
  }
}
.header-navigation .sub-menu > li.current-menu-item > a, .header-navigation .sub-menu > li.current_page_parent > a {
  color: var(--qt-light-color);
}
.header-navigation .sub-menu > li ul.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li ul.sub-menu li > a {
    padding-left: 70px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    right: 0px;
    top: calc(50% - 5px);
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu li.menu-item-has-children:hover > a::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu li.menu-item-has-children .sub-menu__toggle {
    height: 51px;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 54px;
    font-size: 16px;
    z-index: 100;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    border-radius: 2px;
    background-color: var(--qt-light-color);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--qt-light-color);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu__toggle {
    border-left-color: transparent;
    background-color: var(--qt-primary-color);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu__toggle::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 75%;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation li.menu-item-has-children:hover > .sub-menu .sub-menu {
    top: calc(0px - 20px);
  }
}
.header-navigation li.menu-item-has-children:hover > .sub-menu .sub-menu::before {
  display: none;
}

@media screen and (min-width: 992px) {
  .sticky-header .header-navigation ul > li.menu-item-has-children > a::after {
    border-color: rgba(50, 50, 50, 0.3) transparent transparent transparent;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li.current-menu-item > a, .sticky-header .header-navigation > ul > li.current_page_parent > a, .sticky-header .header-navigation > ul > li.current-menu-ancestor > a {
    color: var(--qt-primary-color);
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li:hover > a {
    color: var(--qt-primary-color);
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li > a::before {
    bottom: -22px;
  }
}

/* 10 - Page Header */
.page-header {
  position: relative;
  margin: 0 auto;
  background-color: #2b2b2b;
}
.page-header > .container {
  display: flex;
  align-items: inherit;
  justify-content: center;
  flex-direction: column;
  height: 10.938rem;
}
@media screen and (min-width: 992px) {
  .page-header > .container {
    height: 350px;
  }
}
.page-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.page-header .page-title {
  position: relative;
  color: var(--qt-primary-color);
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  background-image: linear-gradient(150deg, #4ead3a 0%, #27a68f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) {
  .page-header .page-title {
    font-size: 3.25rem;
  }
}
.page-header .page-title span {
  color: var(--qt-light-color);
  font-weight: var(--qt-title-font-weight);
  background-image: none;
  background-clip: inherit;
  -webkit-text-fill-color: var(--qt-light-color);
}
.page-header .page-subtitle {
  position: relative;
  font-size: 20px;
  color: var(--qt-light-color);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 5px 0 0 0;
}

@media screen and (min-width: 992px) {
  body.header-transparent .page-header {
    padding-top: 160px;
  }
}

/* 11 - Breadcrumbs */
.breadcrumb span {
  position: relative;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.55;
}
.breadcrumb span.current-item {
  color: var(--qt-light-color);
  font-weight: var(--qt-title-font-weight);
}
@media screen and (max-width: 580px) {
  .breadcrumb span.current-item {
    padding: 4px 0;
  }
}
.breadcrumb span.home::before {
  position: relative;
  display: inline-block;
  content: "\f015";
  margin-right: 7px;
  font-size: 15px;
  font-weight: var(--qt-font-awesome-font-weight);
  font-family: var(--qt-font-awesome-font-family);
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-of-type::after {
    display: none;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  color: #a9a9a9;
  text-decoration: none;
  transition: var(--qt-text-transition);
}
@media screen and (min-width: 769px) {
  .breadcrumb a {
    padding-right: 15px;
  }
}
.breadcrumb a::after {
  position: relative;
  content: "\f105";
  margin-left: 7px;
  font-size: 15px;
  font-family: var(--qt-font-awesome-font-family);
  font-weight: var(--qt-font-awesome-font-weight);
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 769px) {
  .breadcrumb a::after {
    margin-left: 15px;
  }
}
.breadcrumb a:hover {
  color: var(--qt-light-color);
}
.breadcrumb a.home::before {
  position: relative;
  display: inline-block;
  content: "\f015";
  margin-right: 7px;
  font-size: 15px;
  font-family: var(--qt-font-awesome-font-family);
  font-weight: var(--qt-font-awesome-font-weight);
}

.breadcrumbs {
  position: relative;
  width: 100%;
  padding: 17px 0;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  .page-header + .breadcrumbs {
    padding: 17px 0;
  }
}

/* 12 - Footer */
.footer {
  position: relative;
  color: var(--qt-dark-color);
  background-color: #343434;
}
.footer .widget-title {
  margin-bottom: 30px;
  color: var(--qt-light-color);
  font-family: var(--qt-title-font-family);
  font-size: 22px;
}
.footer .back-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 20px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  color: #1d1d1d;
  font-size: 20px;
  z-index: 1000;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .footer .back-top {
    right: 40px;
  }
}
.footer .back-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all .15s ease-in-out;
}
.footer .back-top.is-visible {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer .back-top.is-visible {
    right: 40px;
  }
}
.footer .back-top.is-visible:hover::after {
  transform: scale(1.15);
}
.footer .widget_recent_entries ul li > a::before,
.footer .widget_recent_comments ul li > a::before,
.footer .widget_archive ul li > a::before,
.footer .widget_categories ul li > a::before,
.footer .widget_meta ul li > a::before,
.footer .widget_pages ul li > a::before,
.footer .widget_calendar ul li > a::before {
  color: rgba(250, 250, 250, 0.3);
}
.footer .widget_recent_entries ul li:hover > a::before,
.footer .widget_recent_comments ul li:hover > a::before,
.footer .widget_archive ul li:hover > a::before,
.footer .widget_categories ul li:hover > a::before,
.footer .widget_meta ul li:hover > a::before,
.footer .widget_pages ul li:hover > a::before,
.footer .widget_calendar ul li:hover > a::before {
  color: rgba(250, 250, 250, 0.5);
}
.footer .widget_recent_entries ul > li:not(:last-child),
.footer .widget_recent_comments ul > li:not(:last-child),
.footer .widget_archive ul > li:not(:last-child),
.footer .widget_categories ul > li:not(:last-child),
.footer .widget_meta ul > li:not(:last-child),
.footer .widget_pages ul > li:not(:last-child),
.footer .widget_calendar ul > li:not(:last-child) {
  border-bottom-color: rgba(250, 250, 250, 0.2);
}
.footer .widget_rss li {
  border-bottom-color: rgba(250, 250, 250, 0.2);
}
.footer .widget_rss li .rss-date {
  color: var(--qt-secondary-color);
}
.footer .wp-block-categories li a::before,
.footer .wp-block-archives li a::before,
.footer .wp-block-latest-posts li a::before {
  color: rgba(250, 250, 250, 0.3);
}
.footer .wp-block-categories li a:hover::before,
.footer .wp-block-archives li a:hover::before,
.footer .wp-block-latest-posts li a:hover::before {
  color: rgba(250, 250, 250, 0.5);
}
.footer .wp-block-categories li:not(:last-child),
.footer .wp-block-archives li:not(:last-child),
.footer .wp-block-latest-posts li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer .wp-block-search .wp-block-search__label {
  color: var(--qt-light-color);
}
.footer .wp-block-latest-comments li::before {
  color: rgba(250, 250, 250, 0.3);
}
.footer .wp-block-latest-comments li:hover::before {
  color: rgba(250, 250, 250, 0.5);
}
.footer .icon-box .icon-box-icon {
  color: inherit;
  font-size: 40px;
}
.footer .icon-box .title {
  margin-bottom: 6px;
  color: var(--qt-light-color);
  font-size: 18px;
}
.footer .icon-box .text {
  display: block;
  line-height: 1.55;
}
.footer .icon-box:hover .icon-box-icon {
  color: var(--qt-light-color);
}
.footer .social-icons a {
  color: inherit;
}
.footer .social-icons a:hover {
  color: var(--qt-light-color);
}

.footer-top .row {
  position: relative;
  padding: 50px 0 20px 0;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-top .row {
    padding-bottom: 40px;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .footer-top .row {
    padding-top: 120px;
  }
}
.footer-top .row::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(250, 250, 250, 0.1);
}
.footer-top .widget {
  position: relative;
  padding: 0 15px;
  flex: 1;
}
@media (max-width: 767px) {
  .footer-top .widget {
    margin-bottom: 30px;
  }
}

.footer-main {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .footer-main {
    padding: 115px 0 80px 0;
  }
}
.footer-main .row {
  position: relative;
  margin-right: -25px;
  margin-left: -25px;
}
.footer-main .footer-main__column {
  flex-basis: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .footer-main .footer-main__column:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer-main.footer__2 .footer-main__column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-main.footer__3 .footer-main__column {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .footer-main.footer__4 .footer-main__column {
    flex-basis: 25%;
    max-width: 25%;
  }
  .footer-main.footer__5 .footer-main__column {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.footer-main .widget + .widget {
  margin-top: 50px;
}
.footer-main .widget_text + .widget_icon_box {
  margin-top: 40px;
}
.footer-main .widget_text .btn {
  margin-top: 10px;
}
.footer-main .widget_icon_box a.icon-box,
.footer-main .widget_icon_box a.icon-box:hover {
  color: inherit;
}
.footer-main .widget_icon_box + .widget_icon_box {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .opening-hours ul li:not(:last-child) {
  margin-bottom: 5px;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-main .opening-hours ul li .time {
  color: #7d7d7d;
}
.footer-main .opening-hours ul li .highlight {
  color: var(--qt-primary-color);
}
.footer-main .widget_social_icons .widget-title {
  margin-bottom: 20px;
}
.footer-main .social-icons {
  gap: 15px;
}
.footer-main .social-icons a {
  font-size: 22px;
}
.footer-main .widget_nav_menu .menu > li:not(:last-child) {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main .widget_nav_menu .menu > li > a::before {
  position: relative;
  display: inline-block;
  left: 0;
  content: "\f30b";
  margin-right: 20px;
  color: rgba(250, 250, 250, 0.3);
  font-size: 15px;
  font-family: var(--qt-font-awesome-font-family);
  font-weight: var(--qt-font-awesome-font-weight);
  transition: all .15s ease;
}
.footer-main .widget_nav_menu .menu > li > a:hover::before {
  left: 5px;
}
.footer-main .widget_nav_menu .menu li a {
  font-weight: var(--qt-title-font-weight);
}
.footer-main .widget_nav_menu .menu li a:hover {
  color: var(--qt-light-color);
}
.footer-main .widget_nav_menu .menu li a:hover::before {
  color: var(--qt-light-color);
}
.footer-main .widget_nav_menu .menu li.current-menu-item > a, .footer-main .widget_nav_menu .menu li.current_page_item > a, .footer-main .widget_nav_menu .menu li.current_page_ancestor > a, .footer-main .widget_nav_menu .menu li.current_page_parent > a {
  color: var(--qt-light-color);
}
.footer-main .widget_nav_menu .menu li.current-menu-item > a::before, .footer-main .widget_nav_menu .menu li.current_page_item > a::before, .footer-main .widget_nav_menu .menu li.current_page_ancestor > a::before, .footer-main .widget_nav_menu .menu li.current_page_parent > a::before {
  color: var(--qt-light-color);
}
.footer-main .widget_nav_menu .menu li ul.sub-menu {
  padding: 4px 0 4px 55px;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu > li + li {
  padding-top: 4px;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
  padding-left: 10px;
}

.footer-bottom {
  position: relative;
  padding: 20px 0;
  background-color: #2c2c2c;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    padding: 26px 0;
  }
}
.footer-bottom a {
  color: var(--qt-light-color);
}
.footer-bottom p {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom > .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom__left {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom__middle {
    padding: 5px 0;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom .widget {
    padding: 0 10px;
  }
}
.footer-bottom .widget:first-of-type {
  padding-left: 0;
}
.footer-bottom .widget:last-of-type {
  padding-right: 0;
}
.footer-bottom .widget_nav_menu .menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.footer-bottom .widget_nav_menu .menu > li:first-of-type > a {
  padding-left: 0;
}
.footer-bottom .widget_nav_menu .menu > li:last-of-type > a {
  padding-right: 0;
}
.footer-bottom .widget_nav_menu .menu > li > a::before {
  display: none;
}
.footer-bottom .widget_nav_menu .menu li {
  display: inline-block;
  position: relative;
}
.footer-bottom .widget_nav_menu .menu li a {
  padding: 0 6px;
}
.footer-bottom .widget_nav_menu .sub-menu {
  float: right;
}
.footer-bottom .social-icons {
  gap: 15px;
}
.footer-bottom .social-icons a {
  font-size: 22px;
}

/* 13 - Widgets WordPress */
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li {
  position: relative;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a {
  word-break: break-word;
  transition: color 0.15s ease;
}

.widget_pages ul > li,
.widget_recent_entries ul > li,
.widget_recent_comments ul > li,
.widget_archive ul > li,
.widget_categories ul > li,
.widget_meta ul > li {
  line-height: 1.75;
}
.widget_pages ul > li:not(:last-child),
.widget_recent_entries ul > li:not(:last-child),
.widget_recent_comments ul > li:not(:last-child),
.widget_archive ul > li:not(:last-child),
.widget_categories ul > li:not(:last-child),
.widget_meta ul > li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_pages ul > li > a,
.widget_recent_entries ul > li > a,
.widget_recent_comments ul > li > a,
.widget_archive ul > li > a,
.widget_categories ul > li > a,
.widget_meta ul > li > a {
  padding-left: 20px;
}
.widget_pages ul > li > a::before,
.widget_recent_entries ul > li > a::before,
.widget_recent_comments ul > li > a::before,
.widget_archive ul > li > a::before,
.widget_categories ul > li > a::before,
.widget_meta ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  color: rgba(0, 0, 0, 0.3);
  font-family: var(--qt-font-awesome-font-family);
  font-size: 16px;
  font-weight: var(--qt-font-awesome-font-weight);
  transition: var(--qt-text-transition);
}
.widget_pages ul > li > a:hover::before,
.widget_recent_entries ul > li > a:hover::before,
.widget_recent_comments ul > li > a:hover::before,
.widget_archive ul > li > a:hover::before,
.widget_categories ul > li > a:hover::before,
.widget_meta ul > li > a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.widget_pages ul.children,
.widget_recent_entries ul.children,
.widget_recent_comments ul.children,
.widget_archive ul.children,
.widget_categories ul.children,
.widget_meta ul.children {
  padding: 2px 0 2px 15px;
}

.widget_search .search-form,
.elementor-widget .search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.widget_search .search-form label,
.elementor-widget .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field,
.elementor-widget .search-form .search-field {
  height: 60px;
  padding: 0 30px;
  -webkit-appearance: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.widget_search .search-form .search-submit,
.elementor-widget .search-form .search-submit {
  position: relative;
  padding: 14px 35px;
  top: 0;
  right: 0;
  width: 35%;
  height: 60px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-form [type="search"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form [type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.widget_calendar #wp-calendar {
  width: 100%;
  margin-bottom: 0;
}
.widget_calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.widget_calendar caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: var(--qt-light-color);
  background-color: var(--qt-primary-color);
}
.widget_calendar thead {
  background-color: #dedede;
}
.widget_calendar thead tr th {
  padding: 5px 0;
  color: inherit;
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td#today {
  font-weight: var(--qt-title-font-weight);
}
.widget_calendar tfoot tr td {
  padding: 5px;
  border-top: 1px solid #dedede;
}
.widget_calendar tfoot #next a {
  float: right;
}
.widget_calendar tfoot #next,
.widget_calendar tfoot #prev {
  font-weight: var(--qt-content-font-weight);
}

.widget_recent_comments ul > li {
  padding-left: 20px;
}
.widget_recent_comments ul > li > a {
  padding-left: 0;
}
.widget_recent_comments ul > li:hover > a::before {
  color: rgba(0, 0, 0, 0.5);
}

.widget_tag_cloud a {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: all .15s ease;
}
.widget_tag_cloud a:hover {
  color: var(--qt-light-color);
  border-color: transparent;
  background-color: var(--qt-primary-color);
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 15px;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
  height: 50px;
  padding: 0 40px 0 20px;
  border: 1px solid #eee;
  background: #f9f9f9 url("assets/images/select-bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget_archive select:focus,
.widget_categories select:focus,
.widget_text select:focus {
  border-color: #cecece;
  outline: none;
}

.widget_archive ul li,
.widget_categories ul li {
  clear: both;
}
.widget_archive ul li .cat-count,
.widget_categories ul li .cat-count {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--qt-title-font-color);
  text-align: center;
  border-radius: 50%;
  background-color: var(--qt-secondary-color);
  transition: all .15s ease;
}
.widget_archive ul li.cat-item-none,
.widget_categories ul li.cat-item-none {
  padding-left: 0;
}

.widget_rss .widget-title {
  margin-bottom: 15px;
}
.widget_rss .widget-title a:last-of-type {
  color: inherit;
}
.widget_rss .widget-title img {
  position: relative;
  vertical-align: baseline;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget_rss li a {
  display: block;
  font-weight: 500;
}
.widget_rss li .rss-date {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: var(--qt-title-font-weight);
  color: var(--qt-title-font-color);
}
.widget_rss li cite {
  display: block;
  margin-top: 10px;
}
.widget_rss li:last-of-type {
  border-bottom: none;
}

.site-content .widget_nav_menu {
  position: relative;
  padding: 30px 35px;
  border-radius: 2px;
  background-color: var(--qt-primary-color);
}
@media screen and (min-width: 1200px) {
  .site-content .widget_nav_menu {
    padding: 35px;
  }
}
.site-content .widget_nav_menu .widget-title,
.site-content .widget_nav_menu .widgettitle {
  color: var(--qt-light-color);
}
.site-content .widget_nav_menu .menu > li > a {
  position: relative;
}
.site-content .widget_nav_menu .menu > li > a::before {
  position: relative;
  display: inline-block;
  content: "\f30b";
  padding-right: 12px;
  color: rgba(250, 250, 250, 0.5);
  font-family: var(--qt-font-awesome-font-family);
  font-size: var(--qt-content-font-size);
  font-weight: var(--qt-font-awesome-font-weight);
  transition: var(--qt-text-transition);
}
.site-content .widget_nav_menu .menu li {
  list-style: none;
  position: relative;
}
.site-content .widget_nav_menu .menu li a {
  display: inline-block;
  margin: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--qt-content-font-size);
  font-weight: var(--qt-title-font-weight);
  text-decoration: none;
  transition: var(--qt-text-transition);
}
.site-content .widget_nav_menu .menu li a:hover {
  color: var(--qt-light-color);
}
.site-content .widget_nav_menu .menu li a:hover::before {
  color: var(--qt-light-color);
}
.site-content .widget_nav_menu .menu li:last-of-type a {
  margin-bottom: 0;
}
.site-content .widget_nav_menu .menu li.current-menu-item > a, .site-content .widget_nav_menu .menu li.current_page_item > a, .site-content .widget_nav_menu .menu li.current_page_ancestor > a, .site-content .widget_nav_menu .menu li.current_page_parent > a {
  color: var(--qt-light-color);
}
.site-content .widget_nav_menu .menu li.current-menu-item > a::before, .site-content .widget_nav_menu .menu li.current_page_item > a::before, .site-content .widget_nav_menu .menu li.current_page_ancestor > a::before, .site-content .widget_nav_menu .menu li.current_page_parent > a::before {
  color: var(--qt-light-color);
}
.site-content .widget_nav_menu .menu li ul.sub-menu {
  position: relative;
  padding-left: 45px;
}
.site-content .widget_nav_menu .menu li ul.sub-menu li a:hover {
  color: var(--qt-light-color);
}
.site-content .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
  padding-left: 10px;
}

.footer-main .widget_rss li .rss-date {
  color: inherit;
}
.footer-main .widget_calendar thead tr th {
  color: var(--qt-title-font-color);
}
.footer-main .widget_calendar tbody tr td {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-main .widget_calendar tbody tr td#today {
  color: var(--qt-light-color);
}
.footer-main .widget_tag_cloud a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.2);
}

/* 14 - Widgets Custom */
.icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-box .title {
  margin: 0;
  color: var(--qt-title-font-color);
  font-size: 20px;
  font-weight: var(--qt-title-font-weight);
}
.icon-box .text {
  word-break: break-word;
}
.icon-box .icon-box-icon {
  margin-right: 20px;
  font-size: 38px;
  color: var(--qt-content-font-color);
  line-height: initial;
  transition: color .1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .icon-box .icon-box-icon {
    text-align: center;
  }
}

.site-content .widget_icon_box .icon-box {
  padding: 30px;
}
.site-content a.icon-box {
  color: inherit;
}
.site-content .icon-box {
  align-items: inherit;
  width: 100%;
  padding: 50px;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--qt-light-color);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.09);
  transition: all .15s ease-in-out;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .site-content .icon-box {
    padding: 35px 40px;
  }
}
.site-content .icon-box::before, .site-content .icon-box::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity .2s ease;
}
.site-content .icon-box::before {
  z-index: 1;
}
.site-content .icon-box::after {
  background-blend-mode: multiply;
  -webkit-transition: opacity .2s ease, margin .4s ease;
  transition: opacity .2s ease, margin .4s ease;
}
.site-content .icon-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.site-content .icon-box:hover::before, .site-content .icon-box:hover::after {
  opacity: 1;
}
.site-content .icon-box:hover::after {
  margin: -8px;
}
.site-content .icon-box:hover .icon-box__icon {
  color: var(--qt-primary-color);
}
.site-content .icon-box__icon {
  position: relative;
  margin: 0;
  z-index: 2;
  color: var(--qt-primary-color);
  font-size: 46px;
  line-height: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: color .2s ease;
}
.site-content .icon-box__icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transition: color .2s ease;
}
.site-content .icon-box__content {
  position: relative;
  z-index: 2;
  transition: color .2s ease;
}
.site-content .icon-box__content > p {
  transition: inherit;
}
.site-content .icon-box__content > p:last-of-type {
  margin-bottom: 0;
}
.site-content .icon-box__heading {
  display: inline-flex;
  margin-bottom: 15px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 22px;
  color: var(--qt-title-font-color);
  line-height: 1.25;
  word-break: break-word;
  transition: color .2s ease;
}
.site-content .icon-box__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 18px;
  color: var(--qt-title-font-color);
  line-height: 1.25;
  text-shadow: none;
  transition: color .2s ease;
}
.site-content .icon-box__button::after {
  position: absolute;
  right: -25px;
  content: "\f30b";
  font-size: 16px;
  font-weight: var(--qt-font-awesome-font-weight);
  font-family: var(--qt-font-awesome-font-family);
  font-style: normal;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  transition: all .2s ease-in-out;
}
.site-content .icon-box__button:hover {
  color: var(--qt-primary-color);
}
.site-content .icon-box__button:hover::after {
  right: -28px;
}
.site-content .icon-top {
  flex-direction: column;
}
.site-content .icon-top .icon-box__icon {
  margin-bottom: 20px;
}
.site-content .icon-right .icon-box__icon {
  order: 2;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.site-content .icon-bottom {
  flex-direction: column;
}
.site-content .icon-bottom .icon-box__icon {
  order: 2;
  margin-top: 20px;
}
.site-content .icon-left .icon-box__icon {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.site-content .align-center {
  text-align: center;
  align-items: center;
}
.site-content .align-right {
  text-align: right;
  align-items: flex-end;
}

.align-stretch .elementor-widget-wrap > .elementor-element,
.align-stretch .elementor-widget-wrap .elementor-widget-container {
  height: 100%;
}
.align-stretch .icon-box {
  height: 100%;
  justify-content: stretch;
}

.theme-carousel {
  margin: -10px;
  width: calc(100% + 20px);
}
.theme-carousel__wrap {
  padding: 10px;
}
.theme-carousel .swiper-button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -33px;
  width: 66px;
  height: 66px;
  font-size: 20px;
  font-weight: 900;
  color: #1d1d1d;
  text-align: center;
  outline: none;
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  cursor: pointer;
  transition: all .15s ease-in-out;
}
.theme-carousel .swiper-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 1px 19px rgba(0, 0, 0, 0.1);
  transition: all .15s ease-in-out;
}
.theme-carousel .swiper-button:hover {
  color: #1d1d1d;
  background-color: #fff;
}
.theme-carousel .swiper-button:hover::before {
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  transform: scale(1.15);
}
.theme-carousel .swiper-button-next::after, .theme-carousel .swiper-button-prev::after {
  display: none;
}
.theme-carousel .swiper-button-next {
  left: auto;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .theme-carousel .swiper-button-next {
    right: -33px;
  }
}
.theme-carousel .swiper-button-prev {
  right: auto;
  left: 20px;
}
@media screen and (min-width: 1200px) {
  .theme-carousel .swiper-button-prev {
    left: -33px;
  }
}
@media screen and (max-width: 991px) {
  .theme-carousel .swiper-button-disabled {
    display: none;
  }
}
.theme-carousel .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background-color: #8a8a8a;
  transition: opacity .2s ease-in-out;
}
.theme-carousel .swiper-pagination-bullet:hover, .theme-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}
.theme-carousel .swiper-pagination-bullet-active {
  height: 7px;
}
.theme-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  bottom: auto;
  margin-top: 30px;
}
.theme-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.theme-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.theme-carousel .remove-overflow {
  overflow: visible;
}
.theme-carousel .freemode-continuous .swiper-wrapper {
  transition-timing-function: linear;
}
.theme-carousel.has-pagination .swiper-button {
  top: calc(50% - 20px);
}

.single-image {
  position: relative;
  transition: all .2s ease-in-out;
}

.fading-edges .swiper-wrapper::before, .fading-edges .swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 1;
}
.fading-edges .swiper-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.fading-edges .swiper-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.theme-slider {
  position: relative;
  margin: 0 auto;
}
.theme-slider.fixed-height .slide-image > img {
  height: 100%;
}
.theme-slider .swiper-container {
  padding: 0;
  margin: 0;
  width: auto;
}
.theme-slider .slide-image {
  position: relative;
  width: 100%;
}
.theme-slider .slide-image::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}
.theme-slider .slide-image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.theme-slider .slide-captions {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .theme-slider .slide-captions {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .theme-slider .slide-captions {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .theme-slider .slide-captions {
    width: 940px;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
  }
}
@media screen and (min-width: 1200px) {
  .theme-slider .slide-captions {
    width: 1170px;
  }
}
.theme-slider .slide-captions.caption-center {
  text-align: center;
}
.theme-slider .slide-captions.caption-right {
  text-align: right;
}
.theme-slider .slide-subheading {
  display: inline-flex;
  color: var(--qt-secondary-color);
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.25;
}
.theme-slider .slide-heading {
  margin-bottom: 10px;
  color: var(--qt-light-color);
  font-size: 30px;
}
@media (min-width: 768px) {
  .theme-slider .slide-heading {
    margin-bottom: 25px;
    font-size: 58px;
  }
}
.theme-slider .slide-heading span:first-of-type {
  font-family: inherit;
  font-style: italic;
  font-weight: 400;
  background-image: var(--qt-title-gradient-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-slider .slide-content {
  position: relative;
}
.theme-slider .slide-content p {
  color: #e1e1e1;
  font-size: 17px;
  line-height: 1.75;
}
.theme-slider .slide-content p:last-of-type {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .theme-slider .slide-content .btn {
    padding: 16px 25px;
  }
}
.theme-slider .slide-content .btn + .btn {
  margin-left: 10px;
}
.theme-slider .swiper-button-prev {
  left: 50px;
}
.theme-slider .swiper-button-next {
  right: 50px;
}
.theme-slider .slide-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.theme-slider .slide-pagination .swiper-pagination {
  position: relative;
}
.theme-slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: var(--qt-light-color);
}
.theme-slider .swiper-pagination-bullet:hover {
  opacity: 1;
}
.theme-slider .swiper-pagination-bullet-active {
  background-color: var(--qt-primary-color);
}
.theme-slider .caption-animation .slide-subheading, .theme-slider .caption-animation .slide-heading, .theme-slider .caption-animation .slide-content {
  opacity: 0;
}
.theme-slider .caption-animation .swiper-slide-active .slide-subheading {
  opacity: 1;
  -webkit-animation: fadeInDownSlide 0.5s both 0.5s;
  animation: fadeInDownSlide 0.5s both 0.5s;
}
.theme-slider .caption-animation .swiper-slide-active .slide-heading {
  opacity: 1;
  -webkit-animation: fadeInDownSlide 0.5s both 0.7s;
  animation: fadeInDownSlide 0.5s both 0.7s;
}
.theme-slider .caption-animation .swiper-slide-active .slide-content {
  opacity: 1;
  -webkit-animation: fadeInDownSlide 0.5s both 1s;
  animation: fadeInDownSlide 0.5s both 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.success-story {
  position: relative;
  display: flex;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .success-story {
    flex-direction: column;
  }
}
.success-story.before-image .success-story__data > div:first-child {
  background-color: #efefef;
}
.success-story.after-image .success-story__image-before {
  opacity: 0;
}
.success-story.after-image .success-story__image-after {
  opacity: 1;
}
.success-story.after-image .success-story__image-toggle {
  transform: rotate(360deg);
}
.success-story.after-image .success-story__data > div:last-child {
  background-color: #efefef;
}
.success-story .success-story__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.success-story__image {
  position: relative;
  flex-basis: 40%;
  overflow: hidden;
  background-color: #f2f2f2;
}
@media screen and (max-width: 991px) {
  .success-story__image {
    flex-basis: 100%;
  }
}
.success-story__image-before, .success-story__image-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s ease-in-out;
}
.success-story__image-before {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .success-story__image-before {
    position: relative;
  }
}
.success-story__image-toggle {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
  color: #1d1d1d;
  line-height: 1;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all .15s ease-in-out;
}
.success-story__image-toggle:hover {
  color: var(--qt-primary-color);
}
.success-story__wrap {
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .success-story__wrap {
    flex-basis: 100%;
  }
}
.success-story__head {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .success-story__head {
    flex-direction: column;
  }
}
.success-story__content {
  padding: 35px 40px 35px;
  font-style: italic;
  background-color: #fff;
}
@media screen and (min-width: 580px) {
  .success-story__content {
    padding: 50px 50px 45px;
  }
}
.success-story__content p:last-child {
  margin-bottom: 0;
}
.success-story__name {
  margin: 0;
  font-size: 22px;
}
.success-story__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #d4d4d4;
}
.success-story__text {
  margin-top: 25px;
  color: #a5a5a5;
}
.success-story__data {
  display: flex;
  flex-flow: wrap;
  position: relative;
  background-color: #f9f9f9;
}
.success-story__data > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-basis: 50%;
  padding: 30px 20px;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 580px) {
  .success-story__data > div {
    padding: 40px 30px;
  }
}
.success-story__data-one i {
  color: #52810f;
}
.success-story__data-two i {
  color: #e50303;
}
.success-story__data-number {
  position: relative;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 38px;
  line-height: var(--qt-title-font-line-height);
  color: var(--qt-title-font-color);
}
.success-story__data-number i {
  position: relative;
  top: -3px;
  margin-right: 10px;
  font-size: 26px;
}
.success-story__data-number em {
  margin-left: 8px;
  font-size: 26px;
}
.success-story__data-subline {
  margin-top: 3px;
  font-weight: 700;
  color: #a5a5a5;
  line-height: 1.25;
}
.success-story.story-vertical {
  display: block;
}
.success-story.story-vertical .success-story__image, .success-story.story-vertical .success-story__wrap {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .success-story.story-vertical .success-story__image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.success-story.story-vertical .success-story__image-before {
  position: relative;
}
@media screen and (min-width: 992px) {
  .success-story.story-vertical .success-story__wrap {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (min-width: 992px) {
  .success-story.story-horizontal .success-story__image {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media screen and (min-width: 992px) {
  .success-story.story-horizontal .success-story__image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .success-story.story-horizontal .success-story__wrap {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.success-story.story-horizontal::before {
  position: absolute;
  content: "";
  left: 30px;
  right: 30px;
  height: 20px;
  bottom: -15px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.success-story.story-slide .success-story__image-after {
  left: auto;
  right: 100%;
}
.success-story.story-slide:hover .success-story__image-before {
  right: auto;
  left: 100%;
}
.success-story.story-slide:hover .success-story__image-after {
  right: 0;
}
.success-story.story-fade .success-story__image-before, .success-story.story-fade .success-story__image-after {
  transition: opacity .25s ease-in-out;
}
.success-story.story-fade:hover .success-story__image-before {
  opacity: 0;
}
.success-story.story-fade:hover .success-story__image-after {
  opacity: 1;
}

.elementor-align-center .success-story {
  text-align: center;
}
.elementor-align-center .success-story__head {
  justify-content: center;
}

.elementor-align-right .success-story {
  text-align: right;
}
.elementor-align-right .success-story__head {
  justify-content: flex-end;
}

.theme-carousel.success-stories.has-pagination .swiper-button {
  top: calc(50% - 33px);
}
.theme-carousel.success-stories .swiper-container-horizontal > .swiper-pagination-bullets {
  margin-top: 60px;
}

.accordion__item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 19px 40px 19px 30px;
  color: var(--qt-title-font-color);
  font-size: 20px;
  border-radius: 4px;
  background-color: #f3f3f5;
  cursor: pointer;
  transition: var(--qt-text-and-background-transition);
}
@media screen and (min-width: 992px) {
  .accordion__item .accordion__title {
    padding: 21px 70px 21px 40px;
  }
}
.accordion__item .accordion__title:not(.accordion-active):hover {
  background-color: #e5e4e4;
}
.accordion__item .accordion__title::after {
  position: absolute;
  content: "\f067";
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  font-style: normal;
  color: #939393;
  line-height: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (min-width: 992px) {
  .accordion__item .accordion__title::after {
    right: 40px;
  }
}
.accordion__item .accordion__toggle {
  display: block;
  color: inherit;
}
.accordion__item .accordion__content {
  padding: 30px;
  display: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 992px) {
  .accordion__item .accordion__content {
    padding: 30px 40px 35px 40px;
  }
}
.accordion__item .accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion__item .accordion-open + .accordion__content {
  display: block;
}
.accordion__item .accordion-active {
  background-color: var(--qt-primary-color);
}
.accordion__item .accordion-active.accordion__title {
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion__item .accordion-active.accordion__title::after {
  content: "\f068";
  color: #fff;
}

.background-columns {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .background-columns {
    flex-direction: column;
  }
}
.background-columns__single {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(250, 250, 250, 0.25);
}
@media screen and (min-width: 992px) {
  .background-columns__single {
    height: 650px;
    flex: 1;
    border-top: none;
    border-right: 1px solid rgba(250, 250, 250, 0.25);
  }
}
.background-columns__single:first-of-type {
  border-top: none;
}
.background-columns__single:nth-last-child(2) {
  border-right: none;
}
@media screen and (min-width: 992px) {
  .background-columns__single:hover .background-columns__heading {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.background-columns__single:hover .background-columns__heading span {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 992px) {
  .background-columns__single:hover .background-columns__text {
    max-height: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: transform .3s ease-in-out, max-height 800ms ease-in-out;
  }
}
.background-columns__content {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--qt-light-color);
}
@media screen and (min-width: 992px) {
  .background-columns__content {
    padding: 45px;
  }
}
.background-columns__image, .background-columns__image::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.background-columns__image {
  visibility: hidden;
  opacity: 0;
  transition: all 600ms ease-in-out;
}
.background-columns__image::before {
  content: '';
  z-index: 1;
  background: rgba(50, 50, 50, 0.5);
}
.background-columns__image.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-duration: 600ms;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.background-columns .background-columns__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-columns__heading {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  transition: transform .3s ease-in-out;
}
.background-columns__heading span {
  display: block;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  transition: color .1s ease-in-out;
}
.background-columns__title {
  font-size: 22px;
  color: var(--qt-light-color);
}
@media screen and (min-width: 992px) {
  .background-columns__text {
    max-height: 0;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: transform .4s ease-in-out, max-height .4s ease-in-out;
  }
}
.background-columns__text p {
  margin-bottom: 0;
  color: rgba(250, 250, 250, 0.6);
}
.background-columns__text .btn {
  margin-top: 25px;
}

.call-to-action__subtitle {
  display: inline-flex;
  margin-bottom: 5px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--qt-secondary-color);
}
.call-to-action__title {
  margin: 0;
}
.call-to-action__button {
  flex-shrink: 0;
}
.call-to-action.layout-block .call-to-action__title {
  font-size: 46px;
}
.call-to-action.layout-block .call-to-action__button {
  margin-top: 25px;
}
@media screen and (min-width: 576px) {
  .call-to-action.layout-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .call-to-action.layout-inline .call-to-action__button {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .call-to-action.layout-inline .call-to-action__content {
    padding-right: 40px;
  }
}

.careers {
  display: block;
  position: relative;
}
.careers .career__single {
  position: relative;
  padding: 22px 30px;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}
.careers .career__single::before {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: transparent;
  transition: opacity .2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .careers .career__single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px;
  }
}
.careers .career__single:nth-child(odd) {
  background-color: #f7f7f7;
}
.careers .career__single a {
  transition: var(--qt-text-transition);
}
.careers .career__single i {
  margin-right: 10px;
  color: #b2b7bc;
}
.careers .career__single:hover {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.careers .career__single:hover::before {
  opacity: 1;
  background-color: var(--qt-secondary-color);
}
.careers .career__title {
  margin-bottom: 5px;
  color: var(--qt-title-font-color);
  font-weight: var(--qt-title-font-weight);
}
@media screen and (min-width: 992px) {
  .careers .career__title {
    margin: 0;
    flex-basis: 30%;
  }
}
.careers .career__title a {
  color: var(--qt-title-font-color);
}
.careers .career__title a:hover {
  color: var(--qt-primary-color);
}
.careers .career__location, .careers .career__label {
  font-size: 15px;
  font-weight: var(--qt-title-font-weight);
  color: var(--qt-title-font-color);
}
@media screen and (min-width: 992px) {
  .careers .career__location {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) {
  .careers .career__label {
    flex-basis: 15%;
  }
}
.careers .career__button {
  margin-top: 10px;
}
.careers .career__button a {
  color: var(--qt-primary-color);
  font-size: 15px;
  font-weight: var(--qt-title-font-weight);
}
.careers .career__button a:hover {
  color: var(--qt-primary-color);
}
@media screen and (min-width: 992px) {
  .careers .career__button {
    flex-basis: 15%;
    margin-top: 0;
    text-align: right;
  }
}

.single-class {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.single-class::before {
  position: absolute;
  content: attr(data-title);
  bottom: 40px;
  left: 50px;
  right: 50px;
  color: #fff;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 24px;
  z-index: 1;
  transform: translateY(0px);
  transition: all .2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .single-class::before {
    left: 30px;
    right: 30px;
  }
}
.single-class:hover::before {
  opacity: 0;
  transform: translateY(5px);
}
@media screen and (min-width: 581px) {
  .single-class:hover .single-class__content p, .single-class:hover .single-class__button {
    opacity: 1;
  }
}
@media screen and (min-width: 581px) {
  .single-class:hover .single-class__wrapper {
    bottom: 0;
  }
}
.single-class:hover .single-class__image::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.single-class:hover .single-class__content {
  opacity: 1;
  bottom: 0;
}
.single-class .single-class__image img {
  height: auto;
  width: 100%;
}
.single-class__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-class__image::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 15%, rgba(255, 255, 255, 0) 65%);
  transition: all .2s ease-in-out;
}
.single-class__content {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: -200px;
  display: flex;
  flex-direction: column;
  color: var(--qt-light-color);
  padding: 35px 45px 40px 45px;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .single-class__content {
    padding: 35px 30px 20px 30px;
  }
}
.single-class__content p {
  color: #a5a5a5;
  transition: opacity .2s ease-in-out;
}
@media screen and (min-width: 581px) {
  .single-class__content p {
    opacity: 0;
  }
}
.single-class__intensity {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}
.single-class__intensity.intensity-icons {
  display: flex;
  gap: 8px;
}
.single-class__title {
  margin-bottom: 15px;
  font-size: 24px;
}
.single-class__title a {
  color: var(--qt-light-color);
  text-decoration: none;
  transition: color .15s ease-in-out;
}
.single-class__title a:hover {
  color: var(--qt-light-color);
}
.single-class__button {
  display: block;
  position: relative;
  padding: 27px 50px;
  margin: 10px -50px -40px;
  line-height: 1;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease-in-out, opacity 0.3s ease-out;
}
@media screen and (min-width: 581px) {
  .single-class__button {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-class__button {
    margin: 10px -30px -20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-class__button::after {
  top: 1px;
  color: rgba(255, 255, 255, 0.2);
}
.single-class__button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.single-class__button:hover::after {
  color: rgba(255, 255, 255, 0.4);
}
.single-class .single-class__button {
  color: var(--qt-light-color);
}

.theme-carousel.single-classes .freemode-continuous .single-class__button {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.theme-carousel.single-classes .theme-carousel:not(.freemode-continuous) .single-slide:not(.swiper-slide-visible) {
  opacity: 0.5;
}

.depth-1 i:first-child {
  color: #ffcd05;
}

.depth-2 i:nth-child(-n+2) {
  color: #ffcd05;
}

.depth-3 i:nth-child(-n+3) {
  color: #ffcd05;
}

.depth-4 i:nth-child(-n+4) {
  color: #ffcd05;
}

.depth-5 i {
  color: #ffcd05;
}

.class-calendar__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.class-calendar__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.class-calendar__time {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-basis: 90px;
  flex-grow: 1;
}
.class-calendar__day {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-basis: 10%;
  flex-grow: 1;
  width: 100%;
  margin: 0 .2vh;
}
.class-calendar__item {
  position: relative;
  padding: 10px 15px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  background-color: #e5e5e5;
}
.class-calendar__column.day-hours ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.class-calendar__column-timeslots {
  padding: 0;
  margin: 0;
  list-style: none;
}
.class-calendar__column-timeslot {
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 4px;
  background-color: #1d1d1d;
}

.contact-form__wrapper.box-effect {
  padding: 30px 35px 35px 35px;
  border-radius: 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--qt-light-color);
  transition: all .15s ease-in-out;
}
@media screen and (min-width: 992px) {
  .contact-form__wrapper.box-effect {
    padding: 35px 45px 45px 45px;
  }
}
.contact-form__wrapper.box-effect:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.featured-page {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s ease-in-out;
}
.featured-page:hover {
  box-shadow: 0px 7px 18px rgba(50, 50, 50, 0.08);
}
@media screen and (min-width: 581px) {
  .featured-page:hover .featured-page__image::before {
    opacity: 1;
  }
}
.featured-page__image {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.featured-page__image::before {
  opacity: 0;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity .2s ease-in-out;
}
.featured-page__image img {
  width: 100%;
  margin-bottom: 0;
}
.featured-page__label {
  position: absolute;
  left: 40px;
  bottom: 100%;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 17px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 16px;
  line-height: 1.25;
  color: var(--qt-light-color);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: var(--qt-primary-color);
}
.featured-page__wrapper {
  background-color: var(--qt-light-color);
}
.featured-page__content {
  position: relative;
  padding: 35px 40px 35px 40px;
  background-color: var(--qt-light-color);
  transition: all .3s ease-in-out;
}
.featured-page__content p:first-of-type {
  margin-top: 17px;
}
.featured-page__content p:last-of-type {
  margin-bottom: 0;
}
.featured-page__title {
  font-size: 20px;
  margin: 0;
}
.featured-page__title a {
  color: var(--qt-title-font-color);
  transition: var(--qt-text-transition);
}
.featured-page__title a:hover {
  color: var(--qt-primary-color);
}
.featured-page__button {
  position: relative;
  margin-top: 25px;
  font-weight: var(--qt-title-font-weight);
  line-height: 1;
  transition: all .15s ease-in-out;
}

.elementor-align-center .featured-page__label {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-align-right .featured-page__label {
  left: auto;
  right: 40px;
}

.custom-heading__subtitle, .custom-heading__title {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
}
.custom-heading__subtitle {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
.custom-heading__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .custom-heading__title {
    font-size: 52px;
  }
}
.custom-heading__title span:not(:first-of-type) {
  display: block;
}
.custom-heading:not(.no-gradient) .custom-heading__title span:first-of-type {
  background-image: var(--qt-title-gradient-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-heading:not(.no-light-weight) .custom-heading__title span:first-of-type {
  font-weight: 400;
}
.custom-heading.primary-color .custom-heading__subtitle {
  color: var(--qt-primary-color);
}
.custom-heading.secondary-color .custom-heading__subtitle {
  color: var(--qt-secondary-color);
}

.latest-news {
  position: relative;
}
.latest-news:not(.theme-carousel) {
  display: grid;
  gap: 30px;
}
.latest-news.layout-inline .latest-news__post {
  display: flex;
}
@media screen and (min-width: 992px) {
  .latest-news.layout-inline .latest-news__post.has-post-thumbnail .latest-news__content {
    flex-basis: 62%;
  }
}
.latest-news.layout-inline .latest-news__image img {
  object-fit: cover;
}
.latest-news.layout-inline .latest-news__date {
  top: auto;
  left: auto;
  bottom: 50px;
  right: 40px;
}
@media screen and (max-width: 992px) {
  .latest-news.layout-inline .latest-news__date {
    right: auto;
    top: auto;
    left: 35px;
    bottom: 30px;
  }
}
.latest-news.layout-inline .latest-news__content {
  flex: 100%;
}
.latest-news.layout-block .latest-news__image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 20px;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .latest-news.layout-block .latest-news__image::before {
    width: 50px;
  }
}
.latest-news.layout-block .latest-news__image::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -10px;
  height: 20px;
  width: calc(100% - 36px);
  border-radius: 2px;
  background-color: #fff;
  transform: skew(-45deg);
}
@media screen and (min-width: 992px) {
  .latest-news.layout-block .latest-news__image::after {
    right: -20px;
  }
}
.latest-news.layout-block .latest-news__image + .latest-news__content {
  padding: 15px 40px 35px;
}
@media screen and (min-width: 992px) {
  .latest-news.layout-block .latest-news__image + .latest-news__content {
    padding: 25px 50px 45px;
  }
}
.latest-news .latest-news__post {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  background-color: var(--qt-light-color);
}
.latest-news .latest-news__post:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.latest-news .latest-news__post:hover .latest-news__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.latest-news .latest-news__date {
  position: absolute;
  left: 40px;
  top: 35px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 16px;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-color: var(--qt-primary-color);
}
@media screen and (min-width: 992px) {
  .latest-news .latest-news__date {
    left: 50px;
    top: 40px;
  }
}
.latest-news .latest-news__image {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .latest-news .latest-news__image {
    flex-basis: 38%;
  }
}
.latest-news .latest-news__image img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.latest-news .latest-news__content {
  padding: 45px 50px;
}
.latest-news .latest-news__content p {
  margin-top: 20px;
}
.latest-news .latest-news__content p:last-of-type {
  margin-bottom: 0;
}
.latest-news .latest-news__categories {
  display: inline-flex;
  gap: 5px;
  margin-bottom: 15px;
  color: #c4c4c4;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 16px;
  line-height: 1.25;
}
.latest-news .latest-news__categories a {
  color: var(--qt-primary-color);
}
.latest-news .latest-news__categories a:hover {
  color: var(--qt-primary-color);
}
.latest-news .latest-news__title {
  margin: 0;
  font-size: 24px;
}
.latest-news .latest-news__title a {
  color: var(--qt-title-font-color);
  background-image: linear-gradient(180deg, transparent 96%, #6aa317 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
}
.latest-news .latest-news__title a:hover {
  color: inherit;
  background-size: 100% 100%;
}
.latest-news .latest-news__button {
  position: relative;
  display: inline-flex;
  margin-top: 20px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 18px;
}
.latest-news .latest-news__button + .latest-news__meta {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 992px) {
  .latest-news .col-md-five {
    max-width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .latest-news .col-sm-five {
    max-width: 20%;
  }
}
.latest-news.theme-carousel .latest-news__post {
  margin-bottom: 0;
}

.marquee-text {
  position: relative;
  width: 100%;
  height: 75px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 72px;
  line-height: 1;
  color: #eaeaea;
}
.marquee-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}

.marquee-text__inner {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.marquee-stroke {
  color: transparent;
  -webkit-text-stroke: 1px var(--qt-title-font-color);
  text-stroke: 1px var(--qt-title-font-color);
}

.marquee-hover-pause ul:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    left: -17%;
  }
  to {
    left: -50.4%;
  }
}
.membership-plan {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  padding: 40px;
  font-family: var(--qt-content-font-family);
  font-size: var(--qt-content-font-size);
  color: #fff;
  border-radius: 3px;
  outline: 3px solid transparent;
  outline-offset: -3px;
  background-color: #1f1f1f;
  transition: all .2s ease;
}
@media screen and (max-width: 991px) {
  .membership-plan {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .membership-plan {
    padding: 50px;
  }
}
.membership-plan__content {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .membership-plan__content {
    width: 100%;
  }
}
.membership-plan__content-default {
  opacity: 1;
  position: relative;
  top: 0;
  transition: all .2s ease-out;
}
.membership-plan__content-hover {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  width: 100%;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .membership-plan__content-hover {
    opacity: 0;
    position: absolute;
    bottom: -50px;
  }
}
.membership-plan__name {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 24px;
  color: var(--qt-light-color);
}
@media screen and (max-width: 767px) {
  .membership-plan__name {
    flex-direction: column;
    align-items: flex-start;
  }
}
.membership-plan__label {
  position: absolute;
  top: -13px;
  left: 50px;
  padding: 7px 15px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 14px;
  color: var(--qt-light-color);
  line-height: 1.25;
  border-radius: 3px;
  background-color: var(--qt-primary-color);
}
@media screen and (max-width: 767px) {
  .membership-plan__label {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0 20px 0;
  }
}
.membership-plan__data {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .membership-plan__data {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  .membership-plan__data {
    text-align: right;
  }
}
.membership-plan__price {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-weight: 400;
  font-size: 52px;
  color: #9eeb30;
  line-height: 1;
}
.membership-plan__subtitle {
  display: block;
  margin-top: 5px;
  line-height: 1.55;
}
@media screen and (max-width: 991px) {
  .membership-plan__subtitle {
    margin-bottom: 10px;
  }
}
.membership-plan__subtitle, .membership-plan__after-price {
  color: #6c6c6c;
}
.membership-plan .membership-plan__link {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 18px;
  color: var(--qt-light-color);
  line-height: var(--qt-title-font-line-height);
  text-decoration: none;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .membership-plan .membership-plan__link {
    margin-top: 0;
    padding: 20px 0;
    font-size: 22px;
  }
}
.membership-plan .membership-plan__link::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  content: "\f105";
  font-family: var(--qt-font-awesome-font-family);
  font-weight: var(--qt-font-awesome-font-weight);
  font-style: normal;
  color: var(--qt-primary-color);
  transition: all .2s ease-in-out;
}
.membership-plan .membership-plan__link:hover::after {
  margin-left: 13px;
  color: var(--qt-primary-color-hover);
}
.membership-plan:hover {
  outline-offset: 0;
  outline-color: var(--qt-primary-color);
}
@media screen and (min-width: 992px) {
  .membership-plan:hover .membership-plan__content-default {
    opacity: 0;
    top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .membership-plan:hover .membership-plan__content-hover {
    opacity: 1;
    bottom: 0;
  }
}
.membership-plan.no-hover:hover .membership-plan__content-default {
  opacity: 1;
  top: 0;
}

a.membership-plan {
  box-shadow: 0 2px 10px rgba(8, 8, 8, 0.1);
}

.opening-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opening-hours ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opening-hours ul li:not(:last-child) {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.opening-hours ul li .time {
  flex-shrink: 0;
  text-align: right;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
}
.opening-hours ul li .highlight {
  color: var(--qt-primary-color);
}
.opening-hours .extra {
  display: block;
  padding-top: 4px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.opening-hours .extra i {
  margin-right: 7px;
}

.site-content .opening-hours {
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--qt-light-color);
}
@media screen and (min-width: 1200px) {
  .site-content .opening-hours {
    padding: 30px 35px;
  }
}
.site-content .opening-hours ul li .time:not(.highlight) {
  color: var(--qt-title-font-color);
}

.pricing-list {
  padding: 40px;
  border: 9px solid #eee;
  border-radius: 2px;
  background-color: var(--qt-light-color);
}
.pricing-list.box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.pricing-list__item {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  .pricing-list__item {
    padding-bottom: 20px;
    border-bottom: 2px dotted rgba(50, 50, 50, 0.15);
  }
}
.pricing-list__item > a {
  display: block;
  color: inherit;
}
.pricing-list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .pricing-list__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.pricing-list__item:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.pricing-list__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  color: var(--qt-title-font-color);
  line-height: 1.25;
}
@media screen and (max-width: 580px) {
  .pricing-list__head {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 581px) {
  .pricing-list__head::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 7px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
  }
}
.pricing-list__label {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 10px;
  padding: 4px 13px;
  font-size: 15px;
  color: var(--qt-light-color);
  border-radius: 2px;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: var(--qt-primary-color);
}
@media screen and (min-width: 581px) {
  .pricing-list__label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 581px) {
  .pricing-list__label + .pricing-list__name {
    padding: 0 15px;
  }
}
.pricing-list__name {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: var(--qt-title-font-transform);
  z-index: 2;
  background-color: var(--qt-light-color);
}
@media screen and (min-width: 581px) {
  .pricing-list__name {
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 15px;
  }
}
.pricing-list__duration {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: 25px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  padding: 4px 11px;
  font-size: 15px;
  color: var(--qt-title-font-color);
  z-index: 2;
  border-radius: 2px;
  background-color: var(--qt-secondary-color);
}
@media screen and (min-width: 581px) {
  .pricing-list__duration {
    margin-bottom: 0;
  }
}
.pricing-list__duration::before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  bottom: 0;
  width: 15px;
  background-color: var(--qt-light-color);
}
.pricing-list__price {
  position: relative;
  font-size: 20px;
  z-index: 2;
  background-color: var(--qt-light-color);
}
@media screen and (min-width: 581px) {
  .pricing-list__price {
    padding-left: 20px;
  }
}
.pricing-list__description {
  margin-top: 15px;
}
@media screen and (max-width: 580px) {
  .pricing-list__description {
    text-align: center;
  }
}

.pricing-table {
  position: relative;
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.pricing-table.featured-style {
  z-index: 2;
  margin-top: -30px;
  padding-top: 80px;
  padding-bottom: 70px;
  outline: 5px solid var(--qt-secondary-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.pricing-table.featured-style .pricing-table__featured__title {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 15px;
  color: var(--qt-title-font-color);
  line-height: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: var(--qt-secondary-color);
}
.pricing-table__title {
  position: relative;
  margin-bottom: 0;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 24px;
  color: var(--qt-title-font-color);
}
.pricing-table__subtitle {
  position: relative;
  display: block;
  margin-top: 20px;
}
.pricing-table__pricing {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
}
@media screen and (max-width: 991px) {
  .pricing-table__pricing {
    align-items: center;
  }
}
.pricing-table__currency, .pricing-table__price {
  color: var(--qt-primary-color);
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}
.pricing-table__price {
  position: relative;
}
.pricing-table__after__price {
  padding-left: 12px;
  color: var(--qt-title-font-color);
  font-size: var(--qt-content-font-size);
  font-weight: var(--qt-title-font-weight);
  line-height: 1.25;
}
.pricing-table__label {
  position: relative;
  display: inline-flex;
}
.pricing-table__button {
  position: relative;
  margin: 35px 0 0 0;
}
.pricing-table__button a {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.pricing-table__content {
  position: relative;
  margin-top: 35px;
  font-weight: 700;
  word-break: break-word;
}
.pricing-table__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table__content li {
  display: flex;
  align-items: baseline;
}
.pricing-table__content li + li {
  margin-top: 10px;
}
.pricing-table__content i {
  margin-right: 10px;
  min-width: 17px;
  text-align: center;
  font-size: 17px;
  transition: var(--qt-text-transition);
}
.pricing-table__content__title {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  color: var(--qt-title-font-color);
}
.pricing-table__included {
  color: var(--qt-title-font-color);
}
.pricing-table__included i {
  color: var(--qt-primary-color);
}
.pricing-table__included li:hover i {
  color: #52810f;
}
.pricing-table__excluded {
  opacity: 0.5;
  margin-top: 10px;
}
.pricing-table__additional {
  margin-top: 24px;
  padding-top: 23px;
  color: var(--qt-primary-color);
  border-top: 1px solid #eee;
}

.elementor-align-center .pricing-table__pricing {
  justify-content: center;
}
.elementor-align-center .pricing-table__content li {
  justify-content: center;
}
.elementor-align-right .pricing-table__pricing {
  justify-content: flex-end;
}
.elementor-align-right .pricing-table__content li {
  justify-content: flex-end;
}

.signature {
  display: flex;
  align-items: center;
}
.signature__image {
  flex-shrink: 0;
}
.signature__image + .signature__content {
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .signature__image + .signature__content {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.signature__content {
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
}
.signature__name {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 20px;
  color: var(--qt-title-font-color);
  line-height: 1.25;
}

.single-class__details {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .single-class__details {
    display: flex;
  }
}
.single-class__details .single-class__details-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  text-align: center;
  padding: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: all .2s ease;
}
.single-class__details .single-class__details-item:hover {
  background-color: rgba(50, 50, 50, 0.25);
}
@media screen and (max-width: 767px) {
  .single-class__details .single-class__details-item + .single-class__details-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .single-class__details .single-class__details-item + .single-class__details-item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.single-class__details .single-class__details-item i {
  margin-bottom: 15px;
  font-size: 30px;
  color: var(--qt-primary-color);
}
.single-class__details-title {
  display: block;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 20px;
  color: var(--qt-light-color);
  line-height: 1.25;
}

.social-icons {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 1;
}
.social-icons a {
  font-size: 26px;
  transition: var(--qt-text-transition);
}
.social-icons.brand-colors .facebook {
  color: #3b5998;
}
.social-icons.brand-colors .twitter {
  color: #55acee;
}
.social-icons.brand-colors .linkedin {
  color: #007bb5;
}
.social-icons.brand-colors .instagram {
  color: #e95950;
}
.social-icons.brand-colors .tiktok {
  color: #010101;
}
.social-icons.brand-colors .snapchat {
  color: #fffc00;
}
.social-icons.brand-colors .whatsapp {
  color: #25d366;
}
.social-icons.brand-colors .telegram {
  color: #0088cc;
}
.social-icons.brand-colors .youtube {
  color: #bb0000;
}
.social-icons.brand-colors .vimeo {
  color: #1db8eb;
}
.social-icons.brand-colors .tumblr {
  color: #3b5998;
}
.social-icons.brand-colors .pinterest {
  color: #cb2027;
}
.social-icons.brand-colors .flickr {
  color: #ff0084;
}
.social-icons.brand-colors .yelp {
  color: #d32323;
}
.social-icons.brand-colors .houzz {
  color: #7ac142;
}

.site-content .social-icons a {
  font-size: 24px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table {
  margin: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  padding: 12px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 18px;
  color: var(--qt-light-color);
  border: none;
  background-color: #242424;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr td:first-child {
  border-left-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr td:last-child {
  border-right-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr td:last-child[rowspan] {
  border-bottom-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr:last-child td {
  border-bottom-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: #242424;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: none;
  border-left: 1px solid #3d3d3d;
  border-top: 1px solid #3d3d3d;
  background-color: #242424;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #242424;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  outline-color: transparent;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
  text-decoration: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  margin-bottom: 0;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 18px;
  color: #fff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container[data-color]:not([data-color='']) .event-title {
  color: inherit;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
  background-color: #242424;
}
@media screen and (min-width: 768px) {
  .mptt-shortcode-wrapper .mptt-shortcode-table.mptt-table-layout-fixed {
    table-layout: fixed;
  }
}
@media screen and (min-width: 992px) {
  .mptt-shortcode-wrapper.mptt-table-fixed {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .mptt-shortcode-wrapper.mptt-table-fixed .mptt-shortcode-table {
    table-layout: fixed;
  }
}
.mptt-shortcode-wrapper .mptt-navigation-tabs {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a {
  display: block;
  padding: 12px 25px;
  color: var(--qt-title-font-color);
  font-weight: 700;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: var(--qt-text-and-background-transition);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a:hover {
  color: var(--qt-primary-color);
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a {
  color: var(--qt-light-color);
  background-color: var(--qt-primary-color);
}
.mptt-shortcode-wrapper .mptt-navigation-select {
  width: auto;
  float: right;
  padding: 12px 25px;
  margin-bottom: 40px;
}

.filterable-gallery {
  display: inline-block;
  width: 100%;
  position: relative;
}
.filterable-gallery__filter {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.filterable-gallery__filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filterable-gallery__filter ul li {
  display: inline-block;
  padding: 13px 25px;
  margin-right: 10px;
  color: var(--qt-light-color);
  font-size: 15px;
  font-weight: var(--qt-title-font-weight);
  cursor: pointer;
  border-radius: 2px;
  background-color: var(--qt-primary-color);
  transition: all .15s ease-in-out;
}
.filterable-gallery__filter ul li:hover, .filterable-gallery__filter ul li.active {
  background-color: var(--qt-primary-color);
}
.filterable-gallery__filter ul li:last-of-type {
  margin-right: 0;
}
.filterable-gallery__items {
  position: relative;
  display: block;
  width: 100%;
  margin: -15px;
}
.filterable-gallery__items.gallery-layout-even .grid-image {
  height: 250px;
  overflow: hidden;
}
.filterable-gallery__items.gallery-layout-even .grid-image img {
  height: 100%;
  object-fit: cover;
}
.filterable-gallery .grid-item {
  display: block;
  position: relative;
  float: left;
  width: calc(100% / 3);
  padding: 15px;
}
.filterable-gallery .grid-wrap {
  position: relative;
  overflow: hidden;
}
.filterable-gallery .grid-image {
  display: block;
  overflow: hidden;
}
.filterable-gallery .grid-image img {
  display: block;
  width: 100%;
  transition: all .15s ease-in-out;
}
.filterable-gallery .captions-on-image .grid-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px 20px 20px 20px;
  font-size: 16px;
  color: var(--qt-light-color);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.team-member {
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .team-member {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.team-member .team-member__image img {
  width: 100%;
  border-radius: 4px;
}
.team-member__image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.team-member__image::before {
  opacity: 0;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .2s ease-in-out;
}
.team-member__image a {
  display: block;
}
.team-member__image + .team-member__content {
  padding-top: 30px;
}
.team-member__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-member__socials {
  display: flex;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}
.team-member__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: all .15s ease-in-out;
}
.team-member__socials a:hover {
  color: var(--qt-light-color);
  background-color: var(--qt-primary-color);
}
.team-member__content {
  position: relative;
}
.team-member__name {
  display: block;
  position: relative;
  margin: 0;
  color: var(--qt-title-font-color);
  font-size: 22px;
  transition: var(--qt-text-transition);
}
.team-member__name a {
  color: inherit;
}
.team-member__name a:hover {
  color: var(--qt-primary-color);
}
.team-member__tag {
  display: block;
  margin-top: 8px;
  margin-bottom: 3px;
  position: relative;
  color: var(--qt-primary-color);
  font-size: 18px;
  font-weight: var(--qt-title-font-weight);
  line-height: 1.25;
  transition: var(--qt-text-transition);
}
.team-member__description {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: var(--qt-text-transition);
}
.team-member__link {
  position: relative;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: var(--qt-font-awesome-font-weight);
}
.team-member__link::after {
  position: relative;
  margin-left: 9px;
  content: "\f30b";
  font-size: 15px;
  font-weight: var(--qt-font-awesome-font-weight);
  font-family: var(--qt-font-awesome-font-family);
  color: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  transition: all .2s ease-in-out;
}
.team-member__link:hover {
  color: var(--qt-secondary-color);
}
.team-member__link:hover::after {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 992px) {
  .team-member:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.team-member:hover .team-member__image::before {
  opacity: 1;
}
.team-member:hover .team-member__content::before {
  top: 0;
}
.team-member:hover .team-member__socials {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-member.remove-effects:hover {
  -webkit-transform: none;
  transform: none;
}

.team-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.qt-circle {
  width: 20%;
  color: var(--qt-title-font-color);
  line-height: 1.25;
}
.qt-circle-container {
  display: flex;
  justify-content: flex-start;
}
.qt-circle svg {
  fill: currentColor;
  height: auto;
  transform-origin: center;
  width: 100%;
}
.qt-circle text {
  font-size: 13px;
}

.testimonial {
  position: relative;
  padding: 50px;
  border-radius: 4px;
  background-color: #f7f7f7;
  transition: background-color .15s ease-in-out;
}
.testimonial:hover {
  background-color: #f5f5f5;
}
.testimonial:hover::before {
  padding-top: 6px;
  color: #9a9a9a;
}
.testimonial::before {
  position: absolute;
  content: '“';
  top: 0px;
  right: 50px;
  width: 60px;
  height: 30px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: normal;
  font-size: 72px;
  color: #c0c0c0;
  border-radius: 0 0 100px 100px;
  background-color: #fff;
  transition: color .15s ease-in-out, padding-top .25s ease-in-out;
}
.testimonial__content blockquote {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 19px;
  line-height: 1.8;
  font-style: normal;
  border: none;
}
.testimonial__bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.testimonial__names {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.testimonial__author {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 22px;
  color: var(--qt-title-font-color);
  line-height: 1.25;
}
.testimonial__description {
  line-height: 1.25;
  margin-top: 5px;
  font-weight: bold;
  color: var(--qt-primary-color);
}
.testimonial__image {
  margin-right: 20px;
  width: 60px;
}
.testimonial__image img {
  border-radius: 50%;
}
.testimonial__rating {
  margin-bottom: 20px;
}

.elementor-align-center .testimonial::before {
  right: calc(50% - 30px);
}
.elementor-align-center .testimonial__bottom {
  justify-content: center;
}
.elementor-align-center .testimonial__image + .testimonial__names {
  text-align: left;
}
.elementor-align-center .testimonial__names {
  text-align: center;
}
.elementor-align-right .testimonial::before {
  left: 50px;
  right: auto;
}
.elementor-align-right .testimonial__image {
  order: 2;
  margin-right: 0;
  margin-left: 25px;
}
.elementor-align-right .testimonial__bottom {
  justify-content: flex-end;
}
.elementor-align-right .testimonial__names {
  text-align: inherit;
}

.elementor-icon-list-item .elementor-icon-list-icon i {
  color: var(--qt-primary-color);
  transition: var(--qt-text-transition);
}
.elementor-icon-list-item .elementor-icon-list-text {
  transition: color .2s ease-in-out;
}

@keyframes smallfadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.fittlife-fadeInDown {
  -webkit-animation-name: smallfadeInDown;
  animation-name: smallfadeInDown;
}

@keyframes smallfadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.fittlife-fadeInLeft {
  -webkit-animation-name: smallfadeInLeft;
  animation-name: smallfadeInLeft;
}

@keyframes smallfadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.fittlife-fadeInRight {
  -webkit-animation-name: smallfadeInRight;
  animation-name: smallfadeInRight;
}

@keyframes smallfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.fittlife-fadeInUp {
  -webkit-animation-name: smallfadeInUp;
  animation-name: smallfadeInUp;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fittlife-rotate {
  animation: rotate 10s linear infinite;
}
.fittlife-rotate.animated, .fittlife-rotate.animated.animated-slow {
  animation-duration: 10s;
}
.fittlife-rotate.animated.animated-fast {
  animation-duration: 5s;
}

/* 15 - Blog */
.post-inner.sticky .entry-wrapper {
  box-shadow: none;
}
.post-inner .entry-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-inner .entry-image .post-date {
  position: absolute;
  padding: 0 15px;
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: var(--qt-primary-color);
}
.post-inner .entry-image .post-date > a {
  color: var(--qt-light-color);
}
.post-inner .entry-meta {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  color: var(--qt-title-font-color);
  font-family: var(--qt-title-font-family);
  font-size: var(--qt-content-font-size);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta {
    margin-bottom: 35px;
  }
}
.post-inner .entry-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.post-inner .entry-meta ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta ul li::after {
    display: inline-block;
    position: relative;
    top: 0;
    content: "";
    width: 2px;
    height: 14px;
    margin: 0 25px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
  }
}
.post-inner .entry-meta ul li:last-of-type::after {
  display: none;
}
.post-inner .entry-meta ul li a {
  color: var(--qt-title-font-color);
  transition: var(--qt-text-transition);
}
.post-inner .entry-meta ul li a + a {
  margin-left: 2px;
}
.post-inner .entry-meta ul li a:hover {
  color: var(--qt-primary-color);
}
.post-inner .entry-meta ul i {
  margin-right: 8px;
  color: var(--qt-primary-color);
  font-size: 14px;
}
.post-inner .post-date.updated {
  display: inline;
}
.post-inner .entry-title {
  font-size: 28px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .post-inner .entry-title {
    font-size: 32px;
  }
}
.post-inner .entry-title a {
  color: var(--qt-title-font-color);
  background-image: linear-gradient(180deg, transparent 96%, #6aa317 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
}
.post-inner .entry-title a:hover {
  color: inherit;
  background-size: 100% 100%;
}
.post-inner.product .entry-image img {
  width: 100%;
}

body.blog .post-inner.sticky .entry-content,
body.archive .post-inner.sticky .entry-content {
  border-color: transparent;
  background-color: #f9f9f9;
}

.blog-list .post-inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner {
    margin-bottom: 60px;
  }
}
.blog-list .post-inner .entry-image {
  margin-bottom: -1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media screen and (max-width: 767px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 40px;
    bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 50px;
    bottom: 40px;
  }
}
.blog-list .post-inner .entry-image + .entry-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-list .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
  transition: box-shadow .15s ease;
}
.blog-list .post-inner:not(.sticky) .entry-wrapper:hover {
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.blog-list .post-inner:not(.sticky) .entry-content {
  border: 1px solid rgba(50, 50, 50, 0.08);
}
.blog-list .post-inner .entry-content {
  padding: 30px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .blog-list .post-inner .entry-content {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner .entry-content {
    padding: 50px;
  }
}
.blog-list .post-inner .entry-excerpt p:last-of-type {
  margin-bottom: 0;
}
.blog-list .post-inner .entry-excerpt .read-more-link {
  margin-top: 20px;
}
.blog-list .post-inner .entry-meta {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .blog-grid {
    display: grid;
    grid-column-gap: 40px;
  }
}
.blog-grid .post-inner {
  margin-bottom: 40px;
  min-width: 0;
}
.blog-grid .post-inner:not(.sticky) .entry-wrapper {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s ease;
}
.blog-grid .post-inner:hover:not(.sticky) .entry-wrapper {
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.1);
}
.blog-grid .post-inner .entry-image {
  position: relative;
}
.blog-grid .post-inner .entry-image::before, .blog-grid .post-inner .entry-image::after {
  position: absolute;
  content: "";
  height: 20px;
  background-color: #fff;
}
.blog-grid .post-inner .entry-image::before {
  bottom: 0;
  left: 0;
  width: 50px;
  z-index: 1;
}
.blog-grid .post-inner .entry-image::after {
  bottom: 0;
  right: -20px;
  width: calc(100% - 36px);
  border-radius: 2px;
  transform: skew(-45deg);
}
@media screen and (min-width: 992px) {
  .blog-grid .post-inner .entry-image .post-date {
    left: 50px;
    bottom: 50px;
  }
}
.blog-grid .post-inner .entry-image img {
  width: 100%;
}
.blog-grid .post-inner .entry-content {
  padding: 20px 50px 50px 50px;
  border-radius: 4px;
}
.blog-grid .post-inner .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 -10px 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.55;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.blog-grid .post-inner .entry-meta ul {
  display: flex;
}
@media screen and (max-width: 580px) {
  .blog-grid .post-inner .entry-meta ul {
    display: block;
  }
}
.blog-grid .post-inner .entry-meta ul li::after {
  display: none;
}
@media screen and (min-width: 581px) {
  .blog-grid .post-inner .entry-meta ul li:not(:first-child)::before {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    content: "\2014";
    margin: 0 10px;
    color: #c4c4c4;
  }
}
.blog-grid .post-inner .entry-category {
  display: inline-flex;
  gap: 5px;
  margin-bottom: 20px;
  color: #c4c4c4;
  font-family: var(--qt-title-font-family);
  font-size: 16px;
  font-weight: var(--qt-title-font-weight);
  line-height: 1.25;
  text-transform: var(--qt-title-font-transform);
}
.blog-grid .post-inner .entry-category a {
  color: var(--qt-primary-color);
}
.blog-grid .post-inner .entry-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.blog-grid .post-inner .entry-more-button {
  position: relative;
  overflow: hidden;
  line-height: 1.25;
}
.blog-grid .post-inner .entry-more-button i {
  display: none;
}
.blog-grid .post-inner .entry-more-button::before, .blog-grid .post-inner .entry-more-button::after {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  content: "\f061";
  font-size: 20px;
  font-family: var(--qt-font-awesome-font-family);
  font-weight: var(--qt-font-awesome-font-weight);
  font-style: normal;
  transform: rotate(45deg);
  transition: all .3s ease-in-out;
}
.blog-grid .post-inner .entry-more-button::after {
  position: absolute;
  top: -20px;
  left: -20px;
}
.blog-grid .post-inner .entry-more-button:hover::before {
  left: 20px;
  top: 20px;
}
.blog-grid .post-inner .entry-more-button:hover::after {
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.blog-cards .post-inner.hentry {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner.hentry {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner.has-post-thumbnail .entry-content {
    flex-basis: 50%;
  }
}
.blog-cards .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s ease;
}
.blog-cards .post-inner:hover:not(.sticky) .entry-wrapper {
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.1);
}
.blog-cards .post-inner .entry-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner .entry-wrapper {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner .entry-image {
    flex-basis: 50%;
  }
}
.blog-cards .post-inner .entry-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-cards .post-inner .entry-image .date-label {
  top: 40px;
  left: 40px;
}
.blog-cards .post-inner .entry-content {
  padding: 50px;
}
.blog-cards .post-inner .entry-title {
  font-size: 24px;
}

body.single-post .post-inner .entry-image .post-date {
  left: 50px;
  bottom: 40px;
}
body.single-post .post-inner .entry-image img {
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  body.single-post .post-inner .entry-title {
    font-size: 36px;
  }
}
body.single-post .post-inner .entry-content > p {
  margin-bottom: 30px;
}
body.single-post .pagination {
  margin-top: 0;
}

body.search .post-inner .entry-meta {
  padding-top: 0;
}

/* 16 - Comments */
.post-inner + .comments-area {
  margin-top: 50px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 579px) {
  .comment-list {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .comment-list {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.comment-list > li {
  margin-bottom: 40px;
}
.comment-list li:last-of-type {
  margin-bottom: 0;
}
.comment-list li .children {
  margin: 0;
  padding: 20px 0 0 30px;
  list-style: none;
}
@media screen and (max-width: 579px) {
  .comment-list li .children {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .comment-list li .children {
    padding: 40px 0 0 65px;
  }
}
.comment-list li .children > li {
  margin-bottom: 30px;
}
.comment-list .comment-author {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-author {
    width: 30px;
    margin-right: 20px;
  }
}
.comment-list .comment-author img {
  border-radius: 4px;
}
.comment-list .comment-details {
  position: relative;
  display: flex;
  flex: 100%;
  flex-direction: column;
  padding: 40px 50px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: var(--qt-light-color);
}
@media screen and (max-width: 579px) {
  .comment-list .comment-details {
    padding: 15px 20px;
  }
}
.comment-list .comment-details p:first-of-type {
  margin-top: 0;
}
.comment-list .comment-details p:last-of-type {
  margin-bottom: 0;
}
.comment-list .comment-meta {
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
}
.comment-list .comment-meta .author-name {
  color: var(--qt-title-font-color);
  font-size: 20px;
  font-family: var(--qt-title-font-family);
  font-weight: var(--qt-title-font-weight);
  line-height: 1.25;
  text-transform: var(--qt-title-font-transform);
}
@media screen and (max-width: 579px) {
  .comment-list .comment-meta .author-name {
    margin-right: 50px;
  }
}
.comment-list .comment-meta .author-name a {
  color: var(--qt-title-font-color);
  text-decoration: var(--qt-title-font-t);
  transition: var(--qt-text-transition);
}
.comment-list .comment-meta .author-name a:hover {
  color: var(--primary-color);
}
.comment-list .comment-meta .author-meta {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}
.comment-list .comment-meta .author-meta .comment-date a {
  color: var(--qt-content-font-color);
  transition: var(--qt-text-transition);
}
.comment-list .comment-meta .author-meta .comment-date a:hover {
  color: var(--qt-primary-color);
}
.comment-list .comment-meta .reply {
  display: inline-flex;
  margin-left: 0;
  position: absolute;
  top: 35px;
  right: 40px;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-meta .reply {
    top: 15px;
    right: 15px;
  }
}
.comment-list .comment-meta .reply .comment-reply-link {
  display: inline-flex;
  padding: 5px 12px;
  font-size: 14px;
  color: var(--qt-light-color);
  font-family: var(--qt-button-font-family);
  font-weight: var(--qt-button-font-weight);
  text-decoration: none;
  text-transform: var(--qt-button-font-transform);
  text-shadow: 0 1px 1px var(--qt-button-font-shadow);
  border-radius: 2px;
  background-color: var(--qt-button-background-color);
  transition: all .1s ease-in-out;
}
.comment-list .comment-meta .reply .comment-reply-link:hover {
  background-color: var(--qt-button-background-color-hover);
}
.comment-list .comment-awaiting-moderation {
  font-weight: var(--qt-content-font-weight);
  color: var(--qt-primary-color);
}
.comment-list .comment + .comment-respond {
  max-width: calc(100% - 94px);
  margin-top: 35px;
  margin-left: auto;
}
.comment-list #cancel-comment-reply-link {
  position: relative;
  top: -3px;
  padding: 5px 12px;
  margin-left: 15px;
  font-size: 14px;
  font-family: var(--qt-title-font-family);
  font-weight: var(--qt-title-font-weight);
  color: var(--qt-light-color);
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-color: var(--qt-button-background-color);
}
.comment-list #cancel-comment-reply-link:hover {
  background-color: var(--qt-button-background-color-hover);
}
.comment-list .trackback,
.comment-list .pingback {
  margin-bottom: 15px;
}
.comment-list .comment-form input:not([type="submit"]),
.comment-list .comment-form textarea {
  background-color: var(--qt-light-color);
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--qt-title-font-color);
  font-family: var(--qt-title-font-family);
  font-size: var(--qt-content-font-size);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
  transition: all .15s ease-in-out;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px #d3d7e3;
}
.comment-form textarea {
  max-width: 100%;
}
.comment-form input[type="submit"] {
  border: none;
}
@media screen and (min-width: 992px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(33.33% - 23px);
    margin: 0 30px 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .comment-form .comment-form-url {
    margin-right: 0;
  }
}
.comment-form .comment-form-comment {
  margin-bottom: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: inline-flex;
  align-items: center;
  margin: 15px 0 10px 0;
}
.comment-form .comment-form-cookies-consent label {
  margin: 0;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 9px;
}

.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  text-transform: var(--qt-title-font-transform);
}
.comment-respond .comment-notes {
  float: right;
  margin: 0;
}
.comment-respond .logged-in-as {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .comment-respond .logged-in-as {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.comment-respond .comment-form {
  position: relative;
}
.comment-respond .comment-form .form-allowed-tags {
  margin: 20px 0;
}
.comment-respond .comment-form .form-allowed-tags code {
  font-size: 12px;
}
.comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 0;
}

.bypostauthor {
  position: relative;
}
.bypostauthor span.label {
  position: relative;
  top: 1px;
  margin-left: 6px;
  padding: 2px 11px 3px 11px;
  font-size: 12px;
  color: #fff;
  text-transform: lowercase;
  border-radius: 2px;
  background-color: #315499;
}

.comments-title,
.comment-reply-title {
  font-size: 26px;
  font-weight: var(--qt-title-font-weight);
  font-family: var(--qt-title-font-family);
  color: var(--qt-title-font-color);
}

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

/* 17 - Pagination */
.pagination,
.nav-links {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 100%;
}

.pagination {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .page-numbers,
.pagination .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 60px;
  color: var(--qt-title-font-color);
  font-size: 18px;
  font-family: var(--qt-title-font-family);
  font-weight: var(--qt-title-font-weight);
  text-decoration: none;
  text-transform: var(--qt-title-font-transform);
  border-radius: 4px;
  background-color: #f5f5f5;
  transition: all .15s ease-in-out;
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current {
  color: var(--qt-light-color);
  background-color: var(--qt-primary-color);
}
.pagination .page-numbers.current .page-numbers,
.pagination .post-page-numbers.current .page-numbers {
  color: inherit;
  background-color: transparent;
}
.pagination .page-numbers:not(.current):not(.dots):hover,
.pagination .post-page-numbers:not(.current):not(.dots):hover {
  color: var(--qt-light-color);
  background-color: var(--qt-primary-color);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next,
.pagination .post-page-numbers.prev,
.pagination .post-page-numbers.next {
  width: auto;
  padding: 0 35px;
}
.pagination .page-numbers.next,
.pagination .post-page-numbers.next {
  margin-left: auto;
  margin-right: 0;
}
.pagination .page-links-title {
  margin-right: 15px;
  background: transparent;
}

.blog-grid + .pagination {
  margin-top: 40px;
}

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

/* 18 - Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

iframe {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.embed-responsive::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery .gallery-item {
  max-width: inherit !important;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #a5a5a5;
}

/* 19 - 404 Page */
.error404 .page-header,
.error404 .breadcrumb,
.error404 .site-content {
  text-align: center;
}
.error404 .site-content .error-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .error404 .site-content .widget_search {
    width: 50%;
    margin: 30px auto 0;
  }
}
.error404 .site-content .search-form label {
  width: 100%;
}
.error404 .site-content .search-form .search-submit {
  padding: 14px 35px;
}

/* 20 - Gutenberg */
body:not(.blog).sidebar-hide .alignfull {
  width: 100vw;
  margin-left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.blog).sidebar-hide .alignfull img {
  width: 100vw;
}
@media screen and (min-width: 992px) {
  body:not(.blog).sidebar-hide .alignwide {
    left: 0;
    margin-left: 50%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 95%;
  }
}
@media screen and (min-width: 1400px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 1570px;
  }
}

/* Table */
.wp-block-table {
  margin: 0;
}
.wp-block-table th {
  border-color: transparent;
}
.wp-block-table td,
.wp-block-table th {
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
}
.wp-block-table figcaption {
  font-size: 15px;
  color: #a5a5a5;
}
.wp-block-table.is-style-stripes td {
  border-bottom-color: #f2f2f2;
}
.wp-block-table.is-style-stripes tr:last-of-type td {
  border-bottom: none;
}

/* Block Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: var(--qt-primary-color);
  transition: border-var(--qt-text-transition);
}
.wp-block-quote:not(.is-large):not(.is-style-large):hover {
  border-color: var(--qt-primary-color);
}
.wp-block-quote:not(.is-large):not(.is-style-large):not(.has-text-align-right) {
  padding-left: 50px;
  border-width: 0 0 0 4px;
}
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
  padding-right: 50px;
  border-width: 0 4px 0 0;
}
.wp-block-quote > p {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: var(--qt-primary-color);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  border: none;
  margin: 20px 0 30px 0;
}
.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: 15px;
  text-align: left;
}
.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
  display: none;
}
.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding-left: 50px;
  margin: 30px 0;
}
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 24px;
}
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
  font-size: 16px;
  text-align: left;
}

/* Pull Quote */
.wp-block-pullquote {
  margin: 30px 0;
  padding: 50px 0;
  border-left: none;
  border-top-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.wp-block-pullquote.alignleft {
  margin-top: 10px;
  margin-right: 30px;
}
.wp-block-pullquote.alignright {
  margin-top: 10px;
  margin-left: 30px;
}
@media (max-width: 580px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: inherit;
  }
}
.wp-block-pullquote blockquote {
  margin: auto;
  padding: 0;
  border-left: none;
}
.wp-block-pullquote blockquote:hover {
  border-color: inherit;
}
.wp-block-pullquote blockquote p {
  padding: 0 50px;
  color: var(--qt-title-font-color);
  font-size: 22px;
  font-style: normal;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer, .wp-block-pullquote blockquote__citation {
  display: block;
  margin-top: 15px;
  text-transform: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: var(--qt-primary-color);
}
.wp-block-pullquote blockquote::before {
  display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
}

/* Code Block */
.wp-block-code {
  display: inline-block;
  padding: 0;
  color: #343434;
  font-family: monospace;
  font-size: 14px;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: none;
  background-color: transparent;
}

/* Gutenberg button */
.wp-block-button {
  margin-bottom: 28px;
}
.wp-block-button .wp-block-button__link {
  font-family: var(--qt-title-font-family);
  font-style: var(--qt-title-font-style);
  font-weight: var(--qt-title-font-weight);
  text-transform: var(--qt-title-font-transform);
  font-size: var(--qt-button-font-size);
  line-height: 1;
  color: var(--qt-button-font-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px var(--qt-button-font-shadow);
  border-radius: 4px;
  border: 2px solid transparent;
  background-color: var(--qt-button-background-color);
  transition: all .15s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
  border-color: transparent;
  background-color: var(--qt-button-background-color-hover);
}
.wp-block-button .wp-block-button__link:first-of-type {
  margin-right: 5px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 20px 35px;
  color: #969696;
  text-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  border-color: var(--qt-button-outline-border-color);
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #969696;
  border-color: rgba(0, 0, 0, 0.2);
}
.wp-block-button.aligncenter {
  text-align: center;
  margin-bottom: 20px;
}

/* Buttons (Group) */
.wp-block-buttons {
  margin-bottom: 28px;
}

.wp-block-buttons .wp-block-button {
  margin: 0 10px 0 0;
}

/* Comments Block */
.wp-block-latest-comments {
  padding: 0;
}
.wp-block-latest-comments:not(.has-avatars) li::before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  content: "\f105";
  color: rgba(0, 0, 0, 0.3);
  font-family: var(--qt-font-awesome-font-family);
  font-size: var(--qt-content-font-size);
  font-weight: var(--qt-font-awesome-font-weight);
  line-height: 1.25;
  transition: var(--qt-text-transition);
}
.wp-block-latest-comments:not(.has-avatars) li:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.wp-block-latest-comments li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.75;
}
.wp-block-latest-comments li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-latest-comments__comment-avatar {
  margin-right: 20px;
}
.wp-block-latest-comments__comment-date {
  font-size: 15px;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 15px;
}

/* Latest Posts Block */
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.wp-block-latest-posts__post-author {
  margin-top: 15px;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  padding-left: 20px;
  font-size: 14px;
  color: var(--qt-content-font-color);
}
.wp-block-latest-posts__post-excerpt {
  padding-left: 20px;
  line-height: initial;
}

/* Category & Archive Blocks */
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts {
  padding-left: 0;
  margin-bottom: 30px;
}
.wp-block-categories li:not(:last-of-type),
.wp-block-archives li:not(:last-of-type),
.wp-block-latest-posts li:not(:last-of-type) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  position: relative;
  list-style: none;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.wp-block-categories li a::before,
.wp-block-archives li a::before,
.wp-block-latest-posts li a::before {
  position: absolute;
  left: 0;
  content: "\f105";
  color: rgba(0, 0, 0, 0.3);
  font-family: var(--qt-font-awesome-font-family);
  font-size: var(--qt-content-font-size);
  font-weight: var(--qt-font-awesome-font-weight);
  transition: color .15s ease-in-out;
}
.wp-block-categories li a:hover::before,
.wp-block-archives li a:hover::before,
.wp-block-latest-posts li a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count,
.wp-block-latest-posts li .cat-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--qt-title-font-color);
  text-align: center;
  border-radius: 50%;
  background-color: var(--qt-secondary-color);
  transition: all .15s ease-in-out;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center;
}

/* Archive dropdown */
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

/* Column Block */
.wp-block-column {
  margin-bottom: 0;
}

/* Seperator Block */
.wp-block-separator {
  height: auto;
  margin: 30px auto;
  border-bottom: 1px solid #d0d5da;
  background: none;
}
.wp-block-separator + h2 {
  clear: left;
}

.wp-block-columns {
  margin-bottom: 30px;
}

/* Image Block */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Gallery Block */
.wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px;
  font-style: 15px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption {
  padding: 15px 10px;
  font-size: 15px;
}

.blocks-gallery-caption,
.wp-block-embe figcaption,
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Block Cover Block */
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.25;
}
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #fff;
}

/* Verse */
pre.wp-block-verse {
  display: block;
  font-family: monospace;
}

/* Embedd Block */
.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  /* Media */
}
.wp-block-embed figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}
@media screen and (max-width: 580px) {
  .wp-block-embed__wrapper {
    overflow: scroll;
  }
}
.wp-block-embed__wrapper .embed-responsive {
  overflow: visible;
  margin-bottom: 0;
}

/* Twitter Embed Block */
.wp-block-embed-twitter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-embed-twitter .embed-responsive::before {
  padding-top: 0;
}

/* Facebook Embed Block */
.wp-block-embed-facebook .embed-responsive::before {
  padding-top: 0;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper .embed-responsive::before {
  padding-top: 68%;
}

/* Calendar Block */
.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar table > caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: var(--qt-primary-color);
}
.wp-block-calendar table thead {
  background-color: #dedede;
}
.wp-block-calendar table thead tr th {
  padding: 0;
  color: inherit;
  font-weight: 700;
  color: var(--qt-title-font-color);
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}

/* Search Block */
.wp-block-search {
  margin-bottom: 25px;
}
.wp-block-search .wp-block-search__input {
  color: #a5a5a5;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  height: 60px;
  border: 1px solid #eee;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f9f9f9;
}
.wp-block-search .wp-block-search__input:active, .wp-block-search .wp-block-search__input:focus {
  color: #a5a5a5;
  outline: none;
  border-color: #cecece;
}
.wp-block-search .wp-block-search__label {
  display: block;
  margin-bottom: 20px;
  color: var(--qt-title-font-color);
  font-family: var(--qt-title-font-family);
  font-size: 22px;
  font-style: var(--qt-title-font-style);
  text-transform: var(--qt-title-font-transform);
  line-height: var(--qt-title-font-line-height);
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  height: 60px;
  padding: 14px 35px;
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--qt-button-background-color);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--qt-button-background-color-hover);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: inherit;
  padding: 0 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 14px 35px;
}

/* Audio Block */
.wp-block-audio audio {
  min-width: auto;
}
.wp-block-audio figure {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-audio figcaption {
  font-size: 15px;
  color: #a5a5a5;
}

/* File Block */
.wp-block-file:not(.wp-element-button) {
  font-size: initial;
}
.wp-block-file .wp-block-file__button {
  font-weight: 700;
  color: var(--qt-light-color);
  background-color: var(--qt-primary-color);
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 1;
  background-color: var(--qt-primary-color);
}

/* Tagcloud Block */
.wp-block-tag-cloud .tag-cloud-link {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: all .15s ease-in-out;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--qt-primary-color);
}

/* Media Block */
p:last-of-type + .wp-block-media-text,
p:last-of-type + .wp-block-cover {
  margin-top: 20px;
}

/* Block Group */
.wp-block-group + p:last-of-type {
  margin-top: 25px;
}
