/*!
Theme Name: Blackstar
Theme URI: http://underscores.me/
Author: Blackstar Digital
Author URI: https://blackstar.digital
Description: Kingdom Cords 2022 Default Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techfocus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TechFocus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body,
html {
	z-index: 0;
}

#ui,
#ui-content,
#f {
	z-index: 1;
}

#h {
	z-index: 2;
}

#o {
	z-index: 3;
}

#h-nav,
#h-cart {
	z-index: 4;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
html,
body,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
p,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	display: block;
	clear: both;
	color: #afbac8;
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	margin-bottom: 12px;
	line-height: 1;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
	color: #462940;
	font-weight: 500;
}

h1.display,
h2.display,
h3.display,
h4.display,
h5.display,
h6.display,
.h1.display,
.h2.display,
.h3.display,
.h4.display,
.h5.display,
.h6.display {
	font-weight: 100;
}

h1, .h1 {
	font-size: 2.25rem;
}

@media print, screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 3.09375rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h1, .h1 {
		font-size: 3.375rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h1, .h1 {
		font-size: 4.21875rem;
	}
}

h2, .h2 {
	font-size: 1.88438rem;
}

@media print, screen and (min-width: 768px) {
	h2, .h2 {
		font-size: 2.25rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h2, .h2 {
		font-size: 2.53125rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h2, .h2 {
		font-size: 2.8125rem;
	}
}

h3, .h3 {
	font-size: 1.125rem;
}

@media print, screen and (min-width: 768px) {
	h3, .h3 {
		font-size: 1.32188rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h3, .h3 {
		font-size: 1.43437rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h3, .h3 {
		font-size: 1.6875rem;
	}
}

h4, .h4 {
	font-size: 1.0125rem;
}

@media print, screen and (min-width: 768px) {
	h4, .h4 {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h4, .h4 {
		font-size: 1.32188rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h4, .h4 {
		font-size: 1.54688rem;
	}
}

h5, .h5 {
	font-size: 0.9rem;
}

@media print, screen and (min-width: 768px) {
	h5, .h5 {
		font-size: 1.0125rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h5, .h5 {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h5, .h5 {
		font-size: 1.26562rem;
	}
}

h6, .h6 {
	font-size: 0.84375rem;
}

@media print, screen and (min-width: 768px) {
	h6, .h6 {
		font-size: 0.98438rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h6, .h6 {
		font-size: 1.06875rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h6, .h6 {
		font-size: 1.26562rem;
	}
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f1f1f1;
}

body:before {
	content: "small";
	display: none;
}

@media print, screen and (min-width: 768px) {
	body:before {
		content: "medium";
	}
}

@media print, screen and (min-width: 1024px) {
	body:before {
		content: "large";
	}
}

@media print, screen and (min-width: 1280px) {
	body:before {
		content: "xlarge";
	}
}

hr {
	background-color: #afbac8;
	border: 0;
	height: 1px;
	margin: 20px 0;
	opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
	hr {
		margin: 25px 0;
	}
}

@media print, screen and (min-width: 1024px) {
	hr {
		margin: 30px 0;
	}
}

hr.thin {
	margin: 8px 0;
}

@media print, screen and (min-width: 768px) {
	hr.thin {
		margin: 16px 0;
	}
}

@media print, screen and (min-width: 1024px) {
	hr.thin {
		margin: 20px 0;
	}
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #fefefe;
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background: #cb829a;
	border-radius: 8px;
	width: 8px;
}

::selection {
	background: #cb829a;
	color: #fefefe;
	text-shadow: none;
}

::-webkit-selection {
	background: #cb829a;
	color: #fefefe;
	text-shadow: none;
}

::-moz-selection {
	background: #cb829a;
	color: #fefefe;
	text-shadow: none;
}

::marker {
	color: #462940;
}

.callout {
	padding: 46px 5%;
	border-radius: 12px;
	background: #cb829a;
	color: #fefefe;
	margin-bottom: 46px;
	display: block;
}

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

.callout h2,
.callout h3 {
	color: #462940 !important;
}

.callout.white {
	background: #fefefe;
	color: #1C1B2C;
}

.callout.white h2,
.callout.white h3 {
	color: #395770 !important;
}

.mbo {
	margin-bottom: 0;
}

/* Links
--------------------------------------------- */
a {
	line-height: inherit;
	color: #cb829a;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

a:visited {
	color: #cb829a;
}

a:hover, a:focus, a:active {
	color: #ae6f84;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button,
.woocommerce .button,
a.button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: 2px solid;
	border-color: #212b36;
	background: #212b36;
	color: #f1f1f1;
	line-height: 1;
	padding: 0.875em 1em;
	font-weight: 700;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button:hover,
.woocommerce .button:hover,
a.button:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #4b7393;
	border-color: #4b7393 #4b7393 #4b7393;
}

.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce button:active,
.woocommerce button:focus,
.woocommerce .button:active,
.woocommerce .button:focus,
a.button:active,
a.button:focus,
.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #4b7393 #4b7393 #4b7393;
}

