@charset "UTF-8";
/*
Theme Name: Dukaken
Theme URI: https://dukaken.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Dukaken – is a carefully crafted multi-purpose creative, minimalist, gorgeous, versatile WooCommerce theme with sharp user experience you need to building a modern and functional website, and start selling your products and services.
Requires at least: WordPress 4.9.0
Version: 1.2.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, three-columns, left-sidebar, right-sidebar, editor-style, post-formats, rtl-language-support, sticky-post, accessibility-ready
Text Domain: dukaken
Domain Path: /languages/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Typography
# Helper
# Elements
# Layout
# Header
# Footer
# Page title
# WP core
# WP block
# Blog
# Widgets
# 404
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
:root {
  --g5-font-body: "Poppins";
  --g5-font-size-body: 14px;
  --g5-font-primary: "Poppins";
  --g5-font-blockquote: "Poppins";
  --g5-font-icon: "Font Awesome 6 Pro";
  --g5-color-accent: #b20f0f;
  --g5-color-accent-foreground: #fff;
  --g5-color-accent-brightness: #d51212;
  --g5-color-primary: #d64c35;
  --g5-color-primary-foreground: #fff;
  --g5-color-primary-brightness: #dc6855;
  --g5-color-secondary: #357284;
  --g5-color-secondary-foreground: #fff;
  --g5-color-secondary-brightness: #408a9f;
  --g5-color-light: #fafafa;
  --g5-color-light-foreground: #222;
  --g5-color-light-brightness: #e7e7e7;
  --g5-color-dark: #000;
  --g5-color-dark-foreground: #fff;
  --g5-color-dark-brightness: #131313;
  --g5-color-gray: #8f8f8f;
  --g5-color-gray-foreground: #fff;
  --g5-color-gray-brightness: #a2a2a2;
  --g5-color-text-main: #8f8f8f;
  --g5-color-heading: #000;
  --g5-color-caption: #ababab;
  --g5-color-border: #ebebeb;
  --g5-color-muted: #ccc;
  --g5-color-background-body: #fff;
  --g5-color-background-page-title: #222;
  --g5-color-background-post-sticky: #f6f6f6;
  --g5-color-text-input: #000;
  --g5-color-background-input: transparent;
  --g5-color-border-input: #dddddd;
  --g5-color-border-input-forcus: #b20f0f;
  --g5-color-placeholder: #8f8f8f;
  --g5-color-link: #b20f0f;
  --g5-color-link-hover: #e11313;
  --g5-menu-mobile-font-size: 14px;
  --g5-color-success: #28a745;
  --g5-color-success-foreground: #fff;
  --g5-color-success-brightness: #2fc652;
  --g5-color-danger: #dc3545;
  --g5-color-danger-foreground: #fff;
  --g5-color-danger-brightness: #e25663;
  --g5-color-warning: #ffc107;
  --g5-color-warning-foreground: #fff;
  --g5-color-warning-brightness: #ffcb2d;
  --g5-color-info: #17a2b8;
  --g5-color-info-foreground: #fff;
  --g5-color-info-brightness: #1bc0da;
  --g5-btn-font-weight: 600;
  --g5-btn-border-width: 2px;
  --g5-btn-border-radius: 0;
  --g5-btn-disabled-opacity: 0.65;
  --g5-btn-font-family: var(--g5-body-font);
  --g5-btn-letter-spacing: 0.06em;
  --g5-content-padding-top: 100px;
  --g5-content-padding-bottom: 100px;
  --g5-header-height: 80px;
  --g5-header-sticky-height: 80px;
  --g5-header-mobile-height: 80px;
  --g5-header-mobile-sticky-height: 80px;
  --g5-navigation-height: 60px;
  --g5-header-bg-color: #fff;
  --g5-header-text-color: #000;
  --g5-header-text-hover-color: #b20f0f;
  --g5-header-border-color: #ebebeb;
  --g5-header-disable-color: #696969;
  --g5-menu-font: "Poppins";
  --g5-menu-font-weight: 500;
  --g5-menu-line-height: 26px;
  --g5-menu-font-size: 14px;
  --g5-menu-font-style: normal;
  --g5-menu-text-transform: none;
  --g5-menu-letter-spacing: 0em;
  --g5-menu-spacing: 1.5rem;
  --g5-submenu-font: "Poppins";
  --g5-submenu-font-size: 14px;
  --g5-submenu-font-style: normal;
  --g5-submenu-font-weight: 500;
  --g5-submenu-text-transform: none;
  --g5-submenu-letter-spacing: 0em;
  --g5-submenu-line-height: 1.5;
  --g5-submenu-text-color: #8f8f8f;
  --g5-submenu-text-hover-color: #b20f0f;
  --g5-submenu-bg-color: #fff;
  --g5-submenu-bg-hover-color: #fff;
  --g5-submenu-border-color: #ebebeb;
  --g5blog-loop-widget-post-featured-width: 70px;
  --g5blog-loop-post-title-font-size: 24px;
  --g5blog-loop-grid-post-title-font-size: 18px;
  --g5blog-loop-widget-post-title-font-size: 14px;
  --g5blog-loop-medium-image-post-title-font-size: 24px;
  --g5blog-loop-post-meta-font-size: 11px;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--g5-font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--g5-color-text-main);
  background-color: var(--g5-color-background-body);
  text-rendering: optimizeLegibility;
  text-align: left;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: solid 1px var(--g5-color-border);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--g5-color-heading);
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--g5-font-primary);
  clear: both;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 36px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

dl,
ol,
ul {
  padding: 0;
  margin-bottom: 1.5rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  line-height: 1.5;
}

li > ul,
li > ol {
  margin: 1rem 0 0 1rem;
}

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

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

blockquote {
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 1.5rem;
  background-color: #dddddd;
  text-align: center !important;
  padding: 60px 70px 40px 70px;
  color: var(--g5-color-heading);
}
blockquote:before {
  content: "\f10d";
  font-family: var(--g5-font-icon);
  font-weight: 700;
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
  font-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: block;
}
blockquote p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
blockquote a {
  color: inherit;
}
blockquote cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: inherit;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--g5-color-link);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: var(--g5-color-link-hover);
  text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a > code {
  color: inherit;
}

pre {
  font-size: 100%;
  margin-bottom: 1.5rem;
  color: var(--g5-color-text-main);
  padding: 1.5rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  border: 1px solid var(--g5-color-border);
}

code,
kbd,
pre,
samp {
  font-family: var(--g5-font-body);
}

figure {
  margin: 0 0 1.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table th,
table td {
  padding: 0.4rem;
  vertical-align: top;
  border: solid 1px var(--g5-color-border);
}

table thead th {
  vertical-align: bottom;
  border: solid 2px var(--g5-color-border);
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--g5-color-gray);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
}

::selection {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
}

big {
  font-size: 125%;
}

/* Form style */
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],
textarea,
select {
  height: 44px;
  line-height: 42px;
  border: 1px solid var(--g5-color-border-input);
  padding: 0 20px;
  color: var(--g5-color-text-input);
  max-width: 100%;
  background-color: var(--g5-color-background-input);
}
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,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--g5-color-accent);
}

textarea:-moz-placeholder,
select:-moz-placeholder,
input[type]:-moz-placeholder {
  color: var(--g5-color-text-main);
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
  color: var(--g5-color-text-main);
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
  color: var(--g5-color-text-main);
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
  color: var(--g5-color-text-main);
}

textarea {
  height: auto;
}

/*
.fa, .fal, .far, .fas {
	font-family: var(--g5-font-icon) !important;
}*/
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  --g5-btn-padding-x: 1.875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(2.75rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 0.875rem;
  --g5-btn-color: var(--g5-color-accent-foreground);
  --g5-btn-bg: var(--g5-color-accent);
  --g5-btn-border-color: var(--g5-color-accent);
  --g5-btn-hover-color: var(--g5-color-accent-foreground);
  --g5-btn-hover-bg: var(--g5-color-accent-brightness);
  --g5-btn-hover-border-color: var(--g5-color-accent-brightness);
  --g5-btn-outline-color: var(--g5-color-accent);
  --g5-btn-outline-border-hover-color: var(--g5-color-accent);
  --g5-btn-outline-hover-color: var(--g5-color-accent-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-accent);
  --g5-btn-link-color: var(--g5-color-accent);
  position: relative;
  display: inline-block;
  font-family: var(--g5-btn-font-family);
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  line-height: var(--g5-btn-line-height);
  font-size: var(--g5-btn-font-size);
  font-weight: var(--g5-btn-font-weight);
  border: var(--g5-btn-border-width) solid var(--g5-btn-border-color);
  white-space: nowrap;
  border-radius: var(--g5-btn-border-radius);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
  text-transform: uppercase;
  letter-spacing: var(--g5-btn-letter-spacing);
}
.btn:focus, .btn:hover, .btn:active,
button:focus,
button:hover,
button:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}
.btn.btn-outline,
button.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline {
  color: var(--g5-btn-outline-color);
  background-color: transparent;
}
.btn.btn-outline:focus, .btn.btn-outline:hover, .btn.btn-outline:active,
button.btn-outline:focus,
button.btn-outline:hover,
button.btn-outline:active,
input[type=button].btn-outline:focus,
input[type=button].btn-outline:hover,
input[type=button].btn-outline:active,
input[type=reset].btn-outline:focus,
input[type=reset].btn-outline:hover,
input[type=reset].btn-outline:active,
input[type=submit].btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:active {
  background-color: var(--g5-btn-outline-hover-bg);
  color: var(--g5-btn-outline-hover-color);
  border-color: var(--g5-btn-outline-border-hover-color);
}
.btn.btn-link,
button.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link {
  color: var(--g5-btn-link-color);
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 2;
}
.btn.btn-link:after,
button.btn-link:after,
input[type=button].btn-link:after,
input[type=reset].btn-link:after,
input[type=submit].btn-link:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 2px;
  bottom: 0;
  background-color: var(--g5-color-accent);
}
.btn.btn-link:hover,
button.btn-link:hover,
input[type=button].btn-link:hover,
input[type=reset].btn-link:hover,
input[type=submit].btn-link:hover {
  text-decoration: none;
}
.btn.btn-link:hover:after,
button.btn-link:hover:after,
input[type=button].btn-link:hover:after,
input[type=reset].btn-link:hover:after,
input[type=submit].btn-link:hover:after {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
}
.btn:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: var(--g5-btn-disabled-opacity);
  cursor: default;
}

