/*
Theme Name: Katerina
Theme URI: http://themeforest.net/user/liviu_cerchez/portfolio
Version: 1.0
Author: liviu_cerchez
Author URI: http://themeforest.net/user/liviu_cerchez
Description: Unique portfolio & photography theme that looks great on any device.
Tags: one-column, two-columns, right-sidebar, custom-menu, custom-colors, custom-logo, editor-style, featured-images, post-formats, threaded-comments, translation-ready
License: GNU General Public License v2 or later & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-2.0.html & http://themeforest.net/licenses
Text Domain: katerina

Note
~~~~
Do NOT edit this file. If you wish to add your own CSS it is strongly recommended you use your own child theme or use the Customizer > Additional CSS section.
*/

/*
* Table of contents:
*
* Reset
* General
* Typography
* Form elements
*   Buttons
*   Pagination
*   Inputs
*   Search form
*   Contact Form 7
* Header
*   Site identity
*   Main menu
*    Mobile menu
*    Tablet menu
*    Desktop menu
*   Header title
* Page animation
* Content
* Blocks
* Blog
*   Single post
*    Author box
*    Comments
* Widgets
* Footer
*   To the top button
* Customizer adjustments
*/

/* > Reset */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

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

body {
	margin: 0;
	text-align: left;
	overflow-x: hidden;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
}

address {
	font-style: italic;
}

/* > General */
body {
	--spacing--global: var(--wp--custom--spacing--global--mobile);
	--spacing--content-horizontal: var(--wp--custom--spacing--content--horizontal--mobile);
	--spacing--content-vertical: var(--wp--custom--spacing--content--vertical--mobile);
	--spacing--featured-nav-height: var(--wp--custom--spacing--featured--menu--mobile);
	--spacing--featured-generic-height: var(--wp--custom--spacing--featured--generic--mobile);
	--spacing--featured-text-width: var(--wp--custom--spacing--featured--text--mobile);
	--spacing--sidebar-width: var(--wp--custom--spacing--sidebar--desktop);
	--spacing--block--default-width: var(--wp--custom--spacing--content--width--default--mobile);
	--spacing--block--wide-width: var(--wp--custom--spacing--content--width--wide--mobile);
	--spacing--block--full-width: calc(100vw - (2 * var(--spacing--global)));
	--spacing--block--margin: calc(0.5 * (var(--spacing--block--full-width) - var(--spacing--block--default-width) - 2 * var(--spacing--content-horizontal)) - 0.46%);
	--spacing--admin--bar: 0px;
	/* core variables are generated automatically using theme.json */
}

body.admin-bar {
	--spacing--admin--bar: var(--wp-admin--admin-bar--height);
}

body.error404 {
	--spacing--featured-generic-height: 0px;
}

body.no-page-border {
	--spacing--block--full-width: 100vw;
}

@media (min-width: 768px) {
	body {
		--spacing--global: var(--wp--custom--spacing--global--tablet);
		--spacing--content-horizontal: var(--wp--custom--spacing--content--horizontal--tablet);
		--spacing--content-vertical: var(--wp--custom--spacing--content--vertical--tablet);
		--spacing--featured-nav-height: var(--wp--custom--spacing--featured--menu--tablet);
	--spacing--featured-generic-height: var(--wp--custom--spacing--featured--generic--tablet);
		--spacing--featured-text-width: var(--wp--custom--spacing--featured--text--tablet);
	}
}

@media (min-width: 992px) {
	body {
		--spacing--block--default-width: var(--wp--custom--spacing--content--width--default--desktop);
		--spacing--block--wide-width: var(--wp--custom--spacing--content--width--wide--desktop);
		--spacing--global: var(--wp--custom--spacing--global--desktop);
		--spacing--content-horizontal: var(--wp--custom--spacing--content--horizontal--desktop);
		--spacing--content-vertical: var(--wp--custom--spacing--content--vertical--desktop);
		--spacing--featured-nav-height: var(--wp--custom--spacing--featured--menu--desktop);
	--spacing--featured-generic-height: var(--wp--custom--spacing--featured--generic--desktop);
		--spacing--featured-text-width: var(--wp--custom--spacing--featured--text--desktop);
	}
}

@media (min-width: 1200px) {
	body {
		--spacing--block--default-width: var(--wp--custom--spacing--content--width--default--desktop-large);
		--spacing--block--wide-width: var(--wp--custom--spacing--content--width--wide--desktop-large);
		--spacing--sidebar-width: var(--wp--custom--spacing--sidebar--desktop-large);
		--spacing--global: var(--wp--custom--spacing--global--desktop-large);
		--spacing--content-horizontal: var(--wp--custom--spacing--content--horizontal--desktop-large);
		--spacing--content-vertical: var(--wp--custom--spacing--content--vertical--desktop-large);
		--spacing--featured-nav-height: var(--wp--custom--spacing--featured--menu--desktop-large);
	--spacing--featured-generic-height: var(--wp--custom--spacing--featured--generic--desktop-large);
		--spacing--featured-text-width: var(--wp--custom--spacing--featured--text--desktop-large);
	}
}

body {
	background-color: var(--wp--custom--color--page-border);
}

.no-page-border.no-footer {
	background-color: var(--wp--preset--color--background-alt);
}

.has-featured {
	overflow-y: hidden;
}

.no-loading-animation,
.featured-media-loaded {
	overflow-y: auto;
}