.woocommerce #respond input#submit.expanded,
.woocommerce a.button.expanded,
.woocommerce button.button.expanded,
.woocommerce input.button.expanded,
.woocommerce button.expanded,
.woocommerce .button.expanded,
a.button.expanded,
.button.expanded,
button.expanded,
input[type="button"].expanded,
input[type="reset"].expanded,
input[type="submit"].expanded {
	display: block;
	width: 100%;
	text-align: center;
}

.woocommerce #respond input#submit.rounded,
.woocommerce a.button.rounded,
.woocommerce button.button.rounded,
.woocommerce input.button.rounded,
.woocommerce button.rounded,
.woocommerce .button.rounded,
a.button.rounded,
.button.rounded,
button.rounded,
input[type="button"].rounded,
input[type="reset"].rounded,
input[type="submit"].rounded {
	border-radius: 32px;
}

.woocommerce #respond input#submit.hollow,
.woocommerce a.button.hollow,
.woocommerce button.button.hollow,
.woocommerce input.button.hollow,
.woocommerce button.hollow,
.woocommerce .button.hollow,
a.button.hollow,
.button.hollow,
button.hollow,
input[type="button"].hollow,
input[type="reset"].hollow,
input[type="submit"].hollow {
	border-color: #395770 #395770 #395770;
	background: transparent;
	color: #f1f1f1;
}

.woocommerce #respond input#submit.hollow.dark,
.woocommerce a.button.hollow.dark,
.woocommerce button.button.hollow.dark,
.woocommerce input.button.hollow.dark,
.woocommerce button.hollow.dark,
.woocommerce .button.hollow.dark,
a.button.hollow.dark,
.button.hollow.dark,
button.hollow.dark,
input[type="button"].hollow.dark,
input[type="reset"].hollow.dark,
input[type="submit"].hollow.dark {
	border-color: #1C1B2C;
	color: #1C1B2C;
}

.woocommerce #respond input#submit.hollow.dark:hover,
.woocommerce a.button.hollow.dark:hover,
.woocommerce button.button.hollow.dark:hover,
.woocommerce input.button.hollow.dark:hover,
.woocommerce button.hollow.dark:hover,
.woocommerce .button.hollow.dark:hover,
a.button.hollow.dark:hover,
.button.hollow.dark:hover,
button.hollow.dark:hover,
input[type="button"].hollow.dark:hover,
input[type="reset"].hollow.dark:hover,
input[type="submit"].hollow.dark:hover {
	border-color: #333;
	color: #333;
}

.woocommerce #respond input#submit.white,
.woocommerce a.button.white,
.woocommerce button.button.white,
.woocommerce input.button.white,
.woocommerce button.white,
.woocommerce .button.white,
a.button.white,
.button.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
	background: #fefefe;
	border-color: #fefefe;
	color: #1C1B2C;
}

.woocommerce #respond input#submit.white:hover,
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover,
.woocommerce input.button.white:hover,
.woocommerce button.white:hover,
.woocommerce .button.white:hover,
a.button.white:hover,
.button.white:hover,
button.white:hover,
input[type="button"].white:hover,
input[type="reset"].white:hover,
input[type="submit"].white:hover {
	background: #f1f1f1;
	border-color: #f1f1f1;
	color: #333;
}

.woocommerce #respond input#submit.dark,
.woocommerce a.button.dark,
.woocommerce button.button.dark,
.woocommerce input.button.dark,
.woocommerce button.dark,
.woocommerce .button.dark,
a.button.dark,
.button.dark,
button.dark,
input[type="button"].dark,
input[type="reset"].dark,
input[type="submit"].dark {
	background: #1C1B2C;
	border-color: #1C1B2C;
	color: #fefefe;
}

.woocommerce #respond input#submit.dark:hover,
.woocommerce a.button.dark:hover,
.woocommerce button.button.dark:hover,
.woocommerce input.button.dark:hover,
.woocommerce button.dark:hover,
.woocommerce .button.dark:hover,
a.button.dark:hover,
.button.dark:hover,
button.dark:hover,
input[type="button"].dark:hover,
input[type="reset"].dark:hover,
input[type="submit"].dark:hover {
	background: #333;
	border-color: #333;
}

@media print, screen and (min-width: 768px) {
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce button,
	.woocommerce .button,
	a.button,
	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.4125rem;
		padding: 0.95em 1.25em;
	}
}