.btn.btn-block, .btn.btn-full {
  display: block;
  width: 100%;
}
.btn.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.btn.btn-round {
  --g5-btn-border-radius: 5em;
}
.btn.btn-rounded {
  --g5-btn-border-radius: 0.25rem;
}
.btn.btn-square {
  --g5-btn-border-radius: 0;
}
.btn.btn-xs {
  --g5-btn-padding-x: 1.25rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(1.75rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 0.6875rem;
}
.btn.btn-sm {
  --g5-btn-padding-x: 1.5625rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(2rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 0.75rem;
}
.btn.btn-md {
  --g5-btn-padding-x: 1.875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(2.75rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 0.875rem;
}
.btn.btn-lg {
  --g5-btn-padding-x: 1.875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(3.25rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 1.25rem;
}
.btn.btn-xl {
  --g5-btn-padding-x: 2.1875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(3.875rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 1.5rem;
}
.btn.btn-primary {
  --g5-btn-color: var(--g5-color-primary-foreground);
  --g5-btn-bg: var(--g5-color-primary);
  --g5-btn-border-color: var(--g5-color-primary);
  --g5-btn-hover-color: var(--g5-color-primary-foreground);
  --g5-btn-hover-bg: var(--g5-color-primary-brightness);
  --g5-btn-hover-border-color: var(--g5-color-primary-brightness);
  --g5-btn-outline-color: var(--g5-color-primary);
  --g5-btn-outline-border-hover-color: var(--g5-color-primary);
  --g5-btn-outline-hover-color: var(--g5-color-primary-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-primary);
  --g5-btn-link-color: var(--g5-color-primary);
}
.btn.btn-secondary {
  --g5-btn-color: var(--g5-color-secondary-foreground);
  --g5-btn-bg: var(--g5-color-secondary);
  --g5-btn-border-color: var(--g5-color-secondary);
  --g5-btn-hover-color: var(--g5-color-secondary-foreground);
  --g5-btn-hover-bg: var(--g5-color-secondary-brightness);
  --g5-btn-hover-border-color: var(--g5-color-secondary-brightness);
  --g5-btn-outline-color: var(--g5-color-secondary);
  --g5-btn-outline-border-hover-color: var(--g5-color-secondary);
  --g5-btn-outline-hover-color: var(--g5-color-secondary-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-secondary);
  --g5-btn-link-color: var(--g5-color-secondary);
}
.btn.btn-light {
  --g5-btn-color: var(--g5-color-light-foreground);
  --g5-btn-bg: var(--g5-color-light);
  --g5-btn-border-color: var(--g5-color-light);
  --g5-btn-hover-color: var(--g5-color-light-foreground);
  --g5-btn-hover-bg: var(--g5-color-light-brightness);
  --g5-btn-hover-border-color: var(--g5-color-light-brightness);
  --g5-btn-outline-color: var(--g5-color-light);
  --g5-btn-outline-border-hover-color: var(--g5-color-light);
  --g5-btn-outline-hover-color: var(--g5-color-light-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-light);
  --g5-btn-link-color: var(--g5-color-light);
}
.btn.btn-dark {
  --g5-btn-color: var(--g5-color-dark-foreground);
  --g5-btn-bg: var(--g5-color-dark);
  --g5-btn-border-color: var(--g5-color-dark);
  --g5-btn-hover-color: var(--g5-color-dark-foreground);
  --g5-btn-hover-bg: var(--g5-color-dark-brightness);
  --g5-btn-hover-border-color: var(--g5-color-dark-brightness);
  --g5-btn-outline-color: var(--g5-color-dark);
  --g5-btn-outline-border-hover-color: var(--g5-color-dark);
  --g5-btn-outline-hover-color: var(--g5-color-dark-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-dark);
  --g5-btn-link-color: var(--g5-color-dark);
}
.btn.btn-gray {
  --g5-btn-color: var(--g5-color-gray-foreground);
  --g5-btn-bg: var(--g5-color-gray);
  --g5-btn-border-color: var(--g5-color-gray);
  --g5-btn-hover-color: var(--g5-color-gray-foreground);
  --g5-btn-hover-bg: var(--g5-color-gray-brightness);
  --g5-btn-hover-border-color: var(--g5-color-gray-brightness);
  --g5-btn-outline-color: var(--g5-color-gray);
  --g5-btn-outline-border-hover-color: var(--g5-color-gray);
  --g5-btn-outline-hover-color: var(--g5-color-gray-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-gray);
  --g5-btn-link-color: var(--g5-color-gray);
}
.btn.btn-success {
  --g5-btn-color: var(--g5-color-success-foreground);
  --g5-btn-bg: var(--g5-color-success);
  --g5-btn-border-color: var(--g5-color-success);
  --g5-btn-hover-color: var(--g5-color-success-foreground);
  --g5-btn-hover-bg: var(--g5-color-success-brightness);
  --g5-btn-hover-border-color: var(--g5-color-success-brightness);
  --g5-btn-outline-color: var(--g5-color-success);
  --g5-btn-outline-border-hover-color: var(--g5-color-success);
  --g5-btn-outline-hover-color: var(--g5-color-success-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-success);
  --g5-btn-link-color: var(--g5-color-success);
}
.btn.btn-danger {
  --g5-btn-color: var(--g5-color-danger-foreground);
  --g5-btn-bg: var(--g5-color-danger);
  --g5-btn-border-color: var(--g5-color-danger);
  --g5-btn-hover-color: var(--g5-color-danger-foreground);
  --g5-btn-hover-bg: var(--g5-color-danger-brightness);
  --g5-btn-hover-border-color: var(--g5-color-danger-brightness);
  --g5-btn-outline-color: var(--g5-color-danger);
  --g5-btn-outline-border-hover-color: var(--g5-color-danger);
  --g5-btn-outline-hover-color: var(--g5-color-danger-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-danger);
  --g5-btn-link-color: var(--g5-color-danger);
}
.btn.btn-warning {
  --g5-btn-color: var(--g5-color-warning-foreground);
  --g5-btn-bg: var(--g5-color-warning);
  --g5-btn-border-color: var(--g5-color-warning);
  --g5-btn-hover-color: var(--g5-color-warning-foreground);
  --g5-btn-hover-bg: var(--g5-color-warning-brightness);
  --g5-btn-hover-border-color: var(--g5-color-warning-brightness);
  --g5-btn-outline-color: var(--g5-color-warning);
  --g5-btn-outline-border-hover-color: var(--g5-color-warning);
  --g5-btn-outline-hover-color: var(--g5-color-warning-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-warning);
  --g5-btn-link-color: var(--g5-color-warning);
}
.btn.btn-info {
  --g5-btn-color: var(--g5-color-info-foreground);
  --g5-btn-bg: var(--g5-color-info);
  --g5-btn-border-color: var(--g5-color-info);
  --g5-btn-hover-color: var(--g5-color-info-foreground);
  --g5-btn-hover-bg: var(--g5-color-info-brightness);
  --g5-btn-hover-border-color: var(--g5-color-info-brightness);
  --g5-btn-outline-color: var(--g5-color-info);
  --g5-btn-outline-border-hover-color: var(--g5-color-info);
  --g5-btn-outline-hover-color: var(--g5-color-info-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-info);
  --g5-btn-link-color: var(--g5-color-info);
}
.btn.btn-icon-left i {
  margin-right: 5px;
}
.btn.btn-icon-right i {
  margin-left: 5px;
}
.btn.btn-link:not(:disabled):not(.disabled):active {
  color: initial;
}
.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-3d {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: solid 5px rgba(0, 0, 0, 0.15) !important;
}
.btn.btn-3d:hover {
  margin-top: 2px;
  border-bottom: solid 3px rgba(0, 0, 0, 0.15) !important;
}

.gel-btn-center .btn.btn-link:after, .elementor-align-center .btn.btn-link:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gel-btn-right .btn.btn-link:after, .elementor-align-right .btn.btn-link:after {
  right: 0;
}

.gel-btn-outline-back .btn.btn-outline {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: none;
  height: 20px;
  line-height: 20px;
  padding: 2px 0;
}
.gel-btn-outline-back .btn.btn-outline:hover, .gel-btn-outline-back .btn.btn-outline:focus, .gel-btn-outline-back .btn.btn-outline:active {
  background-color: #fff !important;
  color: #000 !important;
}
.gel-btn-outline-back .btn.btn-outline:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: -11px;
  bottom: -11px;
  border: 2px solid var(--g5-color-accent);
  z-index: -1;
}

@media (max-width: 1024px) {
  .elementor-tablet-align-center .btn.btn-link:after {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .elementor-tablet-align-right .btn.btn-link:after {
    right: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center .btn.btn-link:after {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .elementor-mobile-align-right .btn.btn-link:after {
    right: 0;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 991px) {
  .gel-btn-center-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gel-btn-center-md .btn.btn-link:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*--------------------------------------------------------------
## Helper
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

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

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fnone {
  float: none !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-075rem {
  font-size: 0.75rem !important;
}

.fs-1rem {
  font-size: 1rem !important;
}

.bottom-0 {
  bottom: 0;
}

.fs-90 {
  font-size: 90px !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.slick-slider:not(.slick-slider-rows) .g5core__listing-blocks {
  width: auto !important;
}

.g5core__gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.g5core__gutter-0 > .g5core__gutter-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important;
}
.g5core__gutter-0 .g5core__modern-grid-col {
  padding-left: 0;
  padding-right: 0;
}
.g5core__gutter-0 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 0;
}
.g5core__gutter-0 .slick-slide > div {
  padding: 0;
}

.g5core__gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.g5core__gutter-10 > .g5core__gutter-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.g5core__gutter-10 .g5core__modern-grid-col {
  padding-left: 5px;
  padding-right: 5px;
}
.g5core__gutter-10 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 10px;
}
.g5core__gutter-10 .slick-slide > div {
  padding: 0 5px;
}

.g5core__gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.g5core__gutter-20 > .g5core__gutter-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.g5core__gutter-20 .g5core__modern-grid-col {
  padding-left: 10px;
  padding-right: 10px;
}
.g5core__gutter-20 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 20px;
}
.g5core__gutter-20 .slick-slide > div {
  padding: 0 10px;
}

.g5core__gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.g5core__gutter-30 > .g5core__gutter-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.g5core__gutter-30 .g5core__modern-grid-col {
  padding-left: 15px;
  padding-right: 15px;
}
.g5core__gutter-30 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 30px;
}
.g5core__gutter-30 .slick-slide > div {
  padding: 0 15px;
}

.g5core__gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.g5core__gutter-40 > .g5core__gutter-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.g5core__gutter-40 .g5core__modern-grid-col {
  padding-left: 20px;
  padding-right: 20px;
}
.g5core__gutter-40 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 40px;
}
.g5core__gutter-40 .slick-slide > div {
  padding: 0 20px;
}

.slick-slider-rows {
  margin: 0;
}
.slick-slider-rows .slick-slide > div {
  padding: 0;
}
.slick-slider-rows .g5core__listing-blocks {
  margin-left: 0;
  margin-right: 0;
}
.slick-slider-rows .g5core__modern-grid-col > .g5core__gutter-item {
  padding-left: 0;
  padding-right: 0;
}

.g5core__gutter-slider-rows-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.g5core__gutter-slider-rows-10 .g5core__gutter-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.g5core__gutter-slider-rows-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.g5core__gutter-slider-rows-20 .g5core__gutter-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.g5core__gutter-slider-rows-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.g5core__gutter-slider-rows-30 .g5core__gutter-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.g5core__gutter-slider-rows-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.g5core__gutter-slider-rows-40 .g5core__gutter-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
.gel-banner-title {
  color: var(--g5-color-heading);
  font-weight: 400;
}

.gel-banner-description {
  font-size: 32px;
  font-weight: 500;
  color: var(--g5-color-accent);
  line-height: 1;
}

.gel-banner-title + .gel-banner-description {
  margin-top: 0;
}

.gel-banner-description + .gel-banner-action,
.gel-banner-title + .gel-banner-action {
  margin-top: 15px;
}

.gel-banner-action,
.gel-banner-description {
  opacity: 1;
}

.gel-banner-style-02 .btn.btn-link:after,
.gel-banner-style-05 .btn.btn-link:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.gel-banner-style-03 .btn.btn-link:after,
.gel-banner-style-06 .btn.btn-link:after {
  right: 0;
}

.gel-banner-style-01 .gel-banner-content,
.gel-banner-style-02 .gel-banner-content,
.gel-banner-style-03 .gel-banner-content,
.gel-banner-style-07 .gel-banner-content {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gel-banner-style-06 .gel-banner-content,
.gel-banner-style-05 .gel-banner-content,
.gel-banner-style-04 .gel-banner-content {
  bottom: 41px;
  top: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gel-banner-style-04.gel-banner:hover .gel-banner-content,
.gel-banner-style-05.gel-banner:hover .gel-banner-content,
.gel-banner-style-06.gel-banner:hover .gel-banner-content {
  -webkit-transform: none;
  transform: none;
  top: auto;
}

.custom-banner-border-10 .gel-effect-bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 10px solid #fff;
  z-index: 2;
}

.custom-banner-01 .gel-banner-title {
  font-size: 21px;
  font-weight: 600;
}
.custom-banner-01.gel-banner:hover .gel-banner-content {
  top: auto;
  -webkit-transform: none;
  transform: none;
}
.custom-banner-01.gel-banner-style-06 .gel-banner-content, .custom-banner-01.gel-banner-style-05 .gel-banner-content, .custom-banner-01.gel-banner-style-04 .gel-banner-content {
  bottom: 35px;
}
.custom-banner-01.gel-banner.gel-banner-style-01 .gel-banner-content, .custom-banner-01.gel-banner.gel-banner-style-02 .gel-banner-content, .custom-banner-01.gel-banner.gel-banner-style-03 .gel-banner-content {
  top: 40px;
  -webkit-transform: none;
  transform: none;
}

.custom-banner-02 .gel-banner-title {
  font-size: 68px;
  font-weight: 700;
  line-height: 0.8;
  font-family: Playfair Display;
}
.custom-banner-02.custom-banner-title-rotate .gel-banner-content {
  z-index: unset;
  height: 100%;
}
.custom-banner-02.custom-banner-title-rotate .gel-banner-title {
  width: 500px;
  -webkit-transform: rotate(90deg) translateX(-8%);
  transform: rotate(90deg) translateX(-8%);
  position: absolute;
  top: 56%;
  left: 40px;
}
.custom-banner-02.custom-banner-title-rotate .gel-banner-action {
  z-index: 3;
  margin-top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}

.custom-banner-03 .gel-banner-content {
  text-align: left;
  padding-left: 60px;
}
.custom-banner-03 .hot {
  font-size: 60px;
  color: var(--g5-color-heading);
}
.custom-banner-03 .sale {
  font-size: 71px;
  font-weight: 600;
  color: #74bfce;
  line-height: 5px;
}
.custom-banner-03 .percent {
  font-size: 74px;
  letter-spacing: -0.1em;
  line-height: 66px;
}
.custom-banner-03 .percent sup {
  font-size: 45px;
  color: var(--g5-color-heading);
  padding-left: 15px;
  top: -21px;
}
.custom-banner-03 .text-banner-01 {
  margin-bottom: 52px;
}
.custom-banner-03 .text-banner-02 {
  max-width: 150px;
  letter-spacing: -0.1em;
  line-height: 0.8;
  font-size: 45px;
  color: var(--g5-color-heading);
  margin-bottom: 47px;
}
.custom-banner-03 a.btn, .custom-banner-03 a.btn:hover {
  color: var(--g5-color-heading);
}

.custom-banner-04 .gel-banner-title {
  font-size: 90px;
  font-weight: 600;
  color: var(--g5-color-accent);
  line-height: 0.7;
}
.custom-banner-04 .gel-banner-description {
  font-size: 90px;
  font-weight: 300;
  color: var(--g5-color-heading);
}

.custom-banner-05 .gel-banner-title {
  font-size: 40px;
  line-height: 0.9;
}
.custom-banner-05 .gel-banner-description + .gel-banner-action,
.custom-banner-05 .gel-banner-title + .gel-banner-action {
  margin-top: 25px;
}

.custom-banner-06 .gel-banner-title {
  font-size: 38px;
  font-weight: 300;
}
.custom-banner-06 .gel-banner-description {
  font-size: 48px;
  font-weight: 600;
  line-height: 30px;
}

.custom-banner-07 .gel-banner-title {
  font-size: 48px;
  color: var(--g5-color-background-body);
  line-height: 1.3;
}

.custom-banner-landing-page .gel-banner-title {
  font-size: 18px;
  font-weight: 500;
}
.custom-banner-landing-page mark {
  background: transparent;
  color: var(--g5-color-accent);
}

@media (min-width: 1200px) {
  .gel-banner-style-01 .gel-banner-content,
  .gel-banner-style-04 .gel-banner-content {
    left: 62px;
  }
  .gel-banner-style-03 .gel-banner-content,
  .gel-banner-style-06 .gel-banner-content {
    right: 62px;
  }
  .custom-banner-01.gel-banner-style-01 .gel-banner-content, .custom-banner-01.gel-banner-style-04 .gel-banner-content {
    left: 40px;
  }
  .custom-banner-01.gel-banner-style-03 .gel-banner-content, .custom-banner-01.gel-banner-style-06 .gel-banner-content {
    right: 40px;
  }
  .custom-banner-04 .gel-banner-action {
    margin-top: 80px;
  }
  .custom-banner-06 .gel-banner-description + .gel-banner-action,
  .custom-banner-06 .gel-banner-title + .gel-banner-action {
    margin-top: 52px;
  }
  .custom-banner-05.gel-banner-style-06 .gel-banner-content, .custom-banner-05.gel-banner-style-05 .gel-banner-content, .custom-banner-05.gel-banner-style-04 .gel-banner-content {
    bottom: 73px;
  }
  .custom-banner-02 .gel-banner-description + .gel-banner-action,
  .custom-banner-02 .gel-banner-title + .gel-banner-action {
    margin-top: 45px;
  }
  .custom-banner-07 .gel-banner-content {
    bottom: 45px;
    left: 60px;
  }
  .custom-banner-landing-page.gel-banner-style-06 .gel-banner-content, .custom-banner-landing-page.gel-banner-style-05 .gel-banner-content, .custom-banner-landing-page.gel-banner-style-04 .gel-banner-content {
    bottom: 61px;
  }
}
.custom-banner-box-shadow .gel-banner {
  -webkit-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-banner-size-images.gel-banner .gel-banner-bg {
    padding-bottom: 48%;
  }
}
@media (max-width: 1200px) {
  .custom-banner-03 .gel-banner-content {
    padding-left: 30px;
  }
  .custom-banner-02.custom-banner-title-rotate .gel-banner-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .custom-banner-size-100.gel-banner .gel-banner-bg {
    padding-bottom: 100%;
  }
}
@media (max-width: 499px) {
  div.gel-banner .gel-banner-bg {
    padding-bottom: 60%;
  }
  .custom-banner-03 .text-banner-01 {
    display: none;
  }
  .custom-banner-03 .text-banner-02 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .custom-banner-size-xs-150.gel-banner .gel-banner-bg {
    padding-bottom: 150%;
  }
  .custom-banner-landing-page .gel-banner-content {
    position: static !important;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.gel-list-style-01 .item-list:not(:first-child),
.gel-list-style-02 .item-list:not(:first-child) {
  padding-top: 4px;
}
.gel-list-style-01 .item-list:not(:last-child),
.gel-list-style-02 .item-list:not(:last-child) {
  padding-bottom: 4px;
}

.gel-list-hover li.item-list {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gel-list-hover li.item-list:hover {
  color: var(--g5-color-heading);
  padding-left: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gel-list-hover li.item-list:hover .list-type i {
  color: var(--g5-color-accent);
}

.custom-list-landing-page span.list-type {
  min-width: 12px;
  line-height: 1;
}
.custom-list-landing-page span.list-type i {
  font-size: 7px;
}

.text-center.gel-list .item-list {
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .text-center-md ul.content-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-left-md ul.content-list {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 499px) {
  .custom-list-width-50 .gel-list .item-list {
    width: 49%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.gel-mailchimp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px var(--g5-color-border-input);
}
.gel-mailchimp .form-email {
  color: var(--g5-color-text-main);
  font-size: 12px;
  padding: 0;
  width: 100%;
  border: none;
}
.gel-mailchimp .mailchimp-subscibe {
  color: var(--g5-color-accent);
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 10px;
}
.gel-mailchimp .mailchimp-subscibe:after {
  content: "\f1d8";
  font-size: 16px;
  font-family: var(--g5-font-icon);
}

.mailchimp-heading {
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 26px;
}

.custom-mailchimp-dark .mc4wp-form {
  width: 100%;
}
.custom-mailchimp-dark .mailchimp-heading {
  color: var(--g5-color-accent-foreground);
  font-size: 16px;
}
.custom-mailchimp-dark .gel-mailchimp {
  border-bottom-color: #525151;
}
.custom-mailchimp-dark .gel-mailchimp .mailchimp-subscibe {
  color: var(--g5-color-accent-foreground);
}
.custom-mailchimp-dark .gel-mailchimp .mailchimp-subscibe:hover {
  color: var(--g5-color-text-main);
}

@media (min-width: 991px) {
  .custom-mailchimp-dark .wpb_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .custom-mailchimp-dark .mailchimp-heading {
    margin-right: 30px;
  }
}
.custom-mailchimp-01 .gel-mailchimp, .custom-mailchimp-02 .gel-mailchimp {
  border-bottom: none;
  position: relative;
}
.custom-mailchimp-01 .gel-mailchimp .form-email, .custom-mailchimp-02 .gel-mailchimp .form-email {
  font-size: 14px;
  min-height: 70px;
  background-color: var(--g5-color-background-body);
  border: 1px solid var(--g5-color-border-input);
  padding-left: 30px;
}
.custom-mailchimp-01 .gel-mailchimp .mailchimp-subscibe, .custom-mailchimp-02 .gel-mailchimp .mailchimp-subscibe {
  position: absolute;
  right: 30px;
  padding: 0;
}
.custom-mailchimp-01 .gel-mailchimp .mailchimp-subscibe:after, .custom-mailchimp-02 .gel-mailchimp .mailchimp-subscibe:after {
  font-size: 24px;
}

.custom-mailchimp-02 {
  text-align: center;
}
.custom-mailchimp-02 .gel-mailchimp .form-email {
  border-radius: 35px;
}
.custom-mailchimp-02 .mailchimp-heading {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 48px;
}
.custom-mailchimp-02 .btn.btn-link {
  font-size: 36px;
  text-transform: none;
  line-height: 40px;
  padding-bottom: 3px;
}
.custom-mailchimp-02 .btn.btn-link:after {
  width: 100%;
}

.custom-social-icons-extra-small .list-si {
  font-size: 0.75rem;
}

div.gel-social-icons .list-si li + li {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .text-center-md > ul.list-si {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .text-center-sm > ul.list-si {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gel-heading-title {
  font-size: 36px;
  margin-bottom: 0;
}
.gel-heading-title mark {
  font-weight: 600;
  color: var(--g5-color-accent);
  padding: 0;
}

.gel-heading-separate {
  width: 60px;
  height: 2px;
  margin-top: 11px;
  background-color: var(--g5-color-accent);
}

.gel-heading-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--g5-color-heading);
  text-transform: uppercase;
}

.gel-heading-description {
  margin-bottom: 0;
  margin-top: 16px;
}

.gel-heading.has-line-separator .gel-heading-description {
  padding-top: 12px;
}

.custom-heading-01 .gel-heading-subtitle,
.custom-heading-01 .gel-heading-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.custom-heading-01 .gel-heading-subtitle {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
}
.custom-heading-01 .gel-heading-separate {
  height: 4px;
}

.custom-heading-02.gel-heading {
  position: relative;
}
.custom-heading-02.gel-heading:before, .custom-heading-02.gel-heading:after {
  content: "";
  width: 235px;
  height: 32px;
  border: 2px solid var(--g5-color-heading);
  display: inline-block;
}
.custom-heading-02.gel-heading:before {
  border-bottom-color: transparent !important;
}
.custom-heading-02.gel-heading:after {
  position: relative;
  top: 6px;
  border-top-color: transparent !important;
}
.custom-heading-02 .gel-heading-title {
  font-size: 48px;
}
.custom-heading-02 .gel-heading-title:before, .custom-heading-02 .gel-heading-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 118px;
  border-left-width: 4px;
  border-left-style: solid;
  height: 32px;
  z-index: 1;
  border-color: var(--g5-color-accent);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custom-heading-02 .gel-heading-title:before {
  border-top-width: 4px;
  border-top-style: solid;
}
.custom-heading-02 .gel-heading-title:after {
  top: auto;
  bottom: 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.custom-heading-02 .gel-heading-title mark {
  font-weight: 300;
  color: var(--g5-color-heading);
}
.custom-heading-02.text-right .gel-heading-title:before,
.custom-heading-02.text-right .gel-heading-title:after {
  right: 0;
  left: auto;
}
.custom-heading-02.text-left .gel-heading-title:before,
.custom-heading-02.text-left .gel-heading-title:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.custom-heading-03 .gel-heading-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.custom-heading-03 .gel-heading-separate {
  width: 200px;
  margin-top: 24px;
}

.custom-heading-04.gel-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-heading-04.gel-heading.has-line-separator .gel-heading-description {
  padding-top: 0;
}
.custom-heading-04 .gel-heading-title {
  font-size: 34px;
  order: 3;
}
.custom-heading-04 .gel-heading-subtitle {
  order: 2;
}
.custom-heading-04 .gel-heading-separate {
  width: 140px;
  margin-top: 0;
  margin-bottom: 22px;
}
.custom-heading-04 .gel-heading-description {
  order: 4;
}

.custom-heading-05 .gel-heading-title {
  font-size: 48px;
  letter-spacing: -0.025em;
  font-weight: 300;
}
.custom-heading-05 .gel-heading-title mark {
  position: relative;
}
.custom-heading-05 .gel-heading-title mark:before {
  position: absolute;
  content: "";
  right: -10px;
  height: 8px;
  width: 8px;
  bottom: 24%;
  background-color: var(--g5-color-heading);
  border-radius: 8px;
}

.custom-heading-06 {
  position: relative;
}
.custom-heading-06 .gel-heading-separate {
  width: 80px;
  height: 4px;
  margin-top: 32px;
}
.custom-heading-06.text-left .gel-heading-title {
  padding-left: 40px;
}
.custom-heading-06.text-right .gel-heading-title {
  padding-right: 40px;
}
.custom-heading-06.text-right .gel-heading-separate {
  right: 0;
}
.custom-heading-06 .gel-heading-title {
  line-height: 1;
  font-size: 48px;
}
.custom-heading-06 .gel-heading-title mark {
  font-weight: 300;
  color: var(--g5-color-heading);
}
.custom-heading-06.text-left .gel-heading-separate, .custom-heading-06.text-right .gel-heading-separate {
  position: absolute;
  top: 0;
  width: 4px;
  height: 80px;
  margin-top: 6px;
}

.custom-heading-07 .gel-heading-title {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.8;
}
.custom-heading-07 .gel-heading-separate {
  margin-top: 36px;
  background-color: var(--g5-color-heading);
  width: 140px;
  height: 4px;
}

@media (max-width: 991px) {
  .text-center-md.gel-heading .gel-heading-separate {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .custom-heading-left--100,
  .custom-heading-right--100 {
    position: relative;
    z-index: 2;
  }
  .custom-heading-left--100 {
    left: -100px;
  }
  .custom-heading-right--100 {
    right: -100px;
  }
}
.gel-icon-box .title {
  font-size: 18px;
  margin-bottom: 8px;
}

.gel-icon-box-style-04 .icon,
.gel-icon-box-style-05 .icon {
  -ms-flex: 0 0 5.4rem;
  flex: 0 0 5.4rem;
}

.gel-icon-box-size-lg i {
  font-size: 2.8rem;
}

.gel-icon-box a:not(.btn):hover {
  color: var(--g5-color-accent);
}

.wpcf7-form {
  padding: 14px;
}
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #bababa;
  line-height: 1.5;
}
.wpcf7-form .wpcf7-textarea {
  height: 66px;
}
.wpcf7-form .btn-sumbit {
  text-align: center;
}

.gel-countdown {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gel-countdown-text {
  font-weight: 500;
  text-transform: uppercase;
}

.gel-countdown .gel-countdown-section + .gel-countdown-section {
  margin-left: 11px;
}

.gel-countdown-value {
  width: auto;
  font-size: 54px;
  font-weight: 500;
  color: var(--g5-color-heading);
}

.gel-countdown-style-01 .gel-countdown-section {
  min-width: 100px;
  border: 1px solid var(--g5-color-border);
  padding: 17px 16px;
  background-color: #fff;
}
.gel-countdown-style-01 .gel-countdown-value {
  margin-bottom: 5px;
}

.gel-countdown-style-02 .gel-countdown-value {
  padding: 17px 16px;
  width: auto;
  margin-bottom: 15px;
}
.gel-countdown-style-02 .gel-countdown-text {
  color: var(--g5-color-text-main);
}

.custom-countdown.gel-countdown-style-02 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-countdown.gel-countdown-style-02 .gel-countdown-value {
  width: 2.1em;
  margin-bottom: 1px;
  font-size: 82px;
  font-weight: 300;
  color: #fff;
  padding: 35px 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-countdown.gel-countdown-style-02 .gel-countdown-section {
  border: 1px solid transparent;
}
.custom-countdown.gel-countdown-style-02 .gel-countdown-section + .gel-countdown-section {
  margin-left: 0;
}
.custom-countdown.gel-countdown-style-02 .gel-countdown-text {
  color: #fff;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1200px) {
  .custom-countdown.gel-countdown-style-02 .gel-countdown-section:nth-child(3),
  .custom-countdown.gel-countdown-style-02 .gel-countdown-section:nth-child(4) {
    position: relative;
    right: -173px;
  }
}
@media (max-width: 991px) {
  .custom-countdown.gel-countdown-style-02 {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-countdown.gel-countdown-style-02 .gel-countdown-value {
    width: 100%;
  }
}
.gel-client-logo {
  height: 76px;
}

.gel-pricing-line {
  border-color: var(--g5-color-border);
}
.gel-pricing-line .pricing-price {
  margin-bottom: 0 !important;
}
.gel-pricing-line .pricing-features:before {
  content: "";
  height: 1px;
  margin: 2.5rem -1.5rem;
  display: block;
  background-color: var(--g5-color-border);
  top: 0;
  right: 0;
  left: 0;
}

.gel-pricing-flag:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid #f03b42;
  border-left: 10px solid #f03b42;
  border-bottom: 10px solid transparent;
  border-top: 25px solid #f03b42;
  position: absolute;
  top: 0;
  right: 20px;
}

.pricing-button {
  margin-top: 2rem;
}

.gel-pricing .price h2 {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.gel-pricing-style-1 .pricing-image, .gel-pricing-style-2 .pricing-image, .gel-pricing-style-3 .pricing-image {
  margin-bottom: 2.5rem;
}
.gel-pricing-style-1 .pricing-price-number, .gel-pricing-style-1 .pricing-price-currency, .gel-pricing-style-2 .pricing-price-number, .gel-pricing-style-2 .pricing-price-currency, .gel-pricing-style-3 .pricing-price-number, .gel-pricing-style-3 .pricing-price-currency {
  font-size: 2.5rem;
  color: var(--g5-color-dark);
}
.gel-pricing-style-1 .pricing-name, .gel-pricing-style-2 .pricing-name, .gel-pricing-style-3 .pricing-name {
  font-size: 0.75rem;
  color: var(--g5-color-accent);
}
.gel-pricing-style-1 .pricing-price, .gel-pricing-style-2 .pricing-price, .gel-pricing-style-3 .pricing-price {
  margin-top: 1rem;
}

.gel-pricing-style-1 {
  padding: 2.75rem 1.5rem 3.125rem;
}
.gel-pricing-style-1 .pricing-price {
  margin-bottom: 2.25rem;
}
.gel-pricing-style-1 .pricing-image {
  margin-top: 0.25rem;
}

.gel-pricing-style-2 {
  padding: 2.75rem 1.5rem;
}
.gel-pricing-style-2 .pricing-image {
  margin-top: 0.25rem;
}

.gel-pricing-style-3 {
  padding: 1rem 1.25rem 2.5rem;
}
.gel-pricing-style-3 .pricing-desc {
  margin-bottom: 0.5rem;
}
.gel-pricing-style-3 .pricing-image {
  margin-top: 1rem;
}
.gel-pricing-style-3 .pricing-price {
  margin-top: 1.75rem;
}
.gel-pricing-style-3 .pricing-name {
  font-size: 1.625rem;
  color: var(--g5-color-dark);
  font-weight: 700;
}
.gel-pricing-style-3 .pricing-button .btn {
  border-radius: 3px;
}

.gel-pricing-style-4 {
  padding: 1.75rem 1.25rem;
}
.gel-pricing-style-4 .pricing-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.gel-pricing-style-4 .pricing-price-duration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gel-pricing-style-4 .pricing-image {
  margin-bottom: 1.25rem;
}
.gel-pricing-style-4 .pricing-price {
  margin-bottom: 0.75rem;
}

.gel-pricing-style-5 .pricing-price {
  margin-bottom: 1rem;
}
.gel-pricing-style-5 .pricing-price-number, .gel-pricing-style-5 .pricing-price-currency {
  font-size: 2.5rem;
  color: var(--g5-color-dark);
}

.gel-testimonial-name {
  font-size: 14px;
  color: var(--g5-color-accent);
}

.gel-testimonial-bio {
  font-size: 32px;
  font-weight: 500;
  color: var(--g5-color-heading);
  line-height: 1.3;
}

.img-size-md .author-avatar img {
  width: 98px;
  height: 98px;
}

.testimonial-style-02 .testi-quote {
  padding-bottom: 51px;
}
.testimonial-style-02 .author-avatar {
  margin-bottom: 15px;
}

.white-text-color .gel-testimonial-bio {
  color: inherit;
}
.white-text-color .gel-testimonial-name {
  color: inherit;
}
.white-text-color .slick-dots li.slick-active,
.white-text-color .slick-dots li:hover {
  color: inherit;
}

.gel-testimonial .content-quote:after,
.gel-testimonial .content-quote:before {
  font-size: 1rem;
}

.gel-video-sm .view-video {
  width: 36px;
  height: 36px;
}

.gel-video-md .view-video {
  width: 50px;
  height: 50px;
}

.gel-video-lg .view-video {
  width: 70px;
  height: 70px;
}

.gel-video-text {
  letter-spacing: 0.06em;
  font-size: 14px;
  color: var(--g5-color-heading);
}

.g5element__product_category .gel-product-cate-bg {
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
  width: 100%;
}
.g5element__product_category .gel-cate-title {
  font-size: 54px;
  color: var(--g5-color-accent);
  line-height: 51px;
  margin-bottom: 0;
}
.g5element__product_category .gel-title-category {
  font-size: 54px;
  font-weight: 300;
  line-height: 51px;
  color: var(--g5-color-heading);
}
.g5element__product_category .pro-cate-info {
  padding: 30px;
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  background-color: rgba(255, 255, 255, 0.9);
}
.g5element__product_category .g5shop__product-info .price {
  font-size: 14px;
  font-weight: 600;
}
.g5element__product_category .g5shop__product-info .price ins {
  font-size: 16px;
  color: var(--g5-color-accent);
  padding-left: 5px;
  text-decoration: none;
}
.g5element__product_category .g5shop__loop-product-title {
  position: relative;
  z-index: 2;
}
.g5element__product_category .g5core__entry-thumbnail:after {
  background-color: transparent;
}
.g5element__product_category .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.g5element__product_category .item {
  border: solid 1px #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: none;
}
.g5element__product_category .item .item-content-inner {
  display: -ms-flexbox;
  display: flex;
}
.g5element__product_category .item .g5shop__product-item-inner {
  flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.g5element__product_category .item-1 .g5shop__product-item-inner, .g5element__product_category .item-2 .g5shop__product-item-inner {
  -ms-flex-direction: column;
  flex-direction: column;
}
.g5element__product_category .item-5 .g5shop__product-item-inner {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.g5element__product_category .g5shop__product-featured {
  flex-basis: 40%;
  width: 60%;
}
.g5element__product_category .item-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.g5element__product_category .item-content-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g5element__product_category .star-rating {
  float: none;
  margin: auto;
}

@media (min-width: 1200px) {
  .g5element__product_category .item-2 {
    border-left: none;
  }
  .g5element__product_category.product_category-style-02 .box-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .g5element__product_category.product_category-style-02 .box-02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .g5element__product_category.product_category-style-03 .box-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .g5element__product_category .item-content {
    position: absolute;
    top: 0;
    left: 0;
  }
  .g5element__product_category.product_category-style-01 .item-4, .g5element__product_category.product_category-style-01 .item-5, .g5element__product_category.product_category-style-03 .item-4, .g5element__product_category.product_category-style-03 .item-5 {
    border-left: none;
  }
}
@media (max-width: 425px) {
  .g5element__product_category .gel-heading-title, .g5element__product_category .gel-heading-subtitle {
    font-size: 35px;
    line-height: 1;
  }
}
.g5element__product_categories .woocommerce-loop-category__title {
  font-size: 21px;
}
.g5element__product_categories .slick-arrows + .slick-dots {
  margin-top: 13px;
}

.product-categories-border-20 .g5shop__product-cat-featured .g5core__entry-thumbnail {
  border: 20px solid var(--g5-color-background-body);
}

.custom-slider-product .g5shop__post-skin-classic .g5shop__product-featured {
  border: 20px solid #fff;
  position: relative;
}
.custom-slider-product .slick-slide > div {
  padding: 0 10px;
}
.custom-slider-product .g5shop__post-skin-classic .g5core__post-item-inner {
  background: transparent;
  padding-top: 0;
}
.custom-slider-product .g5shop__post-skin-classic .g5core__post-item-inner:hover {
  background: transparent;
}
.custom-slider-product .g5shop__post-skin-classic .g5core__post-featured {
  margin: 0;
}
.custom-slider-product .g5shop__post-skin-classic .g5shop__product-info {
  margin-top: 10px;
  padding: 0;
}

@media (max-width: 1200px) {
  .custom-slider-opacity .slick-list {
    padding: 0 15px !important;
  }
}
@media (min-width: 1700px) {
  div.custom-slider-product .slick-slide > div {
    padding: 0 65px;
  }
}
@media (min-width: 1200px) {
  .custom-slider-product {
    position: absolute;
    top: 60px;
    z-index: 1;
  }
  .custom-slider-product .g5core__post-featured.g5shop__product-featured:before,
  .custom-slider-product div.g5element__product_single .g5shop__product-thumbnail:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130px;
    height: 40px;
    left: 50%;
    -webkit-box-shadow: 0px 17px 20px -14px #111;
    box-shadow: 0px 17px 20px -14px #111;
  }
  .custom-slider-product .g5element__products-slider .slick-prev {
    left: 19%;
  }
  .custom-slider-product .g5element__products-slider .slick-next {
    right: 19%;
  }
  .custom-slider-opacity .slick-slide:not(.slick-active) {
    opacity: 0.2;
    position: relative;
  }
  .custom-slider-opacity .slick-slide:not(.slick-active):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .custom-slider-opacity .slick-arrow.slick-prev {
    left: 14%;
  }
  .custom-slider-opacity .slick-arrow.slick-next {
    right: 14%;
  }
}
.gel-map-marker-title {
  font-size: 20px;
  color: var(--g5-color-accent);
}

.gel-map-marker-description {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: var(--g5-color-text-main);
}

div.g5element__product-singular .g5shop__loop-product-title {
  font-size: 36px;
  line-height: 46px;
}
div.g5element__product-singular .price {
  line-height: 1;
  margin-top: 7px;
}
div.g5element__product-singular .star-rating {
  margin-top: 12px;
}
div.g5element__product-singular ins {
  font-size: 26px;
}
div.g5element__product-singular .g5shop__loop-product_excerpt {
  margin-top: 55px;
  margin-bottom: 50px;
}

.product-of-year-image.wpb_single_image .vc_single_image-wrapper {
  border: 20px solid #fff;
}

.product-of-year-sticker {
  right: 0;
  position: absolute;
  bottom: -85px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .product-of-year-image.wpb_single_image {
    position: relative;
  }
  .product-of-year-image.wpb_single_image .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
  }
}
div.product-of-year {
  background-position: bottom !important;
}
div.product-of-year:hover .product-of-year-sticker img {
  -webkit-animation: img-zoom 600ms ease-in-out 0ms;
  animation: img-zoom 600ms ease-in-out 0ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes img-zoom {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.g5element__gallery-slider .slick-prev {
  left: -72px;
}
.g5element__gallery-slider .slick-next {
  right: -72px;
}
.g5element__gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g5element__gallery-slider .slick-arrow i {
  font-size: 55px;
  font-weight: 200;
}

.gel-image-box .title {
  font-size: 18px;
  margin-bottom: 18px;
}

.gel-image-box .description {
  font-size: 13px;
}

.gel-image-box.img-size-md .image {
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  height: 85px;
}

.gel-image-box-style-01 .image,
.gel-image-box-style-02 .image,
.gel-image-box-style-03 .image {
  margin-bottom: 30px;
}

.custom-image-box .image img {
  -webkit-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.05);
}
.custom-image-box.gel-image-box-style-01 .image, .custom-image-box.gel-image-box-style-02 .image, .custom-image-box.gel-image-box-style-03 .image {
  margin-bottom: 14px;
}
.custom-image-box.gel-image-box .title {
  font-size: 16px;
}

.toggle-icon {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.toggle-icon > span {
  bottom: 0;
  display: block;
  height: 2px;
  left: 2px;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}

.toggle-icon > span:after,
.toggle-icon > span:before {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: currentColor;
}

.toggle-icon > span:before {
  top: 8px;
}

.toggle-icon > span:after {
  top: -8px;
}

.toggle-icon:hover {
  color: #e4573d;
}

.toggle-icon.in > span {
  background-color: transparent !important;
}

.toggle-icon.in > span:after,
.toggle-icon.in > span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
}

.toggle-icon.in > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-icon.in > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.vc-col-no-pt > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .lg-col-mt-0 .vc_column-inner {
    margin-top: 0 !important;
  }
  .lg-col-pd-left-15 .vc_column-inner {
    padding-left: 15px !important;
  }
  .lg-pd-left-0 {
    padding-left: 0 !important;
  }
  .lg-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lg-col-pd-left-right-15 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .gel-vc-no-pd-md .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .text-center-sm .gel-layout-section {
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 499px) {
  .custom-col-xs-12 .vc_column_container {
    width: 100%;
  }
}
.custom-col-pd-30 .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 1200px) {
  .custom-col-pd-30 .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.ube-heading-title {
  font-size: 36px;
}
.ube-heading-title mark {
  font-weight: 600;
  color: var(--g5-color-accent);
  padding: 0;
  display: inline-block;
}

.ube-heading-divider {
  width: 60px;
  height: 2px;
  margin-top: 11px;
}

.ube-heading-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--g5-color-heading);
  text-transform: uppercase;
}

.ube-heading-description {
  margin-top: 27px;
  font-size: 16px;
}

.ube-heading .ube-heading-title {
  margin-top: 0;
}

.custom-ube-heading-01 .ube-heading {
  position: relative;
}
.custom-ube-heading-01 .ube-heading:before, .custom-ube-heading-01 .ube-heading:after {
  content: "";
  width: 235px;
  height: 32px;
  border: 2px solid var(--g5-color-heading);
  display: inline-block;
}
.custom-ube-heading-01 .ube-heading:before {
  border-bottom-color: transparent !important;
}
.custom-ube-heading-01 .ube-heading:after {
  position: relative;
  top: 6px;
  border-top-color: transparent !important;
}
.custom-ube-heading-01 .ube-heading-title {
  font-size: 48px;
}
.custom-ube-heading-01 .ube-heading-title:before, .custom-ube-heading-01 .ube-heading-title:after {
  content: "";
  position: absolute;
  top: 0;
  width: 118px;
  border-left-width: 4px;
  border-left-style: solid;
  height: 32px;
  z-index: 1;
  border-color: var(--g5-color-accent);
  left: 0;
}
.custom-ube-heading-01 .ube-heading-title:before {
  border-top-width: 4px;
  border-top-style: solid;
}
.custom-ube-heading-01 .ube-heading-title:after {
  top: auto;
  bottom: 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.custom-ube-heading-01 .ube-heading-title mark {
  font-weight: 300;
  color: var(--g5-color-heading);
}

.custom-ube-heading-02 {
  position: relative;
}
.custom-ube-heading-02 .ube-heading-divider {
  position: absolute;
  top: 0;
  width: 4px;
  height: 80px;
  margin-top: 6px;
}
.custom-ube-heading-02 .ube-heading-title {
  line-height: 1;
  font-size: 48px;
}
.custom-ube-heading-02 .ube-heading-title mark {
  font-weight: 300;
  color: var(--g5-color-heading);
}
.custom-ube-heading-02 .ube-heading-title,
.custom-ube-heading-02 .ube-heading-description,
.custom-ube-heading-02 .ube-heading-sub-title {
  padding-left: 40px;
}

.elementor-align-center.custom-ube-heading-01 .ube-heading-title:before,
.elementor-align-center.custom-ube-heading-01 .ube-heading-title:after {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.elementor-align-center.custom-ube-heading-02 .ube-heading-divider {
  position: static;
  width: 80px;
  height: 4px;
  margin-top: 32px;
}
.elementor-align-center.custom-ube-heading-02 .ube-heading-title,
.elementor-align-center.custom-ube-heading-02 .ube-heading-description,
.elementor-align-center.custom-ube-heading-02 .ube-heading-sub-title {
  padding: 0;
}

.elementor-align-right.custom-ube-heading-01 .ube-heading-title:before,
.elementor-align-right.custom-ube-heading-01 .ube-heading-title:after {
  right: 0;
  left: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.elementor-align-right.custom-ube-heading-02 .ube-heading-title,
.elementor-align-right.custom-ube-heading-02 .ube-heading-description,
.elementor-align-right.custom-ube-heading-02 .ube-heading-sub-title {
  padding-right: 40px;
  padding-left: 0;
}
.elementor-align-right.custom-ube-heading-02 .ube-heading-divider {
  right: 0;
}

.ube-countdown .card-title {
  font-size: 46px;
  color: var(--g5-color-heading);
  margin-bottom: 3px;
}
.ube-countdown .card-text {
  font-size: 14px;
  font-weight: 500;
}
.ube-countdown.ube-countdown-background .card {
  background-color: #fff;
  padding: 18px 22.5px;
  border-radius: 0;
}

.ube-testimonial {
  --ube-testimonial-author-width: 100px;
  --ube-testimonial-author-height: 100px;
}

.ube-testimonial-client-say {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--g5-color-heading);
}

.ube-testimonial-author-name {
  color: var(--g5-color-accent);
  font-size: 14px;
  font-weight: 500;
}

.ube-testimonial-is-quote .ube-testimonial-client-say {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.ube-testimonial-layout-01 .ube-testimonial-content,
.ube-testimonial-layout-02 .ube-testimonial-info,
.ube-testimonial-layout-03 .ube-testimonial-avatar,
.ube-testimonial-layout-06 .ube-testimonial-avatar {
  margin-bottom: 50px;
}

.ube-testimonial-layout-01 .ube-testimonial-author-name,
.ube-testimonial-layout-02 .ube-testimonial-author-name,
.ube-testimonial-layout-03 .ube-testimonial-author-name,
.ube-testimonial-layout-06 .ube-testimonial-author-name {
  margin-top: 12px;
}

.ube-icon-box-wrapper {
  --ube-ib-spacing: 35px;
  --ube-ib-color: var(--e-global-color-accent);
  --ube-ib-color-foreground: var(--e-global-color-accent-foreground);
}

.ube-ib-title {
  font-size: 18px;
  line-height: 1.33;
}

.ube-ib-desc {
  margin-top: 7px;
}

.ube-map-box .mapboxgl-popup-content {
  max-width: 395px;
  width: 100%;
  height: 180px;
  padding: 25px;
}
.ube-map-box .mapboxgl-popup-content > .card {
  flex-direction: row;
  width: 100%;
}
.ube-map-box .mapboxgl-popup-content img {
  width: 140px;
  height: 130px;
  margin-right: 15px;
  margin-bottom: 0;
}
.ube-map-box .mapboxgl-popup-content .card-title {
  font-size: 20px;
  color: var(--g5-color-accent);
  margin-bottom: 10px;
}
.ube-map-box .mapboxgl-popup-content .card-text {
  color: #727272;
}

.ube-banner-content {
  color: var(--g5-color-heading);
}

.ube-banner-title {
  font-size: 40px;
  font-weight: 400;
}

.ube-banner-btn.btn-link {
  color: inherit;
}

.ube-banner-layout-01 .ube-banner-btn {
  margin-top: 15px;
}
.ube-banner-layout-01 .ube-banner-title {
  line-height: 1;
}
.ube-banner-layout-01 .ube-banner-content {
  padding: 60px;
}

.ube-banner-effect-img-zoom-in:hover .ube-banner-image .ube-banner-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.ube-list-icon .list-icon-item {
  color: var(--g5-color-gray);
}
.ube-list-icon .ube-list-icon-icon {
  color: var(--g5-color-accent);
  padding-right: 10px;
}
.ube-list-icon.list-unstyled .list-icon-item:not(:last-child) {
  padding-bottom: 5px;
}
.ube-list-icon.list-unstyled .list-icon-item:not(:first-child) {
  margin-top: 5px;
}

.custom-el-list-hover .list-icon-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-el-list-hover .list-icon-item:hover {
  color: var(--g5-color-heading);
  padding-left: 15px;
}
.custom-el-list-hover .list-icon-item:hover .ube-list-icon-icon {
  color: var(--g5-color-accent);
}

.ube-breadcrumbs a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ube-breadcrumbs a:hover, .ube-breadcrumbs .active {
  color: var(--g5-color-dark);
}
.ube-breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.ube-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 10px;
  font-size: inherit;
}
.ube-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: "\f101";
  font-family: var(--g5-font-icon);
}

.elementor-widget-ube-breadcrumbs .breadcrumb-icon {
  color: var(--g5-color-accent);
  font-size: 1em;
}

.elementor-widget-wp-widget-search .search-form {
  width: 370px;
  max-width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.elementor-widget-wp-widget-search .search-form .search-field {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  border: 2px solid #615b5a;
  font-size: 12px;
  color: #fff;
  width: 100%;
}
.elementor-widget-wp-widget-search .search-form .search-submit {
  position: absolute;
  right: 20px;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  line-height: 50px;
  padding: 0;
}
.elementor-widget-wp-widget-search .search-form .search-submit:before {
  content: "\f002";
  font-family: var(--g5-font-icon);
  font-size: 14px;
}

.ube-contact-form .ajax-loader {
  margin-left: 10px;
  margin-right: 0;
}
.ube-contact-form .wpcf7-submit {
  margin-left: 34px;
}

@media (min-width: 1025px) {
  .custom-elementor-wrap-100 .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-elementor-wrap-100 .elementor-column {
    width: 100% !important;
  }
  .custom-elementor-wrap-33 .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-elementor-wrap-33 .elementor-column {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  body.admin-bar .elementor-section.elementor-section-height-full {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 1024px) {
  .el-order-lg-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .el-order-lg-02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .el-order-lg-03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site layout style
--------------------------------------------------------------*/
#site-wrapper {
  background-color: var(--g5-color-background-body);
}

#primary-content {
  padding: var(--g5-content-padding-top) 0 var(--g5-content-padding-bottom) 0;
}

#sidebar {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 85px;
}
#sidebar.order-lg-first {
  padding-right: 85px;
  padding-left: 15px;
}

body:not(.has-sidebar) #main-content {
  margin-left: auto;
  margin-right: auto;
}

body.has-sidebar #main-content {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

body.single-post.no-sidebar #main-content {
  -ms-flex: 0 0 800px;
  flex: 0 0 800px;
  max-width: 800px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  body.single-post.no-sidebar #main-content {
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  #main-content {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  body.g5core__stretched_content #sidebar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.g5core__stretched_content.has-sidebar #main-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .g5core__el-width-stretched.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  min-height: var(--g5-header-height);
  background-color: var(--g5-header-bg-color);
  color: var(--g5-header-text-color);
}
.site-header .site-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header .site-navigation .site-menu {
  -ms-flex-item-align: center;
  align-self: center;
}
.site-header .site-navigation + .search-form-wrapper {
  margin-left: 1.5rem;
}
.site-header .toggle-icon:hover {
  color: var(--g5-header-text-hover-color);
}
.site-header .search-form-wrapper {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
}
.site-header .search-form-wrapper > span {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
.site-header .search-form-wrapper > span:hover {
  color: var(--g5-header-text-hover-color);
}
.site-header .search-form-wrapper .search-form {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  z-index: 1099;
  background-color: #fff;
  border: solid 1px var(--g5-color-border);
}
.site-header .search-form-wrapper .search-form input {
  width: 210px;
  border: none;
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0 20px;
}
.site-header .search-form-wrapper .search-form button {
  display: none;
}
.site-header .menu-toggle-button {
  display: none;
  position: absolute;
  top: calc((var(--g5-header-mobile-height) - 30px) * 0.5);
  left: 0;
}

.site-header-content {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-horizontal > .menu-item {
  display: -ms-flexbox;
  display: flex;
}
.menu-horizontal > .menu-item + .menu-item {
  margin-left: var(--g5-menu-spacing);
}
.menu-horizontal > .menu-item > .sub-menu {
  top: 100%;
  left: 0;
}
.menu-horizontal > .menu-item > a {
  display: block;
  font-family: var(--g5-font-menu);
  font-weight: var(--g5-menu-font-weight);
  font-size: var(--g5-menu-font-size);
  line-height: var(--g5-menu-line-height);
  padding: calc((var(--g5-header-height) - var(--g5-menu-line-height)) * 0.5) 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: width 0.3s, padding 0.5s;
  transition: width 0.3s, padding 0.5s;
  letter-spacing: var(--g5-menu-letter-spacing);
  text-transform: var(--g5-menu-text-transform);
  font-style: var(--g5-menu-font-style);
}
.menu-horizontal > .menu-item > a:focus {
  outline: none;
}
.menu-horizontal > .menu-item > a:hover {
  color: var(--g5-header-text-hover-color);
}
.menu-horizontal > .menu-item.menu-current > a, .menu-horizontal > .menu-item.current-menu-parent > a, .menu-horizontal > .menu-item.current-menu-ancestor > a, .menu-horizontal > .menu-item.current-menu-item > a {
  color: var(--g5-header-text-hover-color);
}
.menu-horizontal .menu-item {
  position: relative;
}
.menu-horizontal .menu-item.x-active > .sub-menu, .menu-horizontal .menu-item:hover > .sub-menu {
  display: block;
}
.menu-horizontal .menu-item-has-children > a .caret {
  margin-left: 0.5rem;
  line-height: 1;
}
.menu-horizontal .menu-item-has-children > a .caret:before {
  content: "\f107";
  font-family: var(--g5-font-icon);
}
.menu-horizontal .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 230px;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  background-color: var(--g5-submenu-bg-color);
  color: var(--g5-submenu-text-color);
  z-index: 1099;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  font-family: var(--g5-submenu-font);
}
.menu-horizontal .sub-menu .menu-item > a {
  display: block;
  padding: 7px 15px 7px 30px;
  font-family: var(--g5-submenu-font);
  font-size: var(--g5-submenu-font-size);
  line-height: var(--g5-submenu-line-height);
  font-style: var(--g5-submenu-font-style);
  font-weight: var(--g5-submenu-font-weight);
  text-transform: var(--g5-submenu-text-transform);
  position: relative;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-horizontal .sub-menu .menu-item:hover > a {
  background-color: var(--g5-submenu-bg-hover-color);
  color: var(--g5-submenu-text-hover-color);
}
.menu-horizontal .sub-menu .menu-item.menu-current > a, .menu-horizontal .sub-menu .menu-item.current-menu-parent > a, .menu-horizontal .sub-menu .menu-item.current-menu-ancestor > a, .menu-horizontal .sub-menu .menu-item.current-menu-item > a {
  background-color: var(--g5-submenu-bg-hover-color);
  color: var(--g5-submenu-text-hover-color);
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret {
  float: right;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret:before {
  content: "\f105";
}

.site-branding {
  padding: 8px 2rem 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: var(--g5-header-height);
}
.site-branding .site-description {
  display: none;
  margin: 0;
}
.site-branding.has-logo .site-title, .site-branding.has-logo .site-branding-text {
  display: none;
}
.site-branding .custom-logo-link img {
  display: block;
  max-height: calc(var(--g5-header-height) - 16px);
  width: auto;
}

.site-branding-text .site-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-branding-text .site-title a {
  color: inherit;
}

@media only screen and (max-width: 991px) {
  .site-header {
    min-height: var(--g5-header-mobile-height);
  }
  .site-header .menu-toggle-button {
    display: -ms-flexbox;
    display: flex;
  }
  .site-branding {
    margin: auto;
    padding: 8px 0;
    height: var(--g5-header-mobile-height);
  }
  .site-header .site-navigation {
    display: none;
    width: 100%;
    border-top: solid 1px var(--g5-color-border);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .site-header .search-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: calc((var(--g5-header-mobile-height) - 20px) * 0.5) 0;
  }
  .site-menu {
    margin: 0.5rem 0;
  }
  .site-menu .menu-horizontal {
    display: block;
  }
  .site-menu .menu-horizontal .menu-item {
    display: block;
  }
  .site-menu .menu-horizontal .menu-item + .menu-item {
    margin-left: 0;
  }
  .site-menu .menu-horizontal .menu-item > a {
    padding: 0.625rem 0;
    font-size: var(--g5-menu-mobile-font-size);
  }
  .site-menu .menu-horizontal .menu-item:hover .sub-menu {
    display: none;
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.625rem 0.75rem;
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret:before {
    content: "\f105";
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret.in:before {
    content: "\f107";
  }
  .site-menu .menu-horizontal .sub-menu {
    position: static;
    border: none;
    padding: 0 0 0 1.5rem;
    box-shadow: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item {
    border-bottom: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item > a {
    text-transform: none;
    padding: 0.5rem 0;
    font-size: var(--g5-menu-mobile-font-size);
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3rem 0;
  background-color: #222;
  color: #bababa;
}

.site-info {
  text-align: center;
}
.site-info .privacy-policy-link + .powered-by:before {
  content: " - ";
}
.site-info a, .site-info span {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.site-info a {
  color: var(--g5-color-accent);
}
.site-info a:hover {
  color: inherit;
}

.gel-copyright-dark {
  font-weight: 500;
  font-size: 0.75rem;
}
.gel-copyright-dark .template-name {
  color: var(--g5-color-accent-foreground);
}
.gel-copyright-dark .template-name:hover {
  color: var(--g5-color-text-main);
}

@media (min-width: 990px) {
  .gel-no-pr-md.vc_column_container > .vc_column-inner {
    padding-right: 0;
  }
}

@media (min-width: 990px) {
  .gel-no-pl-md.vc_column_container > .vc_column-inner {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
## Page title
--------------------------------------------------------------*/
.page-header {
  padding: 100px 0;
  background-color: var(--g5-color-background-page-title);
  background: url("./assets/images/bg-page-title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #bababa;
}

.page-main-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-main-title {
    font-size: 32px;
  }
}

.page-sub-title {
  margin-top: 15px;
}
.page-sub-title p {
  margin: 0;
}

ul.breadcrumbs {
  margin: 14px 0 0 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
ul.breadcrumbs li {
  margin: 0;
}
ul.breadcrumbs li:nth-child(1):before {
  content: "\f015";
  font-family: var(--g5-font-icon);
  font-weight: 700;
  margin-right: 9px;
  color: var(--g5-color-accent);
}
ul.breadcrumbs li.breadcrumb-sep {
  margin: 0 10px;
}
ul.breadcrumbs li.breadcrumb-sep:last-child {
  display: none !important;
}
ul.breadcrumbs li a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
ul.breadcrumbs li a:hover {
  color: #fff;
}
ul.breadcrumbs li.breadcrumb-leaf {
  color: #fff;
}

/*--------------------------------------------------------------
## WP core
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor {
  display: block;
}

.alignnone {
  margin: 0.375rem 1.5rem 1.5rem 0;
}

.aligncenter {
  margin: 1.5rem auto 1.5rem auto;
}

img.aligncenter {
  display: block;
}

.alignright {
  float: right;
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  text-align: center;
}

dl.wp-caption.alignnone {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

dl.wp-caption.alignleft {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

dl.wp-caption.alignright {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: var(--g5-color-gray);
}

.wp-block-separator {
  border-bottom: solid 2px var(--g5-color-border);
  border-top: 0;
}

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Galleries */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

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

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

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

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

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

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 0.75rem 0 0;
  margin-bottom: 0;
}

.slick-dots li.slick-active,
.slick-dots li:hover,
.slick-arrow:active,
.slick-dots li:active,
.slick-arrow:focus,
.slick-dots li:focus {
  color: var(--g5-color-accent);
}

.slick-arrows + .slick-dots {
  margin-top: 28px;
}
.slick-arrows + .slick-dots li {
  color: var(--g5-color-accent);
}
.slick-arrows + .slick-dots li.slick-active span:before {
  content: "\f111";
}
.slick-arrows + .slick-dots li span:before {
  font-size: 14px;
}

.custom-slick-01 .slick-arrows + .slick-dots li {
  color: var(--g5-color-accent-foreground);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.slick-arrow.slick-prev {
  left: -7%;
}
.slick-arrow.slick-next {
  right: -7%;
}
.slick-arrow:active, .slick-arrow:hover {
  color: var(--g5-color-dark);
}
.slick-arrow i {
  font-size: 55px;
  font-weight: 200;
  font-family: "Font Awesome 6 Pro";
}

@media (max-width: 1200px) {
  .slick-arrow {
    display: none !important;
  }
}
.g5blog__listing-wrap .slick-arrows + .slick-dots {
  margin-top: 0;
}

button.mfp-close {
  padding-bottom: 5px;
}

.g5core-back-to-top:focus, .g5core-back-to-top:hover {
  text-decoration: none;
  color: var(--g5-color-accent-foreground);
  background-color: var(--g5-color-accent);
}

.g5core__paging.next-prev > a {
  color: var(--g5-color-caption);
  border-color: var(--g5-color-border);
}
.g5core__paging.next-prev > a:not(.disable):hover {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
  border-color: var(--g5-color-accent);
}

.g5core__cate-filer {
  border: none;
  padding-bottom: 0;
}
.g5core__cate-filer li a:hover,
.g5core__cate-filer li a:active,
.g5core__cate-filer li a.active {
  color: var(--g5-color-heading);
}
.g5core__cate-filer > li > a {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.g5core__cate-filer > li > a:before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  color: var(--g5-color-accent);
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.g5core__cate-filer > li > a:hover:before, .g5core__cate-filer > li > a:active:before {
  width: 100%;
}
.g5core__cate-filer > li.active > a {
  color: var(--g5-color-heading);
}
.g5core__cate-filer > li.active > a:before {
  width: 100%;
}

[data-items-wrapper] .g5core__cate-filer {
  margin-bottom: 63px;
}

.g5core__share-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  letter-spacing: 0.1em;
}

.g5core-page-title-default {
  background-color: var(--g5-color-background-page-title);
  background: url("./assets/images/bg-page-title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #bababa;
  text-align: center;
}
.g5core-page-title-default .page-title-inner {
  padding: 100px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g5core-page-title-default .page-title-content {
  margin: auto;
  width: 100%;
}

.g5core-breadcrumbs {
  margin: 14px 0 0 0;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  width: 100%;
}
.g5core-breadcrumbs li {
  margin: 0;
}
.g5core-breadcrumbs li:hover,
.g5core-breadcrumbs li.breadcrumb-leaf {
  color: #fff;
}
.g5core-breadcrumbs li:nth-child(1):before {
  content: "\f015";
  font-family: var(--g5-font-icon);
  font-weight: 700;
  margin-right: 9px;
  color: var(--g5-color-accent);
}

.g5core__single-breadcrumbs .g5core-breadcrumbs {
  margin: 9px 0 0 0;
}
.g5core__single-breadcrumbs .g5core-breadcrumbs li a:hover,
.g5core__single-breadcrumbs .g5core-breadcrumbs li.breadcrumb-leaf {
  color: var(--g5-color-accent);
}

.menu-horizontal.x-nav-menu > .menu-item + .menu-item {
  margin-left: 35px;
}

.g5core-header-inner {
  min-height: var(--g5-header-height);
}

.g5core-site-branding {
  padding: 0 2rem 0 0;
}
.g5core-site-branding.logo-center {
  padding: 0 2rem;
}

.sticky-area-wrap.sticky .sticky-area .g5core-header-inner {
  min-height: var(--g5-header-sticky-height);
}

.sticky-area-wrap.sticky .sticky-area .menu-horizontal > .menu-item > a {
  padding-top: calc((var(--g5-header-sticky-height) - var(--g5-menu-line-height)) * 0.5);
  padding-bottom: calc((var(--g5-header-sticky-height) - var(--g5-menu-line-height)) * 0.5);
}

.g5core-header-navigation .g5core-header-inner {
  min-height: var(--g5-navigation-height);
}
.g5core-header-navigation .menu-horizontal > .menu-item > a {
  padding-top: calc((var(--g5-navigation-height) - var(--g5-menu-line-height)) * 0.5);
  padding-bottom: calc((var(--g5-navigation-height) - var(--g5-menu-line-height)) * 0.5);
}

body.g5core-is-header-vertical-left.g5core-is-header-vertical-mini {
  padding-left: 155px;
}

.x-mega-sub-menu .gel-heading-title,
.x-mega-sub-menu .ube-heading-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
}
.x-mega-sub-menu .gel-heading-title {
  margin-bottom: 30px;
}
.x-mega-sub-menu .ube-heading-title {
  margin-bottom: 10px;
}

li.custom-mega-menu ul.sub-menu {
  background-color: transparent !important;
  padding-top: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
li.custom-mega-menu ul.sub-menu .x-mega-sub-menu {
  -webkit-box-shadow: -3px 4px 27px 0px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 4px 27px 0px rgba(0, 0, 0, 0.04);
  margin-left: 85px;
  margin-right: 85px;
  padding-top: 15px;
  background-color: #fff;
}

.g5core-search-button a {
  border: none;
  width: auto;
  padding: 0;
}
.g5core-search-button i {
  font-size: 20px;
}

.g5core-login-button i {
  font-weight: 900;
}
.g5core-login-button span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.g5core-header-customize-item + .g5core-header-customize-item {
  margin-left: 2.25rem;
}

.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li {
  margin-top: 0;
  margin-bottom: 0;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a {
  color: inherit;
  background-color: transparent;
  border-width: 0;
  width: auto;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i {
  color: inherit;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li + li {
  margin-left: 1.5rem;
}

.g5core-header-customize:not(.no-items) + .g5core-menu-popup-button,
.g5core-header-customize:not(.no-items) + .g5core-primary-menu,
.g5core-menu-popup-button + .g5core-header-customize:not(.no-items),
.g5core-primary-menu + .g5core-header-customize:not(.no-items) {
  margin-left: 35px;
}

.g5core-search-form input[type=search] {
  padding: 0 30px;
}

.g5core-search-popup .g5core-search-form input[type=search] {
  border-radius: 0;
}

.g5shop__cate-warpper {
  position: relative;
}
.g5shop__cate-warpper ul {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 18px 0;
  -webkit-box-shadow: 0 0 5px 0 var(--g5-color-gray);
  box-shadow: 0 0 5px 0 var(--g5-color-gray);
}
.g5shop__cate-warpper:hover .g5shop__list-cate {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.g5shop__list-cate {
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  left: 0;
  right: 0;
  z-index: 2;
}
.g5shop__list-cate img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  margin-right: 1em;
}
.g5shop__list-cate a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--g5-color-text-main);
}
.g5shop__list-cate ul {
  -webkit-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  left: -9999px;
  min-width: 200px;
  z-index: 2;
  top: 0;
  -webkit-box-shadow: 0 0 5px 0 var(--g5-color-gray);
  box-shadow: 0 0 5px 0 var(--g5-color-gray);
}
.g5shop__list-cate li {
  position: relative;
  padding: 10px 25px;
  margin: 0;
}
.g5shop__list-cate li:hover > ul {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 100%;
}

.g5shop__cate-browse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
}
.g5shop__cate-browse .g5shop__cate-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding-left: 10px;
}
.g5shop__cate-browse .g5shop__cate-text:after {
  content: "\f0d7";
  font-family: var(--g5-font-icon);
  padding-left: 20px;
  font-weight: 700;
}

.gel-header-small-menu {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.gel-header-small-menu ul {
  list-style: none;
}
.gel-header-small-menu > li {
  margin: 0;
  cursor: pointer;
}
.gel-header-small-menu > li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gel-header-small-menu span:after {
  content: "\f0d7";
  font-family: var(--g5-font-icon);
  padding-left: 20px;
  font-weight: 700;
}
.gel-header-small-menu .money-unit, .gel-header-small-menu .languages, .gel-header-small-menu .collections {
  position: relative;
}
.gel-header-small-menu .money-unit:hover > .dropdown, .gel-header-small-menu .languages:hover > .dropdown, .gel-header-small-menu .collections:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gel-header-small-menu .money-unit li:hover a, .gel-header-small-menu .languages li:hover a, .gel-header-small-menu .collections li:hover a {
  color: var(--g5-color-accent);
}
.gel-header-small-menu .dropdown {
  margin-top: 15px;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: white;
  font-weight: 500;
  z-index: 2;
  box-shadow: 0 0 5px 0 var(--g5-color-gray);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  right: 0;
  left: auto;
  min-width: 150px;
  padding: 18px 25px;
}
.gel-header-small-menu .dropdown li {
  margin: 0;
  padding: 10px 0;
  font-size: 0.875rem;
}
.gel-header-small-menu .dropdown li > a {
  color: var(--g5-color-text-main);
}
.gel-header-small-menu.sm-custom-01 > li {
  padding: 16px 0 16px 34px;
}
.gel-header-small-menu.sm-custom-01 > li.money-unit {
  padding-left: 55px !important;
}
.gel-header-small-menu.sm-custom-02 > li, .gel-header-small-menu.sm-custom-02 > li > a {
  color: #000000;
  letter-spacing: 0.2em;
}
.gel-header-small-menu.sm-custom-02 > li + li {
  padding-left: 30px;
}
.gel-header-small-menu.sm-custom-02 .dropdown {
  right: auto;
  left: 0;
}
.gel-header-small-menu.sm-custom-02 .dropdown > li > a {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.gel-header-small-menu.sm-custom-03 > li + li {
  padding-left: 30px;
}

.sticky-area-wrap:not(.sticky) .gel-header-small-menu.sm-custom-02.sm-custom-02-white > li, .sticky-area-wrap:not(.sticky) .gel-header-small-menu.sm-custom-02.sm-custom-02-white > li > a {
  color: #ffffff;
}

.header-style-layout-04 .g5core-site-branding {
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-style-layout-25 .g5core-header-inner {
  padding: 0;
}
.header-style-layout-25 .g5core-header-customize-item + .g5core-header-customize-item {
  margin-top: 1.25rem;
}
.header-style-layout-25 .g5core-header-vertical {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  body.site-style-bordered .header-style-layout-25 .g5core-header-vertical-left {
    margin-left: 50px;
  }
}
.custom-header-01 .sticky-area-wrap:not(.sticky) .g5core-site-branding {
  position: relative;
  top: 28px;
  z-index: 999;
}

.custom-header-02 .g5core-header-inner .width-50 {
  width: 4% !important;
  margin-bottom: 10px;
}
.custom-header-02 .g5core-header-inner .width-50.content-right {
  width: 100% !important;
}
.custom-header-02 .sticky-area-wrap:not(.sticky) .g5core-site-branding {
  z-index: 999;
  margin-bottom: -22px;
}
.custom-header-02 .g5core-site-header.header-layout-stretched .g5core-header-desktop-wrapper > .container {
  max-width: 100%;
  padding: 0;
}

.custom-header-03.header-float {
  z-index: 99999;
}
.custom-header-03 .g5core-site-branding {
  position: relative;
  top: -30px;
}
.custom-header-03 .sticky-area-wrap.sticky .g5core-site-branding {
  position: static;
}

.custom-header-height-145 .g5core-header-inner {
  min-height: 145px;
}

.custom-header-height-45 .g5core-header-inner {
  min-height: 45px;
}

.g5core-menu-mobile .main-menu .menu-item > a {
  font-size: var(--g5-menu-mobile-font-size);
}

/*--------------------------------------------------------------
## WP block
--------------------------------------------------------------*/
.wp-block-table th, .wp-block-table td {
  border-color: var(--g5-color-border);
  padding: 0.4rem;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table thead th {
  border-bottom-width: 2px;
}

.wp-block-pullquote blockquote {
  padding: 0;
  background-color: transparent;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.wp-block-pullquote blockquote:before {
  display: none;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: 12px;
  color: inherit;
  margin-top: 1em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: uppercase;
}

.wp-block-quote {
  margin: 50px 0 1.5rem;
  border: none;
  padding: 60px 70px 40px 70px;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
  font-size: 12px;
  color: inherit;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin: 50px 0 1.5rem;
  padding: 60px 70px 40px 70px;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 28px;
  font-style: normal;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
  text-align: center;
  font-size: 14px;
}

.wp-block-cover-image,
.wp-block-cover {
  margin-bottom: 1.5rem;
  color: #f8f9f9;
}
.wp-block-cover-image p,
.wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.wp-block-cover-image a,
.wp-block-cover a {
  color: inherit;
}

.wp-block-embed {
  margin: 0 0 1.5rem;
}

.wp-block-button__link {
  --g5-btn-border-width: 2px;
  --g5-btn-padding-x: 1.875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(2.75rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 0.875rem;
  --g5-btn-color: var(--g5-color-accent-foreground);
  --g5-btn-bg: var(--g5-color-accent);
  --g5-btn-border-color: var(--g5-color-accent);
  --g5-btn-hover-color: var(--g5-color-accent);
  --g5-btn-hover-bg: transparent;
  --g5-btn-hover-border-color: var(--g5-color-accent);
  --g5-btn-outline-color: var(--g5-color-accent);
  --g5-btn-outline-border-hover-color: var(--g5-color-accent);
  --g5-btn-outline-hover-color: var(--g5-color-accent-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-accent);
  --g5-btn-link-color: var(--g5-color-accent);
  position: relative;
  display: inline-block;
  font-family: var(--g5-btn-font-family);
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  line-height: var(--g5-btn-line-height);
  font-size: var(--g5-btn-font-size);
  font-weight: var(--g5-btn-font-weight);
  border: var(--g5-btn-border-width) solid var(--g5-btn-border-color);
  white-space: nowrap;
  border-radius: var(--g5-btn-border-radius);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
}
.wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}
.wp-block-button__link:hover {
  cursor: pointer;
}
.wp-block-button__link:focus {
  outline: none;
}
.wp-block-button__link:disabled {
  opacity: 0.65;
  cursor: default;
}

.wp-block-button {
  margin-bottom: 1.5rem;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  --g5-btn-border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  --g5-btn-border-color: var(--g5-color-border);
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  border: var(--g5-btn-border-width) solid var(--g5-btn-border-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  --g5-btn-color: var(--g5-color-accent);
  color: var(--g5-btn-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  --g5-btn-hover-color: var(--g5-color-accent-foreground);
  --g5-btn-hover-bg: var(--g5-color-accent);
  --g5-btn-hover-border-color: var(--g5-color-accent);
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0;
}

.wp-block-archives select {
  width: 100%;
  max-width: 100%;
}

.wc-block-product-categories > ul,
.wp-block-page-list,
.wp-block-archives,
.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
  margin-bottom: 1.5rem;
}
.wc-block-product-categories > ul li,
.wp-block-page-list li,
.wp-block-archives li,
.wp-block-categories li {
  position: relative;
  margin: 0;
}
.wc-block-product-categories > ul li > a,
.wp-block-page-list li > a,
.wp-block-archives li > a,
.wp-block-categories li > a {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  line-height: 20px;
  min-height: 30px;
  color: inherit;
  font-weight: 500;
}
.wc-block-product-categories > ul li > a:hover,
.wp-block-page-list li > a:hover,
.wp-block-archives li > a:hover,
.wp-block-categories li > a:hover {
  color: var(--g5-color-accent);
}
.wc-block-product-categories > ul .current_page_ancestor > ul,
.wc-block-product-categories > ul .current_page_parent > ul,
.wc-block-product-categories > ul .current-cat-parent > ul,
.wc-block-product-categories > ul .current-cat-ancestor > ul,
.wp-block-page-list .current_page_ancestor > ul,
.wp-block-page-list .current_page_parent > ul,
.wp-block-page-list .current-cat-parent > ul,
.wp-block-page-list .current-cat-ancestor > ul,
.wp-block-archives .current_page_ancestor > ul,
.wp-block-archives .current_page_parent > ul,
.wp-block-archives .current-cat-parent > ul,
.wp-block-archives .current-cat-ancestor > ul,
.wp-block-categories .current_page_ancestor > ul,
.wp-block-categories .current_page_parent > ul,
.wp-block-categories .current-cat-parent > ul,
.wp-block-categories .current-cat-ancestor > ul {
  display: block;
}
.wc-block-product-categories > ul .current-cat > a,
.wp-block-page-list .current-cat > a,
.wp-block-archives .current-cat > a,
.wp-block-categories .current-cat > a {
  color: var(--g5-color-accent);
}
.wc-block-product-categories > ul ul.children,
.wc-block-product-categories > ul ul.sub-menu,
.wp-block-page-list ul.children,
.wp-block-page-list ul.sub-menu,
.wp-block-archives ul.children,
.wp-block-archives ul.sub-menu,
.wp-block-categories ul.children,
.wp-block-categories ul.sub-menu {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.wc-block-product-categories > ul.aligncenter,
.wp-block-page-list.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

.wp-block-rss,
.wp-block-latest-posts,
.wp-block-latest-comments {
  padding: 0;
  margin: -5px 0 0 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.wp-block-rss .children,
.wp-block-latest-posts .children,
.wp-block-latest-comments .children {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.wp-block-rss li,
.wp-block-latest-posts li,
.wp-block-latest-comments li {
  padding: 5px 0;
  line-height: 20px;
  margin: 0;
}
.wp-block-rss a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  color: inherit;
}
.wp-block-rss a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover {
  color: var(--g5-color-accent);
}

ul.wp-block-latest-posts.is-grid li {
  padding: 0;
  margin: 0 16px 16px 0;
}

.wp-block-columns,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-search,
ul.wp-block-categories,
ul.wp-block-archives,
.wp-block-archives.wp-block-archives-dropdown,
ol.wp-block-latest-comments,
.wp-block-media-text {
  margin-bottom: 1.5rem;
}

.wp-block-tag-cloud label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  letter-spacing: 0.1em;
}
.wp-block-tag-cloud a {
  background-color: #f2f2f2;
  color: inherit;
  font-size: 14px !important;
  line-height: 20px;
  padding: 7px 20px;
  border-radius: 20px;
  margin: 0 5px 5px 0;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-tag-cloud a:hover {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
}

.wp-block-gallery {
  margin-bottom: 1.5rem;
}

.blocks-gallery-caption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: var(--g5-color-caption);
}

.blocks-gallery-grid {
  margin-bottom: -16px;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-image.aligncenter {
  margin: 1.5rem auto 1.5rem auto;
}

.wp-block-image.alignright {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.wp-block-image.alignleft {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

body.no-sidebar .wp-block-image.alignfull {
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
  margin-left: -200px;
  margin-right: -200px;
  width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
  body.no-sidebar .wp-block-cover.alignwide {
    margin-left: -120px;
    margin-right: -120px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
  body.no-sidebar .wp-block-cover.alignwide {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
  body.no-sidebar .wp-block-cover.alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-sidebar .wp-block-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.has-sidebar .wp-block-image.alignfull {
    max-width: none;
    margin-left: calc(-50vw + 345px);
    margin-right: calc(-50vw + 345px);
  }
}
@media only screen and (max-width: 767px) {
  body.has-sidebar .wp-block-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-search {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wp-block-search label {
  display: none;
}
.wp-block-search button[type=submit] {
  position: absolute;
  right: 20px;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
}
.wp-block-search button[type=submit]:before {
  content: "\f002";
  font-family: var(--g5-font-icon);
  font-size: 14px;
}
.wp-block-search button[type=submit] > span {
  display: none;
}
.wp-block-search input[type=search] {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid var(--g5-color-border);
  border-radius: 22px;
  padding: 0 30px;
  background-color: #f2f2f2;
}
.wp-block-search input[type=search]:focus {
  border-color: var(--g5-color-accent);
}
.wp-block-search input[type=search]:focus + button:before {
  color: var(--g5-color-accent);
}
.wp-block-search .wp-block-search__input {
  border: 1px solid var(--g5-color-border);
}
.wp-block-search .wp-block-search__button {
  background: transparent;
  border: none;
  color: inherit;
}

.wc-block-product-search form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wc-block-product-search form label {
  display: none;
}
.wc-block-product-search form button[type=submit] {
  position: absolute;
  right: 20px;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
}
.wc-block-product-search form button[type=submit]:before {
  content: "\f002";
  font-family: var(--g5-font-icon);
  font-size: 14px;
}
.wc-block-product-search form button[type=submit] > span {
  display: none;
}
.wc-block-product-search form input[type=search] {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid var(--g5-color-border);
  border-radius: 22px;
  padding: 0 30px;
  background-color: #f2f2f2;
}
.wc-block-product-search form input[type=search]:focus {
  border-color: var(--g5-color-accent);
}
.wc-block-product-search form input[type=search]:focus + button:before {
  color: var(--g5-color-accent);
}
.wc-block-product-search form .wc-block-product-search__fields {
  width: 100%;
}
.wc-block-product-search form .wc-block-product-search__field {
  padding: 0 30px;
}
.wc-block-product-search form .wc-block-product-search__button {
  overflow: unset;
  margin: 0;
}
.wc-block-product-search form .wc-block-product-search__button svg {
  display: none;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.article-post.page .entry-content {
  margin-bottom: 0;
}
.article-post.sticky {
  background-color: var(--g5-color-background-post-sticky);
  padding: 2rem;
}
.article-post .post-thumbnail {
  margin-bottom: 35px;
}
.article-post .entry-title {
  font-size: 24px;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 0;
}
.article-post .entry-title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-post .entry-title a:hover {
  color: var(--g5-color-accent);
}
.article-post .entry-header + .entry-excerpt {
  margin-top: 20px;
}

.entry-meta {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-weight: 600;
}
.entry-meta a {
  color: var(--g5-color-heading);
}
.entry-meta a:hover {
  color: var(--g5-color-accent);
}
.entry-meta span,
.entry-meta i {
  color: var(--g5-color-text-main);
}
.entry-meta li {
  margin: 0;
  display: inline;
  margin-right: 10px;
}
.entry-meta li.meta-author, .entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta li i {
  padding-right: 5px;
}
.entry-meta .meta-author img {
  border-radius: 50%;
  width: 38px;
}
.entry-meta .meta-author .title-meta-author {
  color: var(--g5-color-accent);
  padding-left: 10px;
}

.entry-excerpt p:last-child {
  margin-bottom: 0;
}

.article-archive-post {
  margin-bottom: 65px;
  text-align: center;
}

#main-content .article-post:last-child {
  margin-bottom: 0;
}

body.page .article-post {
  margin-bottom: 0;
}

.article-single-post .entry-title {
  font-size: 32px;
}
.article-single-post .post-thumbnail {
  margin-bottom: 44px;
}
.article-single-post .entry-header + .entry-content {
  margin-top: 55px;
}
.article-single-post .tagcloud {
  margin-top: 45px;
}

.article-single-featured {
  background-color: #565656;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
}
.article-single-featured:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.article-single-featured .entry-title {
  font-size: 32px;
  color: inherit;
}
.article-single-featured .entry-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
}
.article-single-featured .entry-meta span,
.article-single-featured .entry-meta i,
.article-single-featured .entry-meta a,
.article-single-featured .entry-meta a:hover {
  color: inherit;
}
.article-single-featured .entry-meta a:hover {
  opacity: 0.9;
}
.article-single-featured ul.breadcrumbs {
  margin: 0;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  color: inherit;
  z-index: 2;
  position: relative;
  padding-top: 1.5rem;
}
.article-single-featured ul.breadcrumbs a:hover {
  opacity: 0.9;
}

.article-single-featured-inner {
  height: 560px;
  position: relative;
}

@media only screen and (max-width: 1080px) {
  .article-single-featured-inner {
    height: 450px;
  }
}
@media only screen and (max-width: 680px) {
  .article-single-featured-inner {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .no-sidebar .article-single-featured .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar .article-single-featured .container {
    max-width: 800px;
  }
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 2rem;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content > p:last-child,
.entry-content > ul:last-child {
  margin-bottom: 0;
}

.author-info-wrap {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--g5-color-border);
}

.author-info-inner {
  display: -ms-flexbox;
  display: flex;
}

.author-info-avatar {
  width: 90px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.author-info-avatar img {
  border-radius: 100%;
}

@media (max-width: 767px) {
  .author-info-avatar {
    width: 50px;
    margin-right: 20px;
  }
}
.author-info-content .meta {
  margin-bottom: 20px;
}
.author-info-content .meta span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.author-info-content .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.author-info-content .name a {
  color: inherit;
}
.author-info-content .name a:hover {
  color: var(--g5-color-accent);
}

.site-search-results-not-found {
  text-align: center;
}
.site-search-results-not-found h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.site-search-results-not-found .search-form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 330px;
  margin: auto;
}
.site-search-results-not-found .search-form button {
  position: absolute;
  right: 20px;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
}
.site-search-results-not-found .search-form button:before {
  content: "\f002";
  font-family: var(--g5-font-icon);
  font-size: 14px;
}
.site-search-results-not-found .search-form button > span {
  display: none;
}
.site-search-results-not-found .search-form input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid var(--g5-color-border);
  border-radius: 50px;
  padding: 0 30px;
}
.site-search-results-not-found .search-form input:focus {
  border-color: var(--g5-color-accent);
}
.site-search-results-not-found .search-form input:focus + button:before {
  color: var(--g5-color-accent);
}

.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  display: block;
  width: 100%;
}

article.post .entry-content div {
  margin-bottom: 1.5rem;
}

.comments-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--g5-color-border);
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 21px;
  font-weight: 600;
}
.comments-area .comments-title span,
.comments-area .comment-reply-title span {
  position: relative;
}
.comments-area .comments-title span:after,
.comments-area .comment-reply-title span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--g5-color-accent);
  left: 100%;
  bottom: 10px;
  margin-left: 10px;
}
.comments-area .comments-title {
  margin-bottom: 35px;
}
.comments-area .comment-reply-title {
  margin-bottom: 45px;
}

.comment-form p {
  margin-bottom: 30px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form a {
  color: inherit;
}
.comment-form a:hover {
  color: var(--g5-color-accent);
}
.comment-form textarea {
  width: 100%;
  display: block;
  height: 125px;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  width: 100%;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  float: left;
  width: 50%;
}
.comment-form .comment-form-author {
  padding-right: 15px;
}
.comment-form .comment-form-email {
  padding-left: 15px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  position: relative;
  top: 2px;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin: 0 0 0 5px;
}
.comment-form .mc4wp-checkbox-wp-comment-form input[type=checkbox] {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 575px) {
  .comment-form .comment-form-email,
  .comment-form .comment-form-author {
    width: 100%;
    padding: 0;
  }
}

.comments-list-wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--g5-color-border);
}

.comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.comment-list li.comment {
  margin-bottom: 17px;
}
.comment-list > li.comment:last-child {
  margin-bottom: 0;
}
.comment-list li.comment + li.comment {
  padding-top: 17px;
}
.comment-list li:not(.pingback):not(.trackback) .comment-body {
  position: relative;
  padding-left: 110px;
}
.comment-list li.pingback,
.comment-list li.trackback {
  margin-bottom: 17px;
}
.comment-list li.pingback + .comment,
.comment-list li.trackback + .comment {
  margin-top: 17px;
}
.comment-list li.pingback .comment-body a:not(.comment-edit-link),
.comment-list li.trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  letter-spacing: -0.05em;
  display: block;
  color: var(--g5-color-heading);
  margin: 5px 0;
}
.comment-list .comment-content {
  margin-bottom: 20px;
  font-size: 13px;
}
.comment-list .comment-content h1, .comment-list .comment-content h2, .comment-list .comment-content h3, .comment-list .comment-content h4, .comment-list .comment-content h5, .comment-list .comment-content h6 {
  margin-top: 2rem;
}
.comment-list .comment-content h1:first-child, .comment-list .comment-content h2:first-child, .comment-list .comment-content h3:first-child, .comment-list .comment-content h4:first-child, .comment-list .comment-content h5:first-child, .comment-list .comment-content h6:first-child {
  margin-top: 0;
}
.comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.comment-list .comment-meta {
  margin-bottom: 20px;
}
.comment-list .comment-author {
  margin-bottom: 10px;
}
.comment-list .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.comment-list .comment-author .fn {
  font-weight: 600;
  color: var(--g5-color-heading);
  font-size: 16px;
}
.comment-list .comment-author .fn > a {
  color: inherit;
}
.comment-list .comment-author .fn > a:hover {
  color: var(--g5-color-accent);
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .reply,
.comment-list .comment-metadata {
  font-size: 12px;
  font-weight: 500;
}
.comment-list .reply a,
.comment-list .comment-metadata a {
  color: inherit;
}
.comment-list .reply a:hover,
.comment-list .comment-metadata a:hover {
  color: var(--g5-color-accent);
}
.comment-list .reply a:before,
.comment-list .comment-metadata a:before {
  margin-right: 5px;
  font-family: var(--g5-font-icon);
  content: "\f073";
  display: inline-block;
  color: var(--g5-color-accent);
}
.comment-list .reply {
  color: var(--g5-color-heading);
}
.comment-list .reply a:before {
  content: "\f3e5";
}
.comment-list .edit-link {
  margin-left: 10px;
  color: var(--g5-color-heading);
}
.comment-list .edit-link a:before {
  content: "\f044";
}
.comment-list ul.children {
  list-style: none;
  padding-left: 0;
  margin-left: 110px;
  margin-top: 17px;
  padding-top: 17px;
}
.comment-list .comment-reply-title {
  margin-top: 50px;
}
.comment-list .comment-reply-title small a {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-list .comment-reply-title small a:hover {
  color: var(--g5-color-accent);
}
@media only screen and (max-width: 1199px) {
  .comment-list ul.children {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-list ul.children {
    margin-left: 25px;
  }
  .comment-list .comment-author img {
    width: 50px;
  }
  .comment-list li:not(.pingback):not(.trackback) .comment-body {
    padding-left: 70px;
  }
}

.comments-pagination {
  margin-top: 2.5rem;
  text-align: right;
}

ul.page-numbers {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  margin: 0;
  display: inline-block;
}

.page-numbers:not(ul) {
  color: #b0b0b0;
  font-weight: 500;
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-numbers:not(ul).current {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}
.page-numbers:not(ul):hover {
  color: var(--g5-color-accent);
}
.page-numbers:not(ul).prev, .page-numbers:not(ul).next {
  font-size: 0;
}
.page-numbers:not(ul).prev:before, .page-numbers:not(ul).next:before {
  font-family: var(--g5-font-icon);
  font-size: 12px;
  display: inline-block;
  content: "\f060";
}
.page-numbers:not(ul).next:before {
  content: "\f061";
}

.post-navigation {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--g5-color-border);
}
.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
}
.post-navigation .nav-links a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-navigation .nav-links .nav-subtitle {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.post-navigation .nav-links .nav-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--g5-color-heading);
  font-size: 16px;
  font-weight: 600;
}
.post-navigation .nav-links > div {
  width: 47.5%;
  border: solid 1px var(--g5-color-border);
  padding: 1.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.post-navigation .nav-links > div:hover {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
  border-color: var(--g5-color-accent);
}
.post-navigation .nav-links > div:hover .nav-title {
  color: inherit;
}
.post-navigation .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-next {
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-title {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .post-navigation .nav-links > div {
    padding: 1rem;
  }
}

.page-links {
  float: left;
  width: 100%;
}
.page-links .page-links-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}
.page-links > .post-page-numbers {
  display: inline-block;
  margin-right: 0.25rem;
  border: solid 1px var(--g5-color-border);
  font-weight: 500;
  color: inherit;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-links > .post-page-numbers:hover, .page-links > .post-page-numbers.current {
  background-color: var(--g5-color-accent);
  border-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
}

ul.g5blog__post-meta {
  font-weight: 600;
  color: var(--g5-color-heading);
  -ms-flex-align: center;
  align-items: center;
}
ul.g5blog__post-meta li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
ul.g5blog__post-meta li a:hover {
  color: var(--g5-color-accent);
}
ul.g5blog__post-meta li.meta-date span,
ul.g5blog__post-meta li i {
  color: var(--g5-color-text-main);
  margin-right: 5px;
}
ul.g5blog__post-meta .meta-author {
  margin-right: 5px;
}
ul.g5blog__post-meta .meta-author a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
ul.g5blog__post-meta .meta-author img {
  border-radius: 50%;
  width: 38px;
}
ul.g5blog__post-meta .meta-author span {
  color: var(--g5-color-accent);
  padding-left: 10px;
}

.g5blog__post-title {
  font-weight: 600;
  margin-top: 0 !important;
}
.g5blog__post-title:hover {
  color: var(--g5-color-accent);
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 800px;
  }
}
.g5blog__single-layout-1 .g5blog__single-title {
  margin-bottom: 7px;
}
.g5blog__single-layout-1 .g5blog__single-featured {
  margin-bottom: 44px;
}
.g5blog__single-layout-1 .g5blog__single-meta-top + .entry-content {
  margin-top: 44px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 800px;
  }
}
.g5blog__single-layout-2 .g5blog__single-title {
  margin-bottom: 7px;
}
.g5blog__single-layout-2 .g5blog__single-featured {
  margin-bottom: 32px;
}
.g5blog__single-layout-2 .g5blog__single-meta-top {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 800px;
  }
}
.g5blog__single-layout-3 .g5blog__single-title {
  margin-bottom: 33px;
}
.g5blog__single-layout-3 .g5blog__single-featured {
  margin-bottom: 35px;
}
.g5blog__single-layout-3 .g5blog__single ul.g5blog__post-meta {
  margin-bottom: 39px;
}

.g5blog__single-layout-3.g5blog__no-post-thumbnail .g5blog__single-title {
  margin-bottom: 13px;
}

.g5blog__single-layout-4 .g5blog__single-title {
  margin-bottom: 7px;
}
.g5blog__single-layout-4 .g5blog__single-meta-top {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 800px;
  }
}
.g5blog__single-layout-5 .g5blog__single-title {
  margin-bottom: 7px;
}
.g5blog__single-layout-5 .g5blog__single ul.g5blog__post-meta {
  margin-bottom: 39px;
}

.g5blog__single-featured-container ul.g5blog__post-meta li.meta-date span,
.g5blog__single-featured-container ul.g5blog__post-meta li i {
  color: inherit;
}
.g5blog__single-featured-container ul.g5blog__post-meta .meta-author span {
  color: inherit;
}
.g5blog__single-featured-container .g5blog__single-title {
  margin-bottom: 7px;
}

.g5blog__single-layout-6 .g5blog__single .g5core__post-featured {
  margin-bottom: 42px;
}

@media (min-width: 992px) {
  .no-sidebar .g5blog__single-featured-full .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar .g5blog__single-featured-full .container {
    max-width: 800px;
  }
}
.g5blog__single-featured-full ul.g5blog__post-meta li.meta-date span,
.g5blog__single-featured-full ul.g5blog__post-meta li i {
  color: inherit;
}
.g5blog__single-featured-full ul.g5blog__post-meta .meta-author span {
  color: inherit;
}
.g5blog__single-featured-full .g5blog__single-title {
  margin-bottom: 7px;
}

.g5blog__single-layout-7 .g5blog__single .g5core__post-featured {
  margin-bottom: 42px;
}

.g5blog__single-related-wrap {
  margin-top: 100px;
  position: relative;
  padding: 100px 0;
}
.g5blog__single-related-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  background-color: #f8f8f8;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -50vw;
}
.g5blog__single-related-wrap .g5blog__block-title {
  position: relative;
  letter-spacing: 0.4em;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.g5blog__single-related-wrap .g5blog__block-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}
.g5blog__single-related-wrap .g5blog__block-title span:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 2px;
  background-color: var(--g5-color-accent);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body.has-sidebar .g5blog__single-related-wrap {
  margin-top: 60px;
  padding: 60px 0 0 0;
  border-top: 1px solid var(--g5-color-border);
}
body.has-sidebar .g5blog__single-related-wrap:before {
  display: none;
}
body.has-sidebar .g5blog__single-related-wrap .g5blog__block-title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
}
body.has-sidebar .g5blog__single-related-wrap .g5blog__block-title span {
  padding-bottom: 0;
}
body.has-sidebar .g5blog__single-related-wrap .g5blog__block-title span:before {
  width: 30px;
  height: 3px;
  left: 100%;
  bottom: 10px;
  margin-left: 10px;
}

.g5blog__single-meta-bottom {
  padding-top: 0;
  margin-top: 40px;
}

.g5blog__single-title {
  font-size: 32px;
  font-weight: 600;
}

.g5blog__single {
  padding-bottom: 0;
  margin-bottom: 0;
}
.g5blog__single .entry-content {
  margin-bottom: 0;
}

.g5blog__post-large-image.sticky .g5blog__post-inner {
  background-color: var(--g5-color-background-post-sticky);
}
.g5blog__post-large-image .g5blog__post-title {
  margin-bottom: 9px;
}
.g5blog__post-large-image .g5blog__post-featured {
  margin-bottom: 35px;
  text-align: center;
}
.g5blog__post-large-image .g5blog__post-meta + .g5blog__post-excerpt {
  margin-top: 30px;
}
.g5blog__post-large-image .g5blog__post-content {
  text-align: center;
}
.g5blog__post-large-image .g5blog__post-meta {
  -ms-flex-pack: center;
  justify-content: center;
}

.g5blog__layout-large-image .g5blog__post-default {
  padding-bottom: 65px;
}
.g5blog__layout-large-image .g5blog__post-default:last-child {
  padding-bottom: 0;
}
.g5blog__layout-large-image .g5core__paging {
  margin-top: 55px;
}

.g5blog__post-medium-image .g5blog__post-title {
  margin-bottom: 9px;
}

.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default {
  padding-bottom: 65px;
}
.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default:last-child {
  padding-bottom: 0;
}
.g5blog__layout-medium-image .g5core__paging {
  margin-top: 55px;
}

@media only screen and (min-width: 1200px) {
  body.no-sidebar .g5blog__post-medium-image .g5blog__post-featured {
    width: 700px;
    margin-right: 70px;
  }
}

.g5blog__post-grid.sticky .g5blog__post-inner {
  background-color: var(--g5-color-background-post-sticky);
}
.g5blog__post-grid .g5blog__post-title {
  line-height: 1.45;
  margin-bottom: 13px;
}
.g5blog__post-grid .g5blog__post-featured {
  margin-bottom: 25px;
}
.g5blog__post-grid .g5blog__post-inner {
  padding-bottom: 30px;
}

.g5blog__post-widget ul.g5blog__post-meta {
  color: var(--g5-color-text-main);
  font-weight: 500;
}
.g5blog__post-widget ul.g5blog__post-meta li.meta-date span {
  display: none;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget .wp-block-group__inner-container > h2,
.widgettitle,
.widget-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 35px;
}
.widget .wp-block-group__inner-container > h2 span,
.widgettitle span,
.widget-title span {
  position: relative;
}
.widget .wp-block-group__inner-container > h2 span:after,
.widgettitle span:after,
.widget-title span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--g5-color-accent);
  left: 100%;
  bottom: 10px;
  margin-left: 10px;
}

.widget {
  position: relative;
  margin-bottom: 60px;
}
.widget .screen-reader-text {
  display: none;
}

.widget_search form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.widget_search form label {
  display: none;
}
.widget_search form button[type=submit] {
  position: absolute;
  right: 20px;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
}
.widget_search form button[type=submit]:before {
  content: "\f002";
  font-family: var(--g5-font-icon);
  font-size: 14px;
}
.widget_search form button[type=submit] > span {
  display: none;
}
.widget_search form input[type=search] {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid var(--g5-color-border);
  border-radius: 22px;
  padding: 0 30px;
  background-color: #f2f2f2;
}
.widget_search form input[type=search]:focus {
  border-color: var(--g5-color-accent);
}
.widget_search form input[type=search]:focus + button:before {
  color: var(--g5-color-accent);
}

.widget_archive select,
.widget_categories select,
.widget_product_categories select {
  width: 100%;
}

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
  position: relative;
  margin: 0;
}
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_nav_menu ul li > a,
.widget_pages ul li > a {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  line-height: 20px;
  min-height: 30px;
  color: inherit;
  font-weight: 500;
}
.widget_archive ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_pages ul li > a:hover {
  color: var(--g5-color-accent);
}
.widget_archive ul .current_page_ancestor > ul,
.widget_archive ul .current_page_parent > ul,
.widget_archive ul .current-cat-parent > ul,
.widget_archive ul .current-cat-ancestor > ul,
.widget_categories ul .current_page_ancestor > ul,
.widget_categories ul .current_page_parent > ul,
.widget_categories ul .current-cat-parent > ul,
.widget_categories ul .current-cat-ancestor > ul,
.widget_nav_menu ul .current_page_ancestor > ul,
.widget_nav_menu ul .current_page_parent > ul,
.widget_nav_menu ul .current-cat-parent > ul,
.widget_nav_menu ul .current-cat-ancestor > ul,
.widget_pages ul .current_page_ancestor > ul,
.widget_pages ul .current_page_parent > ul,
.widget_pages ul .current-cat-parent > ul,
.widget_pages ul .current-cat-ancestor > ul {
  display: block;
}
.widget_archive ul .current-cat > a,
.widget_categories ul .current-cat > a,
.widget_nav_menu ul .current-cat > a,
.widget_pages ul .current-cat > a {
  color: var(--g5-color-accent);
}
.widget_archive ul ul.children,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.children,
.widget_categories ul ul.sub-menu,
.widget_nav_menu ul ul.children,
.widget_nav_menu ul ul.sub-menu,
.widget_pages ul ul.children,
.widget_pages ul ul.sub-menu {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.widget_categories ul span.count {
  position: absolute;
  top: 5px;
  right: 0;
}
.widget_categories ul a:hover + .count {
  color: var(--g5-color-accent);
}

.widget_archive ul li > a {
  display: block;
}
.widget_archive ul span.count {
  position: absolute;
  top: 5px;
  right: 0;
}

.widget_pages ul .current_page_item > a {
  color: var(--g5-color-accent);
}

.widget_nav_menu ul .current-menu-item > a {
  color: var(--g5-color-accent);
}

.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  padding: 0;
  margin: -5px 0 0 0;
  list-style: none;
}
.widget_rss ul .children,
.widget_recent_entries ul .children,
.widget_recent_comments ul .children,
.widget_meta ul .children {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li {
  padding: 5px 0;
  line-height: 20px;
  margin: 0;
}
.widget_rss ul a,
.widget_recent_entries ul a,
.widget_recent_comments ul a,
.widget_meta ul a {
  color: inherit;
}
.widget_rss ul a:hover,
.widget_recent_entries ul a:hover,
.widget_recent_comments ul a:hover,
.widget_meta ul a:hover {
  color: var(--g5-color-accent);
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  font-weight: 500;
}

.widget_rss ul .rsswidget {
  display: block;
  font-weight: 500;
}
.widget_rss ul .rss-date {
  font-style: italic;
  font-size: 0.75rem;
  margin: 2px 0;
  display: block;
}

.tagcloud label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  letter-spacing: 0.1em;
}
.tagcloud a {
  background-color: #f2f2f2;
  color: inherit;
  font-size: 14px !important;
  line-height: 20px;
  padding: 7px 20px;
  border-radius: 20px;
  margin: 0 5px 5px 0;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
}

.widget_calendar caption {
  caption-side: top;
  padding: 0.5rem 1rem;
  background-color: #f2f2f2;
  border: solid 1px var(--g5-color-border);
  text-transform: uppercase;
  font-size: 14px;
  color: var(--g5-color-heading);
  font-weight: 600;
  text-align: center;
}
.widget_calendar td, .widget_calendar th {
  padding: 0.3rem;
}
.widget_calendar thead td, .widget_calendar thead th, .widget_calendar tbody td, .widget_calendar tbody th {
  text-align: center;
  border-width: 1px;
}
.widget_calendar tfoot td, .widget_calendar tfoot th {
  border: none;
}
.widget_calendar tfoot #next {
  text-align: right;
}

.zoom-instagram-widget__items .zoom-instagram-widget__item {
  margin: 0;
}

.instagram-5-columns .zoom-instagram-widget__items {
  margin-left: -10px;
  margin-right: -10px;
}
.instagram-5-columns .zoom-instagram-widget__items li {
  display: inline-block;
  font-size: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.instagram-5-columns .zoom-instagram-widget__items li:nth-child(2n) {
  position: relative;
  top: 30px;
}
.instagram-5-columns .zoom-instagram-widget__items .zoom-instagram-link {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  overflow: hidden;
}
.instagram-5-columns .zoom-instagram-widget__items .zoom-instagram-link:after {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 767px) {
  .instagram-5-columns .zoom-instagram-widget__items li {
    width: 33.333333333%;
    top: 0 !important;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-404-wrapper {
  text-align: center;
}
.content-404-wrapper h2 {
  font-size: 12rem;
  color: var(--g5-color-accent);
}
.content-404-wrapper h4 {
  font-size: 36px;
  color: var(--g5-color-heading);
  margin-bottom: 15px;
}
.content-404-wrapper p {
  margin-bottom: 45px;
}
.content-404-wrapper .number-404 {
  font-size: 10.125rem;
  font-weight: 700;
  letter-spacing: -0.16em;
}
.content-404-wrapper .text-404 {
  max-width: 440px;
  margin: 0 auto;
  letter-spacing: 0.4px;
}
.content-404-wrapper .search-form {
  width: 370px;
  max-width: 100%;
  margin: auto;
}
.content-404-wrapper .search-field {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  border: 2px solid #615b5a;
  font-size: 12px;
  color: #fff;
}
.content-404-wrapper .widget {
  margin-bottom: 0;
}
.content-404-wrapper .widget_search button {
  line-height: 50px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .fs-45rem-lg {
    font-size: 4.5rem !important;
  }
  .gel-col-plr-15-xl .vc_column-inner, .gel-plr-15-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .fs-35rem-md {
    font-size: 3.5rem !important;
  }
  .gel-col-plr-15-lg .vc_column-inner, .gel-plr-15-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .gel-col-plr-15-md .vc_column-inner, .gel-plr-15-md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*--------------------------------------------------------------
## Extends css
--------------------------------------------------------------*/
.entry-content:after, .comment-form:after, .widget:after {
  content: "";
  display: block;
  clear: both;
}

.text-color {
  color: var(--g5-color-text-main);
}

.accent-foreground-color {
  color: var(--g5-color-accent-foreground);
}

.disabled-color {
  color: var(--g5-color-muted);
}

.caption-color {
  color: var(--g5-color-caption);
}

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

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

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

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

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