h1, h2, h3, h4, h5, h6, blockquote {
	margin: calc(2.5 * var(--wp--custom--spacing--gap)) 0 calc(1.25 * var(--wp--custom--spacing--gap));
	color: var(--wp--preset--color--headings);
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

h1.display {
	margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
	color: inherit;
	text-decoration: none;
}

hr {
	width: 100%;
	height: 2px;
	margin: calc(2 * var(--wp--custom--spacing--gap)) auto;
	border: 0;
	background: var(--wp--preset--color--theme-border);
}

p,
ul,
ol,
dl,
dd,
address,
table,
pre,
form,
video,
embed,
iframe,
object {
	margin: 0 0 var(--wp--style--block-gap);
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
pre:last-child,
form:last-child,
video:last-child,
embed:last-child,
iframe:last-child,
object:last-child {
	margin-bottom: 0;
}

ul, ol {
	padding: 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin: calc(0.5 * var(--wp--custom--spacing--gap)) 0 calc(0.5 * var(--wp--custom--spacing--gap)) calc(2 * var(--wp--custom--spacing--gap));
}

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

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

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

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

dt {
	font-weight: 700;
}

dd {
	margin-top: calc(var(--wp--custom--spacing--gap) / 2);
	margin-bottom: 0;
	padding-left: calc(2 * var(--wp--custom--spacing--gap));
}

dd + dt {
	margin-top: calc(2.5 * var(--wp--custom--spacing--gap));
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small,
.text-small {
	font-size: 87.5%;
}

.text-smaller {
	font-size: 50%;
}

big,
.text-big {
	font-size: 125%;
}

.text-bigger {
	font-size: 150%;
}

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

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

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

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

.text-faded {
	color: var(--wp--preset--color--faded);
}

.alignleft,
.alignright {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.alignleft,
.entry-content > .alignleft {
	float: left;
	margin-right: calc(2 * var(--wp--custom--spacing--gap));
}

.alignright,
.entry-content > .alignright {
	float: right;
	margin-left: calc(2 * var(--wp--custom--spacing--gap));
}

.aligncenter,
.entry-content > .aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

figure {
	margin: 0;
	max-width: 100%;
}

fieldset {
	min-width: 0;
	border-width: 0;
	clear: both;
	margin: 0 0 3.25em;
	padding: 0;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0 0 0.53846154em;
	margin-bottom: 1.25em;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.625;
	color: inherit;
	white-space: normal;
	text-transform: uppercase;
	border-bottom: 1px solid var(--wp--preset--color--theme-border);
}

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

blockquote {
	quotes: none;
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
	margin-bottom: calc(2 * var(--wp--custom--spacing--gap));
}

blockquote:first-child {
	margin-top: 0;
}

blockquote:before {
	content: '\201C';
	position: relative;
	top: 0.25em;
	font-size: 4rem;
	line-height: 1em;
	pointer-events: none;
}

blockquote p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: calc(.5 * var(--wp--custom--spacing--gap));
}

blockquote cite {
	font-size: var(--wp--custom--typography--font-size--small);
	font-style: normal;
	font-weight: 400;
	color: var(--wp--preset--color--faded);
}

code,
kbd,
samp,
pre {
	font-family: Consolas, Monaco, monospace;
	-webkit-hyphens: none;
	hyphens: none;
	-ms-hyphens: none;
	background-color: var(--wp--preset--color--background);
}

code,
kbd,
samp {
	padding: 0.2rem 0.3rem;
}

p code,
p kbd,
p samp {
	display: inline-block;
	padding: 0.1rem 0.3rem 0;
}

pre {
	font-size: 0.9rem;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: calc(2 * var(--wp--custom--spacing--gap));
	border: 1px solid var(--wp--preset--color--theme-border);
	color: var(--wp--preset--color--foreground-alt);
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

pre code {
	padding: 0;
}

ins,
mark {
	padding: 0.15rem 0.3rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

ins {
	text-decoration: none;
	background-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
}

mark {
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

abbr[title],
acronym[title] {
	text-decoration: none;
	border-bottom: 1px dotted var(--wp--preset--color--foreground);
	cursor: help;
}

label abbr.required,
label span.required {
	color: var(--wp--custom--color--input--required);
	border-bottom: 0;
}

img {
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

del,
.low-opacity {
	opacity: 0.7;
}

output {
	display: inline-block;
}

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

template {
	display: none;
}

video {
	display: block;
	height: auto;
}

video,
embed,
iframe,
object {
	max-width: 100%;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	font-size: 0.9rem;
}

@media (min-width: 992px) {
	table {
		font-size: 1rem;
	}
}

caption,
th,
td {
	padding: calc(.75 * var(--wp--custom--spacing--gap));
}

table > caption:first-child,
table thead:first-child th {
	padding-top: 0;
}

td:first-child,
th:first-child {
	padding-left: var(--wp--custom--spacing--gap);
	padding-right: 0;
}

td:last-child,
th:last-child {
	padding-left: 0;
	padding-right: var(--wp--custom--spacing--gap);
}

td,
tbody th {
	background-color: var(--wp--preset--color--background);
}

td,
tbody th,
tfoot th {
	position: relative;
}

td:before,
tbody th:before,
tfoot th:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: var(--wp--preset--color--theme-border);
}

td:first-child:before,
tbody th:first-child:before,
tfoot th:first-child:before {
	left: var(--wp--custom--spacing--gap);
}

td:last-child:before,
tbody th:last-child:before,
tfoot th:last-child:before {
	right: var(--wp--custom--spacing--gap);
}

tr:last-child td:before,
tbody tr:last-child th:before,
tfoot tr:last-child th:before {
	content: none;
}

thead th {
	padding-top: calc(.75 * var(--wp--custom--spacing--gap));
	padding-bottom: calc(.75 * var(--wp--custom--spacing--gap));
}

@media (min-width: 768px) {
	caption,
	th,
	td {
		padding: var(--wp--custom--spacing--gap);
	}

	td,
	tbody th,
	tfoot th {
		padding-top: calc(var(--wp--custom--spacing--gap) - 1px);
	}

	td:first-child,
	th:first-child {
		padding-left: calc(1.25 * var(--wp--custom--spacing--gap));
	}

	td:last-child,
	th:last-child {
		padding-right: calc(1.25 * var(--wp--custom--spacing--gap));
	}

	td:first-child:before,
	tbody th:first-child:before,
	tfoot th:first-child:before {
		left: calc(1.25 * var(--wp--custom--spacing--gap));
	}

	td:last-child:before,
	tbody th:last-child:before,
	tfoot th:last-child:before {
		right: calc(1.25 * var(--wp--custom--spacing--gap));
	}
}

@media (min-width: 992px) {
	caption,
	th,
	td {
		padding: calc(1.25 * var(--wp--custom--spacing--gap));
	}

	td,
	tbody th,
	tfoot th {
		padding-top: calc(1.25 * var(--wp--custom--spacing--gap) - 1px);
	}

	td:first-child,
	th:first-child {
		padding-left: calc(1.5 * var(--wp--custom--spacing--gap));
	}

	td:last-child,
	th:last-child {
		padding-right: calc(1.5 * var(--wp--custom--spacing--gap));
	}

	td:first-child:before,
	tbody th:first-child:before,
	tfoot th:first-child:before {
		left: calc(1.5 * var(--wp--custom--spacing--gap));
	}

	td:last-child:before,
	tbody th:last-child:before,
	tfoot th:last-child:before {
		right: calc(1.5 * var(--wp--custom--spacing--gap));
	}
}

@media (min-width: 1200px) {
	td:first-child,
	th:first-child {
		padding-left: calc(1.75 * var(--wp--custom--spacing--gap));
	}

	td:last-child,
	th:last-child {
		padding-right: calc(1.75 * var(--wp--custom--spacing--gap));
	}

	td:first-child:before,
	tbody th:first-child:before,
	tfoot th:first-child:before {
		left: calc(1.75 * var(--wp--custom--spacing--gap));
	}

	td:last-child:before,
	tbody th:last-child:before,
	tfoot th:last-child:before {
		right: calc(1.75 * var(--wp--custom--spacing--gap));
	}
}

caption {
	text-align: center;
	padding-top: calc(.75 * var(--wp--custom--spacing--gap));
	padding-bottom: calc(.75 * var(--wp--custom--spacing--gap));
	background-color: transparent;
	font-weight: 700;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th,
td {
	margin: 0;
	overflow: visible;
}

thead th {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
	color: var(--wp--preset--color--faded);
	background-color: transparent;
}

tfoot td {
	padding-top: calc(.75 * var(--wp--custom--spacing--gap));
	padding-bottom: calc(.75 * var(--wp--custom--spacing--gap));
	background-color: transparent;
}

@media (max-width: 767px) {
	.table-responsive thead {
		display: none;
	}

	.table-responsive tr,
	.table-responsive td {
		display: block;
	}

	.table-responsive td {
		text-align: right;
		padding-left: var(--wp--custom--spacing--gap);
		padding-right: var(--wp--custom--spacing--gap);
	}

	.table-responsive td:first-child,
	.table-responsive tbody th:first-child {
		padding-right: var(--wp--custom--spacing--gap);
	}

	.table-responsive td:last-child,
	.table-responsive tbody th:last-child {
		padding-left: var(--wp--custom--spacing--gap);
	}

	.table-responsive td:after {
		content: attr(data-title) ": ";
		float: left;
		margin-top: 0.2em;
		margin-right: var(--wp--custom--spacing--gap);
		color: var(--wp--preset--color--faded);
		font-weight: 500;
    font-size: 0.8em;
		text-transform: uppercase;
	}

	.table-responsive td:before,
	.table-responsive tbody th:before {
		content: none;
	}

	.table-responsive tr td:last-child:before,
	.table-responsive tbody tr th:last-child:before {
		content: "";
		left: 0;
		right: 0;
	}

	.table-responsive tr:last-child td:last-child:before,
	.table-responsive tbody tr:last-child th:last-child:before {
		content: none;
	}

	.table-responsive tr td:first-child,
	.table-responsive tbody tr th:first-child {
		padding-top: calc(1.5 * var(--wp--custom--spacing--gap) + 1px);
	}

	.table-responsive tr td:last-child,
	.table-responsive tbody tr th:last-child {
		padding-bottom: calc(1.5 * var(--wp--custom--spacing--gap) + 1px);
	}
}

a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
}

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

a:focus {
	outline: thin dotted;
	outline-color: var(--wp--preset--color--foreground);
}

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

.screen-reader-text:focus {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	display: block;
	height: auto;
	width: auto;
	top: 5px;
	right: 5px;
	left: auto;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.875rem 1.25rem;
	text-decoration: none;
	z-index: 100000;
}

.skip-link {
	z-index: 999999999;
}

.skip-link:focus {
	display: block;
	text-decoration: none;
	outline-color: var(--wp--custom--color--primary-alt);
	z-index: 100002;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.edit-link,
.page-links,
.author-box,
#comments {
	clear: both;
}

.clearfix:after,
.entry-content:after,
.entry-header:after {
	content: "";
	display: table;
	clear: both;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

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

.alert,
.box {
	padding: calc(3 * var(--wp--custom--spacing--gap) / 4) var(--wp--custom--spacing--gap);
	margin-bottom: var(--wp--custom--spacing--gap);
	font-size: 0.9rem;
	font-weight: 500;
	background-color: var(--wp--preset--color--background);
	border: 2px solid var(--wp--preset--color--theme-border);
}

.alert:empty {
	display: none;
}

.alert.success {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--custom--color--secondary-alt);
}

.alert.notice {
	background-color: var(--wp--preset--color--tertiary);
	border-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
}

.alert.error {
	background-color: var(--wp--custom--color--input--required);
	border-color: var(--wp--custom--color--input--required);
	color: #fff;
}

.alert > :last-child {
	margin-bottom: 0;
}

span.underline,
strong.underline {
	background-color: transparent;
	background-image: linear-gradient(to right,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--tertiary) 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.45em;
	text-decoration: none;
}

.highlight {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.highlight:after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
	top: 5px;
	left: calc(-0.25 * var(--wp--custom--spacing--gap));
	width: calc(100% + var(--wp--custom--spacing--gap));
	height: 100%;
	mask-image: url( "data:image/svg+xml,%3Csvg fill='none' height='27' viewBox='0 0 144 27' width='144' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 18c21.0023-4.1616 41.9627-7.1778 63.2423-7.7817 25.4011-.72082 51.4447-2.70643 76.7577.7782' stroke='%23f2e6e6' stroke-width='17'/%3E%3C/svg%3E" );
	-webkit-mask-image: url( "data:image/svg+xml,%3Csvg fill='none' height='27' viewBox='0 0 144 27' width='144' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 18c21.0023-4.1616 41.9627-7.1778 63.2423-7.7817 25.4011-.72082 51.4447-2.70643 76.7577.7782' stroke='%23f2e6e6' stroke-width='17'/%3E%3C/svg%3E" );
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	background-color: var(--wp--preset--color--tertiary);
}

.highlight.highlight-slim:after {
	top: 75%;
	mask-image: url( "data:image/svg+xml,%3Csvg width='212' height='19' viewBox='0 0 212 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.31104 13.9955C32.812 9.83597 64.2502 6.82132 96.1672 6.21773C134.266 5.49723 173.329 3.51261 211.295 6.99551' stroke='%23000000' stroke-width='10'/%3E%3C/svg%3E%0A" );
	-webkit-mask-image: url( "data:image/svg+xml,%3Csvg width='212' height='19' viewBox='0 0 212 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.31104 13.9955C32.812 9.83597 64.2502 6.82132 96.1672 6.21773C134.266 5.49723 173.329 3.51261 211.295 6.99551' stroke='%23000000' stroke-width='10'/%3E%3C/svg%3E%0A" );
}

.menu {
	list-style: none;
	font-size: 0;
	padding-left: 0;
	margin: 0;
}

.menu .sub-menu {
	display: none;
}

.menu li {
	display: inline-block;
	margin: 0;
}

.menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	transition: color var(--wp--custom--duration--transition);
}

.menu[id*="social"] a,
.social-navigation a {
	display: inline-block;
	padding: 5px;
	color: inherit;
	line-height: 1;
	text-decoration: none;
}

.menu[id*="social"]:hover,
.menu[id*="social"]:focus,
.social-navigation a:hover,
.social-navigation a:focus {
	color: var(--wp--preset--color--primary);
}

.menu[id*="social"] svg,
.social-navigation svg {
	display: inline-block;
	width: 24px;
	height: 24px;
}

/* > Typography */
html {
	font-size: var(--wp--preset--font-size--normal);
}

body {
	font-family: var(--wp--preset--font-family--system-font);
	font-size: 1rem;
	font-weight: var(--wp--custom--typography--weight--normal);
	line-height: var(--wp--custom--typography--line-height--normal);
}

h1, h2, h3, h4, h5, blockquote,
.h1, .h1-display, .h2, .h3, .h4, .h5 {
	font-family: var(--wp--preset--font-family--headings-font);
	font-weight: var(--wp--custom--typography--weight--headings);
	line-height: var(--wp--custom--typography--line-height--tiny);
}

h1,
.h1,
h1.display,
.h1-display {
	font-size: var(--wp--custom--typography--font-size--gigantic);
}

@media (min-width: 768px) {
	h1.display,
	.h1-display {
		font-size: var(--wp--custom--typography--font-size--colossal);
	}
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
	margin-top: 0;
}

h2,
.h2 {
	font-size: var(--wp--custom--typography--font-size--huge);
}

h3,
.h3 {
	font-size: var(--wp--custom--typography--font-size--large);
}

h4,
.h4,
blockquote {
	font-size: var(--wp--custom--typography--font-size--medium);
}

h5,
.h5 {
	font-size: var(--wp--custom--typography--font-size--small);
	line-height: 1.35;
}

h6 {
	font-size: var(--wp--custom--typography--font-size--tiny);
	line-height: 1.35;
	text-transform: uppercase;
	font-weight: 500;
}

/* > Form elements */
@media (min-width: 576px) {
	form > .first-column,
	form > .last-column {
		float: left;
		width: calc(50% - var(--wp--custom--spacing--gap));
	}

	form > .first-column {
		margin-right: var(--wp--custom--spacing--gap);
	}

	form > .last-column {
		margin-left: var(--wp--custom--spacing--gap);
	}
}

/* >> Buttons */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 0.57145em 1.57145em;
	margin: 0 10px 10px 0;
	font-size: 0.93333rem;
	font-weight: 400;
	line-height: 24px;
	background: none;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	border: 0;
	text-decoration: none;
	text-align: center;
	border-radius: 0;
	cursor: pointer;
	box-shadow: none;
	transition: color var(--wp--custom--duration--transition) ease, background-color var(--wp--custom--duration--transition) ease, border-color var(--wp--custom--duration--transition) ease;
}

.button:last-child,
button:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child,
input[type="submit"]:last-child {
	margin-right: 0;
}

.button,
button,
input[type="button"],
input[type="submit"] {
	background-color: var(--wp--custom--color--button--regular--background);
	color: var(--wp--custom--color--button--regular--foreground);
	border: 2px solid var(--wp--custom--color--button--regular--border);
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
	background-color: var(--wp--custom--color--button--hover--background);
	border-color: var(--wp--custom--color--button--hover--border);
	color: var(--wp--custom--color--button--hover--foreground);
}

.button:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button[type="submit"]:active {
	opacity: 0.9;
}

.fancybox__container button,
.fancybox__container button:hover,
.fancybox__container button:focus,
.fancybox__container button:active {
	background-color: transparent;
	border: none;
	color: inherit;
}

.button.button-light,
button.button-light {
	background-color: transparent;
	border-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--background);
}

.button.button-filled,
button.button-filled,
input[type="reset"].button-filled {
	background-color: var(--wp--custom--color--button--regular--border);
}

button.button.button-filled {
	border-color: var(--wp--custom--color--button--regular--border);
	color: var(--wp--custom--color--button--regular--foreground);
}

.button.button-primary,
button.button-primary,
input[type="submit"],
button[type="submit"] {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
}

.button.button-secondary,
button.button-secondary {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--custom--color--secondary-alt);
}

.button.button-highlight,
button.button-highlight {
	background-color: var(--wp--preset--color--tertiary);
	border-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
}

.button.button-primary:hover,
.button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
.button.button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:hover,
button.button-secondary:focus,
.button.button-filled:hover,
.button.button-filled:focus,
button.button-filled:hover,
button.button-filled:focus,
.button.button-highlight:hover,
.button.button-highlight:focus,
button.button-highlight:hover,
button.button-highlight:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"].button-filled:hover,
input[type="reset"].button-filled:focus {
	background-color: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.button.button-light:hover,
.button.button-light:focus,
button.button-light:hover,
button.button-light:focus {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
}

.button-small {
	font-size: var(--wp--custom--typography--font-size--tiny);
	padding: 0.38465em 1.25em;
	margin: 0 6px 6px 0;
}

.button-big {
	font-size: var(--wp--custom--typography--font-size--small);
}

.button-wide {
	display: block;
	width: 100%;
}

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

.button.button-underline {
	font-size: .85rem;
	padding: 0.38465em;
	border-width: 2px 0;
	border-top-color: transparent;
	border-radius: 0;
}

.button .icon,
button .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	vertical-align: -12.5%;
	fill: var(--wp--custom--color--button--regular--foreground);
}

/* >> Pagination */
.pagination,
.woocommerce-pagination,
.page-links,
.comment-navigation {
	margin-top: var(--wp--custom--spacing--gap);
	font-size: 0;
	border-top: 2px solid var(--wp--preset--color--theme-border);
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.page-links {
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
}

.comment-navigation  {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers,
.page-links .post-page-numbers,
.comment-navigation a {
	font-size: 1rem;
	display: inline-block;
	padding: calc(0.75 * var(--wp--custom--spacing--gap)) var(--wp--custom--spacing--gap);
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers,
.page-links .post-page-numbers {
	margin-top: -2px;
}

@media (min-width: 992px) {
	.pagination .page-numbers,
	.woocommerce-pagination .page-numbers,
	.page-links .post-page-numbers,
	.comment-navigation a {
		padding: var(--wp--custom--spacing--gap) calc(1.25 * var(--wp--custom--spacing--gap));
	}
}

.pagination span.page-numbers.current,
.woocommerce-pagination span.page-numbers.current,
.page-links span.post-page-numbers {
	color: var(--wp--preset--color--faded);
	border: 2px solid var(--wp--preset--color--theme-border);
	border-top: none;
	background-color: var(--wp--preset--color--background-alt);
}

.pagination span.page-numbers.dots,
.woocommerce-pagination span.page-numbers.dots {
	color: var(--wp--preset--color--faded);
	font-weight: 400;
	padding-left: calc(0.5 * var(--wp--custom--spacing--gap));
	padding-right: calc(0.5 * var(--wp--custom--spacing--gap));
}

.page-links .page-links-title {
	display: inline-block;
	font-size: 1rem;
	margin-right: var(--wp--custom--spacing--gap);
	font-weight: 400;
	color: var(--wp--preset--color--faded);
}

.pagination a.page-numbers,
.woocommerce-pagination a.page-numbers,
.page-links a.post-page-numbers,
.comment-navigation a {
	text-decoration: none;
	color: inherit;
	transition: color var(--wp--custom--duration--transition);
}

.pagination a:hover,
.pagination a:focus,
.woocommerce-pagination a:hover,
.woocommerce-pagination a:focus,
.page-links a:hover,
.page-links a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: var(--wp--preset--color--primary);
}

.pagination a.page-numbers svg,
.woocommerce-pagination a.page-numbers svg,
.comment-navigation a svg {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: var(--wp--preset--color--foreground);
	transition: fill var(--wp--custom--duration--transition);
}

.pagination a.page-numbers:hover svg,
.pagination a.page-numbers:focus svg,
.woocommerce-pagination a.page-numbers:hover svg,
.woocommerce-pagination a.page-numbers:focus svg,
.comment-navigation a:hover svg,
.comment-navigation a:focus svg {
	fill: var(--wp--preset--color--primary);
}

.pagination .prev,
.pagination .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
	padding-left: var(--wp--custom--spacing--gap);
	padding-right: var(--wp--custom--spacing--gap);
}

.comment-navigation .nav-previous a svg {
	margin-right: 0.25rem;
}

.comment-navigation .nav-next a svg {
	margin-left: 0.25rem;
}

.comment-navigation a svg {
	top: -2px;
}

.comment-navigation .nav-links > div {
	display: inline-block;
}

/* >> Inputs */
label {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 0.125rem;
}

input,
select,
textarea {
	font-family: var(--wp--preset--font-family--system-font);
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border-radius: 0;
}

input {
	overflow: visible;
	line-height: normal;
}

input[disabled],
button[disabled],
.button.button-disabled,
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

input[type="checkbox"],
input[type="radio"] {
	border-width: 0;
	display: inline-block;
	margin-right: 0.3em;
	padding: 0;
	position: relative;
}

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

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

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

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=url],
input[type=file],
select,
textarea {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: var(--wp--custom--spacing--gap);
	padding: 0.5rem 0.75rem;
	background-color: var(--wp--custom--color--input--regular--background);
	color: var(--wp--custom--color--input--regular--foreground);
	border: 2px solid var(--wp--custom--color--input--regular--border);
	width: 100%;
	transition: color var(--wp--custom--duration--transition), border-color var(--wp--custom--duration--transition), box-shadow var(--wp--custom--duration--transition);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
	background-color: var(--wp--custom--color--input--focus--background);
	color: var(--wp--custom--color--input--focus--foreground);
	border-color: var(--wp--custom--color--input--focus--border);
	outline: 0;
	box-shadow: 0 0 0 0.2rem var(--wp--custom--color--input--outline--normal);
}

input[type=text].underline,
input[type=password].underline,
input[type=email].underline,
input[type=search].underline,
input[type=date].underline,
input[type=month].underline,
input[type=week].underline,
input[type=time].underline,
input[type=datetime].underline,
input[type=datetime-local].underline,
input[type=number].underline,
input[type=range].underline,
input[type=tel].underline,
input[type=url].underline,
select.underline,
textarea.underline {
	border-width: 0 0 2px 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
}

input:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
	border-color: var(--wp--custom--color--input--required);
	box-shadow: 0 0 0 0.2rem var(--wp--custom--color--input--outline--required);
}

select {
	background: var(--wp--custom--color--input--regular--background) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%238a8a8a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	padding-right: 1.75rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

[hidden] {
	display: none !important;
}

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

/* >> Search form */
.searchform {
	position: relative;
}

.searchform button {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	background-color: transparent;
	color: var(--wp--custom--color--input--regular--foreground);
	border-radius: 0;
	transition: none;
}

.searchform button:hover,
.searchform button:focus {
	color: var(--wp--preset--color--faded);
}

.searchform button svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: 0;
	margin-right: 0;
	margin-top: 8px;
	fill: var(--wp--custom--color--input--regular--foreground);
}

.searchform input {
	padding-right: 2.4rem;
	margin-bottom: 0;
}

::-webkit-input-placeholder {
	color: var(--wp--preset--color--faded);
}

:-moz-placeholder {
	color: var(--wp--preset--color--faded);
}

::-moz-placeholder {
	color: var(--wp--preset--color--faded);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--wp--preset--color--faded);
}