@media print, screen and (min-width: 1024px) {
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce button,
	.woocommerce .button,
	a.button,
	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 1em 1.675em;
		font-size: 1.125rem;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #1C1B2C;
	border: 1px solid #ccc;
	border-radius: 3px !important;
	padding: 3px 8px !important;
	display: block;
	width: 100%;
	max-width: 100%;
	line-height: 46px !important;
	height: 48px;
	outline: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #333;
}

.woocommerce form .form-row select,
select {
	color: #1C1B2C;
	border: 1px solid #ccc;
	border-radius: 3px !important;
	padding: 3px 8px !important;
	display: block;
	width: 100%;
	max-width: 100%;
	line-height: 46px !important;
	height: 48px;
	outline: none !important;
}

textarea {
	line-height: 1;
	padding: 8px;
	min-height: 120px;
	max-height: 180px;
	height: auto;
}

label {
	color: #462940;
	line-height: 1;
	margin-bottom: 4px;
	line-height: 32px;
	display: block;
}

.form-row {
	padding: 7.5px 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.grid {
	display: grid;
}

/* Even Cols */
.s1col {
	grid-template-columns: 1fr;
}

.s2col {
	grid-template-columns: 1fr 1fr;
}

.s3col {
	grid-template-columns: 1fr 1fr 1fr;
}

.s4col {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media print, screen and (min-width: 768px) {
	.m1col {
		grid-template-columns: 1fr;
	}
	.m2col {
		grid-template-columns: 1fr 1fr;
	}
	.m3col {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.m4col {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.m5col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.m6col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

@media print, screen and (min-width: 1024px) {
	.l1col {
		grid-template-columns: 1fr;
	}
	.l2col {
		grid-template-columns: 1fr 1fr;
	}
	.l3col {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.l4col {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.l5col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.l6col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

/* Offsets */
.og1-2 {
	grid-template-columns: 1fr 2fr;
}

.og1-3 {
	grid-template-columns: 1fr 3fr;
}

.og2-3 {
	grid-template-columns: 2fr 3fr;
}

.og2-4 {
	grid-template-columns: 2fr 4fr;
}

.og2-1 {
	grid-template-columns: 2fr 1fr;
}

.og3-1 {
	grid-template-columns: 3fr 1fr;
}

.og3-2 {
	grid-template-columns: 3fr 2fr;
}

.og4-2 {
	grid-template-columns: 4fr 2fr;
}

@media print, screen and (min-width: 768px) {
	.mog1-2 {
		grid-template-columns: 1fr 2fr;
	}
	.mog1-3 {
		grid-template-columns: 1fr 3fr;
	}
	.mog2-3 {
		grid-template-columns: 2fr 3fr;
	}
	.mog2-4 {
		grid-template-columns: 2fr 4fr;
	}
	.mog2-1 {
		grid-template-columns: 2fr 1fr;
	}
	.mog3-1 {
		grid-template-columns: 3fr 1fr;
	}
	.mog3-2 {
		grid-template-columns: 3fr 2fr;
	}
	.mog4-2 {
		grid-template-columns: 4fr 2fr;
	}
}

@media print, screen and (min-width: 1024px) {
	.log1-2 {
		grid-template-columns: 1fr 2fr;
	}
	.log1-3 {
		grid-template-columns: 1fr 3fr;
	}
	.log2-3 {
		grid-template-columns: 2fr 3fr;
	}
	.log2-4 {
		grid-template-columns: 2fr 4fr;
	}
	.log2-1 {
		grid-template-columns: 2fr 1fr;
	}
	.log3-1 {
		grid-template-columns: 3fr 1fr;
	}
	.log3-2 {
		grid-template-columns: 3fr 2fr;
	}
	.log4-2 {
		grid-template-columns: 4fr 2fr;
	}
}

/* GAPS */
.gap5px {
	gap: 5px;
}

.gap10px {
	gap: 10px;
}

.gap15px {
	gap: 15px;
}

.gap25px {
	gap: 25px;
}

.gap45px {
	gap: 45px;
}

.gap65px {
	gap: 65px;
}

.gap90px {
	gap: 90px;
}

.gap120px {
	gap: 120px;
}

#ui {
	display: block;
	position: relative;
	min-width: 240px;
	margin: 0 auto;
	padding: 0;
}

#o {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100vw;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

#o.active {
	left: 0;
	opacity: 1;
}

#h {
	padding: 0 15px;
}

#c {
	padding: 15px 15px 90px 15px;
}

#f {
	padding: 60px 15px;
}

@media screen and (min-width: 420px) {
	#h {
		padding: 0 5%;
	}
	#c {
		padding: 15px 5% 90px 5%;
	}
	#f {
		padding: 60px 5%;
	}
}

@media screen and (min-width: 728px) {
	#h {
		padding: 0 7%;
	}
	#c {
		padding: 24px 7% 90px 7%;
	}
	#f {
		padding: 60px 7%;
	}
}

