@charset "UTF-8";
/*
Theme Name: Gello
Theme URI: https://tmrwstudio.me/gello
Author: tmrwstudio
Author URI: https://themeforest.net/user/tmrwstudio
Description: Gello is a responsive Wordpress news, blog, magazine template. The user can use by especially magazine, blog & newspaper for online.
Version: 1.2
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gello
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

.hidden {
	display: none;
}

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

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

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

.wp-block-cover {
	color: #fff;
}

/* Text Alignments */
.text-left {
	text-align: left;
	justify-content: flex-start;
}

.text-right {
	text-align: right;
	justify-content: flex-end;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

.img-hidden {
	display: none !important;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Warning */
.th90-warning a {
	text-decoration: underline !important;
}

/* Block Divider */
.block-divider {
	padding-top: var(--h_space)/2;
	padding-bottom: var(--h_space)/2;
}

.divider-inner {
	width: 100%;
	display: block;
	height: 1px;
	border-bottom: 1px solid var(--light-line-color-rgba);
	text-indent: -9999px;
	margin: 0 auto;
}

.site-dark .divider-inner {
	border-bottom-color: var(--dark-line-color-rgba);
}

:root {
	--site_width: 1110;
	--content_width: 75;
	--light-bg-color: #f7f8f9;
	--light-sec-bg-color: #ffffff;
	--light-text-color-color: #202124;
	--light-text-color-alpha: 1;
	--light-text-color-rgba: rgba(32,33,36,1);
	--light-text-color-heavier-color: #000000;
	--light-text-color-heavier-alpha: 1;
	--light-text-color-heavier-rgba: rgba(0,0,0,1);
	--light-text-color-lighter-color: #999999;
	--light-text-color-lighter-alpha: 1;
	--light-text-color-lighter-rgba: rgba(153,153,153,1);
	--light-line-color-color: #efefef;
	--light-line-color-alpha: 1;
	--light-line-color-rgba: rgba(239,239,239,1);
	--dark-bg-color: #252d4b;
	--dark-sec-bg-color: #1c2339;
	--dark-text-color-color: #ffffff;
	--dark-text-color-alpha: 0.8;
	--dark-text-color-rgba: rgba(255,255,255,0.8);
	--dark-text-color-heavier-color: #ffffff;
	--dark-text-color-heavier-alpha: 1;
	--dark-text-color-heavier-rgba: rgba(255,255,255,1);
	--dark-text-color-lighter-color: #ffffff;
	--dark-text-color-lighter-alpha: 0.6;
	--dark-text-color-lighter-rgba: rgba(255,255,255,0.6);
	--dark-line-color-color: #ffffff;
	--dark-line-color-alpha: 0.05;
	--dark-line-color-rgba: rgba(255,255,255,0.05);
	--color-accent: #9932cc;
	--color-accent-text: #ffffff;
	--primary_text-font-family: Poppins;
	--primary_text-font-weight: 400;
	--primary_text-font-size: 14px;
	--primary_text-line-height: 1.6;
	--primary_text-letter-spacing: 0;
	--second_text-font-family: Poppins;
	--second_text-font-weight: 400;
	--second_text-text-transform: none;
	--second_text-font-size: 12px;
	--second_text-line-height: 1.5;
	--second_text-letter-spacing: 0;
	--font_heading-font-family: Poppins;
	--font_heading-font-weight: 600;
	--font_heading-line-height: 1.5;
	--h1_desktop-font-size: 32px;
	--h2_desktop-font-size: 27px;
	--h3_desktop-font-size: 23px;
	--h4_desktop-font-size: 19px;
	--h5_desktop-font-size: 16px;
	--h6_desktop-font-size: 14px;
	--h1_tablet-font-size: 29px;
	--h2_tablet-font-size: 25px;
	--h3_tablet-font-size: 21px;
	--h4_tablet-font-size: 17px;
	--h5_tablet-font-size: 15px;
	--h6_tablet-font-size: 13px;
	--h1_mobile-font-size: 29px;
	--h2_mobile-font-size: 25px;
	--h3_mobile-font-size: 21px;
	--h4_mobile-font-size: 17px;
	--h5_mobile-font-size: 15px;
	--h6_mobile-font-size: 13px;
	--logo_svg_width-width: 79px;
	--logo_svg_width-units: px;
	--logo_mobile_svg_width-width: 68px;
	--logo_mobile_svg_width-units: px;
	--reading_indicator_height: 5;
	--offcanvas_width-width: 300px;
	--offcanvas_width-units: px;
	--logo_offcanvas_svg_width-width: 80px;
	--logo_offcanvas_svg_width-units: px;
	--site_width_amp: 1024;
	--primary_space: 30px;
	--h_space: 35px;
	--v_space: 30px;
	--line-size: 1px;
	--box-line-size: 1px;
	--btn-line-size: 1px;
	--box-radius: 1px;
	--button-radius: 10px;
	--box-padding: 15px;
	--box-padding-small: 10px;
	--shadow-size: 0;
	--loader-size: 36px;
	--loader-size_small: 24px;
	--container-default-padding-top: 0;
	--container-default-padding-bottom: 0;
	--container-default-padding-left: 0;
	--container-default-padding-right: 0;
	--gallery-block--gutter-size: 15px;
}

@media screen and (max-width: 1024px) {
	:root {
		--primary_space: 20px;
	}
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: var(--primary_text-font-size);
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.button {
	margin: 0 0 12px;
}

.button:last-child {
	margin-bottom: 0;
}

.wp-block-archives,
.wp-block-archives-list,
.wp-block-archives-dropdown,
.wp-block-calendar,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-rss,
.gallery,
.wp-block-audio,
.wp-block-button,
.wp-block-columns,
.wp-block-cover,
.wp-block-embed,
.wp-block-gallery,
.wp-block-gallery:not(.has-nested-images),
.wp-block-group,
.wp-block-image,
.wp-block-media-text,
.wp-block-video,
.wp-block-pullquote,
.wp-block-table,
.wp-caption,
address,
blockquote,
dl,
fieldset,
figure,
form,
ol,
p,
pre,
button,
input,
select,
textarea,
form p,
ul:not(.blocks-gallery-grid),
table {
	margin-top: 0;
	margin-bottom: 35px;
}

.wp-block-archives:last-child,
.wp-block-archives-list:last-child,
.wp-block-archives-dropdown:last-child,
.wp-block-calendar:last-child,
.wp-block-categories:last-child,
.wp-block-latest-comments:last-child,
.wp-block-latest-posts:last-child,
.wp-block-search:last-child,
.wp-block-tag-cloud:last-child,
.wp-block-rss:last-child,
.gallery:last-child,
.wp-block-audio:last-child,
.wp-block-button:last-child,
.wp-block-columns:last-child,
.wp-block-cover:last-child,
.wp-block-embed:last-child,
.wp-block-gallery:last-child,
.wp-block-gallery:not(.has-nested-images):last-child,
.wp-block-group:last-child,
.wp-block-image:last-child,
.wp-block-media-text:last-child,
.wp-block-video:last-child,
.wp-block-pullquote:last-child,
.wp-block-table:last-child,
.wp-caption:last-child,
address:last-child,
blockquote:last-child,
dl:last-child,
fieldset:last-child,
figure:last-child,
form:last-child,
ol:last-child,
p:last-child,
pre:last-child,
button:last-child,
input:last-child,
select:last-child,
textarea:last-child,
form p:last-child,
ul:not(.blocks-gallery-grid):last-child,
table:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 25px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.wp-block-gallery.alignleft,
.wp-block-image .alignleft,
.wp-block[data-align=left] > * {
	float: left;
	margin-right: 30px;
	margin-top: 0.5em;
	margin-left: 0;
	max-width: 50%;
	text-align: left;
}

.alignright,
.wp-block-gallery.alignright,
.wp-block-image .alignright,
.wp-block[data-align=right] > * {
	float: right;
	margin-left: 30px;
	margin-top: 0.5em;
	margin-right: 0;
	max-width: 50%;
	text-align: right;
}

.aligncenter,
.wp-block-gallery.aligncenter > *,
.wp-block[data-align=center] {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft.wp-block-cover, .alignleft.wp-block-cover-image, .alignleft.wp-block-pullquote,
.alignright.wp-block-cover,
.alignright.wp-block-cover-image,
.alignright.wp-block-pullquote,
.wp-block[data-align=left] > *.wp-block-cover,
.wp-block[data-align=left] > *.wp-block-cover-image,
.wp-block[data-align=left] > *.wp-block-pullquote,
.wp-block[data-align=right] > *.wp-block-cover,
.wp-block[data-align=right] > *.wp-block-cover-image,
.wp-block[data-align=right] > *.wp-block-pullquote {
	width: 50%;
	max-width: 50%;
}

@media screen and (max-width: 576px) {
	.alignleft.wp-block-cover, .alignleft.wp-block-cover-image, .alignleft.wp-block-pullquote,
	.alignright.wp-block-cover,
	.alignright.wp-block-cover-image,
	.alignright.wp-block-pullquote,
	.wp-block[data-align=left] > *.wp-block-cover,
	.wp-block[data-align=left] > *.wp-block-cover-image,
	.wp-block[data-align=left] > *.wp-block-pullquote,
	.wp-block[data-align=right] > *.wp-block-cover,
	.wp-block[data-align=right] > *.wp-block-cover-image,
	.wp-block[data-align=right] > *.wp-block-pullquote {
		width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
	}
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: var(--primary_text-font-family);
	font-weight: var(--primary_text-font-weight);
	font-style: var(--primary_text-font-style);
	font-size: var(--primary_text-font-size);
	letter-spacing: var(--primary_text-letter-spacing);
	line-height: var(--primary_text-line-height);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: var(--light-text-color-rgba);
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	word-break: normal;
	overflow-wrap: anywhere;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font_heading-font-family);
	font-weight: var(--font_heading-font-weight);
	font-style: var(--font_heading-font-style);
	text-transform: var(--font_heading-text-transform);
	line-height: var(--font_heading-line-height);
	letter-spacing: var(--font_heading-letter-spacing);
	color: var(--light-text-color-heavier-rgba);
	padding: 0;
}

.bg-dark .h1, .bg-dark
.h2, .bg-dark
.h3, .bg-dark
.h4, .bg-dark
.h5, .bg-dark
.h6, .bg-dark
h1, .bg-dark
h2, .bg-dark
h3, .bg-dark
h4, .bg-dark
h5, .bg-dark
h6 {
	color: var(--dark-text-color-heavier-rgba);
}

.h1,
h1 {
	font-weight: 700;
}

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
	.h1,
	h1 {
		font-size: var(--h1_tablet-font-size);
	}
	.h2,
	h2 {
		font-size: var(--h2_tablet-font-size);
	}
	.h3,
	h3 {
		font-size: var(--h3_tablet-font-size);
	}
	.h4,
	h4 {
		font-size: var(--h4_tablet-font-size);
	}
	.h5,
	h5 {
		font-size: var(--h5_tablet-font-size);
	}
	.h6,
	h6 {
		font-size: var(--h6_tablet-font-size);
	}
}

@media screen and (max-width: 767px) {
	.h1,
	h1 {
		font-size: var(--h1_mobile-font-size);
	}
	.h2,
	h2 {
		font-size: var(--h2_mobile-font-size);
	}
	.h3,
	h3 {
		font-size: var(--h3_mobile-font-size);
	}
	.h4,
	h4 {
		font-size: var(--h4_mobile-font-size);
	}
	.h5,
	h5 {
		font-size: var(--h5_mobile-font-size);
	}
	.h6,
	h6 {
		font-size: var(--h6_mobile-font-size);
	}
}

p {
	padding: 0;
}

p:empty {
	display: none;
}

p.has-background {
	padding: var(--box-padding);
}

strong {
	font-weight: 600;
}

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

address {
	font-style: normal;
}

pre,
pre.wp-block-verse {
	font-size: 14px;
	font-family: "Courier 10 Pitch", Courier, monospace;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	border: none;
	line-height: 2;
	border: 1px solid var(--light-line-color-rgba);
}

.bg-dark pre, .bg-dark
pre.wp-block-verse {
	border-color: var(--dark-line-color-rgba);
}

code,
kbd,
tt,
var {
	font-size: 1em;
	font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

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

ins,
mark {
	background: yellow;
	text-decoration: none;
}

big {
	font-size: 125%;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

:focus {
	outline: none;
}

.site ::selection {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
}

.has-drop-cap:not(:focus)::first-letter {
	float: left;
	font-size: 5.2em;
	margin: 0.15em 0.2em 0 0;
	text-transform: uppercase;
	font-style: normal;
	color: var(--light-text-color-heavier-rgba);
	font-weight: 500;
}

.bg-dark .has-drop-cap:not(:focus)::first-letter {
	color: var(--dark-text-color-heavier-rgba);
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}

.icon-svg {
	display: inline-flex;
	width: 1em;
	height: 1em;
	box-sizing: content-box;
}

.icon-svg svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

blockquote {
	quotes: "“" "”" "‘" "’";
	position: relative;
	font-size: 1.8em;
	line-height: 1.5;
	position: relative;
	margin-bottom: 35px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	padding-left: 1.4em;
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark blockquote {
	color: var(--dark-text-color-heavier-rgba);
}

blockquote::before {
	content: open-quote;
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0.1em;
}

blockquote::after {
	content: no-close-quote !important;
}

blockquote > p:last-of-type {
	margin-bottom: 0;
}

blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
	font-size: 1rem !important;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin-top: 20px;
	letter-spacing: normal;
	font-family: var(--primary_text-font-family);
	display: block;
	position: relative;
	padding-left: 30px;
}

blockquote .wp-block-pullquote__citation:before,
blockquote .wp-block-quote__citation:before,
blockquote cite:before,
blockquote footer:before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
}

blockquote.has-text-align-center,
.has-text-align-center blockquote {
	padding-left: 1.4em;
	padding-right: 1.4em;
}

blockquote.has-text-align-center .wp-block-pullquote__citation,
blockquote.has-text-align-center .wp-block-quote__citation,
blockquote.has-text-align-center cite,
blockquote.has-text-align-center footer,
.has-text-align-center blockquote .wp-block-pullquote__citation,
.has-text-align-center blockquote .wp-block-quote__citation,
.has-text-align-center blockquote cite,
.has-text-align-center blockquote footer {
	padding-left: 0;
	padding-right: 0;
}

blockquote.has-text-align-center .wp-block-pullquote__citation:before,
blockquote.has-text-align-center .wp-block-quote__citation:before,
blockquote.has-text-align-center cite:before,
blockquote.has-text-align-center footer:before,
.has-text-align-center blockquote .wp-block-pullquote__citation:before,
.has-text-align-center blockquote .wp-block-quote__citation:before,
.has-text-align-center blockquote cite:before,
.has-text-align-center blockquote footer:before {
	display: none;
}

blockquote.has-text-align-right,
.has-text-align-right blockquote {
	padding-left: 0;
	padding-right: 1.4em;
}

blockquote.has-text-align-right::before,
.has-text-align-right blockquote::before {
	left: auto;
	right: 0;
}

blockquote.has-text-align-right.has-background,
.has-text-align-right blockquote.has-background {
	padding-top: var(--box-padding);
	padding-bottom: var(--box-padding);
	padding-left: var(--box-padding);
	padding-right: calc(var(--box-padding) + 1.4em);
}

blockquote.has-text-align-right.has-background::before,
.has-text-align-right blockquote.has-background::before {
	left: auto;
	right: var(--box-padding);
}

blockquote.has-text-align-right .wp-block-pullquote__citation,
blockquote.has-text-align-right .wp-block-quote__citation,
blockquote.has-text-align-right cite,
blockquote.has-text-align-right footer,
.has-text-align-right blockquote .wp-block-pullquote__citation,
.has-text-align-right blockquote .wp-block-quote__citation,
.has-text-align-right blockquote cite,
.has-text-align-right blockquote footer {
	padding-left: 0;
	padding-right: 30px;
}

blockquote.has-text-align-right .wp-block-pullquote__citation:before,
blockquote.has-text-align-right .wp-block-quote__citation:before,
blockquote.has-text-align-right cite:before,
blockquote.has-text-align-right footer:before,
.has-text-align-right blockquote .wp-block-pullquote__citation:before,
.has-text-align-right blockquote .wp-block-quote__citation:before,
.has-text-align-right blockquote cite:before,
.has-text-align-right blockquote footer:before {
	left: auto;
	right: 0;
}

.wp-block-quote {
	border-left: none;
	border-right: none;
}

.wp-block-quote p {
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.has-background {
	padding-top: var(--box-padding);
	padding-bottom: var(--box-padding);
	padding-left: calc(var(--box-padding) + 1.4em);
	padding-right: var(--box-padding);
}

.wp-block-quote.has-background::before {
	top: calc(var(--box-padding) + 0.1em);
	left: var(--box-padding);
}

.wp-block-quote.is-style-plain {
	padding: 0 30px;
	border-left: 4px solid var(--color-accent);
}

.wp-block-quote.is-style-plain::before {
	display: none;
}

.wp-block-quote.is-style-plain.has-background {
	padding: var(--box-padding);
}

.wp-block-quote.is-style-plain.has-text-align-center {
	border-right: 4px solid var(--color-accent);
}

.wp-block-quote.is-style-plain.has-text-align-right {
	border-left: 0;
	border-right: 4px solid var(--color-accent);
}

.wp-block-pullquote {
	border-left: none;
	border-right: none;
	padding: 0;
	border: none;
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark .wp-block-pullquote {
	color: var(--dark-text-color-heavier-rgba);
}

.wp-block-pullquote blockquote {
	margin: 0;
	color: inherit !important;
}

.wp-block-pullquote p {
	font-size: inherit !important;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-pullquote.has-background {
	color: inherit;
	padding: var(--box-padding);
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p,
.wp-block[data-align=left] > .wp-block-pullquote p,
.wp-block[data-align=right] > .wp-block-pullquote p {
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
	max-width: 100%;
}

.wp-block-pullquote.has-text-align-center {
	text-align: center !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="range"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input:not([type]),
select,
textarea {
	box-shadow: none;
	box-sizing: inherit;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	line-height: inherit;
	max-width: 100%;
	width: 100%;
	border-radius: 0;
	display: block;
	float: none;
	padding: 6px 15px;
	height: 46px;
	color: inherit;
	transition: all 0.2s linear;
	background-color: transparent;
	border-radius: var(--button-radius);
	border: var(--btn-line-size) solid var(--light-line-color-rgba);
	color: var(--light-text-color-rgba);
}

.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single, .bg-dark
input[type="email"], .bg-dark
input[type="number"], .bg-dark
input[type="password"], .bg-dark
input[type="search"], .bg-dark
input[type="tel"], .bg-dark
input[type="range"], .bg-dark
input[type="text"], .bg-dark
input[type="url"], .bg-dark
input[type="color"], .bg-dark
input[type="date"], .bg-dark
input[type="month"], .bg-dark
input[type="week"], .bg-dark
input[type="time"], .bg-dark
input[type="datetime"], .bg-dark
input[type="datetime-local"], .bg-dark
input:not([type]), .bg-dark
select, .bg-dark
textarea {
	border: var(--btn-line-size) solid var(--dark-line-color-rgba);
	color: var(--dark-text-color-rgba);
}

.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input:not([type])::placeholder,
select::placeholder,
textarea::placeholder {
	color: var(--light-text-color-rgba);
	opacity: 0.6;
}

.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::placeholder, .bg-dark
input[type="email"]::placeholder, .bg-dark
input[type="number"]::placeholder, .bg-dark
input[type="password"]::placeholder, .bg-dark
input[type="search"]::placeholder, .bg-dark
input[type="tel"]::placeholder, .bg-dark
input[type="range"]::placeholder, .bg-dark
input[type="text"]::placeholder, .bg-dark
input[type="url"]::placeholder, .bg-dark
input[type="color"]::placeholder, .bg-dark
input[type="date"]::placeholder, .bg-dark
input[type="month"]::placeholder, .bg-dark
input[type="week"]::placeholder, .bg-dark
input[type="time"]::placeholder, .bg-dark
input[type="datetime"]::placeholder, .bg-dark
input[type="datetime-local"]::placeholder, .bg-dark
input:not([type])::placeholder, .bg-dark
select::placeholder, .bg-dark
textarea::placeholder {
	color: var(--dark-text-color-rgba);
}

.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-webkit-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="text"]:-webkit-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input:not([type]):-webkit-input-placeholder,
select:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
	color: var(--light-text-color-rgba);
	opacity: 0.6;
}

.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-webkit-input-placeholder, .bg-dark
input[type="email"]:-webkit-input-placeholder, .bg-dark
input[type="number"]:-webkit-input-placeholder, .bg-dark
input[type="password"]:-webkit-input-placeholder, .bg-dark
input[type="search"]:-webkit-input-placeholder, .bg-dark
input[type="tel"]:-webkit-input-placeholder, .bg-dark
input[type="range"]:-webkit-input-placeholder, .bg-dark
input[type="text"]:-webkit-input-placeholder, .bg-dark
input[type="url"]:-webkit-input-placeholder, .bg-dark
input[type="color"]:-webkit-input-placeholder, .bg-dark
input[type="date"]:-webkit-input-placeholder, .bg-dark
input[type="month"]:-webkit-input-placeholder, .bg-dark
input[type="week"]:-webkit-input-placeholder, .bg-dark
input[type="time"]:-webkit-input-placeholder, .bg-dark
input[type="datetime"]:-webkit-input-placeholder, .bg-dark
input[type="datetime-local"]:-webkit-input-placeholder, .bg-dark
input:not([type]):-webkit-input-placeholder, .bg-dark
select:-webkit-input-placeholder, .bg-dark
textarea:-webkit-input-placeholder {
	color: var(--dark-text-color-rgba);
}

.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input:not([type]):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: var(--light-text-color-rgba);
	opacity: 0.6;
}

.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-moz-placeholder, .bg-dark
input[type="email"]:-moz-placeholder, .bg-dark
input[type="number"]:-moz-placeholder, .bg-dark
input[type="password"]:-moz-placeholder, .bg-dark
input[type="search"]:-moz-placeholder, .bg-dark
input[type="tel"]:-moz-placeholder, .bg-dark
input[type="range"]:-moz-placeholder, .bg-dark
input[type="text"]:-moz-placeholder, .bg-dark
input[type="url"]:-moz-placeholder, .bg-dark
input[type="color"]:-moz-placeholder, .bg-dark
input[type="date"]:-moz-placeholder, .bg-dark
input[type="month"]:-moz-placeholder, .bg-dark
input[type="week"]:-moz-placeholder, .bg-dark
input[type="time"]:-moz-placeholder, .bg-dark
input[type="datetime"]:-moz-placeholder, .bg-dark
input[type="datetime-local"]:-moz-placeholder, .bg-dark
input:not([type]):-moz-placeholder, .bg-dark
select:-moz-placeholder, .bg-dark
textarea:-moz-placeholder {
	color: var(--dark-text-color-rgba);
}

.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input:not([type])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--light-text-color-rgba);
	opacity: 0.6;
}

.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single::-moz-placeholder, .bg-dark
input[type="email"]::-moz-placeholder, .bg-dark
input[type="number"]::-moz-placeholder, .bg-dark
input[type="password"]::-moz-placeholder, .bg-dark
input[type="search"]::-moz-placeholder, .bg-dark
input[type="tel"]::-moz-placeholder, .bg-dark
input[type="range"]::-moz-placeholder, .bg-dark
input[type="text"]::-moz-placeholder, .bg-dark
input[type="url"]::-moz-placeholder, .bg-dark
input[type="color"]::-moz-placeholder, .bg-dark
input[type="date"]::-moz-placeholder, .bg-dark
input[type="month"]::-moz-placeholder, .bg-dark
input[type="week"]::-moz-placeholder, .bg-dark
input[type="time"]::-moz-placeholder, .bg-dark
input[type="datetime"]::-moz-placeholder, .bg-dark
input[type="datetime-local"]::-moz-placeholder, .bg-dark
input:not([type])::-moz-placeholder, .bg-dark
select::-moz-placeholder, .bg-dark
textarea::-moz-placeholder {
	color: var(--dark-text-color-rgba);
}

.woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--light-text-color-rgba);
	opacity: 0.6;
}

.bg-dark .woocommerce form .form-row .select2-container.select2-container--default .select2-selection--single:-ms-input-placeholder, .bg-dark
input[type="email"]:-ms-input-placeholder, .bg-dark
input[type="number"]:-ms-input-placeholder, .bg-dark
input[type="password"]:-ms-input-placeholder, .bg-dark
input[type="search"]:-ms-input-placeholder, .bg-dark
input[type="tel"]:-ms-input-placeholder, .bg-dark
input[type="range"]:-ms-input-placeholder, .bg-dark
input[type="text"]:-ms-input-placeholder, .bg-dark
input[type="url"]:-ms-input-placeholder, .bg-dark
input[type="color"]:-ms-input-placeholder, .bg-dark
input[type="date"]:-ms-input-placeholder, .bg-dark
input[type="month"]:-ms-input-placeholder, .bg-dark
input[type="week"]:-ms-input-placeholder, .bg-dark
input[type="time"]:-ms-input-placeholder, .bg-dark
input[type="datetime"]:-ms-input-placeholder, .bg-dark
input[type="datetime-local"]:-ms-input-placeholder, .bg-dark
input:not([type]):-ms-input-placeholder, .bg-dark
select:-ms-input-placeholder, .bg-dark
textarea:-ms-input-placeholder {
	color: var(--dark-text-color-rgba);
}

form p:last-of-type {
	margin-bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	border: none;
	background-color: transparent;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
	display: inline-block;
	margin-bottom: 0;
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark input[type="checkbox"] + *, .bg-dark
input[type="radio"] + * {
	color: var(--dark-text-color-lighter-rgba);
}

input[type="checkbox"] + * a,
input[type="radio"] + * a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark input[type="checkbox"] + * a, .bg-dark
input[type="radio"] + * a {
	color: var(--dark-text-color-lighter-rgba);
}

input[type="radio"] {
	border-radius: 50%;
}

select {
	max-width: 100%;
	text-transform: none;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 16L6 10H18L12 16Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	padding-right: 35px;
}

.bg-dark select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 16L6 10H18L12 16Z'%3E%3C/path%3E%3C/svg%3E");
}

textarea {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

input:disabled,
select:disabled,
textarea:disabled {
	cursor: not-allowed;
	opacity: 0.8;
}

input:last-of-type,
select:last-of-type,
textarea:last-of-type {
	margin-bottom: 0;
}

label {
	display: block;
	text-transform: none;
	margin-bottom: 0.5em;
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark label {
	color: var(--dark-text-color-heavier-rgba);
}

legend {
	font-family: var(--font_heading-font-family);
	font-weight: var(--font_heading-font-weight);
	font-style: var(--font_heading-font-style);
	text-transform: var(--font_heading-text-transform);
	line-height: var(--font_heading-line-height);
	letter-spacing: var(--font_heading-letter-spacing);
	display: block;
	font-size: 1.5em;
	margin-bottom: 12px;
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark legend {
	color: var(--dark-text-color-heavier-rgba);
}

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

.required {
	color: red;
}

.form-group {
	width: 100%;
	float: left;
}

.label-inline {
	display: inline-block;
	font-weight: normal;
	margin-right: 0.5em;
}

.label-inline:last-child {
	margin-right: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*--------------------------------------------------------------
# Separator
--------------------------------------------------------------*/
.wp-block-separator,
hr {
	border: 0;
	margin-bottom: 35px;
	margin-top: 35px;
	text-align: left;
	border-bottom: var(--line-size) solid var(--light-line-color-rgba);
}

.bg-dark .wp-block-separator, .bg-dark
hr {
	border-bottom: var(--line-size) solid var(--dark-line-color-rgba);
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
	border-bottom-width: calc(var(--line-size) * 2);
}

.wp-block-separator.is-style-dots,
hr.is-style-dots {
	border-bottom: var(--line-size) dotted var(--light-line-color-rgba);
}

.bg-dark .wp-block-separator.is-style-dots, .bg-dark
hr.is-style-dots {
	border-bottom: var(--line-size) dotted var(--dark-line-color-rgba);
}

.wp-block-separator.is-style-dots::before,
hr.is-style-dots::before {
	display: none;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ol li,
ul li {
	margin: 0 0 12px;
}

ol li:last-child,
ul li:last-child {
	margin-bottom: 0;
}

li > ol:not(.wp-block-gallery),
li > ul:not(.wp-block-gallery) {
	margin-bottom: 0;
	margin-top: 12px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 1.5em;
}

dd,
dt {
	margin: 0 0 12px;
}

dd:last-child,
dt:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.wp-block-table table,
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	max-width: 100%;
	width: 100%;
}

.bg-dark .wp-block-table table, .bg-dark
table {
	border-color: var(--dark-line-color-rgba);
}

td,
th,
.wp-block-table td,
.wp-block-table th {
	text-align: left;
	border: 0;
	border-bottom: var(--line-size) solid var(--light-line-color-rgba);
	margin: 0;
	overflow: visible;
	padding: 15px;
}

.bg-dark td, .bg-dark
th, .bg-dark
.wp-block-table td, .bg-dark
.wp-block-table th {
	border-color: var(--dark-line-color-rgba);
}

thead,
.wp-block-table thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th,
.wp-block-table th {
	font-weight: 700;
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark th, .bg-dark
.wp-block-table th {
	color: var(--dark-text-color-heavier-rgba);
}

.wp-block-table thead {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--light-sec-bg-color);
}

.bg-dark .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--dark-sec-bg-color);
}

.wp-block-table.is-style-stripes figcaption {
	margin-top: 0;
	padding-top: 0.5em;
	border-top: var(--line-size) solid var(--light-line-color-rgba);
}

.bg-dark .wp-block-table.is-style-stripes figcaption {
	border-color: var(--dark-line-color-rgba);
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.is-link,
.wp-block-freeform.block-library-rich-text__tinymce a,
a {
	color: var(--light-text-color-heavier-rgba);
	transition: all 0.25s linear;
	cursor: pointer;
	text-decoration: none;
}

.bg-dark .is-link, .bg-dark
.wp-block-freeform.block-library-rich-text__tinymce a, .bg-dark
a {
	color: var(--dark-text-color-heavier-rgba);
}

.is-link.active, .is-link:active, .is-link:hover,
.wp-block-freeform.block-library-rich-text__tinymce a.active,
.wp-block-freeform.block-library-rich-text__tinymce a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
a.active,
a:active,
a:hover {
	outline: 0;
	color: var(--color-accent);
}

.wp-block-button__link {
	font-size: 1em;
	text-decoration: none !important;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	position: relative;
	outline: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 46px;
	line-height: calc(46px - (var(--btn-line-size) * 2));
	padding: 0 1.6em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: var(--btn-line-size) solid;
	border-radius: var(--button-radius);
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s linear;
	background-color: var(--light-line-color-rgba);
	color: var(--light-text-color-heavier-rgba);
	border-color: var(--light-line-color-rgba);
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	box-shadow: none !important;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	color: var(--color-accent);
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

.bg-dark .button, .bg-dark
button, .bg-dark
input[type='button'], .bg-dark
input[type='reset'], .bg-dark
input[type='submit'] {
	background-color: var(--dark-line-color-rgba);
	color: var(--dark-text-color-heavier-rgba);
	border-color: var(--dark-line-color-rgba);
}

.bg-dark .button:hover, .bg-dark
button:hover, .bg-dark
input[type='button']:hover, .bg-dark
input[type='reset']:hover, .bg-dark
input[type='submit']:hover {
	color: var(--color-accent);
}

.s-front .button.btn-default {
	background-color: var(--light-line-color-rgba);
	color: var(--light-text-color-heavier-rgba);
	border-color: var(--light-line-color-rgba);
}

.s-front .button.btn-default:hover {
	color: var(--color-accent);
}

.s-front .button .icon-svg {
	font-size: 14px;
}

.s-front .button.btn-tiny {
	font-size: 11px;
	height: 30px;
	line-height: calc(30px - (var(--btn-line-size) * 2));
}

.s-front .button.btn-tiny .icon-svg {
	font-size: 12px;
}

.s-front .button.btn-small {
	font-size: 12px;
	height: 38px;
	line-height: calc(38px - (var(--btn-line-size) * 2));
}

.s-front .button.btn-small .icon-svg {
	font-size: 12px;
}

.s-front .button.btn-large {
	height: 56px;
	line-height: calc(56px - (var(--btn-line-size) * 2));
}

.s-front .button.btn-large .icon-svg {
	font-size: 16px;
}

.s-front .button.btn-accent {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.s-front .button.btn-accent:hover {
	color: var(--color-accent-text);
}

.s-front .button.btn-white {
	background-color: var(--light-line-color-rgba);
	color: var(--light-text-color-heavier-rgba);
	border-color: var(--light-line-color-rgba);
}

.s-front .button.btn-white:hover {
	color: var(--color-accent);
}

.s-front .button.btn-black {
	background-color: var(--dark-bg-color);
	color: var(--dark-text-color-heavier-rgba);
	border-color: var(--dark-bg-color);
}

.s-front .button.btn-black:hover {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.s-front .button.btn-black:hover:hover {
	color: var(--color-accent-text);
}

.s-front .button.btn-text {
	width: auto;
	height: auto;
	line-height: inherit;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: var(--light-text-color-heavier-rgba);
}

.s-front .button.btn-text:hover {
	color: var(--color-accent);
}

.s-front .button.btn-text_color {
	width: auto;
	height: auto;
	line-height: inherit;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: var(--color-accent);
}

.s-front .button.btn-text_color:hover {
	color: var(--color-accent);
}

.s-front .button.btn-content_icon {
	padding: 0;
	margin-bottom: 0;
	overflow: visible;
	width: 46px;
}

.s-front .button.btn-content_icon.btn-tiny {
	width: 30px;
}

.s-front .button.btn-content_icon.btn-small {
	width: 38px;
}

.s-front .button.btn-content_icon.btn-large {
	width: 56px;
}

.s-front .button.btn-content_icon.btn-text, .s-front .button.btn-content_icon.btn-text_color {
	height: auto;
	width: auto;
}

.s-front .button.icon-right {
	flex-direction: row-reverse;
}

.s-front .bg-dark .button.btn-default, .s-front .bg-dark .button.btn-white,
.s-front.site-dark .button.btn-default,
.s-front.site-dark .button.btn-white {
	background-color: var(--dark-line-color-rgba);
	color: var(--dark-text-color-heavier-rgba);
	border-color: var(--dark-line-color-rgba);
}

.s-front .bg-dark .button.btn-default:hover, .s-front .bg-dark .button.btn-white:hover,
.s-front.site-dark .button.btn-default:hover,
.s-front.site-dark .button.btn-white:hover {
	color: var(--color-accent);
}

.s-front .bg-dark .button.btn-black,
.s-front.site-dark .button.btn-black {
	background-color: var(--light-bg-color);
	color: var(--light-text-color-heavier-rgba);
	border-color: var(--light-bg-color);
}

.s-front .bg-dark .button.btn-black:hover,
.s-front.site-dark .button.btn-black:hover {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.s-front .bg-dark .button.btn-black:hover:hover,
.s-front.site-dark .button.btn-black:hover:hover {
	color: var(--color-accent-text);
}

.s-front .bg-dark .button.btn-text,
.s-front.site-dark .button.btn-text {
	color: var(--dark-text-color-heavier-rgba);
}

.s-front .bg-dark .button.btn-text:hover,
.s-front.site-dark .button.btn-text:hover {
	color: var(--color-accent);
}

.btn-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.article-content a.wp-block-button__link {
	text-decoration: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.btn-cart {
	margin-bottom: 0;
	display: block;
}

.skin-trigger {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Trigger Button
--------------------------------------------------------------*/
.trigger-wrap {
	display: flex;
}

.menu-icon {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	padding: 1.4px;
}

.menu-icon i {
	border: 0 solid currentColor;
	box-shadow: 0 0 0 1.4px currentColor;
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 1px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

img,
video {
	display: block;
	height: auto;
	max-width: 100%;
}

audio {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

iframe {
	border: 0;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

/* Gallery */
.gallery {
	display: flex;
	flex-flow: row wrap;
}

.gallery-item {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
	margin: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery-columns-7 .gallery-item {
	max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery-columns-8 .gallery-item {
	max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery-columns-9 .gallery-item {
	max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery-item:last-of-type {
	padding-right: 0;
}

.gallery-item .gallery-caption {
	margin-top: 0.5em;
	margin-bottom: 0;
}

.simple-gallery {
	margin-bottom: 30px;
}

.simple-gallery:last-child {
	margin-bottom: 0;
}

/* Lazyload */
.lazy-no-placeholder .lazyloaded {
	opacity: 1;
}

.lazy-no-placeholder .lazyload, .lazy-no-placeholder
.lazyloading {
	opacity: 0;
}

.lazy-is-placeholder .lazyload, .lazy-is-placeholder
.lazyloading {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transition: 0.25s -webkit-filter linear;
	transition: 0.25s -webkit-filter linear;
	transition: 0.25s filter linear;
	transition: 0.25s filter linear,.25s -webkit-filter linear;
}

/* Media Holder */
.media-holder > * {
	display: block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-video-shortcode {
	visibility: hidden;
}

.wp-video-shortcode.mejs-video {
	visibility: visible;
}

.thumb-container {
	position: relative;
	overflow: hidden;
	border-radius: var(--box-radius);
	transform: translateZ(0);
	transition: all 0.4s ease;
}

.thumb-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: 100% !important;
	margin-bottom: 0;
	transition: all 0.4s ease;
	object-fit: cover;
	-webkit-object-fit: cover;
	object-position: center;
	-webkit-object-position: center;
	z-index: 1;
}

.post-layout .thumb-container img:hover,
.woo-product .thumb-container img:hover {
	transform: scale(1.1);
}

.thumb-container .img-char {
	background: #666;
	color: #fff;
	font-family: var(--font_heading-font-family);
	font-weight: var(--font_heading-font-weight);
	font-style: var(--font_heading-font-style);
	text-transform: var(--font_heading-text-transform);
	line-height: var(--font_heading-line-height);
	letter-spacing: var(--font_heading-letter-spacing);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	z-index: 0;
}

.post-small-thumbnail .thumb-container .img-char {
	font-size: 30px;
}

.thumb-container.thumb-100 {
	padding-bottom: 100%;
}

.thumb-container.thumb-56 {
	padding-bottom: 56%;
}

.thumb-container.thumb-62 {
	padding-bottom: 62.5%;
}

.thumb-container.thumb-67 {
	padding-bottom: 67%;
}

.thumb-container.thumb-75 {
	padding-bottom: 75%;
}

.thumb-container.thumb-50 {
	padding-bottom: 50%;
}

.thumb-container.thumb-125 {
	padding-bottom: 125%;
}

.thumb-container.thumb-150 {
	padding-bottom: 150%;
}

.thumb-container.thumb-133 {
	padding-bottom: 133%;
}

.thumbnail-circle .thumb-container {
	border-radius: 50%;
}

.image-grayscale .thumb-container img {
	filter: grayscale(100%);
	transition: all 0.4s ease;
}

.image-grayscale .post-layout:hover .thumb-container img,
.image-grayscale .woo-product:hover .thumb-container img {
	filter: none;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	width: 100%;
}

.block-egallery-wrap {
	position: relative;
}

.instagram-galbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin: 0;
}

.block-egallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.block-egallery > * {
	width: 25%;
	padding: 0;
	display: block;
	position: relative;
}

.block-egallery > * .thumb-container {
	overflow: hidden;
	border-radius: calc(var(--box-radius) - var(--box-line-size));
}

/*--------------------------------------------------------------
# Media Captions
--------------------------------------------------------------*/
.blocks-gallery-caption,
.gallery-caption,
.wp-caption-text,
figcaption {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	text-align: center;
}

.bg-dark .blocks-gallery-caption, .bg-dark
.gallery-caption, .bg-dark
.wp-caption-text, .bg-dark
figcaption {
	color: var(--dark-text-color-lighter-rgba);
}

.blocks-gallery-caption a,
.gallery-caption a,
.wp-caption-text a,
figcaption a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .blocks-gallery-caption a, .bg-dark
.gallery-caption a, .bg-dark
.wp-caption-text a, .bg-dark
figcaption a {
	color: var(--dark-text-color-lighter-rgba);
}

.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption,
.wp-block-video figcaption {
	margin-top: 0.5em;
	margin-bottom: 0;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption, .blocks-gallery-grid
.blocks-gallery-item figcaption,
.wp-block-gallery
.blocks-gallery-item figcaption {
	padding: 1em;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.blocks-gallery-caption {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	html {
		background-image: none !important;
	}
}

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

.bg-dark.skin-change:not(.bg-custom):not(.bg-sec) {
	background-color: var(--dark-bg-color);
}

.bg-dark.skin-change.bg-el:not(.bg-inherit):not(.bg-transparent):not(.bg-sec) {
	background-color: var(--dark-bg-color);
}

.bg-dark.e-con,
.bg-dark .e-con-inner {
	border-color: var(--dark-line-color-rgba);
	transition: none;
}

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

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

.bg-light.skin-change:not(.bg-custom):not(.bg-sec) {
	background-color: var(--light-bg-color);
}

.bg-light.skin-change.bg-el:not(.bg-inherit):not(.bg-transparent):not(.bg-sec) {
	background-color: var(--light-bg-color);
}

.bg-light.e-con,
.bg-light .e-con-inner {
	border-color: var(--light-line-color-rgba);
	transition: none;
}

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

.bg-transparent {
	background-color: transparent !important;
}

.site {
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), opacity 0.7s cubic-bezier(0, 0, 0.3, 1);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site > * {
	position: relative;
}

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

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

.site .site-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.site-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-color: var(--site_bg);
}

.site-header {
	z-index: 10;
}

#elementor-preview .site-header {
	z-index: 99999;
}

.container {
	width: 100%;
	padding-left: var(--primary_space);
	padding-right: var(--primary_space);
}

.section-inner {
	width: 100%;
	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1201px) {
	.section-inner {
		max-width: calc(var(--site_width) * 1px);
	}
	.site-amp .section-inner {
		max-width: calc((var(--site_width_amp) * 1px));
	}
}

@media screen and (min-width: 1025px) {
	.site-content .section-inner {
		justify-content: center;
	}
}

@media screen and (max-width: 1024px) {
	.site-content .section-inner {
		flex-direction: column;
	}
	.site-content .section-inner > *:not(:last-child):not(:last-of-type) {
		margin-bottom: var(--h_space);
	}
}

@media screen and (min-width: 1025px) {
	.sidebar-one_column .site-content .section-inner,
	article.sidebar-one_column .section-inner {
		justify-content: center;
	}
	.sidebar-left .site-content .section-inner,
	article.sidebar-left .section-inner {
		flex-direction: row-reverse;
	}
}

.article-section .site-main,
.d-flexlist,
.elementor-widget-sidebar .elementor-widget-container,
.page-container {
	display: flex;
	flex-direction: column;
	gap: var(--h_space);
}

.site-bar,
.site-bar .theiaStickySidebar {
	display: flex;
	flex-direction: column;
}

.site-bar > .widget:not(:first-child):not(:first-of-type),
.site-bar .theiaStickySidebar > .widget:not(:first-child):not(:first-of-type) {
	margin-top: var(--h_space);
}

.site-bar,
.site-main {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.site-main {
	z-index: 1;
}

@media screen and (min-width: 1025px) {
	.site-main {
		max-width: calc(var(--content_width) * 1%);
	}
	.sidebar-full .site-main {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.site-bar {
		max-width: calc(100% - (var(--content_width) * 1%));
		padding-left: var(--primary_space);
	}
	.sidebar-left .site-bar {
		padding-right: var(--primary_space);
		padding-left: 0;
	}
}

.sidebar-full .site-bar,
.sidebar-one_column .site-bar {
	display: none;
}

/* Elementor Layout */
.elementor > .e-con-boxed,
.elementor-section-wrap > .e-con-boxed {
	padding-left: var(--primary_space);
	padding-right: var(--primary_space);
}

.offcanvas .elementor > .e-con-boxed,
.site-bar .elementor > .e-con-boxed, .offcanvas
.elementor-section-wrap > .e-con-boxed,
.site-bar
.elementor-section-wrap > .e-con-boxed {
	padding-left: var(--padding-left, 0);
	padding-right: var(--padding-right, 0);
}

.elementor .e-con,
.elementor-section-wrap .e-con {
	--padding-block-start: var(--container-default-padding-block-start, 0);
	--padding-inline-end: var(--container-default-padding-inline-end, 0);
	--padding-block-end: var(--container-default-padding-block-end, 0);
	--padding-inline-start: var(--container-default-padding-inline-start, 0);
}

/* Footer */
.footer-section {
	margin-top: var(--h_space);
}

.footer-section .section-inner {
	min-height: 70px;
	padding: 24px 0;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.footer-section .section-inner {
		justify-content: center;
		flex-direction: column-reverse;
		gap: 30px;
	}
}

.footer-section.bg-custom {
	background-color: var(--footer_bg_custom);
}

/* Sticky Sidebar */
.elementor-element .theiaStickySidebar {
	display: var(--display);
	flex-direction: var(--flex-direction);
	gap: var(--gap);
	margin-bottom: calc(var(--gap) * -1);
}

.theiaStickySidebar:after {
	display: none !important;
}

.vbox-overlay {
	--vbox-tools-color: #fff;
	--vbox-title-background: #101010;
	--vbox-title-width: 'auto';
	--vbox-title-radius: 0;
	--vbox-share-background: #101010;
	--vbox-share-width: 'auto';
	--vbox-share-radius: 0;
	--vbox-padding: 0;
}

.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vbox-overlay * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.vbox-overlay {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

.vbox-share,
.vbox-title {
	line-height: 1;
	position: fixed;
	z-index: 98;
	text-align: center;
	margin: 0 auto;
	color: var(--vbox-tools-color);
}

.vbox-title {
	font-size: 12px;
	background-color: var(--vbox-title-background);
	width: var(--vbox-title-width);
	border-radius: var(--vbox-title-radius);
	padding: 12px 54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.vbox-share {
	font-size: 24px;
	padding: 0 0.35em;
	background-color: var(--vbox-share-background);
	width: var(--vbox-share-width);
	border-radius: var(--vbox-share-radius);
}

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:active,
button.vbox-link-btn:focus,
button.vbox-link-btn:hover {
	border: none !important;
	background: 0 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	padding: 6px 12px;
	outline: 0;
	display: inline-block;
	cursor: pointer;
}

.vbox-share a {
	color: inherit !important;
	padding: 6px 12px;
	display: inline-block;
}

.vbox-share svg {
	z-index: 10;
	vertical-align: middle;
}

.vbox-close {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	padding: 6px 15px;
	color: #000;
	color: var(--vbox-tools-color);
	border: 0;
	font-size: 24px;
	display: flex;
	align-items: center;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.vbox-close:hover {
	opacity: 1;
}

.vbox-left-corner {
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	line-height: 1;
	font-size: 12px;
	z-index: 99;
	display: flex;
	align-items: center;
	color: var(--vbox-tools-color);
}

.vbox-num {
	display: inline-block;
	padding: 12px 15px;
}

.vbox-left {
	left: 0;
}

.vbox-right {
	right: 0;
}

.vbox-top {
	top: 0;
}

.vbox-bottom {
	bottom: 0;
}

.vbox-next,
.vbox-prev {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 99;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.vbox-next:hover,
.vbox-prev:hover {
	opacity: 1;
}

.vbox-next span,
.vbox-prev span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-top-color: var(--vbox-tools-color);
	border-right-color: var(--vbox-tools-color);
	text-indent: -100px;
	position: absolute;
	top: 8px;
	display: block;
}

.vbox-prev {
	left: 15px;
}

.vbox-next {
	right: 15px;
}

.vbox-prev span {
	left: 10px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.vbox-next span {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
}

.vbox-inline,
.venoratio {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.venoratio::before {
	display: block;
	padding-top: var(--vb-aspect-ratio);
	content: "";
}

.venoratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: var(--vbox-padding);
}

.venoratio-1x1 {
	--vb-aspect-ratio: 100%;
}

.venoratio-4x3 {
	--vb-aspect-ratio: calc(3 / 4 * 100%);
}

.venoratio-16x9 {
	--vb-aspect-ratio: calc(9 / 16 * 100%);
}

.venoratio-21x9 {
	--vb-aspect-ratio: calc(9 / 21 * 100%);
}

.venoratio-full {
	--vb-aspect-ratio: calc(100vh - 100px);
}

.vbox-child.vbox-inline,
.vbox-child.venoratio {
	max-width: 100%;
}

.vbox-open {
	overflow: hidden;
}

.vbox-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	z-index: 20;
	max-height: 100%;
	padding: 30px 0;
}

.vbox-content {
	opacity: 0;
}

.vbox-content {
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

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

.vbox-child {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	max-width: 100%;
	text-align: initial;
	padding: var(--vbox-padding);
}

.vbox-child img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
}

.vbox-grab .vbox-child img {
	cursor: grab;
}

.vbox-child > iframe {
	border: none !important;
}

.vbox-content.swipe-left {
	margin-left: -200px !important;
}

.vbox-content.swipe-right {
	margin-left: 200px !important;
}

.vbox-preloader {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
	opacity: 1;
	transition: opacity 0.2s;
}

.vbox-hidden {
	display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
	opacity: 0;
}

.vbox-backdrop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(-1px);
	-moz-transform: translateZ(-1px);
	-o-transform: translateZ(-1px);
	transform: translateZ(-1px);
	z-index: 0;
}

.vbox-tooltip {
	position: relative;
	display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
	visibility: hidden;
	color: #fff;
	text-align: center;
	padding: 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
	margin-bottom: 2px;
	font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
	bottom: auto;
	top: 100%;
	margin-bottom: 0;
	margin-top: 2px;
}

.vbox-tooltip-inner {
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 6px;
	font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
	visibility: visible;
	opacity: 1;
}

.vbox-overlay {
	--sk-size: 40px;
	--sk-color: #333;
}

.sk-center {
	margin: auto;
}

.sk-pulse {
	width: var(--sk-size);
	height: var(--sk-size);
	background-color: var(--sk-color);
	border-radius: 100%;
	animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.box-wrap,
.e-con.box-cont > .e-con-inner {
	position: relative;
	padding: 0 var(--box-padding);
	border-radius: var(--box-radius);
	background-color: transparent;
	border: var(--box-line-size) solid var(--light-line-color-rgba);
}

.bg-dark .box-wrap,
.bg-dark.e-con.box-cont > .e-con-inner {
	border: var(--box-line-size) solid var(--dark-line-color-rgba);
}

.box-solid .box-wrap,
.box-solid.box-wrap,
.e-con.box-cont.box-solid > .e-con-inner {
	border: 0;
	background-color: var(--light-sec-bg-color);
}

.box-solid .bg-dark .box-wrap,
.bg-dark .box-solid.box-wrap,
.bg-dark.e-con.box-cont.box-solid > .e-con-inner {
	background-color: var(--dark-sec-bg-color);
}

.box-wrap {
	padding: var(--box-padding);
}

.box-wrap .entry-featured {
	margin-bottom: 30px;
}

.article-3 .box-wrap .entry-featured {
	margin-bottom: var(--h_space);
}

.box-wrap .comment-avatar,
.box-wrap .media-holder,
.box-wrap .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: var(--box-radius);
}

.box-wrap .entry-author__avatar .avatar {
	overflow: hidden;
	border-radius: 50%;
}

.box-wrap.box-disable, .box-wrap.widget_search {
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.widget-heading {
	margin-bottom: 20px;
	display: flex;
	padding-left: 13px;
	position: relative;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.widget-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: currentColor;
	height: 70%;
	width: 4px;
}

.widget-heading .heading-elm {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 15px;
}

.widget-heading .title {
	flex-shrink: 0;
	margin-bottom: 0 !important;
}

.widget-heading .title::after {
	content: "";
	position: relative;
	left: 5px;
	width: 35px;
	height: 1px;
	background-color: currentColor;
	display: inline-block;
}

.widget-heading .viewAll {
	margin-inline-start: auto;
	font-size: 10px;
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .widget-heading .viewAll {
	color: var(--light-text-color-lighter-rgba);
}

.widget-heading.simple-heading {
	padding: 0;
}

.widget-heading.simple-heading::before {
	display: none;
}

.widget-heading.simple-heading .title::after {
	display: none;
}

.module-sorts {
	display: flex;
	align-items: center;
	gap: 12px;
}

.module-sorts a {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	font-weight: 600;
}

.bg-dark .module-sorts a {
	color: var(--dark-text-color-lighter-rgba);
}

.module-sorts a a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .module-sorts a a {
	color: var(--dark-text-color-lighter-rgba);
}

.module-sorts a.active {
	color: var(--color-accent);
}

.page-title-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	gap: 15px;
}

.page-title-wrap .widget-heading,
.page-title-wrap h1 {
	margin-bottom: 0;
}

.page-title-wrap .page-desc {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-section .section-inner {
	max-width: 100%;
	height: 77px;
	position: relative;
	justify-content: space-between;
}

.header-section .section-inner > *:not(:last-child) {
	margin-right: 30px;
}

.header-section .cart-trigger .icon-svg {
	font-size: 20px !important;
}

.header-elements {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-elements > *:not(:last-child) {
	margin-right: 15px;
}

.header-logo > *:not(:last-child) {
	margin-right: 30px;
}

/* Logo */
.logo-img {
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	user-select: none;
}

.logo-site {
	text-decoration: none;
	vertical-align: middle;
	flex-direction: column;
}

.tagline-top .logo-site {
	flex-direction: column-reverse;
}

.logo-site.logo-site-text {
	display: flex;
}

.bg-dark .logo {
	display: none;
}

.bg-light .logo {
	display: flex;
}

.bg-dark .logo_dark {
	display: flex;
}

.bg-light .logo_dark {
	display: none;
}

.logo-site-svg svg {
	width: 100%;
	max-width: var(--logo_svg_width-width);
}

.mob_header-logo .logo-site-svg svg {
	max-width: var(--logo_mobile_svg_width-width);
}

.offcanvas-logo .logo-site-svg svg {
	max-width: var(--logo_offcanvas_svg_width-width);
}

.logo-text {
	font-family: var(--font_heading-font-family);
	font-weight: var(--font_heading-font-weight);
	font-style: var(--font_heading-font-style);
	text-transform: var(--font_heading-text-transform);
	line-height: var(--font_heading-line-height);
	letter-spacing: var(--font_heading-letter-spacing);
	line-height: 1;
	font-size: 3em;
}

/*--------------------------------------------------------------
# Sticky Header
-------------------------------------------------------------- */
.sticky-header {
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	z-index: 999;
	width: 100%;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.sticky-header {
		display: none !important;
	}
}

.sticky-header.sticky-show.scroll-down.sticky-show-down, .sticky-header.sticky-show.scroll-up.sticky-show-up, .sticky-header.sticky-show.sticky-show-both {
	transform: translateY(0);
	visibility: visible;
	pointer-events: all;
}

@media screen and (min-width: 768px) {
	.admin-bar .sticky-header.sticky-show.scroll-down.sticky-show-down, .admin-bar .sticky-header.sticky-show.scroll-up.sticky-show-up, .admin-bar .sticky-header.sticky-show.sticky-show-both {
		transform: translateY(32px);
	}
}

.single-post .sticky-header .e-con-inner,
.single-post .sticky-header .elementor > .e-con-full,
.single-post .sticky-header .section-inner {
	position: relative;
}

.single-post .sticky-header .e-con-inner > *,
.single-post .sticky-header .elementor > .e-con-full > *,
.single-post .sticky-header .section-inner > * {
	transition: all 0.3s ease-in-out;
}

.single-post .sticky-header .e-con-inner > *:not(.now-read),
.single-post .sticky-header .elementor > .e-con-full > *:not(.now-read),
.single-post .sticky-header .section-inner > *:not(.now-read) {
	visibility: hidden;
	opacity: 0;
}

.single-post .sticky-header .now-read {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-post .sticky-header .now-read > *:not(:last-child) {
	margin-right: 30px;
}

.single-post .sticky-header .now-read > * {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-post .sticky-header .now-read > * .icon-svg,
.single-post .sticky-header .now-read > * .now-read-title {
	margin-right: 15px;
}

.single-post .sticky-header .e-con.box-cont > .e-con-inner .now-read {
	padding: 0 var(--box-padding);
}

.single-post .sticky-header .elementor > .e-con-full .now-read {
	width: calc(var(--site_width) * 1px);
	margin: 0 auto;
	padding: 0;
}

.single-post .sticky-header .sticky-post-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	margin: 0;
}

.single-post .sticky-header .now-read-time,
.single-post .sticky-header .now-read-title {
	flex-shrink: 0;
}

.single-post .sticky-header:hover .e-con-inner > *:not(.now-read),
.single-post .sticky-header:hover .elementor > .e-con-full > *:not(.now-read),
.single-post .sticky-header:hover .section-inner > *:not(.now-read) {
	visibility: visible;
	opacity: 1;
}

.single-post .sticky-header:hover .now-read {
	visibility: hidden;
	opacity: 0;
}

/*--------------------------------------------------------------
# Mobile Header
--------------------------------------------------------------*/
.site-header-mobile {
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
}

.mob_header-section .section-inner {
	height: 77px;
	justify-content: space-between;
	align-items: center;
}

.mob_header-section .header-elements,
.mob_header-section .header-logo {
	width: auto;
}

/*--------------------------------------------------------------
# Main Menu Nav
--------------------------------------------------------------*/
.navmain-wrap {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 9;
}

ul.nav-main {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

ul.nav-main li {
	position: relative;
	vertical-align: middle;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

ul.nav-main li a {
	font-weight: 500;
}

ul.nav-main > li {
	margin: 0;
	padding: 0;
}

ul.nav-main > li > .menu-item-space {
	position: relative;
	height: 100%;
	line-height: 1;
	width: 20px;
}

ul.nav-main > li > .menu-item-space .icon-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

ul.nav-main > li .menu-div-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

ul.nav-main > li > a {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

ul.nav-main > li > a.have-megamenu + .sub-menu {
	right: auto;
}

ul.nav-main > li > a .menu-text {
	position: relative;
	line-height: 1;
	display: flex;
	align-items: center;
}

ul.nav-main > li > a::before {
	position: absolute;
	content: '';
	height: 3px;
	background-color: var(--color-accent);
	right: 1px;
	margin: 0 auto;
	bottom: 0;
	width: calc(100% - 1px);
	transition: all 0.4s ease;
	transform: scaleX(0);
	transform-origin: top center;
}

ul.nav-main > li .parent-pointer {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
}

ul.nav-main > li .parent-pointer::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z'/%3E%3C/svg%3E");
}

ul.nav-main > li:last-child > .menu-item-space {
	display: none !important;
}

ul.nav-main > li:hover > a::before {
	transform: scaleX(1);
}

ul.nav-main ul.sub-menu {
	transform: translateY(-10px);
	transition: all 0.3s;
	pointer-events: none;
	flex-direction: column;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 150px;
	margin: 0;
	padding: 0;
	left: 0;
	background-color: var(--light-sec-bg-color);
}

.bg-dark ul.nav-main ul.sub-menu {
	background-color: var(--dark-sec-bg-color);
}

ul.nav-main ul.sub-menu.is_open {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	pointer-events: auto;
}

ul.nav-main ul.sub-menu ul.sub-menu {
	top: 0;
	left: 100%;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

ul.nav-main ul.sub-menu li {
	display: block;
}

ul.nav-main ul.sub-menu li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

ul.nav-main ul.sub-menu li > a .menu-text {
	position: relative;
}

ul.nav-main ul.sub-menu li > a .subparent-pointer {
	float: right;
	width: 16px;
	height: 16px;
}

ul.nav-main ul.sub-menu li > a .subparent-pointer::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
}

ul.nav-main ul.sub-menu li:not(:last-child) {
	border-bottom: 1px solid var(--light-line-color-rgba);
}

.bg-dark ul.nav-main ul.sub-menu li:not(:last-child) {
	border-bottom: 1px solid var(--dark-line-color-rgba);
}

ul.nav-main ul.sub-menu.mega-template {
	overflow: hidden;
	padding: 0;
	left: auto;
	border-top: 1px solid var(--light-line-color-rgba);
}

.bg-dark ul.nav-main ul.sub-menu.mega-template {
	border-top: 1px solid var(--dark-line-color-rgba);
}

ul.nav-main .menu-note {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	padding: 2px 3px;
	font-size: 10px;
	margin-left: 4px;
	line-height: 1;
}

ul.nav-main .menu-note a {
	color: var(--color-accent-text);
}

/*--------------------------------------------------------------
# Custom Lists
--------------------------------------------------------------*/
ul.custom-list {
	list-style: none;
	padding: 0;
	display: flex;
}

ul.custom-list > li {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.custom-list-inline ul.custom-list > li {
	margin-bottom: 0;
}

ul.custom-list > li:last-child {
	margin-right: 0 !important;
}

ul.custom-list > li a {
	white-space: nowrap;
}

.list-icon-yes ul.custom-list > li::before {
	content: '';
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 3px;
	width: 3px;
	background-color: var(--color-accent);
}

.custom-list-block ul.custom-list {
	flex-wrap: wrap;
}

.custom-list-block ul.custom-list > li {
	width: 100%;
	margin-right: 0 !important;
}

.custom-list-block ul.custom-list > li:last-child {
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form {
	position: relative;
	margin-bottom: 0;
	display: flex;
}

.search-form button {
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.search-form input {
	padding-right: 52px;
}

/* Popup Search */
.search-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow: hidden;
	height: 100%;
	width: 100%;
	opacity: 0.99;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: transform 0.3s;
}

.search-popup.active {
	transform: translateY(0);
}

.search-popup-wrap {
	position: relative;
	max-width: 100%;
	width: 600px;
	background-color: transparent !important;
	flex-direction: column;
	text-align: center;
	padding: 30px;
	z-index: 9;
}

.search-popup-wrap > *:not(:last-child) {
	margin-bottom: 40px;
}

.search-popup-close {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	z-index: 9;
}

.search-popup-form input[type="search"]::-webkit-search-decoration,
.search-popup-form input[type="search"]::-webkit-search-cancel-button,
.search-popup-form input[type="search"]::-webkit-search-results-button,
.search-popup-form input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.search-popup-form input {
	padding: 15px;
	background-image: linear-gradient(to top left, var(--color-accent) -2500%, #0000 300%);
	font-size: 19px;
	color: var(--color-accent) !important;
	border: 0 !important;
	font-weight: 500;
	height: auto;
}

.search-popup-form input::placeholder {
	color: var(--color-accent) !important;
	opacity: 1;
}

.search-popup-form input:-webkit-input-placeholder {
	color: var(--color-accent) !important;
	opacity: 1;
}

.search-popup-form input:-moz-placeholder {
	color: var(--color-accent) !important;
	opacity: 1;
}

.search-popup-form input::-moz-placeholder {
	color: var(--color-accent) !important;
	opacity: 1;
}

.search-popup-form input:-ms-input-placeholder {
	color: var(--color-accent) !important;
	opacity: 1;
}

.search-popup-form button .icon-svg {
	color: var(--color-accent);
}

.search-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: var(--light-bg-color);
}

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

.search-overlay.active {
	visibility: visible;
	opacity: 0.99;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.social-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.social-icons.social-circle {
	gap: 10px;
}

.text-center .social-icons {
	justify-content: center;
	align-items: center;
}

.text-right .social-icons {
	justify-content: flex-end;
	align-items: flex-end;
}

.social-icon {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	gap: 6px;
}

.social-color .social-icon {
	color: var(--color-accent);
}

.social-icon .social-text {
	font-size: 12px;
}

.social-circle .social-icon {
	width: 2.7em;
	height: 2.7em;
	border-radius: 50%;
	border: 1px solid var(--light-line-color-rgba);
}

.bg-dark .social-circle .social-icon {
	border: 1px solid var(--dark-line-color-rgba);
}

.s-front .social-btn .button.btn-content_icon .icon-svg {
	font-size: 20px;
}

/* Social Counters */
.social-counters {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.social-counter {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-counter:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--light-line-color-rgba);
}

.bg-dark .social-counter:not(:last-child) {
	border-bottom: 1px solid var(--dark-line-color-rgba);
}

.social-counter::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
}

.counter-desc {
	font-size: 13px;
	font-weight: 500;
}

.counter-desc strong {
	font-size: 11px;
	font-weight: 400;
}

.counter-inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.counter-icon.s-facebook {
	color: #062db9;
}

.counter-icon.s-twitter {
	color: #20a1eb;
}

.counter-icon.s-instagram {
	color: #fd7658;
}

.counter-icon.s-linkedin {
	color: #0b69f5;
}

.counter-icon.s-youtube {
	color: #eb2020;
}

.counter-icon.s-pinterest {
	color: #eb2020;
}

.counter-icon.s-github {
	color: #000;
}

.counter-icon.s-twitch {
	color: #830899;
}

.counter-icon.s-tiktok {
	color: #000;
}

/* Social Shares */
.social-shares {
	gap: 20px;
}

.social-shares .collapse {
	display: none;
}

.social-shares .collapse.show {
	display: flex;
}

.social-shares .social-more {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6Z'/%3E%3C/svg%3E");
	background: currentColor;
}

.social-shares .social-more.is-active {
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11v2h14v-2H5Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11v2h14v-2H5Z'/%3E%3C/svg%3E");
}

.social-shares.social-w_title .social-icon:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .icon-text {
	display: none;
}

.meta-shares .social-shares {
	gap: 15px;
}

.head-shares {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.single-shares_sticky .head-shares {
		display: none;
	}
}

.meta-shares {
	display: flex;
	align-items: center;
	gap: 15px;
}

.single-shares_bottom {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: var(--h_space);
}

@media screen and (min-width: 768px) {
	.content-wrap.have-share_sticky {
		display: flex;
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 768px) {
	.single-shares_sticky {
		z-index: 9;
		width: 50px;
		margin-right: 25px;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 767px) {
	.single-shares_sticky {
		margin-top: var(--h_space);
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.single-shares_sticky > * {
		display: flex;
		align-items: center;
		gap: 15px;
	}
}

.single-shares_sticky .social-shares.social-icons {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.single-shares_sticky .social-shares.social-icons {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 15px 0;
		border: 1px solid var(--light-line-color-rgba);
	}
	.bg-dark .single-shares_sticky .social-shares.social-icons {
		border-color: var(--dark-line-color-rgba);
	}
	.single-shares_sticky .social-shares.social-icons.social-circle {
		gap: 10px;
		border: 0;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.single-shares_sticky .social-shares.social-w_title .social-icon {
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget > ul {
	padding: 0;
}

.widget.widget_nav_menu ul {
	padding: 0;
}

.widget ul {
	list-style: none;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget li > ol,
.widget li > ul {
	margin-top: 12px;
}

.widget td,
.widget th {
	padding: 0.5em 0.22em;
}

.widget form:last-of-type,
.widget select:last-of-type {
	margin-bottom: 0;
}

#wp-calendar {
	margin-bottom: 15px;
}

#wp-calendar td a,
#wp-calendar th a {
	text-decoration: underline;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar td#today {
	font-weight: bolder;
	text-decoration: underline;
}

#wp-calendar caption {
	padding: 0;
	margin-bottom: 15px;
	text-align: inherit;
}

.current-date {
	white-space: nowrap;
}

.wp-block-search__label {
	display: none;
}

/*--------------------------------------------------------------
# Advertisement
--------------------------------------------------------------*/
.banner-box {
	display: flex;
}

.banner-box-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-url {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# Lighbox Image
--------------------------------------------------------------*/
.lightbox-box {
	position: relative;
}

.box-url {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*--------------------------------------------------------------
# Quote Widget
--------------------------------------------------------------*/
.quote-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13px;
}

.quote-item .quote-text {
	position: relative;
	padding-left: 40px;
}

.quote-item .icon-svg {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}

.quote-item .quote-author {
	font-size: 12px;
	font-style: italic;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}

.quote-item .quote-author::before {
	content: '';
	height: 1px;
	width: 10px;
	background-color: currentColor;
	display: inline-block;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.aboutus-desc {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.aboutus-desc .address,
.aboutus-desc .phone {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
}

.bg-dark .aboutus-desc .address, .bg-dark
.aboutus-desc .phone {
	color: var(--dark-text-color-lighter-rgba);
}

.aboutus-desc .address a,
.aboutus-desc .phone a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .aboutus-desc .address a, .bg-dark
.aboutus-desc .phone a {
	color: var(--dark-text-color-lighter-rgba);
}

/*--------------------------------------------------------------
# Recent Comments
--------------------------------------------------------------*/
.rcomment {
	position: relative;
	padding-right: 24px;
}

.rcomment::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 18px;
	mask-size: 18px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
}

.rcomment-desc {
	margin-top: 10px;
}

.rcomment-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

/*--------------------------------------------------------------
# Gutenberg Elements
--------------------------------------------------------------*/
.has-accent-color {
	color: var(--color-accent);
}

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

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

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

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

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

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

.has-border-color {
	padding: var(--box-padding);
}

/* Categories & Archives Lists */
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-page-list {
	padding-left: 0;
	list-style: none;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
ul.wp-block-archives ul,
ul.wp-block-categories ul,
ul.wp-block-page-list ul {
	list-style: none;
}

ul.wp-block-categories__list {
	padding-left: 0;
	list-style: none;
}

ul.wp-block-categories__list ul {
	padding-left: 20px;
	list-style: none;
}

/* List with heading */
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
ol.wp-block-latest-comments,
ul.wp-block-latest-posts,
ul.wp-block-rss {
	padding-left: 0;
	list-style: none;
}

.widget_recent_entries ul li,
.widget_rss ul li,
ul.wp-block-latest-posts li,
ul.wp-block-rss li {
	display: block;
	overflow: hidden;
}

.widget_recent_entries ul li a,
.widget_rss ul li a,
ul.wp-block-latest-posts li a,
ul.wp-block-rss li a {
	display: block;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	margin-right: 15px;
	display: inline-block;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date,
.wp-block-latest-comments__comment-date {
	display: block;
	margin-top: 8px;
}

.rssSummary,
.wp-block-latest-comments__comment-excerpt,
.wp-block-latest-posts__post-excerpt,
.wp-block-rss__item-excerpt {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

.rssSummary {
	padding-bottom: 0;
}

.wp-block-latest-posts__featured-image {
	margin: 0;
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 20px;
	max-width: 80px;
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 20px;
	max-width: 80px;
}

.wp-block-latest-posts__featured-image.aligncenter {
	max-width: 100%;
	margin: 20px 0;
}

.wp-block-latest-comments__comment article {
	overflow: hidden;
}

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

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	margin: 0;
	max-width: 80px;
	margin-right: 20px;
	height: auto;
	width: auto;
}

.wp-block-page-list__submenu-icon {
	display: none;
}

.wp-block-latest-comments__comment {
	line-height: inherit;
}

.has-avatars .wp-block-latest-comments__comment,
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: inherit;
}

/* Block Search */
.wp-block-search .wp-block-search__button {
	flex-shrink: 0;
	margin: 0;
	position: relative;
	outline: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 46px;
	line-height: calc(46px - (var(--btn-line-size) * 2));
	padding: 0 1.6em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: var(--btn-line-size) solid;
	border-radius: var(--button-radius);
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s linear;
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.wp-block-search .wp-block-search__button:hover {
	box-shadow: none !important;
}

.wp-block-search .wp-block-search__button:hover {
	color: var(--color-accent-text);
}

.wp-block-search .wp-block-search__button:hover {
	box-shadow: none;
}

.wp-block-search .wp-block-search__button.wp-block-search__button.wp-block-search__button {
	padding: 0 1.5em;
}

.wp-block-search .wp-block-search__button.has-icon {
	line-height: 0 !important;
	padding: 0 10px !important;
	font-size: 20px;
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em;
	fill: currentColor;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search .wp-block-search__label {
	width: 100%;
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
	margin-left: 10px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: 1px solid var(--light-line-color-rgba);
	border-radius: var(--button-radius);
	background-color: transparent;
}

.bg-dark .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: 1px solid var(--dark-line-color-rgba);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: var(--button-radius);
	border: none;
	padding: 6px 15px;
	background-color: transparent;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 0 2em;
	margin-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
	padding: 0 10px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

/* Block Table */
.wp-block-table.is-style-stripes {
	border-color: var(--light-line-color-rgba);
}

.bg-dark .wp-block-table.is-style-stripes {
	border-color: var(--dark-line-color-rgba);
}

/* Block Group */
.wp-block-group {
	margin-bottom: 35px;
}

.wp-block-group.has-background {
	padding: var(--box-padding);
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 8%;
}

/* Block Image */
/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
.single-inner-ajax:not(:first-child) {
	padding-top: var(--h_space);
	border-top: 1px solid var(--light-line-color-rgba);
}

.bg-dark .single-inner-ajax:not(:first-child) {
	border-top: 1px solid var(--dark-line-color-rgba);
}

.article-content,
.comment-form-comment {
	line-height: 1.65;
}

.entry-content + .clearfix {
	width: 100%;
	display: block;
	overflow: hidden;
}

.entry-featured,
.single-content {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page-content {
		padding: var(--primary_space);
	}
}

.entry-header-article + * {
	margin-top: 30px;
}

.entry-header-article.text-center {
	align-items: center;
}

.article-title-section {
	margin-bottom: 30px;
}

.single-excerpt {
	margin-top: 30px;
	font-size: 1.5em;
	font-style: italic;
}

.single-tags {
	display: flex;
	align-items: center;
	margin-top: var(--h_space);
	gap: 15px;
}

.entry-tags-head {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.entry-cats {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	gap: 10px;
}

.bg-dark .entry-cats {
	color: var(--dark-text-color-lighter-rgba);
}

.entry-cats a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .entry-cats a {
	color: var(--dark-text-color-lighter-rgba);
}

.entry-cats a.cat-text {
	color: var(--color-accent);
	font-weight: 600;
}

.entry-cats a.cat-btn {
	border-radius: var(--box-radius);
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	padding: 4px 6px;
	font-weight: 600;
}

.entry-cats a.cat-btn a {
	color: var(--color-accent-text);
}

.text-center .entry-cats {
	justify-content: center;
}

.entry-thumbnail .entry-cats {
	position: absolute;
	top: 0;
	left: 0;
}

.entry-navigation {
	display: flex;
	justify-content: space-between;
	gap: var(--v_space);
}

.entry-navigation > * {
	flex-basis: 50%;
}

.entry-navigation > * h5 {
	transition: all 0.25s linear;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.entry-navigation > *:hover h5 {
	color: var(--color-accent);
}

.entry-navigation::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: calc(100% - (var(--box-padding) * 2));
	background-color: var(--light-line-color-rgba);
	left: 50%;
}

.bg-dark .entry-navigation::before {
	background-color: var(--dark-line-color-rgba);
}

.nav-post {
	position: relative;
	display: flex;
	flex-direction: column;
}

.nav-post > *:not(:last-child) {
	margin-bottom: 10px;
}

.entry-navigation-right .nav-post {
	text-align: right;
}

.nav-post .nav-point {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	display: flex;
	align-items: center;
}

.bg-dark .nav-post .nav-point {
	color: var(--dark-text-color-lighter-rgba);
}

.nav-post .nav-point a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .nav-post .nav-point a {
	color: var(--dark-text-color-lighter-rgba);
}

.nav-post .nav-point > *:not(:last-child) {
	margin-right: 5px;
}

.entry-navigation-right .nav-post .nav-point {
	justify-content: flex-end;
}

.one-nav .nav-post .nav-point {
	justify-content: center;
}

.entry-author {
	position: relative;
}

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

.entry-author .vcard {
	display: flex;
	gap: 15px;
}

.author-heading strong {
	text-transform: uppercase;
}

.entry-author__avatar {
	min-width: 75px;
}

.entry-author__avatar .avatar {
	border-radius: 50% !important;
	display: inline-block;
	vertical-align: middle;
}

.entry-author__desc {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.author-body-text {
	margin-top: 5px;
	font-size: 13px;
	opacity: 0.8;
}

.author-body-text + .social-icons {
	margin-top: 6px;
}

.more-link,
.page-links-wrap,
a.more-link {
	margin-top: 50px;
	margin-bottom: 50px;
}

.post-password-form > p:last-child {
	display: flex;
	align-items: flex-end;
}

.post-password-form > p:last-child label {
	margin: 0;
	flex-grow: 1;
}

.post-password-form > p:last-child label input {
	margin-top: 10px;
	border-right: 0;
}

.post-password-form input[type='password'] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.post-password-form input[type='submit'] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Single Post ajax */
.single-loader {
	display: flex;
	justify-content: center;
	margin-top: var(--h_space);
}

.single-loader .loader {
	font-size: 40px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-collapse {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.comment-collapse::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z'/%3E%3C/svg%3E");
	background: currentColor;
}

.comment-collapse.is-active::after {
	transform: rotate(180deg);
}

.comment-collapse + .article-comments {
	display: none;
}

ul.comment-list {
	list-style: none;
	margin-bottom: 60px;
	padding: 0;
}

ul.comment-list .comment-respond {
	margin-top: 60px;
	margin-bottom: 60px;
}

ul.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comment-list .children li {
	margin-bottom: 0;
}

@media screen and (min-width: 577px) {
	ul.comment-list .children {
		padding-left: 50px;
	}
}

ul.comment-list .comment-body {
	overflow: hidden;
	padding-top: 25px;
	margin-top: 25px;
}

ul.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

ul.comment-list .entry-content {
	margin-top: 0;
}

.comment-text {
	overflow: hidden;
}

.bypostauthor {
	display: block;
}

.comment-avatar {
	border-radius: 50% !important;
	float: left;
	margin-right: 20px;
	display: block;
	overflow: hidden;
	width: 60px;
}

.comment-info {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	display: flex;
}

.comment-info > *:not(:last-child) {
	margin-right: 15px;
}

.comment-author {
	margin-bottom: 0;
	display: block;
	text-transform: uppercase;
}

.comment-date,
.comment-edit-link,
.commenter-date {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	font-size: 12px;
}

.bg-dark .comment-date, .bg-dark
.comment-edit-link, .bg-dark
.commenter-date {
	color: var(--dark-text-color-lighter-rgba);
}

.comment-date a,
.comment-edit-link a,
.commenter-date a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .comment-date a, .bg-dark
.comment-edit-link a, .bg-dark
.commenter-date a {
	color: var(--dark-text-color-lighter-rgba);
}

.pingback .comment-info,
.trackback .comment-info {
	flex-direction: column;
	align-items: normal;
}

.comment-reply-link {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	margin-top: 15px;
	display: flex;
	align-items: center;
	color: var(--color-accent);
	font-weight: 700;
}

.bg-dark .comment-reply-link {
	color: var(--dark-text-color-lighter-rgba);
}

.comment-reply-link a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .comment-reply-link a {
	color: var(--dark-text-color-lighter-rgba);
}

.comment-form p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 577px) {
	.comment-form-author,
	.comment-form-email {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 577px) {
	.comment-form-author {
		padding-right: 15px;
	}
}

@media screen and (min-width: 577px) {
	.comment-form-email {
		padding-left: 15px;
	}
}

.form-submit input {
	margin-bottom: 0;
}

.comment-form-cookies-consent {
	clear: both;
}

.comment-form-cookies-consent label {
	text-transform: none;
	letter-spacing: 0;
}

.comment-reply-title {
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.page-links {
	display: flex;
	font-size: 12px;
}

.page-links > *:not(:last-child) {
	margin-right: 6px;
}

.page-links .post-page-numbers span {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 30px;
	transition: all 0.2s linear;
	border-radius: var(--button-radius);
	border: var(--btn-line-size) solid transparent;
	line-height: calc(30px - (var(--btn-line-size) * 2));
	text-align: center;
}

.page-links .post-page-numbers span.current, .page-links .post-page-numbers span:hover {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.page-links .post-page-numbers span.current:hover, .page-links .post-page-numbers span:hover:hover {
	color: var(--color-accent-text);
}

.page-links .post-page-numbers span.next, .page-links .post-page-numbers span.prev {
	background: transparent !important;
	color: currentColor !important;
	border: none;
	width: auto;
	padding: 0 12px;
}

.page-links .post-page-numbers.current span {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.page-links .post-page-numbers.current span:hover {
	color: var(--color-accent-text);
}

.pagination {
	display: flex;
	font-size: 12px;
}

.pagination > *:not(:last-child) {
	margin-right: 6px;
}

.pagination .pagi-item {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 30px;
	transition: all 0.2s linear;
	border-radius: var(--button-radius);
	border: var(--btn-line-size) solid transparent;
	line-height: calc(30px - (var(--btn-line-size) * 2));
	text-align: center;
}

.pagination .pagi-item.pagi-item-current {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.pagination .pagi-item.pagi-item-current:hover {
	color: var(--color-accent-text);
}

.pagination .pagi-item-dot,
.pagination .pagi-item-first,
.pagination .pagi-item-last,
.pagination .pagi-item-next,
.pagination .pagi-item-prev {
	font-size: 15px;
	line-height: calc(30px + (var(--btn-line-size) * 4));
}

.pagination .pagi-item-dot {
	background: transparent;
	border: 0;
	line-height: calc(30px + (var(--btn-line-size) * 6));
}

.nav-wrap {
	display: block;
	margin-top: var(--h_space);
}

.nav-wrap.nav-wrap-next-prev .nav-wrap-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 20px;
}

.nav-wrap.nav-wrap-infinite {
	margin: 0 !important;
}

.nav-wrap.nav-wrap-infinite .module-infinite {
	height: calc(var(--loader-size) + var(--h_space));
}

.nav-wrap.nav-wrap-infinite .module-infinite.btn-disabled {
	height: 0;
}

.nav-wrap.nav-wrap-infinite .nav-wrap-inner {
	overflow: visible;
}

.nav-wrap.nav-wrap-infinite .nav-wrap-inner .pagi-loader {
	position: absolute;
	top: auto;
	margin-top: 0;
	right: 50%;
	margin-right: calc((var(--loader-size) / 2) * -1);
	bottom: 0;
}

.nav-wrap-inner {
	position: relative;
	overflow: visible;
	width: 100%;
}

.btn-pagi {
	margin: 0;
	padding: 0 40px;
	width: 100%;
}

.more-text {
	position: relative;
}

.more-text .pagi-loader {
	position: absolute;
	top: 50%;
	right: calc((var(--loader-size_small) + 15px) * -1);
	margin-top: calc((var(--loader-size_small) / 1.6) * -1);
	width: auto;
	height: auto;
	z-index: 9;
}

.nextprev-more.btn-disabled {
	display: none;
}

/*--------------------------------------------------------------
# Post Style
--------------------------------------------------------------*/
.post-edit-link {
	color: var(--color-accent);
}

.sticky-sign {
	background: var(--color-accent);
	color: var(--color-accent-text);
	width: 25px;
	height: 25px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.thumb-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.thumb-info > *:not(:last-child) {
	margin-right: 10px;
}

.post-small-thumbnail .thumb-info {
	display: none;
}

.entry-meta {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	position: relative;
	gap: 20px;
}

.text-center .entry-meta {
	justify-content: center;
}

.entry-meta .info-icon {
	line-height: 1;
	font-size: 16px;
	margin-right: 4px;
}

.entry-meta .info-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	font-size: 12px;
}

.entry-meta .info-text.author-name {
	text-transform: uppercase;
}

.entry-meta .meta-author img {
	width: auto !important;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 8px;
}

.entry-meta.no-icons {
	gap: 8px;
}

.desc-hero .entry-meta.no-icons {
	gap: 12px;
}

.meta-item {
	position: relative;
	margin-bottom: 0;
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	display: flex;
	align-items: center;
}

.bg-dark .meta-item {
	color: var(--dark-text-color-lighter-rgba);
}

.meta-item a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .meta-item a {
	color: var(--dark-text-color-lighter-rgba);
}

.meta-item:last-child {
	margin-right: 0 !important;
}

.meta-item:last-child::after {
	display: none !important;
}

.no-icons .meta-item::after {
	content: '';
	background-color: currentColor;
	width: 3px;
	height: 3px;
	margin-left: 8px;
	border-radius: 50%;
}

.desc-hero .no-icons .meta-item::after {
	width: 1px;
	height: 1em;
}

.no-icons .meta-item.meta-modern::after {
	margin-left: 20px;
}

.meta-item.meta-more a {
	color: var(--color-accent);
	font-weight: 500;
}

.meta-item > a {
	display: flex;
	align-items: center;
}

.meta-modern-desc {
	display: flex;
	flex-direction: column;
}

.meta-modern-desc .info-text.author-name {
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark .meta-modern-desc .info-text.author-name {
	color: var(--dark-text-color-heavier-rgba);
}

.meta-modern-desc .info-text.author-name + .info-text {
	font-size: 11px;
}

.entry-thumbnail {
	position: relative;
	background-color: transparent;
}

.entry-thumbnail + .post-desc:not(.desc-hero):not(.woo-desc) {
	padding-top: 15px;
}

h3.entry-title {
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title-bg h3.entry-title a {
	display: inline;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0.25em;
}

.entry-header,
.post-desc,
.post-desc-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.entry-header > *:not(:last-child),
.post-desc > *:not(:last-child),
.post-desc-inner > *:not(:last-child) {
	margin-bottom: 15px;
}

.post-small .entry-header > *:not(:last-child), .post-small
.post-desc > *:not(:last-child), .post-small
.post-desc-inner > *:not(:last-child) {
	margin-bottom: 10px;
}

.entry-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	font-size: 13px;
	opacity: 0.8;
}

.post-desc-title {
	margin-bottom: 20px;
}

/* Post Tags */
.entry-tags::after {
	display: block;
	clear: both;
	content: "";
}

.entry-tags,
.tax-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tax-block .entry-tags, .tax-block
.tax-cloud {
	flex-direction: column;
	gap: 15px;
}

.entry-tags a,
a.term-cloud {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	border: 1px solid var(--light-line-color-rgba);
	border-radius: var(--button-radius);
	padding: 2px 7px;
	font-size: 12px;
}

.bg-dark .entry-tags a, .bg-dark
a.term-cloud {
	border: 1px solid var(--dark-line-color-rgba);
}

.entry-tags a:hover,
a.term-cloud:hover {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	border-color: var(--color-accent);
}

.entry-tags a:hover:hover,
a.term-cloud:hover:hover {
	color: var(--color-accent-text);
}

.tax-inline2 .entry-tags a, .tax-inline2
a.term-cloud {
	border: 0;
	border-radius: 0;
	padding: 0;
	font-size: 1em;
	margin-right: 6px;
}

.tax-inline2 .entry-tags a:hover, .tax-inline2
a.term-cloud:hover {
	background-color: transparent;
	color: var(--color-accent);
}

.tax-block .entry-tags a, .tax-block
a.term-cloud {
	justify-content: space-between;
	padding: 0;
	border: 0;
	font-size: 1em;
}

.tax-block .entry-tags a:hover, .tax-block
a.term-cloud:hover {
	background-color: transparent;
	color: var(--color-accent);
}

/* Read More */
.read-more {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.text-center .read-more {
	justify-content: center;
}

.read-more.have-readtime {
	justify-content: space-between;
}

.read-more > *:not(:last-child) {
	margin-right: 30px;
}

.read-more .post-more {
	vertical-align: middle;
	margin-bottom: 0;
}

/* Sticky Post */
/* Post Count */
.thumb-count {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	letter-spacing: 0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 9;
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	width: 26px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: -3px;
	top: -3px;
	font-weight: 700;
}

.bg-dark .thumb-count {
	color: var(--dark-text-color-lighter-rgba);
}

.thumb-count a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .thumb-count a {
	color: var(--dark-text-color-lighter-rgba);
}

.thumb-count a {
	color: var(--color-accent-text);
}

.post-list-reverse .thumb-count {
	left: auto;
	right: -6px;
}

.post-count {
	color: var(--light-text-color-lighter-rgba);
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2;
	flex-shrink: 0;
}

.bg-dark .post-count {
	color: var(--dark-text-color-lighter-rgba);
}

/* Formats Icon */
.f-icon {
	display: flex;
	z-index: 9;
	background-color: white;
	color: black !important;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -15px;
	margin-right: -15px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.post-hero .f-icon {
	top: 25px;
	left: 25px;
	margin: 0;
}

/* Post Style */
@media screen and (min-width: 768px) {
	.post-list {
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}
	.post-list > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.post-list .post-desc {
		padding-top: 0;
	}
	.post-list-reverse .post-list {
		flex-direction: row-reverse;
	}
	.post-list.post-vertical-center .post-list-desc {
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	.post-list-thumbnail {
		width: 30%;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 767px) {
	.post-list-thumbnail {
		width: 100% !important;
		max-width: 100% !important;
		flex-shrink: unset;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 768px) {
	.post-list-desc {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
}

.post-small {
	display: flex;
}

.post-small > *:not(:last-child) {
	margin-right: 15px;
}

.post-small .post-small-thumbnail {
	min-width: 80px;
}

.post-small .post-small-desc {
	display: flex;
	flex-direction: column;
}

.post-small .post-small-desc > *:not(:last-child) {
	margin-bottom: 10px;
}

.post-small-reverse .post-small {
	flex-direction: row-reverse;
	justify-content: space-between;
}

/* Post Hero */
.post-hero {
	position: relative;
}

.post-hero .thumb-container::after {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 60%, #000000d9 100%);
}

.featured-hero {
	position: relative;
}

.featured-hero .thumb-container::after {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 60%, #000000d9 100%);
}

.desc-hero {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent !important;
	color: var(--dark-text-color-heavier-rgba);
}

.desc-hero.text-center {
	justify-content: flex-end;
	align-items: center;
}

.desc-hero .post-desc-inner {
	z-index: 9;
	width: 100%;
	max-width: 100%;
	padding: 30px;
}

.desc-hero .info-icon,
.desc-hero .info-text {
	opacity: 1;
}

.desc-hero .entry-meta a {
	color: var(--dark-text-color-heavier-rgba);
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.posts-container {
	position: relative;
	overflow: hidden;
}

.posts-list {
	position: relative;
	z-index: 1;
	transition: opacity 0.1s linear;
	margin-bottom: -30px;
}

.posts-list.is-loading {
	opacity: 0.3;
}

div.post-item {
	width: 100%;
}

.post-item {
	margin-bottom: 30px;
}

.posts-selective .post-item {
	margin-bottom: 0;
}

.post_sep-yes .post-item:not(:first-child) > * {
	position: relative;
}

.post_sep-yes .post-item:not(:first-child) > *::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: -15px;
	left: 0;
	background: var(--light-line-color-rgba);
}

.bg-dark .post_sep-yes .post-item:not(:first-child) > *::before {
	background: var(--dark-line-color-rgba);
}

.block-groupherosmall .post_sep-yes .post-item:nth-child(3) > *::before, .block-groupherosmall .post_sep-yes .post-item:nth-child(4) > *::before,
.block-groupmedium .post_sep-yes .post-item:nth-child(3) > *::before,
.block-groupmedium .post_sep-yes .post-item:nth-child(4) > *::before {
	display: none;
}

.block-banner .post-item,
.slider-item .post-item {
	margin-bottom: 0;
}

.post-list-columns {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.post-list-columns::after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (min-width: 768px) {
	.block-group3 .post-list-columns {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 767px) {
	.block-group3 .post-list-columns .group-list {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 4%;
	}
	.block-group3 .post-list-columns .group-list > * {
		width: 48%;
	}
}

.block-grouphero .post-list-columns > .post-item,
.block-groupmedium .post-list-columns > .post-item {
	width: 75%;
}

@media screen and (max-width: 767px) {
	.block-grouphero .post-list-columns > .post-item,
	.block-groupmedium .post-list-columns > .post-item {
		width: 100% !important;
	}
}

.post-list-columns > * {
	display: block;
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	.block-group2 .post-list-columns > *,
	.block-group3 .post-list-columns > * {
		width: 50%;
	}
}

.block-group3 .post-list-columns > *.group-list {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
	.posts-columns.columns2 .post-item {
		width: 50%;
	}
}

/* Block Ajax Loading */
.block-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

/* Custom Slider */
.block-slider,
.slider-wrap {
	position: relative;
}

.slick-slider:not(.slick-initialized) {
	height: 100px;
}

.slider-item {
	display: none;
}

.slider-item .slick-initialized {
	display: block;
}

.slick-list {
	padding: 0 !important;
}

.slider-arrow {
	position: absolute;
	z-index: 9;
	display: flex;
	gap: 5px;
}

.slider-arrow .button {
	color: #fff !important;
}

.slider-arrow .button.slick-disabled {
	cursor: default;
	opacity: 0.5;
}

.slider-arrow .button .icon-svg {
	font-size: 21px !important;
}

.widget-heading .slider-arrow .button {
	color: currentColor !important;
}

.nav-top_left .slider-arrow {
	top: var(--box-padding);
	left: var(--box-padding);
}

.nav-top_right .slider-arrow {
	top: var(--box-padding);
	right: var(--box-padding);
}

.nav-bottom_left .slider-arrow {
	bottom: var(--box-padding);
	left: var(--box-padding);
}

.nav-bottom_right .slider-arrow {
	bottom: var(--box-padding);
	right: var(--box-padding);
}

.widget-heading .slider-arrow {
	position: relative;
	gap: 4px;
}

.slider-dots {
	margin-top: 25px;
}

ul.slick-dots {
	margin-top: 30px;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 8px;
	list-style: none;
	display: flex;
	gap: 4px;
}

.dots-center ul.slick-dots {
	justify-content: center;
}

ul.slick-dots li {
	margin: 0;
	padding: 0;
}

ul.slick-dots button {
	margin: 0;
	padding: 0;
	border: 0;
	width: 1em;
	height: 1em;
	border-radius: 10px;
	background-color: var(--color-accent);
	opacity: 0.3;
	text-indent: -1000em;
}

ul.slick-dots .slick-active button {
	width: 2.25em;
	opacity: 1;
}

.quote-progress {
	display: flex;
	background-image: linear-gradient(to top left, var(--color-accent) -2500%, #0000 300%);
	margin-top: 25px;
}

.box-wrap:not(.box-disable) .quote-progress {
	margin-left: calc(var(--box-padding) * -1);
	margin-right: calc(var(--box-padding) * -1);
	margin-bottom: calc(var(--box-padding) * -1);
}

.quote-progress .val {
	background-color: var(--color-accent);
	height: 5px;
	transition: width 400ms ease;
	width: 0;
}

/*--------------------------------------------------------------
# Offcanvas
--------------------------------------------------------------*/
.offcanvas {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	max-width: var(--offcanvas_width-width);
	transform: translate3d(-100%, 0, 0);
	transition: all 0.3s;
}

.offcanvas.active {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.admin-bar .offcanvas {
	top: 32px;
}

.offcanvas-inner {
	padding: 15px;
	position: relative;
	overflow-y: auto;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.offcanvas-inner > *:not(:last-child) {
	margin-bottom: var(--h_space);
}

.menu-center .offcanvas-inner {
	align-items: center;
}

.offcanvas-inner::-webkit-scrollbar {
	width: 12px;
}

.offcanvas-inner::-webkit-scrollbar-track {
	background-color: var(--light-sec-bg-color);
}

.bg-dark .offcanvas-inner::-webkit-scrollbar-track {
	background-color: var(--dark-sec-bg-color);
}

.offcanvas-inner::-webkit-scrollbar-thumb {
	background-color: var(--color-accent);
	border: 4px solid var(--light-sec-bg-color);
	border-radius: 8px;
}

.bg-dark .offcanvas-inner::-webkit-scrollbar-thumb {
	border: 4px solid var(--dark-sec-bg-color);
}

.offcanvas-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}

.offcanvas-close {
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	z-index: 9;
}

.offcanvas-overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 998;
	background-color: var(--light-bg-color);
}

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

.offcanvas-overlay.active {
	visibility: visible;
	opacity: 0.99;
}

/*--------------------------------------------------------------
# Offcanvas Mobile Menu
--------------------------------------------------------------*/
.amp-mobilemenu {
	width: 300px;
	max-width: 100%;
}

ul.nav-mobile {
	list-style: none;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.menu-center ul.nav-mobile {
	text-align: center;
}

.menu-right ul.nav-mobile {
	text-align: right;
}

ul.nav-mobile li {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

ul.nav-mobile li:last-child {
	margin-bottom: 0 !important;
}

ul.nav-mobile li a {
	display: block;
	position: relative;
	padding-right: 30px;
	text-decoration: none;
}

ul.nav-mobile li a .menu-text {
	position: relative;
	line-height: 1;
	display: inline-block;
}

ul.nav-mobile ul.sub-menu {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	padding-left: 20px;
}

.amp-mobilemenu ul.nav-mobile ul.sub-menu {
	display: block;
}

.sub-pointer {
	cursor: pointer;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s linear;
	margin-left: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	margin-top: -15px;
}

.sub-pointer::before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222l4.95 4.95Z'/%3E%3C/svg%3E");
	background: currentColor;
}

.sub-pointer.is-active::before {
	transform: rotate(180deg);
}

/* Newsletter Widget */
.newsletter-desc {
	margin-bottom: 30px;
}

/* MC4WP - Mailchimp */
.mc4wp-response {
	margin-bottom: 20px;
	font-weight: 700;
}

.mc4wp-form-fields {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.mc4wp-form-fields > * {
	margin-bottom: 15px;
}

.mc4wp-form-fields input[type='submit'] {
	width: 100%;
}

.mc4wp-form-fields .custom-mailchimp {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	border-radius: 40px;
	border: var(--btn-line-size) solid var(--light-line-color-rgba);
	color: var(--light-text-color-rgba);
}

.bg-dark .mc4wp-form-fields .custom-mailchimp {
	border: var(--btn-line-size) solid var(--dark-line-color-rgba);
	color: var(--dark-text-color-rgba);
}

.mc4wp-form-fields .custom-mailchimp button,
.mc4wp-form-fields .custom-mailchimp input,
.mc4wp-form-fields .custom-mailchimp p {
	box-shadow: none;
	margin-bottom: 0 !important;
}

.mc4wp-form-fields .custom-mailchimp input {
	border-radius: 40px;
}

.mc4wp-form-fields .custom-mailchimp input:not([type='submit']) {
	border: none;
	background: transparent;
}

.mc4wp-form-fields .custom-mailchimp input[type='submit'] {
	margin: calc(var(--btn-line-size) * -1) !important;
	height: calc(46px + (var(--btn-line-size) * 2));
	width: auto;
}

/* Newsticker */
.th90-blockticker {
	display: flex;
	overflow: hidden;
}

.block-tickerwrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.block-tickerwrap .post-item {
	margin: 0;
}

.block-newsticker .itemWrap:not(:first-child) {
	display: none;
}

.ticker-thumb {
	width: 20px;
}

.post-ticker,
.ticker-head {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 5px;
}

.post-ticker > *,
.ticker-head > * {
	flex-shrink: 0;
}

.ticker-head h4 {
	font-size: 12px;
}

.ticker-head .icon-svg {
	color: var(--light-text-color-heavier-rgba);
}

.bg-dark .ticker-head .icon-svg {
	color: var(--dark-text-color-heavier-rgba);
}

.post-ticker .entry-title {
	font-size: 12px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.main-header,
	.sticky-header {
		display: none;
	}
}

.mobile-header {
	display: none;
}

@media screen and (max-width: 767px) {
	.mobile-header {
		display: block;
	}
}

.flex-mobile-el {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.flex-mobile-el {
		display: flex !important;
	}
}

.flex-desktop-el {
	display: flex !important;
}

@media screen and (max-width: 1024px) {
	.flex-desktop-el {
		display: none !important;
	}
}

.h_space {
	display: block;
	height: var(--h_space);
	width: 100%;
}

/* Current Date */
.cur-date {
	display: flex;
	align-items: center;
	line-height: 1;
}

.cur-date .d {
	font-size: 24px;
	font-weight: 700;
	margin: 0 5px 0 0;
	line-height: 0.8;
}

.cur-date .my {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 11px;
}

.cur-date .y {
	font-weight: 600;
	font-size: 10px;
}

/* Loader */
.loader,
.slick-slider:not(.slick-initialized)::before {
	display: inline-block;
	width: var(--loader-size);
	height: var(--loader-size);
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient(#0000 10%, var(--color-accent)) content-box;
	-webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - 6px), #000 calc(100% - 5px));
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
	animation: s4 1s infinite steps(10);
}

.block-loader .loader,
.slick-slider:not(.slick-initialized)::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc((var(--loader-size) / 2) * -1);
	margin-left: calc((var(--loader-size) / 2) * -1);
}

.loader-small {
	width: var(--loader-size_small);
	height: var(--loader-size_small);
	-webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 calc(100% - 3px));
}

.slick-slider:not(.slick-initialized)::before {
	content: '';
}

@keyframes s4 {
	to {
		transform: rotate(1turn);
	}
}

/* Scroll to Top */
.fly-trigger {
	z-index: 998;
	position: fixed;
	right: 20px;
	bottom: 20px;
	margin-bottom: 0;
	transition: all 0.25s linear;
}

.fly-trigger .button {
	border-radius: 10px;
}

.totop-fly {
	bottom: -75px;
	opacity: 0;
}

.totop-fly.show {
	opacity: 1;
	bottom: 20px;
}

.top-pos {
	bottom: 60px;
}

/* Dark Switcher */
.s-front .button.skin-trigger.trigger-light {
	display: none;
}

/* Contact Form 7 */
.wpcf7 span.wpcf7-list-item {
	display: block;
	margin: 0;
}

/* Reading Indicator */
.reading-indicator {
	position: fixed;
	z-index: 99;
	left: 0;
	background-color: var(--color-accent);
	height: calc(var(--reading_indicator_height) * 1px);
}

.reading-indicator-bottom .reading-indicator {
	bottom: 0;
	top: auto;
}

.reading-indicator-top .reading-indicator {
	bottom: auto;
	top: 0;
}

@media screen and (min-width: 1025px) {
	.admin-bar.reading-indicator-top .reading-indicator {
		top: 32px;
	}
}

/* Dynamic Width Select */
.resizeselect {
	display: none;
}

#width_tmp_select {
	display: none;
	visibility: hidden;
	width: auto;
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* Noise */
.noise {
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999999;
	opacity: 0.15;
	pointer-events: none;
}

.noise .noise-inner {
	top: -300vw;
	right: -300vw;
	bottom: -300vw;
	left: -300vw;
	position: absolute;
	background-position: 50%;
	background-image: url("images/noise.png");
	-webkit-animation: noise 2s steps(3) infinite;
	animation: noise 2s steps(3) infinite;
	background-size: 100px;
}

.bg-noise {
	position: relative;
	overflow: hidden !important;
}

.bg-noise::after {
	content: '';
	z-index: 999999;
	opacity: 0.2;
	pointer-events: none;
	top: -300vw;
	right: -300vw;
	bottom: -300vw;
	left: -300vw;
	position: absolute;
	background-position: 50%;
	background-image: url("images/noise.png");
	-webkit-animation: noise 2s steps(3) infinite;
	animation: noise 2s steps(3) infinite;
	background-size: 100px;
}

@-webkit-keyframes noise {
	0% {
		transform: translate(0);
	}
	10% {
		transform: translate(-5%, -6%);
	}
	20% {
		transform: translate(-6%, 5%);
	}
	30% {
		transform: translate(7%, -5%);
	}
	40% {
		transform: translate(-5%, 7%);
	}
	50% {
		transform: translate(-8%, 6%);
	}
	60% {
		transform: translate(5%);
	}
	70% {
		transform: translateY(6%);
	}
	80% {
		transform: translate(2%, 7%);
	}
	90% {
		transform: translate(-5%, 8%);
	}
	to {
		transform: translate(0);
	}
}

@keyframes noise {
	0% {
		transform: translate(0);
	}
	10% {
		transform: translate(-5%, -6%);
	}
	20% {
		transform: translate(-6%, 5%);
	}
	30% {
		transform: translate(7%, -5%);
	}
	40% {
		transform: translate(-5%, 7%);
	}
	50% {
		transform: translate(-8%, 6%);
	}
	60% {
		transform: translate(5%);
	}
	70% {
		transform: translateY(6%);
	}
	80% {
		transform: translate(2%, 7%);
	}
	90% {
		transform: translate(-5%, 8%);
	}
	to {
		transform: translate(0);
	}
}

/* Close Icon */
.close-icon {
	width: 1em;
	height: 1em;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	position: relative;
}

.close-icon:after, .close-icon:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	transition: all 0.25s linear;
	top: 50%;
	background-color: currentColor;
}

.close-icon:after {
	transform: rotate(35deg);
	right: 0;
}

.close-icon:before {
	transform: rotate(-35deg);
	left: 0;
}

.popup-close {
	width: 34px;
	height: 34px;
	font-size: 34px;
}

.svg-icon-wrap {
	width: auto;
	height: auto;
}

/* Not Found & 404 */
.notfound {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 600px;
	margin: 30px auto;
}

.notfound .search-form {
	width: 100%;
	max-width: 500px;
}

.error-icon {
	font-size: 200px;
	display: flex;
	margin-bottom: 30px;
}

.notfound-404 h1 {
	font-size: 120px;
}

@media screen and (max-width: 767px) {
	.notfound-404 h1 {
		font-size: 80px;
	}
}

/* Woo Cart */
.shopping-cart-counter {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	background-color: red;
	color: #fff;
	min-width: 15px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: 600;
	padding: 0 2px;
	margin-left: -8px;
}

.bg-dark .shopping-cart-counter {
	color: var(--dark-text-color-lighter-rgba);
}

.shopping-cart-counter a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark .shopping-cart-counter a {
	color: var(--dark-text-color-lighter-rgba);
}

/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
ul.breadcrumbs {
	font-family: var(--second_text-font-family);
	font-weight: var(--second_text-font-weight);
	font-style: var(--second_text-font-style);
	text-transform: var(--second_text-text-transform);
	font-size: var(--second_text-font-size);
	letter-spacing: var(--second_text-letter-spacing);
	line-height: var(--second_text-line-height);
	color: var(--light-text-color-lighter-rgba);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 500;
}

.bg-dark ul.breadcrumbs {
	color: var(--dark-text-color-lighter-rgba);
}

ul.breadcrumbs a {
	color: var(--light-text-color-lighter-rgba);
}

.bg-dark ul.breadcrumbs a {
	color: var(--dark-text-color-lighter-rgba);
}

ul.breadcrumbs > *:not(:last-child) {
	margin-right: 5px;
}

ul.breadcrumbs li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

ul.breadcrumbs li::before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: currentColor;
	margin-right: 5px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 13px;
	mask-size: 13px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.171 12-4.95-4.95 1.415-1.413L16 12l-6.364 6.364-1.414-1.415 4.95-4.95Z'/%3E%3C/svg%3E");
}

ul.breadcrumbs li:first-child::before {
	display: none;
}

.entry-header-article ul.breadcrumbs li.current {
	display: none;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.box-review {
	display: flex;
	background-image: linear-gradient(to top left, var(--color-accent) -2500%, #0000 300%);
	margin-top: var(--h_space);
	border-radius: var(--box-radius);
}

.box-review-head {
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	gap: 15px;
	padding: 15px;
	font-weight: 600;
}

.box-review-head strong {
	font-size: 30px;
}

.box-review-desc {
	display: flex;
	flex-grow: 1;
	gap: 30px;
	flex-direction: column;
	padding: 15px;
}

.item-review {
	display: flex;
	flex-direction: column;
}

.criteria {
	display: flex;
	justify-content: space-between;
}

.item-progress {
	height: 5px;
	width: 100%;
	position: relative;
	background-image: linear-gradient(to top left, var(--color-accent) -2500%, #0000 300%);
	border-radius: var(--box-radius);
}

.progress-val {
	position: absolute;
	height: 100%;
	background-color: var(--color-accent);
}

.p-review {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 5px;
	padding-right: 40px;
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	font-weight: 500;
	font-size: 11px;
}

.post-hero .p-review {
	top: 0;
	bottom: auto;
}

.post-small .p-review {
	padding-right: 20px;
}

.p-review.mid {
	background-image: linear-gradient(to bottom, #eab919 0%, #db870a 100%);
}

.p-review.good {
	background-image: linear-gradient(to bottom, #4fa73c 0%, #31d979 100%);
}

.p-review.bad {
	background-image: linear-gradient(to bottom, #ef5858 0%, #bd2525 100%);
}