/* >> Contact Form 7 */
.wpcf7 p,
.wpcf7 .wpcf7-form {
	margin-bottom: 0;
}

.wpcf7 p > label {
	display: block;
}

.wpcf7 select {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.wpcf7 .field-half-first {
		float: left;
		width: 50%;
		padding-right: .5rem;
	}

	.wpcf7 .field-half-last {
		float: right;
		width: 50%;
		padding-left: .5rem;
	}

	.wpcf7 .field-half-last + p {
		clear: both;
	}
}

.wpcf7 form .wpcf7-response-output {
	margin: var(--wp--custom--spacing--gap) 0;
	padding: var(--wp--custom--spacing--gap) calc(1.5 * var(--wp--custom--spacing--gap));
	border-width: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
}

.wpcf7 form .wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
	background-color: var(--wp--preset--color--background);
	border: 2px solid var(--wp--preset--color--theme-border);
	color: var(--wp--preset--color--foreground-alt);
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.wpcf7 form .wpcf7-display-none {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	bottom: calc(0.6 * var(--wp--custom--spacing--gap));
	right: 5px;
	display: block;
	border: 0;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1;
	padding: 2px 3px;
	color: var(--wp--custom--color--input--required);
	background-color: var(--wp--custom--color--input--regular--background);
	pointer-events: none;
}

.wpcf7 form .ajax-loader,
.wpcf7 .wpcf7-spinner {
	margin: 0 0.4rem;
}

.wpcf7 .wpcf7-form-control.has-spinner ~ .wpcf7-spinner {
	position: relative;
	top: 0.4rem;
}

.wpcf7 form .wpcf7-form-control-wrap br,
.wpcf7 form .wpcf7-form-control-wrap p:empty {
	display: none;
}

.wpcf7 form .wpcf7-text,
.wpcf7 form .wpcf7-textarea,
.wpcf7 form .wpcf7-select {
	max-width: none;
}

.wpcf7 form .wpcf7-text.wpcf7-not-valid,
.wpcf7 form .wpcf7-textarea.wpcf7-not-valid,
.wpcf7 form .wpcf7-select.wpcf7-not-valid {
	border-color: var(--wp--custom--color--input--required);
}

/* > Header */
.site-header {
	position: relative;
	padding: var(--spacing--content-vertical) var(--spacing--content-horizontal);
	background-color: var(--wp--preset--color--background);
	box-shadow: 0px 5px 8px -5px var(--wp--custom--color--box-shadow);
	transition: left var(--wp--custom--duration--transition), right var(--wp--custom--duration--transition), padding var(--wp--custom--duration--transition);
}

@media (min-width: 992px) {
	.navbar-is-sticky .site-header {
		position: fixed;
		z-index: 7;
		top: 0;
		left: 0;
		right: 0;
	}

	.navbar-is-sticky.page-border .site-header {
		left: var(--spacing--global);
		right: var(--spacing--global);
	}

	.navbar-is-sticky.admin-bar .site-header {
		top: var(--spacing--admin--bar);
	}
}

.site-header .wrapper {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.site-header .wrapper {
		flex-wrap: wrap;
	}
}

/* >> Site identity */
.site-identity {
	flex: 0 0 auto;
	max-width: 85%;
	padding-right: var(--spacing--content-horizontal);
}

@media (min-width: 992px) {
	.site-identity {
		max-width: 50%;
	}
}

.site-identity h1 {
	font-size: var(--wp--custom--typography--font-size--large);
	line-height: 28px;
	margin-bottom: 0;
}

.site-identity h1 a ,
.custom-logo-link img.custom-logo,
[data-scheme=alt] .custom-logo-link img.custom-logo.alt-version,
[data-scheme=alt] .custom-logo-link img:first-of-type:last-of-type {
	display: inline-block;
}

.custom-logo-link img.custom-logo.alt-version,
[data-scheme=alt] .custom-logo-link img:not(.alt-version) {
	display: none;
}

/* >> Main menu */
.main-navigation {
	color: var(--wp--preset--color--foreground);
}

.main-navigation a {
	color: inherit;
}

.main-navigation .menu-item-has-children {
	position: relative;
}

.main-navigation .sub-menu {
	padding-left: 0;
}

.main-navigation .menu a {
	position: relative;
	z-index: 0;
}

.main-navigation a:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	height: 25px;
	margin-top: -12px;
	pointer-events: none;
	transition: left var(--wp--custom--duration--transition), right var(--wp--custom--duration--transition), width var(--wp--custom--duration--transition);
}

.main-navigation .menu-item-scheme a .icon {
	display: none;
	color: inherit;
}

.main-navigation .menu-item-scheme a .icon:last-of-type,
[data-scheme=default] .main-navigation .menu-item-scheme a .icon:last-of-type,
[data-scheme=alt] .main-navigation .menu-item-scheme a .icon:first-child {
	display: inline-block;
}

[data-scheme=alt] .main-navigation .menu-item-scheme a .icon:last-of-type {
	display: none;
}

.main-navigation .menu-item-cart a .icon {
	display: inline-block;
	color: inherit;
}