@media screen and (min-width: 1024px) {
	#h {
		padding: 0 10%;
	}
	#c {
		padding: 90px 10% 120px calc(252px + 7%);
	}
	#f {
		padding: 80px 10% 80px calc(252px + 7%);
	}
}

#notice-01,
#notice-02 {
	line-height: 1;
	text-align: center;
}

#notice-01 {
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 0.875rem;
}

#notice-02 {
	padding: 32px 5%;
}

#h {
	position: relative;
	width: 100%;
	height: 81px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin: 0 auto;
}

#h-grid {
	display: grid;
	grid-template-columns: 46px 80px 46px;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin: 0;
}

#h-grid-logo-icon a {
	width: 80px;
	height: 80px;
	padding: 10px;
}

#h-grid-logo-icon a img {
	display: block;
}

#h-grid-logo-txt {
	line-height: 46px;
	font-size: 0.8rem;
	letter-spacing: 4px;
	font-weight: 700;
	color: #1c1b2b;
	line-height: 0.9;
	margin-bottom: 0;
	margin-top: 0;
}

#h-grid-logo p {
	display: none;
}

@media screen and (min-width: 1024px) {
	#h {
		position: fixed;
		top: 16px !important;
		left: 16px !important;
		right: auto !important;
		bottom: 16px !important;
		height: auto;
		background: #fff;
		width: 220px;
		padding: 32px;
		text-align: left;
		opacity: 1;
	}
	#h-grid {
		grid-template-columns: 100%;
		align-items: start;
	}
	#h-grid-icon {
		display: none;
	}
	#h-grid-logo a {
		width: 100%;
		height: auto;
		padding: 0;
		text-align: center;
		margin-bottom: 32px;
	}
}

#h-search {
	position: fixed;
	top: -84px;
	height: 84px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	z-index: 5;
	grid-template-columns: 84px auto;
	display: grid;
}

#h-search.active {
	top: 0;
	position: relative;
}

#h-search-close {
	width: 84px;
	height: 84px;
}

#h-search-close a {
	display: block;
	text-align: center;
	width: 84px;
	height: 84px;
	padding: 25px;
}

#h-search-close a ion-icon {
	display: block;
	width: 34px;
	height: 34px;
	font-size: 34px;
	line-height: 34px;
}

#h-search .wc-block-product-search__fields {
	display: grid;
	grid-template-columns: auto 100px;
}

#h-search .wc-block-product-search__fields button.wc-block-product-search__button {
	width: 100% !important;
	height: 84px !important;
	justify-content: center !important;
	align-items: center !important;
	background: #fefefe !important;
	color: #395770 !important;
	border: none !important;
	margin-bottom: 0 !important;
}

#h-search .wc-block-product-search__fields button.wc-block-product-search__button:hover {
	background: #f1f1f1 !important;
}

#h-search input#wc-block-search__input-1 {
	height: 84px !important;
	line-height: 84px !important;
	padding: 0 15px !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	color: #fefefe !important;
	margin-bottom: 0 !important;
}

.h-grid-icons {
	width: 100px;
	height: 50px;
	display: grid;
	justify-content: center;
	justify-items: center;
	align-items: center;
	grid-template-columns: 50px 50px;
}

.h-grid-icons ion-icon {
	display: block;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.h-grid-icons {
		width: 148px;
		height: 94px;
		grid-template-columns: 74px 74px;
	}
}

.woocommerce-product-search {
	display: grid;
	grid-template-columns: auto 100px;
}

.woocommerce-product-search .search-field {
	height: 84px !important;
	line-height: 84px !important;
	padding: 0 15px !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	color: #fefefe !important;
	margin-bottom: 0 !important;
}

.woocommerce-product-search button {
	width: 100% !important;
	height: 84px !important;
	justify-content: center !important;
	align-items: center !important;
	background: #395770 !important;
	color: #fefefe !important;
	border: none !important;
	margin-bottom: 0 !important;
	cursor: pointer;
	display: flex;
	margin: 0 0 0 6px;
	overflow: hidden;
	padding: 0 0.5em;
	position: relative;
}

#f {
	background: rgba(0, 0, 0, 0.1);
	color: #fefefe;
	border-top: 10px solid rgba(0, 0, 0, 0.1);
	padding-top: 15px;
}

#f .h2,
#f .h3,
#f .h4,
#f .h5,
#f .h6 {
	color: #ae6f84;
}

#f-grid {
	display: grid;
	padding: 36px 3.5%;
	gap: 25px;
	padding-bottom: 35px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	#f-grid {
		padding: 46px 5%;
	}
}

@media print, screen and (min-width: 1024px) {
	#f-grid {
		padding: 74px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#f-grid {
		padding: 90px 7.5%;
	}
}

#f-credits {
	font-size: 0.85rem;
	color: #f1f1f1;
	text-align: center;
	background: #1C1B2C;
	padding: 12px;
}

#f-credits-grid {
	margin: 0 auto;
	display: grid;
	gap: 12px;
}

#f-credits-grid-legal-grid {
	background: rgba(0, 0, 0, 0.9);
	padding: 12px;
}

#f-credits-grid-legal-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#f-credits-grid-legal-nav ul li {
	display: inline-block;
}

#f-credits-grid-legal-nav ul li a {
	color: #fefefe;
	display: inline-block;
	padding: 0;
	text-decoration: underline;
}

@media print, screen and (min-width: 1024px) {
	#f {
		padding-top: 0;
	}
	#f-grid {
		grid-template-columns: auto;
		max-width: 1366px;
		margin: 0 auto;
		align-content: center;
		grid-template-columns: auto;
		text-align: left;
	}
	#f-grid-content {
		display: flex;
		gap: 46px;
		justify-content: space-between;
	}
	#f-credits-grid {
		text-align: left;
		grid-template-columns: auto auto;
		justify-content: space-between;
	}
}

#home-landing-owl {
	width: 100%;
	height: auto;
}

#home-landing-owl .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 12px;
}

#home-landing-owl .item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home-landing-owl .item .item-grid {
	display: grid;
	width: 100%;
	height: auto;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	padding: 64px 5%;
	color: #fefefe;
}

#home-landing-owl .item .item-grid h2,
#home-landing-owl .item .item-grid .h2,
#home-landing-owl .item .item-grid h3,
#home-landing-owl .item .item-grid .h3,
#home-landing-owl .item .item-grid p {
	font-weight: 700;
	color: #fefefe;
}

#home-content {
	border-top: 12px solid rgba(0, 0, 0, 0.5);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home-block {
	padding: 35px 5%;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.home-block {
		padding: 60px 5%;
	}
}

@media print, screen and (min-width: 1024px) {
	.home-block {
		padding: 80px 5%;
	}
}

.home-block-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 5% 24px 5%;
}

.home-block-header h2,
.home-block-header h3 {
	color: #fefefe;
	margin-bottom: 12px;
}

.home-block-header h2.mb0,
.home-block-header h3.mb0 {
	margin-bottom: 0;
}

.home-block-header p {
	max-width: 640px;
	margin: 0 auto 0 0;
}

.home-block-header.centered {
	padding-top: 0;
	text-align: center;
}

.home-block-header.centered p {
	margin: 0 auto 0 auto;
}

.home-block-content {
	max-width: 1600px;
	margin: 0 auto;
	padding: 32px 5%;
}

.home-block-buttons {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 5%;
}

.home-block-buttons-block {
	padding: 12px 0 32px 0;
	text-align: right;
}

.home-block-buttons-block a {
	color: #fefefe o !important;
	display: inline-block;
	line-height: 46px;
	font-weight: bold;
	margin-bottom: 24px;
}

.home-latest-block {
	padding: 35px 5%;
}

@media print, screen and (min-width: 768px) {
	.home-latest-block {
		padding: 45px 5%;
	}
}

@media print, screen and (min-width: 1024px) {
	.home-latest-block {
		padding: 50px 5%;
	}
}

.home-block-buttons-block-link {
	display: block !important;
	margin-bottom: 16px !important;
	color: #fefefe !important;
}

.home-block-buttons-block-link span {
	color: #fefefe !important;
}

#interior {
	margin: 0 auto;
}

#interior-header {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

#interior-header-content {
	max-width: 1366px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 46px 5%;
	text-align: center;
	/*
            @media print, screen and (min-width: $breakpoint-large) {
                padding: 64px 5% 64px 5%;
            }
            @media print, screen and (min-width: $breakpoint-xlarge) {
                padding: 80px 7.5% 80px 7.5%;
            }
*/
}

#interior-header-content p {
	max-width: 420px;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 1.40625rem;
	font-weight: 100;
	color: #fefefe;
}

@media print, screen and (min-width: 768px) {
	#interior-header-content p {
		max-width: 560px;
	}
}

#interior-body {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fefefe;
}

#interior-body-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	max-width: 1366px;
	padding: 46px 5%;
}

@media print, screen and (min-width: 1024px) {
	#interior-body-content {
		padding: 64px 5% 64px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#interior-body-content {
		padding: 80px 7.5% 80px 7.5%;
	}
}

#interior-body-content h2 {
	color: #fefefe;
	position: relative;
	display: block;
}

#interior-body-content h2.highlight::before {
	display: block;
	content: '';
	position: absolute;
	top: -32px;
	left: 0;
	width: 64px;
	height: 12px;
	background-color: #cb829a;
}

#interior-body-content h3 {
	color: #395770;
}

#interior-body-content p {
	max-width: none;
	line-height: 1.7;
}

#interior-body-content-lead {
	padding-bottom: 46px;
}