.main-navigation .menu-item-cart a .cart-total {
	display: inline-block;
	background-color: var(--wp--preset--color--theme-border);
	border-radius: 50%;
}

.main-navigation .menu-item-scheme a:before,
.main-navigation .menu-item-cart a:before,
.main-navigation .menu-item-search a:before {
	content: none;
}

.main-navigation .menu-item-search form {
	position: relative;
	margin-bottom: 0;
}

.main-navigation .menu-item-search input[type=search] {
	padding-right: 2.6em;
	margin-bottom: 0;
}

@media (max-width: 320px) {
	#menu-toggle {
		position: relative;
		margin-right: -7px;
	}
}

/* >>> Mobile menu */
@media (max-width: 991px) {
	.main-navigation {
		display: none;
		order: 13;
	}

	.mobile-menu-opened .main-navigation {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.main-navigation ul {
		padding-left: 0;
		list-style: none;
	}

	.main-navigation > ul {
		margin: var(--spacing--content-vertical) calc(-1 * var(--spacing--content-horizontal)) 0;
		transition: margin var(--wp--custom--duration--transition);
	}

	.main-navigation li {
		display: block;
		border-top: 1px solid var(--wp--preset--color--theme-border);
	}

	.main-navigation a {
		display: block;
		padding: 10px var(--spacing--content-horizontal);
		text-decoration: none;
		transition: padding var(--wp--custom--duration--transition);
	}

	.main-navigation ul ul a {
		padding-left: calc(2 * var(--spacing--content-horizontal));
	}

	.main-navigation ul ul ul a {
		padding-left: calc(3 * var(--spacing--content-horizontal));
	}

	.main-navigation ul ul ul ul a {
		padding-left: calc(4 * var(--spacing--content-horizontal));
	}

	.main-navigation a:before {
		content: none;
	}

	.main-navigation .current-menu-parent > a:before,
	.main-navigation .current-menu-item > a:before {
		content: "";
		left: calc(var(--spacing--content-horizontal) - 5px);
		width: 20px;
		background-color: var(--wp--preset--color--tertiary);
	}

	.main-navigation .sub-menu .current-menu-parent > a:before,
	.main-navigation .sub-menu .current-menu-item > a:before {
		left: calc(2 * var(--spacing--content-horizontal) - 5px);
	}

	.main-navigation .sub-menu .sub-menu .current-menu-parent > a:before,
	.main-navigation .sub-menu .sub-menu .current-menu-item > a:before {
		left: calc(3 * var(--spacing--content-horizontal) - 5px);
	}

	.main-navigation .sub-menu .sub-menu .sub-menu .current-menu-parent > a:before,
	.main-navigation .sub-menu .sub-menu .sub-menu .current-menu-item > a:before {
		left: calc(4 * var(--spacing--content-horizontal) - 5px);
	}

	.main-navigation .menu-item-has-children ul {
		display: none;
	}

	.main-navigation .menu-item-has-children.collapse > ul {
		display: block;
	}

	.main-navigation .menu-item-has-children > a {
		position: relative;
		padding-right: 45px;
	}

	.main-navigation .menu-item-has-children > a .icon {
		position: absolute;
		top: 50%;
		right: var(--spacing--content-horizontal);
		margin-top: -13px;
		width: 16px;
		height: 26px;
		fill: var(--wp--preset--color--faded);
		transition: right var(--wp--custom--duration--transition);
	}

	.main-navigation .menu-item-has-children.collapse > a .icon {
		transform: rotate(-180deg);
	}

	.main-navigation .menu-item-scheme span {
		margin-left: 5px;
	}

	.main-navigation .menu-item-scheme a .icon,
	.main-navigation .menu-item-cart a .icon {
		width: 16px;
		height: 16px;
		position: relative;
		top: -1px;
		fill: var(--wp--preset--color--foreground);
	}

	.main-navigation .menu-item-cart a .cart-text {
		margin-left: 5px;
		margin-right: 5px;
	}

	.main-navigation .menu-item-cart a .cart-total {
		font-size: 0.8rem;
		padding-left: 6px;
		padding-right: 6px;
	}

	.main-navigation .menu-item-search a {
		display: none;
	}

	.main-navigation .menu-item-search form {
		margin: var(--spacing--content-vertical) var(--spacing--content-horizontal);
		transition: margin var(--wp--custom--duration--transition);
	}

	.main-navigation .menu-item-search:last-child form {
		margin-bottom: 0;
	}

	.mobile-menu-toggle {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin-left: auto;
		color: var(--wp--preset--color--foreground);
	}

	.mobile-menu-toggle a {
		display: inline-block;
		padding-left: 7px;
		padding-right: 7px;
		text-align: center;
		background-color: var(--wp--preset--color--background-alt);
		color: inherit;
	}

	.mobile-menu-opened .mobile-menu-toggle a:focus {
		color: var(--wp--preset--color--faded);
	}

	.mobile-menu-toggle .icon {
		width: 24px;
		height: 40px;
		fill: var(--wp--preset--color--foreground-alt);
	}

	.mobile-menu-toggle .icon,
	.mobile-menu-opened .mobile-menu-toggle .icon:last-of-type,
	.mobile-menu-opened .mobile-menu-toggle .icon-close {
		display: inline-block;
	}

	.mobile-menu-toggle .icon-close,
	.mobile-menu-toggle .icon:last-of-type,
	.mobile-menu-opened .mobile-menu-toggle .icon:first-child {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-navigation .current-menu-parent > a:before,
	.main-navigation .current-menu-item > a:before {
		width: 25px;
	}
}

/* >>> Tablet menu */
@media (min-width: 992px) {
	.mobile-menu-toggle {
		display: none;
	}

	.main-navigation {
		/*flex: 0 0 auto;*/
		/*width: auto;*/
		margin-left: auto;
	}

	.main-navigation .menu a {
		line-height: 22px;
	}

	.main-navigation a {
		padding: 12px 18px;
	}

	.main-navigation .menu > li > a:before {
		left: 5px;
		right: 50%;
		height: 27px;
		margin-top: -13px;
		opacity: 0;
		background-color: var(--wp--preset--color--theme-border);
		transform: scaleX(0);
		transform-origin: left;
		transition: opacity var(--wp--custom--duration--transition), transform var(--wp--custom--duration--transition);
	}

	.main-navigation .menu > li.menu-item-has-children > a:before {
		right: calc(50% + 12px);
	}

	.main-navigation .menu > li.hover > a:before,
	.main-navigation .menu > li > a:hover:before,
	.main-navigation .menu > li > a:focus:before {
		transform: scaleX(1.0);
		opacity: 1;
	}

	.main-navigation .menu > .current-menu-parent > a:before,
	.main-navigation .menu > .current-menu-item > a:before {
		transform: scaleX(1.0);
		background-color: var(--wp--preset--color--tertiary);
		opacity: 1;
	}

	.main-navigation .menu-item-has-children ul {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 97;
		top: 100%;
		right: 50%;
		width: 200px;
		padding-left: 0;
		margin-top: 25px;
		margin-right: -88px;
		text-align: center;
		background-color: var(--wp--custom--color--submenu--background);
		color: var(--wp--custom--color--submenu--foreground);
		box-shadow: 0px 5px 8px -5px var(--wp--custom--color--box-shadow);
		opacity: 0;
		transform: translateY(10px);
	}

	.submenu-above .main-navigation .menu > .menu-item-has-children > ul {
		bottom: 100%;
		top: auto;
		margin-top: 0;
		margin-bottom: 25px;
		transform: translateY(-10px);
	}

	.main-navigation .menu > .menu-item-has-children > ul:before {
		content: '';
		position: absolute;
		top: -25px;
		left: 0;
		width: 100%;
		height: 25px;
	}

	.submenu-above .main-navigation .menu > .menu-item-has-children > ul:before {
		top: auto;
		bottom: -25px;
	}

	.csstransitions .main-navigation li.menu-item-has-children ul {
		transition: opacity var(--wp--custom--duration--transition), visibility var(--wp--custom--duration--transition), transform var(--wp--custom--duration--transition);
	}

	.no-touchevents .main-navigation .menu-item-has-children:hover > ul,
	.main-navigation .menu-item-has-children.hover > ul,
	.submenu-above .main-navigation .menu > .menu-item-has-children.hover > ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}

	.main-navigation .menu-item-has-children .menu-item-has-children > ul {
		top: -10px;
		left: auto;
		right: 100%;
		margin: 0;
		margin-top: 0;
		font-size: 1em;
		transform: none;
	}

	.submenu-above .main-navigation .menu-item-has-children .menu-item-has-children > ul {
		bottom: -10px;
		top: auto;
		transform: none;
	}

	.main-navigation .menu-item-has-children .menu-item-has-children .menu-item-has-children .menu-item-has-children > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation .menu-item-has-children .menu-item-has-children .menu-item-has-children .menu-item-has-children .menu-item-has-children .menu-item-has-children .menu-item-has-children > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children .menu-item-has-children:first-child > ul {
		top: 0;
		bottom: auto;
	}

	.main-navigation .menu-item-has-children li {
		display: block;
		margin-left: 0;
	}

	.main-navigation .menu-item-has-children > a > svg {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: -4px;
		fill: var(--wp--preset--color--faded);
	}

	.main-navigation .menu-item-has-children .menu-item-has-children > a > svg {
		display: none;
	}

	.submenu-above .main-navigation .menu-item-has-children > a > svg {
		transform: rotate(-180deg);
	}

	.main-navigation .menu-item-has-children li a {
		transition: opacity var(--wp--custom--duration--transition);
	}

	.main-navigation .menu-item-has-children li a:hover,
	.main-navigation .menu-item-has-children li a:focus,
	.main-navigation .menu-item-has-children .menu-item-has-children.hover > a,
	.main-navigation .menu-item-has-children .current-menu-parent > a,
	.main-navigation .menu-item-has-children .current-menu-item > a {
		color: inherit;
		opacity: 0.6;
	}

	.main-navigation .menu-item-has-children .current-menu-parent > a,
	.main-navigation .menu-item-has-children .current-menu-item > a {
		background-color: var(--wp--custom--color--submenu--current);
	}

	.main-navigation .menu-item-has-children li:first-child {
		padding-top: 10px;
	}

	.main-navigation .menu-item-has-children li:last-child {
		padding-bottom: 10px;
	}

	.main-navigation .menu-item-has-children ul a {
		display: block;
		padding: 10px;
		line-height: 20px;
	}

	.main-navigation .menu-item-scheme,
	.main-navigation .menu-item-cart,
	.main-navigation .menu-item-search {
		margin-left: 10px;
	}

	.main-navigation .menu-item-scheme ~ .menu-item-search,
	.main-navigation .menu-item-search ~ .menu-item-cart {
		margin-left: 3px;
	}

	.main-navigation .menu-item-scheme a,
	.main-navigation .menu-item-cart a,
	.main-navigation .menu-item-search a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-navigation .menu-item-scheme a svg,
	.main-navigation .menu-item-cart a svg,
	.main-navigation .menu-item-search a svg {
		display: inline-block;
		margin-top: -2px;
		width: 18px;
		height: 18px;
		fill: var(--wp--preset--color--foreground);
	}

	.main-navigation .menu-item-scheme a span {
		display: none;
	}

	.main-navigation .menu-item-cart a {
		position: relative;
	}

	.main-navigation .menu-item-cart a .cart-text {
		display: none;
	}

	.main-navigation .menu-item-cart a .cart-total {
		position: absolute;
		top: 2px;
		right: 2px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 9px;
		text-align: center;
		transition: color var(--wp--custom--duration--transition), background-color var(--wp--custom--duration--transition);
	}

	.main-navigation .menu-item-cart.hover a .cart-total,
	.main-navigation .menu-item-cart a:hover .cart-total,
	.main-navigation .menu-item-cart a:focus .cart-total {
		background-color: var(--wp--preset--color--tertiary);
	}

	.main-navigation .menu-item-search {
		position: relative;
	}

	.main-navigation .menu-item-search a svg,
	.searchform-opened .main-navigation .menu-item-search a svg:first-child {
		display: none;
	}

	.main-navigation .menu-item-search a svg:first-child,
	.searchform-opened .main-navigation .menu-item-search a svg:last-child {
		display: inline-block;
	}

	.main-navigation .menu-item-search form {
		position: absolute;
		right: 38px;
		top: 0;
		padding: 3px;
		width: 160px;
		visibility: hidden;
		opacity: 0;
		background-color: var(--wp--preset--color--background);
	}

	.csstransitions .main-navigation .menu-item-search form {
		transition: opacity var(--wp--custom--duration--transition), visibility var(--wp--custom--duration--transition), width var(--wp--custom--duration--transition);
	}

	.searchform-opened .main-navigation .menu-item-search form {
		visibility: visible;
		opacity: 1;
		width: 225px;
	}

	.main-navigation .menu-item-search form button {
		visibility: hidden;
	}
}

/* >>> Desktop menu */
@media (min-width: 1200px) {
	.main-navigation a {
		padding-left: 25px;
		padding-right: 25px;
	}

	.main-navigation .menu > li > a:before {
		left: 10px;
	}

	.main-navigation .menu-item-has-children ul {
		margin-top: 30px;
	}

	.submenu-above .main-navigation .menu > .menu-item-has-children > ul {
		margin-bottom: 30px;
	}

	.main-navigation .menu > .menu-item-has-children > ul:before {
		top: -30px;
		height: 30px;
	}

	.submenu-above .main-navigation .menu > .menu-item-has-children > ul:before {
		bottom: -30px;
	}

	.main-navigation .menu-item-cart,
	.main-navigation .menu-item-search {
		margin-left: 15px;
	}

	.main-navigation .menu-item-cart ~ .menu-item-search {
		margin-left: 10px;
	}

	.main-navigation .menu-item-search form {
		width: 150px;
	}

	.searchform-opened .main-navigation .menu-item-search form {
		width: 250px;
	}
}

/* >> Header title */
.page-title {
	background-color: var(--wp--preset--color--background-alt);
	color: var(--wp--preset--color--foreground);
	text-align: center;
}

.page-title .wrapper {
	padding: calc(3 * var(--spacing--content-vertical)) var(--spacing--content-horizontal) 0;
	transition: padding var(--wp--custom--duration--transition);
}

.page-title .entry-title {
	margin-bottom: 0;
}

.page-title .tagline {
	font-size: var(--wp--custom--typography--font-size--tiny);
	line-height: 1.35;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05em;
}

.page-title .entry-title ~ .tagline {
	margin-top: var(--wp--custom--spacing--gap);
}

/* > Page animation */
@keyframes loadingAnimLeftRight {
	to {
		left: var(--spacing--global);
		right: var(--spacing--global);
	}
}

@keyframes loadingAnimTopBottom {
	to {
		top: 100%;
		height: 0;
	}
}

.page-animation .main-content-wrapper:before {
	content: '';
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: var(--wp--preset--color--background);
}

.page-animation.featured-media-loaded .main-content-wrapper:before,
body.page-animation:not(.has-featured) .main-content-wrapper:before {
	animation: loadingAnimLeftRight var(--wp--custom--duration--animation--fast) 0s 1 ease-in-out, loadingAnimTopBottom var(--wp--custom--duration--animation--fast) var(--wp--custom--duration--animation--fast) 1 ease-in-out;
	animation-fill-mode: forwards;
}

.page-animation.no-page-border.featured-media-loaded .main-content-wrapper:before,
body.page-animation.no-page-border:not(.has-featured) .main-content-wrapper:before {
	animation: loadingAnimTopBottom var(--wp--custom--duration--animation--fast) 0s 1 ease-in-out;
	animation-fill-mode: forwards;
}

/* > Content */
.main-content-wrapper {
	position: relative;
	z-index: 6;
}

.page-border .main-content-wrapper {
	padding-left: var(--spacing--global);
	padding-right: var(--spacing--global);
	/*transition: padding var(--wp--custom--duration--transition);*/
}

.site-featured ~ .main-content-wrapper {
	margin-top: calc(-1 * var(--spacing--featured-nav-height) );
	transition: margin-top var(--wp--custom--duration--transition), padding var(--wp--custom--duration--transition);
}

.admin-bar .main-content-wrapper {
	padding-top: var(--spacing--admin--bar);
}

.admin-bar.has-featured .main-content-wrapper {
	padding-top: 0;
}

.site-content {
	background-color: var(--wp--preset--color--background-alt);
	color: var(--wp--preset--color--foreground);
	padding: 0 var(--spacing--content-horizontal) calc(3 * var(--spacing--content-vertical)) var(--spacing--content-horizontal);
	transition: padding var(--wp--custom--duration--transition);
}

.page-title ~ .site-content,
.content-style-no-title .site-content {
	padding-top: calc(3 * var(--spacing--content-vertical));
}

.content-style-full .site-content {
	padding: 0;
	transition: none;
}

.page-border.has-featured.no-footer .site-content {
	margin-bottom: var(--spacing--global);
}

.site-content .edit-link {
	margin-top: var(--wp--custom--spacing--gap);
}

.site-content .edit-link a {
	color: var(--wp--custom--color--button--regular--foreground);
	text-decoration: none;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 var(--wp--custom--spacing--gap);
	padding: 0;
	text-align: center;
}

.gallery .gallery-item {
	margin: calc(0.5 * var(--wp--custom--spacing--gap)) var(--wp--custom--spacing--gap) calc(0.5 * var(--wp--custom--spacing--gap)) 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}

@media (max-width: 575px) {
	.gallery .gallery-item {
		width: calc(0.5 * (100% - var(--wp--custom--spacing--gap)));
	}

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

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

.gallery .gallery-item .gallery-icon a {
	display: block;
}

@media (min-width: 576px) {
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item:nth-of-type(2n),
	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-4 .gallery-item:nth-of-type(4n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-6 .gallery-item:nth-of-type(6n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-8 .gallery-item:nth-of-type(8n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 0;
	}

	.gallery-columns-2 .gallery-item {
		width: calc((100% - var(--wp--custom--spacing--gap))/2);
	}

	.gallery-columns-3 .gallery-item {
		width: calc((100% - 2 * var(--wp--custom--spacing--gap))/3);
	}

	.gallery-columns-4 .gallery-item {
		width: calc((100% - 3 * var(--wp--custom--spacing--gap))/4);
	}

	.gallery-columns-5 .gallery-item {
		width: calc((100% - 4 * var(--wp--custom--spacing--gap))/5);
	}

	.gallery-columns-6 .gallery-item {
		width: calc((100% - 5 * var(--wp--custom--spacing--gap))/6);
	}

	.gallery-columns-7 .gallery-item {
		width: calc((100% - 6 * var(--wp--custom--spacing--gap))/7);
	}

	.gallery-columns-8 .gallery-item {
		width: calc((100% - 7 * var(--wp--custom--spacing--gap))/8);
	}

	.gallery-columns-9 .gallery-item {
		width: calc((100% - 8 * var(--wp--custom--spacing--gap))/9);
	}
}

.wp-caption,
.gallery-caption {
	color: var(--wp--preset--color--faded);
	font-size: var(--wp--custom--typography--font-size--tiny);
	margin-top: .2rem;
	margin-bottom: .2rem;
	max-width: 100%;
}

.wp-caption.alignnone {
	margin-bottom: 1rem;
}

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

.wp-caption .wp-caption-text {
	margin-top: .5rem;
	text-align: center;
}

/* > Blocks */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.page-title .wrapper,
.default-max-width,
.widget-area {
	max-width: var(--spacing--block--default-width);
	margin-left: auto;
	margin-right: auto;
}

.content-style-full #content .entry-content > * {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.has-sidebar .site-content .site-sidebar {
	margin-top: calc(2 * var(--wp--style--block-gap));
}

@media (min-width: 992px) {
	.has-sidebar .site-content .wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.has-sidebar .site-content .wrapper .entry-content,
	.has-sidebar .site-content .wrapper .widget-area {
		width: 100%;
		min-height: 1px;
		margin-left: 0;
		margin-right: 0;
	}

	.has-sidebar .site-content .wrapper .entry-content,
	.has-sidebar.sidebar-left .site-content .wrapper .widget-area {
		padding-right: var(--wp--style--block-gap);
		padding-left: 0;
	}

	.has-sidebar .site-content .wrapper .widget-area,
	.has-sidebar.sidebar-left .site-content .wrapper .entry-content {
		padding-left: var(--wp--style--block-gap);
		padding-right: 0;
	}

	.has-sidebar .site-content .wrapper .widget-area {
		padding-left: var(--wp--style--block-gap);
	}

	.has-sidebar .site-content .site-sidebar {
		margin-top: 0;
	}

	.has-sidebar.sidebar-left .site-content .site-sidebar {
		order: -1;
	}

	.has-sidebar .site-content .entry-content {
		flex: 0 0 var(--spacing--block--default-width);
		max-width: var(--spacing--block--default-width);
	}

	.has-sidebar .site-content .widget-area {
		flex: 0 0 var(--spacing--sidebar-width);
		min-width: var(--spacing--sidebar-width);
		max-width: var(--spacing--sidebar-width);
	}
}

.alignwide,
.entry-content > .alignwide {
	margin-left: auto;
	margin-right: auto;
}

.alignwide,
.site-footer .widget-area:not(.style-columns-1) {
	max-width: var(--spacing--block--wide-width);
}

body:not(.has-sidebar) .alignfull,
body:not(.has-sidebar) .entry-content > .alignfull {
	margin-left: calc(-1 * var(--spacing--content-horizontal));
	margin-right: calc(-1 * var(--spacing--content-horizontal));
}

.alignfull {
	max-width: var(--spacing--block--full-width);
	width: auto;
}

body.no-page-border:not(.has-sidebar) .alignfull {
	max-width: 100vw;
}

.entry-content > .alignleft,
.entry-content > .alignright {
	max-width: 60%;
}

@media (min-width: 576px) {
	.entry-content > .alignleft,
	.entry-content > .alignright {
		max-width: calc(0.6 * var(--spacing--block--default-width));
	}

	.entry-content > .alignleft {
		margin-left: var(--spacing--block--margin);
	}

	.entry-content > .alignright {
		margin-right: var(--spacing--block--margin);
	}
}

@media (min-width: 992px) {
	.has-sidebar .entry-content > .alignleft {
		margin-left: 0;
	}

	.has-sidebar .entry-content > .alignright {
		margin-right: 0;
	}
}

.wp-block-separator {
	width: 100px;
	height: 0;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
	width: auto;
}

.wp-block-separator.is-style-dots:before {
	letter-spacing: 1em;
	padding-left: 1em;
}

.wp-block-preformatted.has-background {
	padding: calc(2 * var(--wp--custom--spacing--gap));
}

.wp-block-pullquote {
	border-style: solid;
	text-align: center;
}

.wp-block-pullquote blockquote {
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 calc(1.5 * var(--wp--custom--spacing--gap));
}

.wp-block-quote.is-style-plain {
	margin-top: calc(2.5 * var(--wp--custom--spacing--gap));
}

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

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: calc(2.5 * var(--wp--custom--spacing--gap));
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
	margin-bottom: var(--wp--style--block-gap);
}

.wp-block-quote.is-large:not(.is-style-plain) p:last-child,
.wp-block-quote.is-style-large:not(.is-style-plain) p:last-child {
	margin-bottom: 0;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit;
	line-height: inherit;
}

.wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p, .wp-block[data-align=left]>.wp-block-pullquote p, .wp-block[data-align=right]>.wp-block-pullquote p {
	font-size: 20px;
}

.wp-block-pullquote cite {
	text-transform: none;
	color: var(--wp--preset--color--faded);
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
	background-color: var(--wp--custom--color--overlay--inverted--background);
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover > .wp-block-cover-text:not(.has-text-color),
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: var(--wp--preset--color--background);
}

.entry-content > .wp-block-image:first-child,
.entry-content > .wp-block-post-featured-image:first-child,
.entry-content > .wp-block-video:first-child {
	margin-bottom: calc(2* var(--wp--style--block-gap));
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-gallery,
.wp-block-embed,
.wp-block-audio,
.wp-block-post-featured-image,
.wp-block-site-logo,
.wp-block-table,
.wp-block-calendar,
.wp-block-group {
	margin-bottom: var(--wp--style--block-gap);
}

.entry-content > .wp-block-image.alignwide,
.entry-content > .wp-block-gallery.alignwide,
.entry-content > .wp-block-video.alignwide,
.entry-content > .wp-block-image.alignfull,
.entry-content > .wp-block-gallery.alignfull,
.entry-content > .wp-block-video.alignfull {
	margin-top: calc(2.5 * var(--wp--custom--spacing--gap));
	margin-bottom: calc(2.5 * var(--wp--custom--spacing--gap));
}

.wp-block-image .alignleft {
	margin: 0 calc(2 * var(--wp--custom--spacing--gap)) var(--wp--custom--spacing--gap) 0;
}

.wp-block-image .alignright {
	margin: 0 0 var(--wp--custom--spacing--gap) calc(2 * var(--wp--custom--spacing--gap));
}

.wp-block-image > a,
.wp-block-post-featured-image > a {
	display: block;
}

.wp-block-image img,
.wp-block-post-featured-image img,
.wp-block-video video {
	/*min-width: 100%;*/
}

.wp-block-video video {
	margin-bottom: 0;
}

.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-gallery figcaption,
.wp-block-table figcaption,
.wp-block-embed figcaption {
	font-size: var(--wp--custom--typography--font-size--tiny);
	line-height: 1.35;
	text-align: center;
	color: var(--wp--preset--color--faded);
	margin-top: calc(0.75* var(--wp--custom--spacing--gap));
	margin-bottom: var(--wp--custom--spacing--gap);
}

.entry-content .wp-block-image figcaption {
	display: block;
}

.wp-block-gallery figcaption {
	margin-top: calc(0.25* var(--wp--custom--spacing--gap));
}

.wp-block-gallery .blocks-gallery-grid + figcaption {
	margin-top: calc(-1* var(--wp--style--block-gap));
}

.alignleft .caption-text,
.alignright .caption-text {
	padding: calc(0.5 * var(--wp--custom--spacing--gap)) calc(var(--wp--custom--spacing--gap));
}

@media (min-width: 992px) {
	.theme-parallax .entry-image.parallax-hover,
	.theme-parallax .wp-block-image.parallax-hover,
	.theme-parallax .parallax-hover-children .wp-block-image,
	.theme-parallax .wp-block-video.parallax-hover {
		--hoverX: 0;
		--hoverY: 0;
	}

	.theme-parallax .entry-image.parallax-hover img,
	.theme-parallax .wp-block-image.parallax-hover img,
	.theme-parallax .parallax-hover-children .wp-block-image img,
	.theme-parallax .wp-block-video.parallax-hover {
		backface-visibility: hidden;
		transition: transform var(--wp--custom--parallax--duration--normal) var(--wp--custom--parallax--ease);
	}

	.theme-parallax .entry-image.parallax-hover a:hover img,
	.theme-parallax .wp-block-image.parallax-hover a:hover img,
	.theme-parallax .wp-block-image.parallax-hover:hover > img,
	.theme-parallax .parallax-hover-children .wp-block-image a:hover img,
	.theme-parallax .parallax-hover-children .wp-block-image:hover > img,
	.theme-parallax .wp-block-video.parallax-hover:hover {
		transform: scale(1.025) translate( calc(var(--hoverX) / var(--wp--custom--parallax--amount--normal) * 1px), calc(var(--hoverY) / var(--wp--custom--parallax--amount--normal) * 1px) );
	}
}

.wp-block-button__link,
.wp-block-file .wp-element-button {
	transition: color var(--wp--custom--duration--transition) ease, background-color var(--wp--custom--duration--transition) ease, border-color var(--wp--custom--duration--transition) ease;
}

.wp-block-file .wp-element-button {
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	border-radius: 0;
}

.wp-block-button__link.has-background {
	border-color: transparent;
}

.wp-block-button .wp-block-button__link:not(.has-text-color,.has-background):hover,
.wp-block-button .wp-block-button__link:not(.has-text-color,.has-background):focus {
	background-color: var(--wp--custom--color--button--hover--background) !important;
	border-color: var(--wp--custom--color--button--hover--border);
	color: var(--wp--custom--color--button--hover--foreground);
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
	border-color: var(--wp--custom--color--button--regular--border);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus {
	background-color: var(--wp--custom--color--button--hover--background) !important;
	border-color: var(--wp--custom--color--button--hover--border);
	color: var(--wp--custom--color--button--hover--foreground);
}

.wp-block-button__link:last-child {
	margin-right: 0;
}

.wp-calendar-table,
.wp-block-table table,
.wp-block-table figcaption {
	margin-bottom: 0;
}

.wp-block-calendar caption {
	padding-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
}

.wp-block-calendar table th {
	font-weight: 500;
}

.wp-block-calendar table td:before,
.wp-block-calendar table tbody th:before {
	content: none;
}

.wp-block-calendar .wp-calendar-nav {
	margin-top: .25rem;
}

.wp-block-calendar .wp-calendar-nav a {
	text-decoration: none;
}

.wp-block-calendar table tbody {
	color: var(--wp--preset--color--foreground);
}

.wp-block-calendar table th {
	color: var(--wp--preset--color--foreground);
	background-color: var(--wp--preset--color--background);
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	border-color: var(--wp--preset--color--theme-border);
}

.wp-block-calendar th,
.wp-block-calendar th:first-child,
.wp-block-calendar th:last-child {
	padding: 0.5rem 0.25rem;
}

.wp-block-latest-comments li,
.wp-block-latest-posts li {
	margin: 0 0 var(--wp--custom--spacing--gap);
}

.wp-block-latest-posts:after,
.wp-block-latest-posts li:after {
	content: "";
	display: table;
	clear: both;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: var(--wp--preset--color--faded);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	line-height: var(--wp--custom--typography--line-height--normal);
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
	float: left;
	margin-right: var(--wp--custom--spacing--gap);
	margin-bottom: var(--wp--custom--spacing--gap);
}

.wp-block-group.has-background {
	padding: calc(1.5 * var(--wp--custom--spacing--gap)) calc(2 * var(--wp--custom--spacing--gap));
}

.wp-block-search input[type=search],
.wp-block-search button[type=submit] {
	margin-bottom: 0;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0.5rem;
	padding: 0.5em 1em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 2px solid var(--wp--custom--color--input--regular--border);
	padding: 0.5rem 0.75rem;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	border-color: var(--wp--custom--color--input--focus--border);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	border-color: var(--wp--custom--color--input--focus--border);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus:invalid {
	border-color: var(--wp--custom--color--input--required);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
	position: absolute;
	top: 0;
	right: 0;
	height: 2.75rem;
	border: 0;
	margin: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
	padding: 0.375em 0.625em;
}

.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	font-size: var(--wp--custom--typography--font-size--tiny);
	font-weight: 400;
	padding: 0.38465em 1.25em;
	margin: 0 6px 6px 0;
	line-height: 24px;
	text-decoration: none;
	transition: color var(--wp--custom--duration--transition) ease, background-color var(--wp--custom--duration--transition) ease, border-color var(--wp--custom--duration--transition) ease;
	background-color: var(--wp--custom--color--button--hover--background);
	color: var(--wp--custom--color--button--hover--foreground);
}

.wp-block-tag-cloud.is-style-outline a {
	background-color: transparent;
	border: 2px solid var(--wp--custom--color--button--regular--border);
	color: var(--wp--custom--color--button--hover--foreground);
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.tagcloud a:hover,
.tagcloud a:focus {
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	border-color: var(--wp--preset--color--foreground);
}

.wp-block-navigation .wp-block-navigation__container {
	gap: 1.5rem;
}

.wp-block-post-author.has-background {
	border: none;
}

.wp-block-post-author.has-text-align-center {
	display: block;
}

.wp-block-post-author.has-text-align-center .wp-block-post-author__avatar {
	display: inline-block;
	padding: calc(0.25 * var(--wp--custom--spacing--gap));
	border: 2px solid var(--wp--preset--color--theme-border);
	margin-right: 0;
	margin-bottom: calc(0.25 * var(--wp--custom--spacing--gap));
}

.wp-block-post-author.has-text-align-center .wp-block-post-author__avatar img {
	display: block;
}

.wp-block-post-author.has-background .wp-block-post-author__avatar {
	padding: 0;
	border: none;
}

.wp-block-post-author .wp-block-post-author__byline {
	color: var(--wp--preset--color--faded);
	font-size: var(--wp--custom--typography--font-size--tiny);
}

.wp-block-post-author .wp-block-post-author__name {
	font-family: var(--wp--preset--font-family--headings-font);
	font-size: var(--wp--custom--typography--font-size--medium);
	font-weight: var(--wp--custom--typography--weight--headings);
	line-height: var(--wp--custom--typography--line-height--tiny);
	color: var(--wp--preset--color--headings);
	margin-bottom: calc(0.75 * var(--wp--custom--spacing--gap));
}

.wp-block-post-author.has-text-color .wp-block-post-author__name {
	color: inherit;
}

.wp-block-post-author .wp-block-post-author__bio {
	font-size: var(--wp--custom--typography--font-size--normal);
}

.wp-block-post-author-name a {
	text-decoration: none;
}

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

.wp-block-table.is-style-stripes table tr:nth-child(odd) td,
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) th {
	background-color: transparent;
}

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

.wp-block-table.is-style-stripes table td:before,
.wp-block-table.is-style-stripes table tbody th:before {
	content: none;
}

.wp-block-table table.has-text-color td,
.wp-block-table table.has-text-color tbody th {
	background-color: transparent;
}

.wp-block-table table.has-background td:before,
.wp-block-table table.has-background tbody th:before {
	content: none;
}

pre.wp-block-verse {
	font-family: var(--wp--preset--font-family--code-font);
}

.wp-block-table-of-contents ol {
	margin-bottom: 0;
}

.wp-container-2 > ul li {
	margin-left: 0;
}

/* > Blog */
.posts-listing {
	clear: both;
	list-style: none;
	margin-bottom: 0;
}

.posts-listing.style-columns {
	display: flex; 
	flex-wrap: wrap;
}

.posts-listing .entry-post {
	margin-bottom: calc(2.5 * var(--wp--style--block-gap));
	width: 100%;
	max-width: 100%;
}

.entry-header {
	margin-top: var(--wp--custom--spacing--gap);
}

.posts-listing .entry-header:first-child {
	margin-top: 0;
}

.entry-header svg {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 2px;
	fill: var(--wp--preset--color--faded);
}

.entry-header .meta-comments,
.entry-header .meta-categories,
.entry-header .meta-tags,
.entry-header .meta-date,
.entry-header .meta-sku {
	color: var(--wp--preset--color--faded);
	font-size: .8rem;
	font-weight: 300;
}

.entry-header .meta-comments a,
.entry-header .meta-categories a,
.entry-header .meta-tags a,
.entry-header .meta-date a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-header .meta-sku {
	text-transform: uppercase;
}

.meta-date .updated:not(.published) {
	display: none;
}

.entry-header a {
	color: inherit;
	text-decoration: none;
	transition: color var(--wp--custom--duration--transition);
}

.entry-header a:focus,
.entry-header a:hover {
	color: var(--wp--preset--color--primary);
}

.posts-listing .entry-post .meta-date {
	float: left;
	margin-right: var(--wp--custom--spacing--gap);
}

.posts-listing .entry-post .meta-categories {
	float: right;
}

.posts-listing .entry-post .meta-categories.more-then-two {
	float: left;
	width: 100%;
}

.posts-listing .entry-post .entry-title {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.posts-listing .entry-post .entry-title:last-child {
	margin-bottom: 0;
}

.posts-listing .entry-post .entry-title svg {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: .5rem;
	fill: var(--wp--preset--color--headings);
	transition: fill var(--wp--custom--duration--transition);
}

.posts-listing .entry-post .entry-title a:focus svg,
.posts-listing .entry-post .entry-title a:hover svg {
	fill: var(--wp--preset--color--primary);
}

.posts-listing .entry-post.sticky .entry-title svg {
	top: -2px;
}

.posts-listing .entry-post .entry-image a {
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--wp--custom--color--overlay--normal--foreground);
}

.posts-listing .entry-post .entry-image a img {
	display: block;
	width: 100%;
}

.posts-listing .entry-post .entry-image a:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-color: var(--wp--custom--color--overlay--normal--background);
}

.posts-listing .entry-post .entry-image a > span {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	right: calc(2 * var(--wp--custom--spacing--gap));
	left: calc(2 * var(--wp--custom--spacing--gap));
	text-align: center;
	text-transform: uppercase;
}

.posts-listing .entry-post .entry-image a .view-more {
	top: 50%;
	transform: translateY(-50%);
}

.posts-listing .entry-post .entry-image a .view-more svg {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 0.25rem;
	fill: var(--wp--custom--color--overlay--normal--foreground);
}

.posts-listing .entry-post .entry-image a .meta {
	bottom: -10%;
	padding-top: var(--wp--custom--spacing--gap);
	padding-bottom: var(--wp--custom--spacing--gap);
	font-weight: 300;
	font-size: .8rem;
}

.posts-listing .entry-post .entry-image a .meta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	opacity: .2;
	background-color: var(--wp--custom--color--overlay--normal--foreground);
}

.posts-listing .entry-post .entry-image a .meta span:after {
	content: "\00B7";
	margin-left: calc(0.5 * var(--wp--custom--spacing--gap));
	margin-right: calc(0.5 * var(--wp--custom--spacing--gap));
}

.posts-listing .entry-post .entry-image a .meta span:last-of-type:after {
	content: none;
}

.posts-listing .entry-post .entry-image a .meta svg {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	fill: var(--wp--custom--color--overlay--normal--foreground);
}

.posts-listing .entry-post .entry-image a:after,
.posts-listing .entry-post .entry-image a .view-more {
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--wp--custom--duration--transition), visibility var(--wp--custom--duration--transition);
}

.posts-listing .entry-post .entry-image a .meta {
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--wp--custom--duration--transition), visibility var(--wp--custom--duration--transition), bottom var(--wp--custom--duration--transition);
}

.posts-listing .entry-post .entry-image a:hover:after,
.posts-listing .entry-post .entry-image a:hover .view-more,
.posts-listing .entry-post .entry-image a:hover .meta,
.posts-listing .entry-post .entry-image a:focus:after,
.posts-listing .entry-post .entry-image a:focus .view-more,
.posts-listing .entry-post .entry-image a:focus .meta {
	opacity: 1;
	visibility: visible;
}

.posts-listing .entry-post .entry-image a:hover .meta,
.posts-listing .entry-post .entry-image a:focus .meta {
	bottom: 0;
}

.posts-listing .entry-post .entry-content {
	padding-top: var(--wp--custom--spacing--gap);
	clear: both;
}

.posts-listing .entry-post .entry-content .entry-excerpt p {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.posts-listing .entry-post .read-more {
	text-decoration: none;
	text-transform: uppercase;
}

.posts-listing .entry-post .read-more svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	top: -2px;
	fill: var(--wp--preset--color--primary);
	margin-left: calc(0.25 * var(--wp--custom--spacing--gap));
	transition: transform var(--wp--custom--duration--transition);
}

.posts-listing .entry-post .read-more:hover svg,
.posts-listing .entry-post .read-more:focus svg {
	transform: translateX(calc(0.25 * var(--wp--custom--spacing--gap)));
}