@media print, screen and (min-width: 1024px) {
	#interior-body-content-lead {
		padding-bottom: 64px;
	}
}

@media print, screen and (min-width: 1280px) {
	#interior-body-content-lead {
		padding-bottom: 80px;
	}
}

#interior-body-content-lead p {
	font-size: 1.6875rem;
	font-weight: 100;
	max-width: 880px;
	margin-right: auto;
	margin-bottom: 0;
}

#interior-body-content .woocommerce-privacy-policy-text p {
	color: #1C1B2C;
}

#interior-body-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 46px;
}

#shop #interior-body-content {
	max-width: 1600px;
}

#page-links a {
	display: grid;
	align-content: flex-end;
	padding: 24px;
	height: 340px;
	color: #fefefe;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page-links a .h2,
#page-links a .h6 {
	margin-bottom: 0;
	color: #fefefe;
}

#page-links-left a {
	justify-content: flex-start;
}

#page-links-right a {
	justify-content: flex-end;
}

#about-lead {
	padding-bottom: 46px;
}

@media print, screen and (min-width: 1024px) {
	#about-lead {
		padding-bottom: 64px;
	}
}

@media print, screen and (min-width: 1280px) {
	#about-lead {
		padding-bottom: 80px;
	}
}

#about-lead p {
	font-size: 1.6875rem;
	font-weight: 100;
	max-width: 880px;
	margin-right: auto;
	color: #fefefe;
}

#about .about-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	max-width: 1366px;
	padding: 46px 5%;
}

@media print, screen and (min-width: 1024px) {
	#about .about-content {
		padding: 64px 5% 64px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#about .about-content {
		padding: 80px 7.5% 80px 7.5%;
	}
}

#about .about-content-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 0 24px 0;
}

#about .about-content-header h2,
#about .about-content-header h3 {
	color: #fefefe;
	margin-bottom: 12px;
}

#about .about-content-header h2.mb0,
#about .about-content-header h3.mb0 {
	margin-bottom: 0;
}

#about .about-content-header p {
	max-width: 640px;
	margin: 0 auto 0 0;
}

#about .about-content-header.centered {
	padding-top: 0;
	text-align: center;
}

#about .about-content-header.centered p {
	margin: 0 auto 0 auto;
}

#about .about-content-light {
	background-color: #f1f1f1;
}

#about .about-content-light-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 0 24px 0;
}

#about .about-content-light-header h2,
#about .about-content-light-header h3 {
	color: #1C1B2C;
	margin-bottom: 12px;
}

#about .about-content-light-header h2.mb0,
#about .about-content-light-header h3.mb0 {
	margin-bottom: 0;
}

#about .about-content-light-header p {
	max-width: 640px;
	margin: 0 auto 0 0;
}

#about .about-content-light-header.centered {
	padding-top: 0;
	text-align: center;
}

#about .about-content-light-header.centered p {
	margin: 0 auto 0 auto;
}

#about .about-content-light-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	max-width: 1366px;
	padding: 46px 5%;
}

@media print, screen and (min-width: 1024px) {
	#about .about-content-light-block {
		padding: 64px 5% 64px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#about .about-content-light-block {
		padding: 80px 7.5% 80px 7.5%;
	}
}

#about .about-pic-wide {
	width: 100%;
	height: 540px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact {
	padding: 80px 5% 150px 5%;
	background: #fefefe;
}

#contact h1 {
	color: #1C1B2C;
}

#contact-grid {
	display: grid;
	gap: 46px;
	max-width: 1080px;
	margin: 0 auto;
}

#contact-grid-header span,
#contact-grid-header span.h3,
#contact-grid-header span.h4,
#contact-grid-header span.h5,
#contact-grid-header span.h6 {
	display: block;
	margin-bottom: 0;
	color: #ae6f84;
}

@media print, screen and (min-width: 1024px) {
	#contact-grid {
		grid-template-columns: 1fr 2fr;
	}
}

#services-grid {
	display: grid;
	gap: 24px;
}

@media print, screen and (min-width: 1024px) {
	#services-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.service {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	width: 100%;
	height: 280px;
	text-align: left;
	align-content: flex-end;
	justify-content: flex-start;
	padding: 15px;
	position: relative;
}

@media print, screen and (min-width: 1024px) {
	.service {
		height: 360px;
	}
}

.service h2,
.service h3 {
	color: #fefefe;
}

.service h2 small,
.service h3 small {
	color: #fefefe;
}

.edit-link {
	display: none;
	visibility: hidden;
}

#blog {
	margin: 0 auto;
}

#blog-header {
	padding: 32px 0;
}

#blog-header-content {
	max-width: 1366px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 32px 5% 25px;
}

@media print, screen and (min-width: 1024px) {
	#blog-header {
		padding: 50px 5% 25px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#blog-header {
		padding: 64px 7.5% 32px 7.5%;
	}
}

#blog-header p {
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	font-size: 1.40625rem;
	font-weight: 100;
	color: #fefefe;
}

@media print, screen and (min-width: 768px) {
	#blog-header p {
		max-width: 560px;
	}
}

#blog-content {
	padding: 46px 5%;
	background: #fefefe;
}

@media print, screen and (min-width: 1024px) {
	#blog-content {
		padding: 64px 5%;
	}
}

#blog-posts {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	gap: 46px;
	padding-bottom: 46px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media print, screen and (min-width: 1024px) {
	#blog-posts {
		gap: 64px;
		grid-template-columns: 1fr 1fr;
	}
}

.blog-more {
	text-align: right;
	padding: 24px 0 64px;
	color: #462940;
}

.blog-post {
	margin-bottom: 12px;
}

.blog-post-image {
	display: block;
	height: 320px;
	margin-bottom: 24px;
}

#archive {
	max-width: 1080px;
	padding: 0 5% 90px 5%;
	margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
	#archive #insight-posts {
		grid-template-columns: 1fr;
	}
}

.archive-blog-post {
	display: grid;
	border: 1px solid #462940;
	padding: 15px;
	margin-bottom: 12px;
	gap: 15px;
	background: #fefefe;
}

@media print, screen and (min-width: 1024px) {
	.archive-blog-post {
		gap: 46px;
		grid-template-columns: 1fr 1fr;
		align-content: center;
		align-items: center;
	}
}

.return-to-blog {
	padding: 24px;
	text-align: center;
}

.single-image {
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.single .entry-header {
	padding-bottom: 46px;
}

.single .entry-header p {
	max-width: 640px;
	margin-right: auto;
}

.single .posted-on {
	padding-top: 24px;
	color: #fefefe;
}

.single .posted-on a {
	color: #fefefe;
	font-weight: 700;
}

.single .nav-previous a,
.single .nav-next a {
	color: #f1f1f1;
}

.single .nav-previous a .h4,
.single .nav-next a .h4 {
	color: #f1f1f1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#open-nav,
#close-nav {
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #462940;
	display: none;
	position: relative;
	z-index: 989285989285;
}

@media print, screen and (min-width: 1024px) {
	#open-nav,
	#close-nav {
		display: none;
	}
}

#open-nav ion-icon,
#close-nav ion-icon {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
}

#close-nav {
	position: absolute;
	top: 0;
	right: 0;
}

#h-nav {
	position: fixed;
	right: 0;
	bottom: -100vh;
	top: auto;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background: #f3f3f3;
	text-align: left;
	padding: 100px 5% 90px 5%;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}

#h-nav.active {
	bottom: 0;
	opacity: 1;
}

#h-nav-logo {
	margin-bottom: 24px;
}

#h-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

#h-nav ul ul {
	display: none;
}

#h-nav ul ul ul {
	display: none;
}

#h-nav li {
	position: relative;
	display: block;
}

#h-nav li a {
	display: block;
	text-decoration: none;
	color: #f1f1f1;
	line-height: 54px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	font-size: 1.5rem;
}

#h-nav li:hover > a,
#h-nav li.focus > a {
	color: #fefefe;
}

#h-nav li .current_page_item > a,
#h-nav li .current-menu-item > a,
#h-nav li .current_page_ancestor > a,
#h-nav li .current-menu-ancestor > a {
	opacity: 0.7;
}

#h-nav-social {
	margin-top: 46px;
	display: grid;
	gap: 24px;
	grid-template-columns: 32px 32px;
	justify-content: flex-start;
}

#h-nav-social a {
	color: #333;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
}

#open-cart {
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	text-align: center;
	width: 50px;
	height: 50px;
	padding: 13px 0;
	display: grid;
}

#open-cart-total {
	font-size: 0.8rem;
	color: #462940;
}

#open-cart-icon {
	position: relative;
}

#open-cart-icon ion-icon {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
}

#open-cart-icon-count {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.675rem;
	color: #fefefe;
	background: #afbac8;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
}

#close-cart {
	display: block;
	width: 50px;
	height: 50px;
	color: #462940;
	padding: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

#close-cart ion-icon {
	display: block;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

#h-cart {
	background: #1C1B2C;
	position: fixed;
	align-content: center;
	width: 100%;
	max-width: 740px;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: -100vw;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
	padding: 80px 5%;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#h-cart.active {
	right: 0;
}

#open-collections,
#close-collections {
	display: grid;
	width: 100%;
	height: 75px;
	align-content: center;
	grid-template-columns: auto 46px;
	color: #1C1B2C;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#open-collections span.h5,
#close-collections span.h5 {
	padding: 0 22px;
	color: #1C1B2C;
	font-weight: 300;
	margin-bottom: 0;
}