@media (min-width: 576px) {
	.posts-listing.style-columns .entry-post {
		flex-grow: 1;
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
		max-width: calc(50% - var(--wp--custom--spacing--gap));
	}

	.posts-listing.style-columns .entry-post .entry-image a {
		position: relative;
		overflow: hidden;
	}

	.posts-listing.style-columns .entry-post .entry-image a:before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}

	.posts-listing.style-columns .entry-post .entry-image a img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.posts-listing.style-columns .entry-post:first-of-type:last-of-type {
		max-width: none;
	}

	.posts-listing.style-columns .entry-post:last-of-type,
	.posts-listing.style-columns .entry-post:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.alignwide .posts-listing.style-columns .entry-post {
		max-width: calc(33.33333% - var(--wp--custom--spacing--gap) * 1.33333);
	}

	.alignwide .posts-listing.style-columns .entry-post:nth-of-type(2n) {
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
	}

	.alignwide .posts-listing.style-columns .entry-post:last-of-type,
	.alignwide .posts-listing.style-columns .entry-post:nth-of-type(3n) {
		margin-right: 0;
	}
}

/* >> Single post */
.page-title .entry-header {
	font-size: 0;
}

.page-title .entry-header:first-child {
	margin-top: 0;
}

.page-title .entry-header > span {
	display: block;
}

@media (min-width: 576px) {
	.page-title .entry-header > span {
		display: inline-block;
	}

	.page-title .entry-header > span:before {
		content: "\00B7";
		color: var(--wp--preset--color--faded);
		margin-left: calc(0.5 * var(--wp--custom--spacing--gap));
		margin-right: calc(0.5 * var(--wp--custom--spacing--gap));
	}

	.page-title .entry-header > span.more-then-four,
	.page-title .entry-header > span.more-then-four ~ span {
		display: block;
	}

	.page-title .entry-header > span:first-child:before,
	.page-title .entry-header > span.more-then-four:before,
	.page-title .entry-header > span.more-then-four ~ span:before {
		content: none;
	}
}

/* >>> Author box */
.author-box {
	position: relative;
	margin-top: calc(2 * var(--wp--custom--spacing--gap) + 56px);
	text-align: center;
}

.author-box .wrapper {
	padding: calc(2 * var(--wp--custom--spacing--gap));
	border: 2px solid var(--wp--preset--color--theme-border);
	background-color: var(--wp--preset--color--background);
}

.author-box .author-box-title {
	margin-top: 56px;
	margin-bottom: var(--wp--custom--spacing--gap);
}

.author-box .author-box-title a {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 576px) {
	.author-box .author-box-description {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.author-box .social-navigation {
	margin-top: var(--wp--custom--spacing--gap);
}

.author-box .author-box-image {
	position: absolute;
	top: -56px;
	left: 50%;
	margin-left: -56px;
	display: inline-block;
	padding: calc(0.25 * var(--wp--custom--spacing--gap));
	border: 2px solid var(--wp--preset--color--theme-border);
	background-color: var(--wp--preset--color--background);
}

/* >>> Comments */
#comments {
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
	padding-top: calc(2 * var(--wp--custom--spacing--gap));
	border-top: 2px solid var(--wp--preset--color--theme-border);
}

.author-box ~ #comments {
	padding-top: 0;
	border-top: none;
}

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

.comment-list ol {
	list-style-type: decimal;
}

.comment-list ol ol {
	list-style-type: lower-alpha;
}

.comment-list ol ol ol {
	list-style-type: lower-roman;
}

.comment-list .comment,
.comment-list .trackback,
.comment-list .pingback {
	margin-left: 0;
}

.comment-list .comment-body {
	padding: var(--wp--custom--spacing--gap) 0;
}

.comment-list .comment-author-avatar {
	display: none;
}

@media (min-width: 768px) {
	.comment-list .comment-body {
		display: flex;
		flex-wrap: wrap;
	}

	.comment-list .comment-body > * {
		display: block;
		width: 100%;
	}

	.comment-list .comment-author-avatar {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.comment-list .comment-content-wrapper {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.comment-list .comment-author-avatar {
		padding-right: 20px;
	}

	.comment-list .pingback .comment-author-avatar,
	.comment-list .trackback .comment-author-avatar {
		padding-right: 0;
	}

	.comment-list .comment-author-avatar img {
		display: block;
		width: 80px;
		border-radius: 50%;
	}

	.comment-list .depth-2 .comment-author-avatar img {
		width: 60px;
	}

	.comment-list .depth-3 .comment-author-avatar img {
		width: 40px;
	}
}

.comment-list .comment-meta {
	margin-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
}

.comment-list .comment-meta a {
	text-decoration: none;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-left: var(--wp--custom--spacing--gap);
}

@media (min-width: 768px) {
	.comment-list .children {
		margin-left: 20px;
	}
}

.comment-list .comment-date a {
	font-size: .8rem;
}

.comment-list .comment-author h6 {
	display: inline-block;
	margin-bottom: 0;
}

.comment-list .bypostauthor .comment-author h6 a {
	display: inline-block;
	background-color: transparent;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 10px;
	text-decoration: none;
	background-image: linear-gradient(to right, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--tertiary) 100%);
}

.comment-list .comment-date {
	line-height: 1rem;
	margin-bottom: .5rem;
}

.comment-list .comment-edit-link,
.comment-list .comment-reply-link {
	border: 2px solid var(--wp--preset--color--theme-border);
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 12px;
	text-decoration: none;
	transition: background-color var(--wp--custom--duration--transition);
}

.comment-list .comment-edit-link:hover,
.comment-list .comment-reply-link:hover,
.comment-list .comment-edit-link:focus,
.comment-list .comment-reply-link:focus {
	background-color: var(--wp--preset--color--theme-border);
	text-decoration: none;
}

.comment-list .reply a + a {
	border-left: 0;
}

.comment-content {
	word-wrap: break-word;
	margin-bottom: var(--wp--custom--spacing--gap);
}

.commentlist .comment-content > ul {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.comment-content hr {
	clear: both;
}

.comment-content > p {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.form-allowed-tags {
	display: none;
}

#comments .no-comments {
	font-weight: bolder;
}

#comments .comment-form,
#comments .comment-form > p,
#comments .form-submit input[type="submit"] {
	margin-bottom: 0;
}

#comments .comment-form .comment-notes,
#comments .comment-form .logged-in-as {
	font-size: var(--wp--custom--typography--font-size--tiny);
	color: var(--wp--preset--color--faded);
}

#comments .comment-respond > h5,
#comments .comment-form .comment-notes,
#comments .comment-form .logged-in-as,
#comments .comment-form .comment-form-cookies-consent {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: inherit;
	color: var(--complementary-color);
}

.comment-list + .comment-respond {
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
}

.comment-list .comment-respond {
	padding-top: var(--wp--custom--spacing--gap);
	padding-bottom: var(--wp--custom--spacing--gap);
}

@media (min-width: 768px) {
	.comment-list .comment-respond {
		padding-left: 100px;
	}

	.comment-list .children .comment-respond {
		padding-left: 80px;
	}

	.comment-list .children .children .comment-respond {
		padding-left: 60px;
	}
}

#comments .comment-form .comment-form-comment {
	position: relative;
}

#comments .required {
	color: var(--wp--custom--color--input--required);
}

@media (min-width: 576px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		float: left;
		width: calc((100% - calc(2 * var(--wp--custom--spacing--gap)))/ 2);
	}

	.comment-form .comment-form-author {
		margin-right: var(--wp--custom--spacing--gap);
	}

	.comment-form .comment-form-email {
		margin-left: var(--wp--custom--spacing--gap);
	}

	.comment-form .comment-form-url:after,
	.comment-form .comment-form-url:before {
		content: '';
		display: table;
	}
}

/* > Widgets */
.widget {
	margin-bottom: calc(2 * var(--wp--style--block-gap));
}

.widget:last-child,
.widget_text .textwidget > :last-child,
.widget_search form,
.widget_categories form,
.widget_categories select,
.widget_archive select,
.site-sidebar .wp-block-categories select,
.widget_block .wp-block-group:last-child {
	margin-bottom: 0;
}

.widget .widget-title,
.wp-block-group h2:first-child {
	margin-bottom: calc(1.5 * var(--wp--custom--spacing--gap));
}