#open-collections-icon,
#close-collections-icon {
	display: grid;
	width: 46px;
	height: 74px;
	align-items: center;
	align-content: center;
	text-align: center;
	color: #462940;
}

@media print, screen and (min-width: 1024px) {
	#open-collections,
	#close-collections {
		display: none;
	}
}

#h-collections {
	background: rgba(0, 0, 0, 0.25);
	padding: 24px;
	color: #fefefe;
}

#h-collections.active {
	display: block;
}

#h-collections ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#h-collections ul li a {
	display: block;
	padding: 0 20px;
	color: #fefefe;
	line-height: 46px;
	outline: none !important;
}

#h-collections ul li a.active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#h-collections ul li ul.sub-menu {
	display: none;
}

#h-collections ul li ul.sub-menu.active {
	display: block;
}

#h-collections ul li ul.sub-menu li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 1024px) {
	#h-collections {
		display: block !important;
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	#h-collections ul {
		padding: 0 10%;
		display: flex;
		justify-content: space-evenly;
	}
	#h-collections ul li {
		flex-grow: 1;
	}
	#h-collections ul li a {
		display: grid;
		width: 100%;
		height: 100%;
		align-items: center;
		padding: 15px;
		color: #fefefe;
		text-align: center;
		line-height: normal;
	}
	#h-collections ul li a.active {
		border-bottom: none !important;
	}
	#h-collections ul li ul.sub-menu.active {
		display: flex;
		position: absolute;
		left: 0;
		width: 100%;
		background: #f1f1f1;
		line-height: 1.125;
		z-index: 2;
		justify-content: center;
		justify-items: center;
		flex-wrap: wrap;
		padding: 25px 10%;
		gap: 12px;
	}
	#h-collections ul li ul.sub-menu.active li {
		flex-grow: 0;
	}
	#h-collections ul li ul.sub-menu.active li a {
		padding: 5px 20px;
		line-height: 1.125;
		border-bottom: none !important;
	}
}

.f-grid-content-menu {
	margin-bottom: 32px;
}

.f-grid-content-menu .h4 {
	color: #462940;
}

.f-grid-content-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.f-grid-content-menu ul.active {
	display: block;
}

@media print, screen and (min-width: 1024px) {
	.f-grid-content-menu ul {
		display: block !important;
	}
}

.f-grid-content-menu ul li a {
	color: #f1f1f1;
	padding: 12px;
	display: block;
}

@media print, screen and (min-width: 1024px) {
	.f-grid-content-menu ul li a {
		padding: 8px 0;
		line-height: 1.125;
	}
}

#f-grid-content-social {
	margin-bottom: 32px;
	display: grid;
	gap: 24px;
	grid-template-columns: 32px 32px;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

#f-grid-content-social a {
	color: #f1f1f1;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
}

@media print, screen and (min-width: 1024px) {
	#f-grid-content-social {
		margin-bottom: 32px;
		display: grid;
		gap: 24px;
		grid-template-columns: 32px 32px;
		text-align: left;
		justify-content: flex-start;
	}
}

.rank-math-breadcrumb {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb {
	font-size: 0.95rem !important;
	margin-bottom: 0 !important;
	color: #f1f1f1;
}

.rank-math-breadcrumb p a,
.rank-math-breadcrumb a {
	font-weight: 700;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

/*
.page-content,
.entry-content,
.entry-summary {
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Owl
--------------------------------------------- */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute !important;
	top: 207px !important;
	width: 46px !important;
	height: 46px !important;
	border: none !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #2a2623 !important;
	font-size: 18px !important;
	line-height: 18px !important;
	padding: 14px 0% !important;
	text-align: center !important;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: #2a2623 !important;
	color: #fff !important;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0 !important;
	margin-left: -23px !important;
}

.owl-carousel .owl-nav .owl-next {
	right: 0 !important;
	margin-right: -23px !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots {
	display: block;
	text-align: right;
	position: absolute;
	top: -46px;
	left: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	z-index: 2;
	height: 46px;
	line-height: 46px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: 15px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0;
	background: rgba(255, 255, 255, 0.35);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

/* tabs
--------------------------------------------- */
.tabs {
	display: flex;
	justify-content: center;
	padding-bottom: 32px;
}

.tabs button {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 24px !important;
	transition: 0.3s;
	color: #f1f1f1;
	border-radius: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	opacity: 0.65;
}

.tabs button:hover {
	color: #fefefe;
	background: transparent;
	opacity: 1;
}

.tabs button.active {
	background: #ae6f84;
	color: #fefefe;
	opacity: 1;
}

.tabcontent {
	padding: 0;
	display: none;
	animation: fadeEffect 1s;
	text-align: center;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

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

.is-visible {
	display: block !important;
}

.skewed {
	transform: skewY(2deg);
}

.unskewed {
	transform: skewY(-2deg);
}

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