.wp-block-group h2:first-child {
	font-size: var(--wp--custom--typography--font-size--medium);
	line-height: 1;
}

.site-sidebar .wp-block-group h2:first-child {
	padding-bottom: var(--wp--custom--spacing--gap);
	border-bottom: 2px solid var(--wp--preset--color--theme-border);
}

.site-sidebar .widget_search .widget-title {
	display: none;
}

.widget ul,
.wp-block-categories-list,
.wp-block-archives-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.widget ul,
.wp-block-categories-list,
.wp-block-archives-list,
.wp-block-page-list,
.wp-block-rss {
	padding-left: 0;
	list-style: none;
}

.widget li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-page-list li,
.wp-block-rss li {
	margin-left: 0;
	list-style: none;
}

.site-sidebar .widget ul > li:first-child {
	margin-top: 0;
}

.site-sidebar .widget ul ul > li:first-child {
	margin-top: calc(0.5 * var(--wp--custom--spacing--gap));
}

.site-sidebar .widget ul > li:last-child {
	margin-bottom: 0;
}

.wp-block-categories-list li,
.wp-block-archives-list li {
	color: var(--wp--preset--color--faded);
}

.widget li a,
.wp-block-categories-list a,
.wp-block-archives-list a {
	text-decoration: none;
	transition: color var(--wp--custom--duration--transition);
}

.widget li a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
	transition: color var(--wp--custom--duration--transition);
}

.widget li a:hover,
.widget li a:focus,
.wp-block-categories-list a,
.wp-block-archives-list a {
	color: var(--wp--preset--color--primary);
}

.widget li .count {
	color: var(--wp--preset--color--faded);
}

.widget ul ul,
.wp-block-categories ul ul {
	padding-left: 1.1em;
}

.widget ul .current-cat > a,
.widget ul .current-menu-item > a {
	color: var(--wp--preset--color--primary);
}

.widget_rss a.rsswidget img {
	display: none;
}

.widget_rss li .rssSummary {
	font-size: var(--wp--custom--typography--font-size--tiny);
}

.widget_rss li {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.widget_rss li .rss-date {
	display: block;
	margin-bottom: .25rem;
	color: var(--wp--preset--color--faded);
	font-size: 0.9rem;
}

.widget-area .widget_calendar caption,
.widget-area .wp-block-calendar caption {
	padding-left: 0;
	padding-right: 0;
}

.site-content .widget-area .widget_calendar caption,
.site-content .widget-area .wp-block-calendar caption {
	text-align: left;
}

.widget-area .widget_calendar td:first-child,
.widget-area .widget_calendar th:first-child {
	padding-left: 0;
}

.widget-area .wp-block-calendar td:first-child,
.widget-area .wp-block-calendar th:first-child {
	padding-left: 0.25em;
}

.widget-area .widget_calendar td:last-child,
.widget-area .widget_calendar th:last-child {
	padding-right: 0;
}

.widget-area .wp-block-calendar td:last-child,
.widget-area .wp-block-calendar th:last-child {
	padding-right: 0.25em;
}

.widget-area .widget_calendar td:before,
.widget-area .widget_calendar tbody th:before,
.widget-area .wp-block-calendar td:before,
.widget-area .wp-block-calendar tbody th:before {
	content: none;
}

.widget-area .widget_calendar thead th,
.widget-area .widget_calendar td,
.widget-area .widget_calendar tbody th {
	padding: calc(0.25 * var(--wp--custom--spacing--gap));
	background-color: transparent;
}

.site-footer .widget-area .widget_calendar thead th,
.site-footer .widget-area .widget_calendar td,
.site-footer .widget-area .widget_calendar tbody th {
	border-color: var(--wp--preset--color--faded);
	color: var(--wp--custom--color--footer--foreground);
}

.widget-area .widget_calendar td:first-child:before,
.widget-area .widget_calendar tbody th:first-child:before {
	left: 0;
}

.widget-area .widget_calendar td:last-child:before,
.widget-area .widget_calendar tbody th:last-child:before {
	right: 0;
}

.site-content .menu[id*="social"] li {
	display: inline-block;
}

.site-content .menu[id*="social"] li:before {
	content: none;
}

.site-content .menu[id*="social"] a svg {
	fill: var(--wp--custom--color--foreground);
	transition: fill var(--wp--custom--duration--transition);
}

.site-content .menu[id*="social"] a:hover svg,
.site-content .menu[id*="social"] a:focus svg {
	fill: var(--wp--preset--color--primary);
}

@media (max-width: 991px) {
	#sidebar {
		margin-top: var(--wp--custom--spacing--gap);
		padding-top: calc(2 * var(--wp--custom--spacing--gap));
		border-top: 2px solid var(--wp--preset--color--theme-border);
	}
}

.site-content .widget {
	padding: calc(1.5 * var(--wp--custom--spacing--gap));
	border: 2px solid var(--wp--preset--color--theme-border);
	background-color: var(--wp--preset--color--background);
}

.site-content .widget .widget-title {
	font-size: var(--wp--custom--typography--font-size--medium);
	line-height: 1;
	padding-bottom: var(--wp--custom--spacing--gap);
	margin-bottom: calc(1.5 * var(--wp--custom--spacing--gap));
	border-bottom: 2px solid var(--wp--preset--color--theme-border);
}

.site-content .widget_search {
	padding: 0;
	box-shadow: none;
	border: none;
	background-color: transparent;
}

.site-content .widget_pages li,
.site-content .widget_nav_menu li {
	display: block;
}

.site-content .widget li {
	margin-top: calc(0.5 * var(--wp--custom--spacing--gap));
	margin-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
}

.site-content .widget > ul {
	margin-bottom: calc(-0.5 * var(--wp--custom--spacing--gap));
	margin-top: calc(-0.5 * var(--wp--custom--spacing--gap));
}

.site-content .widget_media_gallery .block-gallery {
	margin-bottom: calc(-1 * var(--wp--custom--spacing--gap));
}

.site-footer .widget li a {
	color: inherit;
}

.site-footer .widget li a:hover,
.site-footer .widget li a:focus {
	color: var(--wp--preset--color--primary);
}

.site-footer .widget_logo a {
	display: inline-block;
	padding: 10px;
}

.site-footer .widget_nav_menu a {
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bolder;
}

.site-footer .widget_block.widget_recent_comments,
.site-footer .widget_block.widget_recent_entries,
.site-footer .widget_block.widget_rss {
	text-align: left;
}

.site-footer .widget .wp-block-button .wp-block-button__link {
	border-color: var(--wp--custom--color--footer--foreground);
	color: var(--wp--custom--color--footer--foreground);
}

.site-footer .widget .wp-block-button .wp-block-button__link:hover,
.site-footer .widget .wp-block-button .wp-block-button__link:focus {
	color: var(--wp--custom--color--footer--background);
}

.site-footer .widget_nav_menu .current-menu-item > a {
	color: var(--wp--preset--color--faded);
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

@media (min-width: 768px) {
	.site-footer .widget_nav_menu li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.site-footer .menu a svg {
	fill: var(--wp--custom--color--footer--foreground);
	transition: fill var(--wp--custom--duration--transition);
}

.site-footer .menu a:hover svg,
.site-footer .menu a:focus svg {
	fill: var(--wp--preset--color--primary);
}

/* > Footer */
.site-footer {
	position: relative;
	padding: calc(3 * var(--spacing--content-vertical)) var(--spacing--content-horizontal);
	font-size: 14px;
	background-color: var(--wp--custom--color--footer--background);
	text-align: center;
	transition: padding var(--wp--custom--duration--transition);
}

.site-footer,
.site-footer .widget-title,
.site-footer .widget_block .widget-title,
.site-footer .widget_block h1,
.site-footer .widget_block h2,
.site-footer .widget_block h3,
.site-footer .widget_block h4,
.site-footer .widget_block h5,
.site-footer .widget_block h6 {
	color: var(--wp--custom--color--footer--foreground);
}

.site-footer a {
	outline-color: var(--wp--custom--color--footer--foreground);
}

@media (min-width: 768px) {
	.site-footer .widget-area.style-columns-2,
	.site-footer .widget-area.style-columns-3,
	.site-footer .widget-area.style-columns-4 {
		display: flex;
		flex-wrap: wrap;
	}

	.site-footer .widget-area.style-columns-2 > *,
	.site-footer .widget-area.style-columns-3 > *,
	.site-footer .widget-area.style-columns-4 > * {
		flex-basis: 0;
		flex-grow: 1;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-footer .widget-area.style-columns-2 > *,
	.site-footer .widget-area.style-columns-4 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.site-footer .widget-area.style-columns-3 > * {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 992px) {
	.site-footer .widget-area.style-columns-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* >> To the top button */
.site-footer .scroll-to-top {
	position: absolute;
	z-index: 3;
	top: -25px;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-left: -25px;
	text-align: center;
	background-color: var(--wp--preset--color--primary);
}

@media (min-width: 768px) {
	.site-footer .scroll-to-top,
	.site-footer .scroll-to-top.watching {
		visibility: hidden;
		transition: visibility var(--wp--custom--duration--transition), background-color var(--wp--custom--duration--transition);
	}

	.site-footer .scroll-to-top.watching.active {
		visibility: visible;
	}
}

.site-footer .scroll-to-top .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: var(--wp--custom--color--primary-alt);
}

/* > Customizer adjustments */
.main-navigation .menu-item-scheme.customize-partial-refreshing,
.main-navigation .menu-item-search.customize-partial-refreshing,
.main-navigation .menu-item-cart.customize-partial-refreshing {
	opacity: 1;
}

.customize-partial-edit-shortcuts-shown .custom-logo-link {
	position: relative;
}

#scroll-to-top .customize-partial-edit-shortcut,
.custom-logo-link .customize-partial-edit-shortcut {
	right: -15px;
	top: -15px;
}

@media (max-width: 991px) {
	.main-navigation > ul > .customize-partial-edit-shortcut {
		left: 50%;
		margin: 4px 0 0 15px;
	}

	.main-navigation .menu-item-scheme .customize-partial-edit-shortcut,
	.main-navigation .menu-item-search .customize-partial-edit-shortcut,
	.main-navigation .menu-item-cart .customize-partial-edit-shortcut {
		right: 0;
	}
}

@media (min-width: 992px) {
	.main-navigation > ul > .customize-partial-edit-shortcut {
		margin: -5px 0 0 15px;
	}

	.main-navigation .menu-item-scheme .customize-partial-edit-shortcut,
	.main-navigation .menu-item-search .customize-partial-edit-shortcut,
	.main-navigation .menu-item-cart .customize-partial-edit-shortcut {
		margin: -5px 0 0 50px;
	}
}


@font-face {
    font-family: 'BODY';
    src: url(https://static1.squarespace.com/static/56a74ebd1c121044e144939b/t/62bd98c80ba3266fce5c8f0e/1656592584937/AnticDidone-Regular.ttf)
}
@font-face {
    font-family: 'DREAM';
    src: url('https://static1.squarespace.com/static/56a74ebd1c121044e144939b/t/62bd75be4e1c6a6b5abad11b/1656583615109/DreamCaps.otf')
}

.entry-title a {
	font-family: "BODY"!important;
}

.main-navigation .menu a {
	font-family: 'BODY'!important;
	font-weight: 600!important;
}
.h2 {
	font-family: "DREAM"!important;
}
.h3 {
	font-family: "DREAM"!important;
}
.h4 {
	font-family: "DREAM"!important;
}
.h5 {
	font-family: "DREAM"!important;
}
.elementor-heading-title {
    font-family: "DREAM"!important;
	font-weight: 900!important;
}
.elementskit-post-body > p {
    font-family: 'BODY'!important;
}
.ekit-wid-con a {
    font-family: 'BODY'!important;
    font-weight: 600!important;
}
p{
	font-family: 'BODY'!important;
}
.elementor-icon-box-title{
	font-family: 'BODY'!important;
}