@charset "UTF-8";
/*!
Theme Name: MagicCandles
Theme URI: http://underscores.me/
Author: ValerianDigital
Author URI: http://valeriandigital.com
Description: Custom high-performance woocommerce theme based on underscores.me official 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: magiccandles
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.

MagicCandles 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* General
--------------------------------------------- */
/* oranienbaum-regular - latin_cyrillic */
@font-face {
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	src: local(""), url("./fonts/oranienbaum-v9-latin_cyrillic-regular.woff2") format("woff2"), url("./fonts/oranienbaum-v9-latin_cyrillic-regular.woff") format("woff");
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

/* oranienbaum-regular - latin_cyrillic */
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	src: local(""), url("./fonts/ProximaNova-Regular.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 500;
	src: local(""), url("./fonts/ProximaNova-Semibold.woff2") format("woff2");
	font-display: swap;
}

body {
	font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#signup-content label {
	color: white;
}

#signup-content form {
	color: wheat;
}

#signup-content form .submit {
	margin-top: 24px;
}

.rank-math-breadcrumb {
	margin: 24px 0;
	font-size: 14px;
}

@media (min-width: 960px) {
	.rank-math-breadcrumb {
		text-align: center;
	}
}

@media (min-width: 1360px) {
	.rank-math-breadcrumb {
		text-align: center;
		font-size: 18px;
		margin: 0 0 18px 0;
	}
}

.select2-search__field,
.select2-search--dropdown {
	background: #1c1c1c;
	color: #ebebeb;
}

.site-main,
.site-footer {
	display: grid;
	background: #1c1c1c;
	grid-template-columns: 16px 1fr 16px;
}

.full {
	grid-column: 1/-1;
	display: grid;
	grid-template-columns: 16px 1fr 16px;
	max-width: none;
	justify-self: unset;
}

.site-header .site-header-nav {
	padding: 8px 0;
	z-index: 4;
}

.site-header .site-header-store {
	padding: 0 16px;
	width: 100%;
}

.site-footer section {
	padding-bottom: 96px;
}

@media (min-width: 960px) {
	.hero {
		margin-top: 42px;
	}
}

.btn-gray {
	display: flex;
	width: max-content;
	height: max-content;
	align-items: center;
	border: solid 1px rgba(235, 235, 235, 0.85);
	padding: 16px 24px;
	font-size: 18px;
}

.btn-gray p {
	font-weight: 500;
	white-space: nowrap;
	color: #ebebeb;
}

.btn-gray img {
	margin-left: 16px;
	fill: white;
	transition: ease-in-out 0.3s all;
}

.btn-gray:hover img {
	margin-right: -6px;
	margin-left: 22px;
}

.select2-container--default .select2-results > .select2-results__options {
	color: #ebebeb;
	background-color: black;
	border: solid 1px #e2b678;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default
.select2-results__option--highlighted[data-selected] {
	background-color: #e2b678 !important;
	color: #1c1c1c !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
	color: #ebebeb !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__clear {
	color: red !important;
	font-size: 30px !important;
}

.__jivoMobileButton {
	bottom: 70px !important;
}

#signup-content {
	margin: 240px auto;
	width: max-content;
	max-width: 1190px;
	padding: 0 16px;
}

#signup-content h2 {
	margin-bottom: 16px;
}

.expert-review-likes__button {
	color: white !important;
	background: black;
}

.btn-gold {
	display: flex;
	width: max-content;
	height: max-content;
	align-items: center;
	border: solid 2px #e2b678;
	padding: 16px 24px;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.btn-gold p {
	font-weight: 500;
	white-space: nowrap;
	color: #ebebeb;
	transition: ease-in-out 0.2s all;
}

.btn-gold svg {
	transition: ease-in-out 0.2s all;
	margin-left: 16px;
	fill: #e2b678;
}

.btn-gold::after {
	transition: ease-in-out 0.2s all;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #e2b678;
	z-index: -1;
	height: 0;
}

.btn-gold:hover p {
	color: #1c1c1c;
}

.btn-gold:hover svg {
	margin-left: 24px;
	fill: #1c1c1c;
	margin-right: -8px;
}

.btn-gold:hover::after {
	height: 100%;
}

.btn-gold-solid {
	display: flex;
	width: max-content;
	height: max-content;
	align-items: center;
	border: solid 2px #e2b678;
	padding: 16px 24px;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.btn-gold-solid p {
	font-weight: 500;
	white-space: nowrap;
	color: #1c1c1c;
	transition: ease-in-out 0.2s all;
}

.btn-gold-solid svg {
	transition: ease-in-out 0.2s all;
	margin-left: 16px;
	fill: #1c1c1c;
}

.btn-gold-solid::after {
	transition: ease-in-out 0.2s all;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #e2b678;
	z-index: -1;
	height: 100%;
}

.btn-gold-solid:hover p {
	color: #ebebeb;
}

.btn-gold-solid:hover svg {
	margin-left: 24px;
	fill: #e2b678;
	margin-right: -8px;
}

.btn-gold-solid:hover::after {
	height: 0;
}

figure {
	margin: 0;
}

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

.wrapper {
	grid-column: 2/3;
	max-width: 1280px;
	justify-self: center;
}

section {
	padding-top: 72px;
	padding-bottom: 64px;
	grid-column: 2/3;
	max-width: 1280px;
	justify-self: center;
}

section > section {
	padding: 0;
}

.woocommerce-columns--addresses {
	display: grid;
	grid-gap: 32px;
}

.woocommerce-products-header__title {
	display: none;
}

a {
	text-decoration: none;
	color: #ebebeb;
}

h1,
h2,
h3,
h4 {
	font-family: "Oranienbaum";
	font-weight: 400;
	color: #ebebeb;
	margin: 0;
	letter-spacing: 1px;
	letter-spacing: unset;
}

h1 {
	font-size: 28px;
}

.page-template-default,
.blog,
.archive,
.single,
.tag {
	background: #1c1c1c;
}

.page-template-default h2,
.blog h2,
.archive h2,
.single h2,
.tag h2 {
	font-family: "Proxima Nova";
	text-transform: uppercase;
	font-size: 20px;
	color: #e2b678;
	letter-spacing: unset;
	font-weight: 500;
}

.page-template-default h3,
.blog h3,
.archive h3,
.single h3,
.tag h3 {
	font: "Oranienbaum";
	font-size: 24px;
}

.page-template-default h4,
.blog h4,
.archive h4,
.single h4,
.tag h4 {
	font-size: 24px;
}

#overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	display: none;
}

.open-overlay {
	display: block !important;
}

p,
nav {
	font-weight: 400;
	color: rgba(235, 235, 235, 0.85);
	margin: 0;
	line-height: 130%;
}

.sub-menu {
	flex-wrap: wrap;
}

.pagewrap {
	display: grid;
	grid-gap: 56px;
}

.pagelist li {
	display: flex;
}

.pagelist li span {
	padding-top: 1px;
	margin-right: 8px;
	color: rgba(235, 235, 235, 0.85);
}

.page main article {
	padding-top: 120px;
	padding-bottom: 64px;
	max-width: 1280px;
	grid-column: 2 / 3;
	margin: 0 auto;
}

.page .order_details {
	color: rgba(235, 235, 235, 0.85);
	margin-bottom: 24px;
}

h5,
h6 {
	font-size: 20px;
	color: #ebebeb;
}

.error-404 .page-header {
	display: grid;
	justify-items: center;
}

.error-404 .page-header h1 {
	font-size: 32px;
	margin-bottom: 100px;
	position: relative;
}

.error-404 .page-header h1::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 25%;
	width: 50%;
	height: 1px;
	background-color: rgba(235, 235, 235, 0.85);
}

@media (min-width: 960px) {
	.error-404 .page-header h1 {
		font-size: 56px;
	}
}

.error-404 .page-header p {
	font-size: 24px;
	margin-bottom: 70px;
	text-align: center;
}

.error-404 .page-header img {
	width: 100%;
	max-width: max-content;
}

#shipping_method li,
.wc_payment_methods li {
	list-style: none !important;
	margin-left: 0 !important;
}

#shipping_method li input,
.wc_payment_methods li input {
	margin-right: 16px;
}

p.cart-empty.woocommerce-info {
	margin-bottom: 56px;
}

@media (min-width: 600px) {
	.site-main,
	.site-footer,
	.full {
		grid-template-columns: 32px 1fr 32px;
	}
	.site-header .site-header-store {
		padding: 0 32px;
	}
	.site-header .site-header-nav {
		padding: 16px 16px 16px 32px;
	}
}

@media (min-width: 960px) {
	.pagewrap {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.pagewrap .wrap {
		grid-column: 2;
		grid-row: 2;
	}
}

@media (min-width: 1360px) {
	.section-home {
		padding-top: 128px;
		padding-bottom: 128px;
	}
	a,
	p {
		font-size: 18px;
	}
	.page-template-default h1,
	.blog h1,
	.post h1,
	.archive h1,
	.tag h1 {
		font-size: 56px;
	}
	.page-template-default h2,
	.blog h2,
	.post h2,
	.archive h2,
	.tag h2 {
		font-size: 24px;
	}
	.page-template-default h3,
	.blog h3,
	.post h3,
	.archive h3,
	.tag h3 {
		font-size: 32px;
	}
	.page-template-default h4,
	.blog h4,
	.post h4,
	.archive h4,
	.tag h4 {
		font-size: 48px;
	}
	.site-main,
	.site-footer,
	.full {
		grid-template-columns: 160px 1fr 32px;
	}
	.site-header .site-header-store {
		width: auto;
	}
	.site-header .site-header-nav {
		padding: 0;
	}
	.site-header .site-header-store {
		padding-left: 0;
		padding-right: 0;
	}
	.page main article {
		width: 100%;
		padding-top: 236px;
	}
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.home-hero {
	background: url("img/home-page/hero-bg.jpg");
	background-position: center top;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
}

.home-hero .wrapper {
	height: calc(100vh - 200px);
	display: grid;
	grid-template-rows: 1fr auto;
	grid-gap: 32px;
}

.home-hero .wrapper h1 {
	align-self: end;
}

.home-hero .wrapper > div {
	display: grid;
}

.home-hero .wrapper > div > p {
	margin-bottom: 32px;
}

.home-hero__btn-gold {
	display: flex;
	justify-self: end;
	text-transform: uppercase;
	align-items: center;
	position: relative;
	z-index: 0;
	transition: all ease-in-out 0.2s;
	justify-self: center;
	padding: 16px 24px;
	border: solid 1px #e2b678;
}

.home-hero__btn-gold p {
	transition: all ease-in-out 0.2s;
	color: black;
	font-weight: 500;
	font-size: 20px;
	margin-right: 8px;
}

.home-hero__btn-gold svg {
	transition: all ease-in-out 0.2s;
	fill: black;
}

.home-hero__btn-gold::after {
	transition: all ease-in-out 0.2s;
	z-index: -1;
	content: '';
	background: #e2b678;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-hero__btn-gold:hover::after {
	height: 0;
}

.home-hero__btn-gold:hover p {
	color: white;
}

.home-hero__btn-gold:hover svg {
	fill: white;
}

@media (min-width: 1360px) {
	.home-hero {
		margin-top: 0;
		height: 100vh;
	}
	.home-hero .wrapper {
		border-bottom: solid 1px rgba(235, 235, 235, 0.5);
		margin-top: auto;
		grid-gap: 96px;
	}
	.home-hero .wrapper > div {
		grid-template-columns: 1fr 1fr;
	}
	.home-hero .wrapper > div a {
		margin-bottom: 128px;
	}
	.home-hero__btn-gold {
		justify-self: end;
		padding: 16px 24px;
	}
	.home-hero__btn-gold p {
		font-size: 24px;
	}
}

.home-advantages {
	display: grid;
	grid-gap: 56px;
}

.home-advantages__list {
	display: grid;
	grid-gap: 32px;
}

.home-advantages__list-item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 16px;
	align-items: center;
}

@media (min-width: 1360px) {
	.home-advantages {
		justify-items: end;
		grid-gap: 96px;
		padding-top: 128px;
	}
	.home-advantages__list {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 80px;
	}
	.home-advantages__list-item {
		grid-gap: 24px;
	}
}

.home-stock {
	display: grid;
	grid-gap: 56px;
}

.home-stock .swiper-container {
	width: 100%;
	height: 100%;
}

.home-stock .swiper-slide a {
	display: grid;
	background: #1c1c1c;
	position: relative;
	margin-top: 30px;
	grid-template-rows: auto 1fr;
	grid-gap: 32px;
}

.home-stock .swiper-slide a h3 {
	position: absolute;
	top: -30px;
}

.home-stock .swiper-slide a > div {
	text-transform: uppercase;
	height: max-content;
	grid-row: 2;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	grid-gap: 8px;
}

.home-stock .swiper-slide a > div p:first-of-type {
	color: #e2b678;
}

.home-stock .swiper-slide a > div p:last-of-type {
	grid-column: 3;
	color: #e2b678;
	font-size: 24px;
}

.home-stock .swiper-slide a > div p:last-of-type span {
	color: #ebebeb;
	font-size: 18px;
}

.home-stock .swiper-slide a > div img {
	width: 25px;
	height: 8px;
	transition: ease-in-out all 0.3s;
}

.home-stock .swiper-slide:hover a div img {
	margin-left: 16px;
}

.home-stock .swiper-slide img {
	display: block;
	width: 300px;
	height: 150px;
	object-fit: cover;
}

.home-stock .swiper-slide {
	width: max-content;
}

.home-stock .swiper-button-next {
	display: none;
}

.home-stock .swiper-button-prev {
	display: none;
}

.home-stock .swiper-button-next.swiper-button-disabled,
.home-stock .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.home-stock .swiper-button-prev:after,
.home-stock .swiper-container-rtl .swiper-button-next:after,
.home-stock .swiper-button-next:after,
.home-stock .swiper-container-rtl .swiper-button-prev:after {
	color: #ebebeb;
	height: max-content;
	font-size: 30px;
	transition: ease-in-out all 0.2s;
}

@media (min-width: 960px) {
	.home-stock .swiper-button-next {
		display: flex;
		height: 100%;
		top: 0;
		right: 0;
		width: 40px;
		background: rgba(28, 28, 28, 0.8);
	}
	.home-stock .swiper-button-next:hover::after {
		color: #e2b678;
	}
	.home-stock .swiper-button-prev {
		display: flex;
		height: 82%;
		top: 24px;
		left: 0;
		width: 40px;
		background: rgba(28, 28, 28, 0.8);
	}
	.home-stock .swiper-button-prev:hover::after {
		color: #e2b678;
	}
}

@media (min-width: 1360px) {
	.home-stock {
		max-width: initial;
		margin-left: calc(50% - 640px);
		grid-gap: 96px;
	}
	.home-stock .swiper-slide img {
		width: 500px;
		height: 250px;
	}
}

.home-newcollection {
	display: grid;
	grid-gap: 96px;
}

.home-newcollection__text {
	display: grid;
	grid-gap: 32px;
}

.home-newcollection__image {
	position: relative;
}

.home-newcollection__image .nemesis-card {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: white;
	padding: 16px;
	border: solid 3px #e2b678;
	box-shadow: 0px 0px 20px 30px rgba(0, 0, 0, 0.8);
	width: auto;
	display: none;
}

.home-newcollection__image .nemesis-card svg {
	position: absolute;
	top: -42px;
	right: -42px;
	min-width: 20px;
	padding: 10px;
	cursor: pointer;
	z-index: 2;
	transition: ease-in-out all 0.2s;
}

.home-newcollection__image .nemesis-card svg:hover {
	transform: rotate(45deg);
}

.home-newcollection__image .nemesis-card img {
	width: 160px;
	margin-bottom: 16px;
}

.home-newcollection__image .nemesis-card .nemesis-card__description {
	color: #1c1c1c;
	margin-bottom: 8px;
}

.home-newcollection__image .nemesis-card .nemesis-card__price {
	font-weight: 500;
	color: #e2b678;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.home-newcollection__image .nemesis-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.home-newcollection__image .nemesis-mask #one,
.home-newcollection__image .nemesis-mask #two,
.home-newcollection__image .nemesis-mask #three,
.home-newcollection__image .nemesis-mask #four {
	cursor: pointer;
}

.home-newcollection__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-newcollection__links {
	display: grid;
	grid-gap: 32px;
}

.home-newcollection__links > a:last-of-type {
	position: relative;
	text-transform: uppercase;
	color: #e2b678;
	width: max-content;
	height: max-content;
	font-weight: 500;
}

.home-newcollection__links > a:last-of-type::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2b678;
}

@media (min-width: 1360px) {
	.home-newcollection {
		grid-template-columns: 1fr auto;
		grid-column-gap: 16px;
	}
	.home-newcollection__image .nemesis-card {
		padding: 24px;
	}
	.home-newcollection__image .nemesis-card img {
		width: 220px;
	}
	.home-newcollection h2 {
		grid-column: 1;
		grid-row: 1;
	}
	.home-newcollection__text {
		grid-column: 1;
		grid-row: 2;
		grid-gap: 56px;
		align-self: baseline;
	}
	.home-newcollection__image {
		grid-column: 2;
		grid-row: 2 / span 2;
	}
	.home-newcollection__image img {
		max-width: unset;
	}
	.home-newcollection__links {
		grid-column: 1;
		grid-row: 3;
		grid-gap: 56px;
		align-self: end;
	}
}

.home-news {
	display: grid;
	grid-gap: 32px;
}

.home-news h2 {
	grid-column: 1 / -1;
	grid-row: 1;
	margin-bottom: 56px;
}

.home-news a article {
	padding: 0;
	background: rgba(0, 0, 0, 0.3);
	margin-top: 0;
	display: grid;
	align-content: space-between;
	height: 100%;
}

.home-news a article:hover .home-news__readmore svg {
	margin-left: 8px;
}

.home-news a article small {
	color: rgba(235, 235, 235, 0.85);
}

.home-news__title {
	padding: 32px;
	display: grid;
	grid-gap: 32px;
	margin-bottom: 56px;
}

.home-news__title h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home-news__title p {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.home-news__readmore {
	padding: 24px 32px;
	border-top: solid 1px rgba(235, 235, 235, 0.5);
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 8px;
	align-items: center;
}

.home-news__readmore p {
	text-transform: uppercase;
	color: #e2b678;
}

.home-news__readmore svg {
	transition: ease-in-out all 0.2s;
}

.home-news .news-btn {
	margin-top: 56px;
}

@media (min-width: 960px) {
	.home-news {
		grid-template-columns: 1fr 1fr;
	}
	.home-news h2 {
		grid-column: 1 / 2;
		grid-row: 1;
	}
	.home-news a:nth-of-type(1) {
		grid-column: 1;
		grid-row: 2;
	}
	.home-news a:nth-of-type(2) {
		grid-column: 2;
		grid-row: 2;
	}
	.home-news a:nth-of-type(3) {
		grid-column: 1;
		grid-row: 3;
	}
	.home-news .news-btn {
		grid-row: 4;
		grid-column: 2;
		justify-self: end;
	}
}

@media (min-width: 1360px) {
	.home-news {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 16px;
	}
	.home-news h2 {
		margin-bottom: 96px;
	}
	.home-news__readmore {
		padding: 32px;
	}
	.home-news a:nth-of-type(3) {
		grid-column: 3;
		grid-row: 2;
	}
	.home-news .news-btn {
		grid-row: 3;
		grid-column: 3;
	}
	.home-news .news-btn {
		margin-top: 96px;
	}
}

.about-hero {
	background: url("img/about-page/hero-bg.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.about-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.about-hero .wrapper > p a {
	color: #e2b678;
}

.about-hero .wrapper h1 {
	margin-bottom: 96px;
}

.about-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.about-hero .wrapper > div ul p {
	color: #e2b678;
}

.about-store {
	background: url("img/about-page/staff-bg.jpg") no-repeat center;
	margin-top: 80px;
	margin-bottom: 80px;
	background-size: cover;
	background-position: 37%;
}

.about-store h2 {
	margin-top: 80px;
}

@media (min-width: 960px) {
	.about-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.about-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.about-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.about-hero .wrapper > div ul {
		margin-top: -96px;
		display: grid;
		grid-gap: 24px;
		grid-column: 2;
		grid-row: 2;
	}
	.about-hero .wrapper > div p {
		grid-column: 2;
		grid-row: 3;
	}
}

@media (min-width: 1360px) {
	.about-hero {
		margin-top: 0;
	}
	.about-hero .wrapper {
		padding-top: 236px;
	}
}

.coop-hero {
	background: url("img/coop-page/hero-bg.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.coop-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.coop-hero .wrapper > p a {
	color: #e2b678;
}

.coop-hero .wrapper h1 {
	margin-bottom: 96px;
}

.coop-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.coop-hero .wrapper > div ul p {
	color: #e2b678;
}

.coop-request {
	display: grid;
	grid-gap: 56px;
}

.coop-request__btn {
	background: transparent;
	cursor: pointer;
}

.coop-request__form {
	position: relative;
	height: 0;
	overflow: hidden;
	grid-column: 1 / 2;
	grid-row: 2;
	transition: all ease-in-out 1s;
}

.coop-request__form svg {
	min-width: 20px;
	padding: 10px;
	cursor: pointer;
	z-index: 2;
	transition: ease-in-out all 0.2s;
}

.coop-request__form svg:hover {
	transform: rotate(45deg);
}

.coop-request__form .wpcf7 {
	max-width: 600px;
	width: 100%;
	z-index: 2;
	background: black;
	padding: 24px;
}

.coop-request__form .wpcf7 form input,
.coop-request__form .wpcf7 form textarea {
	background: transparent;
	border: none;
	border-bottom: solid 1px #e2b678;
	color: #ebebeb;
	width: 100%;
}

.coop-request__form .wpcf7 form p {
	margin-bottom: 16px;
}

.coop-request__form .wpcf7 form .wpcf7-file {
	margin-top: 16px;
}

.coop-request__form .wpcf7 form .wpcf7-submit {
	cursor: pointer;
	display: flex;
	width: max-content;
	height: max-content;
	align-items: center;
	border: solid 2px #e2b678;
	padding: 16px 24px;
	text-transform: uppercase;
	font-size: 18px;
	background: transparent;
	color: #ebebeb;
	margin-top: 24px;
}

.coop-request__form .wpcf7 form .wpcf7-submit:hover {
	color: #e2b678;
}

.coop-request__form .wpcf7 form .wpcf7-response-output {
	color: #ebebeb;
}

.coop-request h3 {
	color: #e2b678;
}

.coop-stock .wrap {
	display: grid;
	grid-gap: 56px;
}

@media (min-width: 960px) {
	.coop-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.coop-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.coop-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.coop-hero .wrapper > div ul {
		margin-top: -96px;
		display: grid;
		grid-gap: 24px;
		grid-column: 2;
		grid-row: 2;
	}
	.coop-hero .wrapper > div p {
		grid-column: 2;
		grid-row: 3;
	}
	.coop-request {
		display: grid;
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.coop-request__form {
		grid-column: 2;
	}
	.coop-stock .wrap {
		grid-gap: 96px;
	}
}

@media (min-width: 1360px) {
	.coop-hero {
		margin-top: 0;
	}
	.coop-hero .wrapper {
		padding-top: 236px;
	}
}

.contacts-hero {
	background: url("img/about-page/hero-bg.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.contacts-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.contacts-hero .wrapper > p a {
	color: #e2b678;
}

.contacts-hero .wrapper h1 {
	margin-bottom: 96px;
}

.contacts-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.contacts-hero .wrapper > div ul {
	display: grid;
	grid-gap: 56px;
}

.contacts-hero .wrapper > div ul li:first-of-type,
.contacts-hero .wrapper > div ul li:nth-of-type(2) {
	display: grid;
	grid-gap: 32px;
}

.contacts-hero .wrapper > div ul li:first-of-type p,
.contacts-hero .wrapper > div ul li:nth-of-type(2) p {
	color: #ebebeb;
}

.contacts-hero .wrapper > div ul li:nth-of-type(1) div {
	display: flex;
	flex-wrap: wrap;
}

.contacts-hero .wrapper > div ul li:nth-of-type(1) div p:nth-of-type(1) {
	margin-right: 32px;
}

.contacts-hero .wrapper > div ul li:last-of-type {
	display: grid;
	grid-gap: 32px;
}

.contacts-hero .wrapper > div ul li:last-of-type div {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	grid-gap: 16px;
}

.contacts-hero .wrapper > div ul li:last-of-type div a {
	color: #ebebeb;
	position: relative;
}

.contacts-hero .wrapper > div ul li:last-of-type div a::after {
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: rgba(235, 235, 235, 0.85);
}

.contacts .recaptcha {
	display: block;
	margin-bottom: 24px;
}

.contacts .custom-captcha {
	margin-bottom: 24px;
}

.contacts .custom-captcha label {
	display: flex;
}

.contacts .custom-captcha label span {
	white-space: nowrap;
	margin-right: 16px;
}

.contacts .custom-captcha label input {
	background: 0 0;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: solid 1px #e2b678;
	color: #ebebeb;
	width: 100%;
}

.contacts .wpcf7-form p:nth-of-type(1),
.contacts .wpcf7-form p:nth-of-type(2),
.contacts .wpcf7-form p:nth-of-type(3) {
	margin-bottom: 16px;
}

.contacts .wpcf7-form p:nth-of-type(4) {
	margin-bottom: 56px;
}

.contacts .wpcf7-form p:nth-of-type(5) {
	position: relative;
	width: max-content;
}

.contacts .wpcf7-form p:nth-of-type(5)::after {
	color: #ebebeb;
	content: '';
	background: url("./img/arrow-right-gold.svg") no-repeat;
	position: absolute;
	width: 25px;
	height: 9px;
	right: 24px;
	top: 25px;
}

.contacts .wpcf7-form p:nth-of-type(6) a {
	color: #e2b678;
}

.contacts .wpcf7-form label {
	color: #ebebeb;
}

.contacts .wpcf7-form .wpcf7-submit {
	font-weight: 500;
	cursor: pointer;
	display: flex;
	width: max-content;
	height: max-content;
	align-items: center;
	border: solid 2px #e2b678;
	padding: 16px 65px 16px 24px;
	text-transform: uppercase;
	font-size: 18px;
	background: transparent;
	color: #ebebeb;
}

.contacts .wpcf7-form .wpcf7-text,
.contacts .wpcf7-form .wpcf7-textarea {
	background: transparent;
	border: none;
	border-bottom: solid 1px #e2b678;
	color: #ebebeb;
	width: 100%;
}

.contacts .wpcf7-form .wpcf7-response-output {
	color: #ebebeb;
	font-family: "Proxima Nova";
}

@media (min-width: 960px) {
	.contacts-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.contacts-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.contacts-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.contacts-hero .wrapper > div ul {
		grid-gap: 96px;
	}
	.contacts-hero .wrapper > div ul li:first-of-type {
		grid-gap: 56px;
	}
	.contacts-hero .wrapper > div ul li:last-of-type {
		display: grid;
		grid-gap: 56px;
	}
	.contacts-hero .wrapper > div ul li:last-of-type div {
		display: grid;
		grid-template-columns: repeat(3, max-content);
		grid-gap: 32px;
	}
	.contacts-hero .wrapper > div ul li:last-of-type div a {
		color: #ebebeb;
		position: relative;
	}
	.contacts-hero .wrapper > div ul li:last-of-type div a::after {
		width: 100%;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		background: rgba(235, 235, 235, 0.85);
	}
	.contacts-hero p:nth-of-type(5) {
		margin-bottom: 32px;
		margin-left: auto;
	}
}

@media (min-width: 1360px) {
	.contacts-hero {
		margin-top: 0;
	}
	.contacts-hero .wrapper {
		padding-top: 236px;
	}
}

.blog .site-main {
	background: url("img/blog-page/hero-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

.blog-hero {
	padding-top: 32px;
}

.blog-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.blog-hero .wrapper > p a {
	color: #e2b678;
}

.blog-hero .wrapper h1 {
	margin-bottom: 96px;
}

.blog-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.blog-hero .wrapper > div ul {
	display: grid;
	grid-gap: 24px;
}

.blog-hero .wrapper > div ul li {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 16px;
	align-items: center;
}

.blog-hero .wrapper > div ul li p {
	grid-row: 1;
	grid-column: 2;
	color: #e2b678;
}

.blog-posts .pagination {
	grid-row: 3;
}

.blog-posts .pagination .page-numbers {
	color: #ebebeb;
	padding: 10px 15px;
}

.blog-posts .pagination .prev {
	padding-right: 0;
}

.blog-posts .pagination .next {
	padding-left: 0;
}

.blog-posts .pagination .current {
	border: solid 2px #e2b678;
}

.blog-posts .wrap {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid;
	grid-gap: 56px;
	position: relative;
}

.blog-posts .wrap article {
	background: rgba(0, 0, 0, 0.3);
	display: grid;
	height: 100%;
	align-content: space-between;
}

.blog-posts .wrap article small {
	color: #e2b678;
}

.blog-posts .wrap article .home-news__readmore {
	transition: all ease-in-out 0.2s;
}

.blog-posts .wrap article:hover .home-news__readmore {
	grid-gap: 16px;
}

@media (min-width: 960px) {
	.blog-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.blog-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.blog-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.blog-hero .wrapper > div ul {
		margin-top: -96px;
		display: grid;
		grid-gap: 24px;
		grid-column: 2;
		grid-row: 2;
	}
	.blog-hero .wrapper > div p {
		grid-column: 2;
		grid-row: 3;
	}
	.blog-posts .wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1360px) {
	.blog-hero {
		margin-top: 0;
	}
	.blog-hero .wrapper {
		padding-top: 236px;
	}
	.blog-posts .wrap {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 16px;
	}
}

.post-template-default iframe {
	width: 100%;
}

.post-template-default table {
	color: #ebebeb;
	font-size: 16px;
	border: 1px solid rgba(235, 235, 235, 0.85);
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

.post-template-default table tr td:nth-of-type(1) {
	max-width: 30%;
	word-break: break-word;
}

.post-template-default table tr:nth-of-type(1) {
	font-weight: bold !important;
	padding: 5px bold !important;
	background: black;
	border: 1px solid rgba(235, 235, 235, 0.85);
}

.post-template-default table td {
	padding: 5px 10px;
	border: 1px solid rgba(235, 235, 235, 0.85);
	text-align: left;
}

.post-template-default table p {
	color: #ebebeb !important;
	font-size: 16px !important;
}

.post-template-default table ul {
	font-size: 16px !important;
	list-style: circle;
	margin: 0 0 0 16px;
	color: #ebebeb;
}

.post-template-default .wpremark .wpremark-content p,
.post-template-default .wpremark .wpremark-content a {
	font-size: 16px;
}

@media (max-width: 992px) {
	.post-template-default .wpremark {
		padding: 12px;
	}
	.post-template-default .wpremark .wpremark-icon {
		margin-right: 12px;
		width: 35px;
	}
	.post-template-default .wpremark .wpremark-content p {
		text-align: left;
	}
	.post-template-default .wpremark p {
		font-size: 14px;
	}
}

.post-template-default .wpremark a {
	text-decoration: underline;
}

.post-template-default .post .entry-content .expert-review-poll--style-light-2 {
	color: #ebebeb;
}

.post-template-default .post .entry-content .expert-review-poll--style-light-2__result-button {
	color: #ebebeb;
}

.post-template-default .post .entry-content .expert-review-poll--style-light-2 .expert-review-poll-item__num,
.post-template-default .post .entry-content .expert-review-poll--style-light-2 .expert-review-poll-item__answer {
	color: white !important;
}

.post-template-default .post .entry-content .expert-review-poll {
	color: #ebebeb;
}

.post-template-default .post .entry-content .expert-review-poll__result-button {
	color: #ebebeb;
}

.post-template-default .rank-math-breadcrumb > p a:nth-of-type(2) ~ * {
	display: none;
}

.post-template-default .hero {
	margin-top: 40px;
}

.post-template-default .hero .wrapper {
	width: 100%;
}

.post-template-default .hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
	padding-top: 16px;
}

.post-template-default .hero .wrapper > p a {
	color: #e2b678;
}

@media (min-width: 960px) {
	.post-template-default .hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
}

@media (min-width: 1360px) {
	.post-template-default .hero {
		margin-top: 0;
		padding-top: 236px;
	}
}

.post-template-default .post {
	position: relative;
}

.post-template-default .post .entry-header {
	position: relative;
	min-height: 400px;
	z-index: 1;
	width: 100%;
	display: grid;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
	padding: 0 16px;
	text-align: center;
}

.post-template-default .post .entry-header .posted-on {
	color: rgba(235, 235, 235, 0.85);
}

.post-template-default .post .entry-header .posted-on a {
	padding-left: 8px;
	text-decoration: underline dotted;
}

.post-template-default .post .entry-header .byline {
	display: none;
}

.post-template-default .post .post-thumbnail {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}

.post-template-default .post .post-thumbnail img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.post-template-default .post .entry-content {
	max-width: 850px;
}

.post-template-default .post .entry-content > * {
	margin-top: 2em;
	margin-bottom: 2em;
}

.post-template-default .post .entry-content > ul,
.post-template-default .post .entry-content ol {
	color: rgba(235, 235, 235, 0.85);
}

.post-template-default .post .entry-content > p > a,
.post-template-default .post .entry-content .socials a {
	border-bottom: 1px dotted;
	color: #6a98e5;
	border-color: #6a98e5;
}

.post-template-default .post .entry-content .woocommerce .products {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	padding: 0 8px;
}

.post-template-default .post .entry-content .woocommerce .products li {
	list-style: none;
	margin-left: 0;
	position: relative;
	margin-bottom: 16px;
}

.post-template-default .post .entry-content .woocommerce .products li a {
	display: block;
}

.post-template-default .post .entry-content .woocommerce .products li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.post-template-default .post .entry-content .woocommerce .products li a .woocommerce-loop-product__title {
	font-size: 16px;
	margin: 8px 0;
}

.post-template-default .post .entry-content .woocommerce .products li a .onsale {
	position: absolute;
	color: black;
	font-size: 14px;
	font-weight: 500;
	left: 8px;
	top: 8px;
	background-color: #e2b678;
	padding: 4px 8px;
}

@media (min-width: 960px) {
	.post-template-default .post .entry-content .woocommerce .products li a .onsale {
		font-size: 16px;
	}
}

@media (min-width: 960px) {
	.post-template-default .post .entry-content .woocommerce .products {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.post-template-default .post .entry-content .woocommerce .products li a .woocommerce-loop-product__title {
		font-size: 16px;
	}
}

.post-template-default .post .entry-content .woocommerce .price {
	color: #e2b678;
}

.post-template-default .post .entry-content .lwptoc {
	margin-top: 0;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_i {
	padding: 18px;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_items A:visited {
	color: #e2b678;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_i A:hover {
	color: #e2b678;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_header {
	margin-bottom: 0;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_header .lwptoc_title {
	font-size: 20px;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_items {
	margin-top: 16px;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_item:not(:last-of-type) {
	margin-bottom: 8px;
}

.post-template-default .post .entry-content .lwptoc .lwptoc_itemWrap .lwptoc_itemWrap {
	margin: 10px 0 0 14px;
}

.post-template-default .post .entry-content .expert-review .expert-review-expert-bio-description {
	color: rgba(235, 235, 235, 0.85);
	opacity: 1;
}

.post-template-default .post .entry-content .expert-review .expert-review-button {
	color: black;
}

.post-template-default .post .entry-content .expert-review-poll .expert-review-poll-item__answer,
.post-template-default .post .entry-content .expert-review-poll .expert-review-poll-item__num {
	color: black;
}

.post-template-default .post .entry-content img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.post-template-default .post .entry-content > ul {
	margin-left: 8px;
}

.post-template-default .post .entry-content > ul li {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 8px;
	list-style-type: none;
	margin: 0 0 8px 0;
	font-size: 14px;
}

@media (min-width: 960px) {
	.post-template-default .post .entry-content > ul li {
		font-size: 16px;
	}
}

.post-template-default .post .entry-content > ul li::before {
	color: #e2b678;
	content: '⛤';
}

.post-template-default .post .entry-content > ol {
	list-style-type: none;
	counter-reset: num;
	margin-left: 8px;
}

.post-template-default .post .entry-content > ol li {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 8px;
	list-style-type: none;
	margin: 0 0 8px 0;
	font-size: 14px;
}

@media (min-width: 960px) {
	.post-template-default .post .entry-content > ol li {
		font-size: 16px;
	}
}

.post-template-default .post .entry-content > ol li:before {
	content: counter(num) ".";
	counter-increment: num;
	display: inline-block;
	color: #e2b678;
}

.post-template-default .post .entry-content > blockquote {
	border-left: solid 2px #e2b678;
	margin-left: 0;
	padding-left: 24px;
}

.post-template-default .post .entry-content > h3 {
	font-family: 'Proxima Nova';
	text-transform: uppercase;
	color: #e2b678;
	font-weight: 500;
	font-size: 18px;
}

.post-template-default .post .entry-content > h4 {
	font-family: 'Proxima Nova';
	text-transform: uppercase;
	text-decoration: underline;
	color: white;
	font-weight: 500;
	font-size: 16px;
	padding-top: 36px;
}

.post-template-default .post .entry-content > p {
	line-height: 130%;
	font-size: 14px;
}

@media (min-width: 960px) {
	.post-template-default .post .entry-content > p {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.post-template-default .post .entry-content ul,
	.post-template-default .post .entry-content ol {
		line-height: 130%;
		font-size: 18px;
	}
}

.post-template-default .post .entry-content .socials {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	grid-gap: 30px;
}

.post-template-default .post .entry-footer {
	display: none;
}

.site-header-nav {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	background: #1c1c1c;
	align-items: center;
	width: 100%;
	justify-items: center;
}

.site-header-nav > a {
	align-self: start;
	margin-left: 16px;
	z-index: 11;
}

.site-header-nav__wrapper {
	grid-column: 2;
	max-width: 1280px;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	margin-right: 40px;
}

.site-header-nav__wrapper > a {
	justify-self: center;
}

.site-header-nav__nav {
	grid-row: 2;
	grid-column: 1 / span 2;
}

.site-header-nav__nav .menu-toggle {
	padding: 8px 16px;
	margin: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	align-self: flex-start;
}

.site-header-nav__nav .menu-menu-1-container {
	transition: all ease-in-out 0.2s;
	text-transform: uppercase;
}

.site-header-nav__nav .menu-menu-1-container a {
	color: #ebebeb;
	font-weight: 500;
	width: 100%;
	transition: ease-in-out all 0.1s;
}

.site-header-nav__nav .menu-menu-1-container a:hover {
	color: #e2b678;
}

.site-header-nav .site-branding {
	position: relative;
}

.site-header-nav .site-branding__logo {
	display: none;
}

.site-header-nav .site-branding__logo-mob {
	max-width: 100px;
	height: 40px;
}

.site-header-nav .site-branding .header-wholesale {
	position: absolute;
	right: 0;
	bottom: -28px;
	color: #e2b678;
	font-family: "Oranienbaum";
	font-size: 24px;
	white-space: nowrap;
}

@media (min-width: 1360px) {
	.site-header-nav .site-branding .header-wholesale {
		letter-spacing: 4px;
		font-size: 32px;
	}
}

.site-header-store {
	min-height: 48px;
	position: fixed;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	background: #1c1c1c;
	align-items: center;
	width: 100%;
	justify-items: center;
	z-index: 5;
	width: auto;
}

.site-header-store__cart {
	width: 29px;
	height: 29px;
	position: relative;
}

.site-header-store__cart > a:first-of-type {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: transparent;
}

.site-header-store__cart > a {
	position: absolute;
	bottom: 0;
	right: -10px;
	background: #ebebeb;
	color: #1c1c1c;
	border-radius: 50%;
	font-size: 12px;
	min-width: 18px;
	min-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 1px 1px 1px;
}

.site-header-store__title {
	color: #ebebeb;
	text-transform: uppercase;
	cursor: pointer;
}

.site-header-store__title p {
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: 700;
}

.site-header-store__wholesale {
	position: relative;
}

.site-header-store__wholesale a {
	display: grid;
	justify-items: center;
	text-align: center;
}

.site-header-store__wholesale img {
	display: block;
}

.site-header-store__wholesale p {
	color: #ebebeb;
	display: none;
}

.site-header .filter-open {
	color: #e2b678;
}

.site-header-filter {
	max-width: 100vw;
	z-index: 4;
	position: fixed;
	transform: translate3d(-100%, 0, 0);
	background: black;
	height: 100%;
	transition: all ease-in-out 0.2s;
	padding: 24px 24px 64px 24px;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
}

.site-header-filter > * {
	color: #ebebeb;
}

.site-header-filter .widget-area #custom_html-3 {
	margin-bottom: 16px;
}

.site-header-filter .widget-area .woocommerce-product-search input {
	background: transparent;
	border: none;
	border-bottom: solid 1px #e2b678;
	color: #ebebeb;
	padding: 8px;
	width: 220px;
	margin-bottom: 16px;
}

.site-header-filter .widget-area .woocommerce-product-search button {
	background: transparent;
	color: #ebebeb;
	padding: 8px;
	border: solid 1px #e2b678;
}

.site-header-filter .widget-area .widget_price_filter .ui-slider .ui-slider-range {
	background: #e2b678;
}

.site-header-filter .widget-area .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 50%;
	background: #e2b678;
}

.site-header-filter .widget-area .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(1) {
	margin-left: -0.1em;
}

.site-header-filter .widget-area .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -0.9em;
}

.site-header-filter .widget-area .widget_price_filter .price_slider_amount {
	display: grid;
}

.site-header-filter .widget-area .widget_price_filter .price_slider_amount > button {
	cursor: pointer;
	background: transparent;
	color: #ebebeb;
	border: solid 1px #e2b678;
	padding: 4px 0;
}

.site-header-filter .widget-area .widget_price_filter .price_slider_amount .price_label {
	justify-self: start;
}

.site-header-filter .widget-area .widget_layered_nav_filters .chosen a {
	padding: 8px 8px 8px 0;
	display: block;
}

.site-header-filter .widget-area .widget_layered_nav_filters .chosen a::before {
	content: 'X';
	font-weight: 700;
	color: red;
	margin-right: 8px;
}

.site-header-filter .widget-area .woocommerce-widget-layered-nav .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: solid 1px #e2b678 !important;
	border-radius: 0 !important;
}

.site-header-filter .widget-area .woocommerce-widget-layered-nav .select2-container--default
.select2-selection--single
.select2-selection__placeholder {
	color: #ebebeb;
}

.site-header-filter .widget-area section {
	padding: 0;
}

.site-header-filter .widget-area section .woocommerce-widget-layered-nav-list li {
	margin-bottom: 8px;
}

.site-header-filter .widget-area section .cat-item {
	margin-bottom: 8px;
	margin-left: 6px;
}

.site-header-filter .widget-area section .cat-item > ul {
	padding: 8px 0;
}

.site-header-filter .widget-area section .cat-item > a {
	margin-bottom: 8px;
	display: inline-block;
}

.site-header-filter .widget-area section .product-categories .current-cat > a {
	color: #e2b678;
	margin-bottom: 8px;
	display: inline-block;
}

.site-header-filter .widget-area section h2 {
	margin-bottom: 16px;
}

.site-header-filter .widget-area section .children .cat-item::before {
	font-size: 14px;
	content: '⚬';
	color: #e2b678;
	margin-right: 8px;
}

.site-header .search-show {
	display: block;
}

@media (min-width: 600px) {
	.site-header .menu-toggle {
		padding: 24px 32px 16px 16px;
	}
}

@media (min-width: 1360px) {
	.site-header-filter {
		padding: 24px 24px 24px 24px;
		min-width: 400px;
	}
	.site-header-nav {
		min-height: 180px;
		grid-template-columns: 160px 1fr 32px;
		background: linear-gradient(180deg, black 0%, rgba(28, 28, 28, 0.35) 76.74%, rgba(28, 28, 28, 0) 100%);
	}
	.site-header-nav__wrapper {
		margin-right: unset;
		grid-template-columns: 1fr 1fr;
	}
	.site-header-nav__wrapper > a {
		justify-self: start;
	}
	.site-header-nav__nav,
	.site-header-nav #site-navigation {
		grid-column: 3;
		grid-row: 1;
		display: flex;
		justify-content: flex-end;
	}
	.site-header-nav__nav .menu-menu-1-container .menu-item-27 {
		padding: 0;
		top: 0;
		position: absolute;
		right: 0;
	}
	.site-header-nav__nav .menu-menu-1-container .menu-item-27 a {
		color: #e2b678;
	}
	.site-header-nav > a:first-of-type {
		position: absolute;
		right: 34px;
		top: 48px;
		display: none;
	}
	.site-header-nav > a:first-of-type img {
		width: 60px;
	}
}

@media (min-width: 1360px) and (min-width: 1700px) {
	.site-header-nav > a:first-of-type {
		display: block;
	}
}

@media (min-width: 1360px) {
	.site-header-nav > a:last-of-type {
		grid-column: 3;
		grid-row: 1;
	}
	.site-header-nav .site-branding__logo {
		display: block;
	}
	.site-header-nav .site-branding__logo-mob {
		display: none;
	}
	.site-header-nav .menu-menu-1-container {
		grid-column: 3/4;
		grid-row: 1;
		justify-self: center;
		display: grid;
		align-items: flex-end;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: max-content;
	}
	.site-header-nav .menu-menu-1-container ul {
		justify-content: flex-end;
	}
	.site-header-nav .menu-menu-1-container ul .menu-item-27,
	.site-header-nav .menu-menu-1-container ul .menu-item-52,
	.site-header-nav .menu-menu-1-container ul .menu-item-20 {
		margin: 0;
	}
	.site-header-nav .menu-menu-1-container ul .menu-item-1759 {
		text-decoration: underline;
	}
	.site-header-nav .menu-menu-1-container ul .menu-item-has-children {
		padding-bottom: 16px;
	}
	.site-header-nav .menu-menu-1-container ul li {
		margin-right: 24px;
	}
	.site-header-store {
		min-height: auto;
		border-top: none;
		border-bottom: none;
		border-right: solid 3px #e2b678;
		bottom: 0;
		left: 0;
		grid-template-columns: 128px;
		width: max-content;
		height: 100vh;
		justify-items: center;
		grid-template-rows: 180px 1fr 180px;
	}
	.site-header-store__title {
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		font-size: 28px;
	}
	.site-header-store__title p {
		font-size: 28px;
	}
	.site-header-store__cart {
		width: 60px;
		height: 60px;
		position: relative;
	}
	.site-header-store__cart > a:first-of-type {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: transparent;
	}
	.site-header-store__cart > a:first-of-type img {
		width: 60px;
	}
	.site-header-store__cart > a:last-child {
		position: absolute;
		bottom: 0;
		right: -5px;
		font-size: 14px;
		min-width: 25px;
		min-height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		justify-items: center;
		padding: 2px;
	}
	.site-header-store__search img {
		width: 60px;
	}
	.site-header-store__wholesale img {
		margin-bottom: 8px;
	}
	.site-header-store__wholesale p {
		display: block;
	}
}

.nemesis-hero {
	background: url("img/nemesis-page/hero-bg.jpg") 100%;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.nemesis-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.nemesis-hero .wrapper > p a {
	color: #e2b678;
}

.nemesis-hero .wrapper h1 {
	margin-bottom: 96px;
}

.nemesis-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.nemesis-hero .wrapper > div p span {
	color: #e2b678;
}

.nemesis .nemesis-items {
	width: 100%;
}

.nemesis .nemesis-items > ul {
	display: grid;
	grid-gap: 16px;
}

.nemesis .nemesis-items > ul li {
	width: 100%;
	display: flex;
	background-color: black;
}

.nemesis .nemesis-items > ul li p {
	white-space: nowrap;
	color: #e2b678;
	padding: 16px;
	text-transform: uppercase;
}

.nemesis .nemesis-items > ul li p::before {
	content: '⚬';
	color: rgba(235, 235, 235, 0.85);
	padding-right: 8px;
}

.nemesis-gallery {
	display: grid;
	grid-gap: 56px;
}

.nemesis-gallery .swiper-container {
	width: 100%;
	height: 100%;
}

.nemesis-gallery .swiper-slide a {
	display: grid;
	background: #1c1c1c;
	position: relative;
	margin-top: 30px;
	grid-template-rows: auto 1fr;
	grid-gap: 32px;
}

.nemesis-gallery .swiper-slide a h3 {
	position: absolute;
	top: -30px;
}

.nemesis-gallery .swiper-slide a > div {
	text-transform: uppercase;
	height: max-content;
	grid-row: 2;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-gap: 8px;
}

.nemesis-gallery .swiper-slide a > div p:first-of-type {
	color: #e2b678;
}

.nemesis-gallery .swiper-slide a > div p:last-of-type {
	grid-column: 3;
	color: #e2b678;
	font-size: 24px;
}

.nemesis-gallery .swiper-slide a > div p:last-of-type span {
	color: #ebebeb;
	font-size: 18px;
}

.nemesis-gallery .swiper-slide a > div img {
	width: 17px;
	height: 8px;
}

.nemesis-gallery .swiper-slide img {
	display: block;
	object-fit: cover;
}

.nemesis-gallery .swiper-slide {
	width: max-content;
	height: max-content;
}

.nemesis-gallery .swiper-button-next {
	display: none;
}

.nemesis-gallery .swiper-button-prev {
	display: none;
}

.nemesis-gallery .swiper-button-next.swiper-button-disabled,
.nemesis-gallery .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.nemesis-gallery .swiper-button-prev:after,
.nemesis-gallery .swiper-container-rtl .swiper-button-next:after,
.nemesis-gallery .swiper-button-next:after,
.nemesis-gallery .swiper-container-rtl .swiper-button-prev:after {
	color: #ebebeb;
	height: max-content;
	font-size: 30px;
}

@media (min-width: 960px) {
	.nemesis-gallery .swiper-button-next {
		display: flex;
		height: auto;
		top: 0;
		bottom: 0;
		right: 0;
		width: 40px;
		background: rgba(28, 28, 28, 0.8);
	}
	.nemesis-gallery .swiper-button-prev {
		display: flex;
		height: auto;
		top: 0;
		bottom: 0;
		left: -1px;
		width: 40px;
		background: rgba(28, 28, 28, 0.8);
	}
}

@media (min-width: 1360px) {
	.nemesis-gallery {
		max-width: initial;
		grid-gap: 96px;
		grid-column: 2 / -1;
	}
	.nemesis-gallery .swiper-slide img {
		width: 100%;
		height: 500px;
	}
}

@media (min-width: 1460px) {
	.nemesis-gallery {
		margin-left: calc(50% - 656px);
	}
}

.nemesis-stock {
	display: grid;
	grid-gap: 56px;
}

.nemesis-stock h3 {
	color: #e2b678;
}

@media (min-width: 960px) {
	.nemesis-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.nemesis-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.nemesis-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.nemesis-hero .wrapper > div p {
		margin-top: -96px;
		display: grid;
		grid-gap: 24px;
		grid-column: 2;
		grid-row: 2;
	}
	.nemesis .nemesis-items ul {
		grid-column-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.nemesis .nemesis-items ul li {
		grid-column: 2;
	}
	.nemesis-stock {
		grid-template-columns: 1fr 1fr;
		grid-gap: 96px;
	}
	.nemesis-stock p {
		grid-column: 2;
		grid-row: 2;
	}
}

@media (min-width: 1360px) {
	.nemesis-hero {
		margin-top: 0;
	}
	.nemesis-hero .wrapper {
		padding-top: 236px;
	}
}

.return-hero {
	background: url("img/return-page/hero-bg.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.return-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.return-hero .wrapper > p a {
	color: #e2b678;
}

.return-hero .wrapper h1 {
	margin-bottom: 96px;
}

.return-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.return-hero .wrapper > div .wrap > p {
	color: #ebebeb;
	font-weight: 700;
	margin-bottom: 56px;
}

.return-hero .wrapper > div .wrap > p:last-of-type {
	margin-top: 56px;
}

.return-warranty .wrap {
	display: grid;
	grid-gap: 56px;
}

.return-warranty .wrap > p:first-of-type {
	color: #ebebeb;
	font-weight: 700;
}

.return-request {
	display: grid;
	grid-gap: 56px;
}

.return-request h3 {
	color: #e2b678;
}

@media (min-width: 960px) {
	.return-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.return-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.return-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.return-hero .wrapper > div p {
		grid-column: 2;
		grid-row: 2;
	}
	.return-hero .wrapper > div .wrap > p {
		margin-bottom: 96px;
	}
	.return-hero .wrapper > div .wrap > p:last-of-type {
		margin-top: 96px;
	}
	.return-warranty .wrap {
		grid-gap: 96px;
	}
	.return-request {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.return-request h3 {
		color: #e2b678;
	}
}

@media (min-width: 1360px) {
	.return-hero {
		margin-top: 0;
	}
	.return-hero .wrapper {
		padding-top: 236px;
	}
}

.delivery-hero {
	background: url("img/delivery-page/hero-bg.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.delivery-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.delivery-hero .wrapper > p a {
	color: #e2b678;
}

.delivery-hero .wrapper h1 {
	margin-bottom: 96px;
}

.delivery-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.delivery-hero__title {
	font-weight: 700;
	color: #e2b678;
}

.delivery .wrap {
	display: grid;
	grid-gap: 56px;
}

@media (min-width: 960px) {
	.delivery-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.delivery-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.delivery-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.delivery .wrap {
		grid-gap: 96px;
	}
}

@media (min-width: 1360px) {
	.delivery-hero {
		margin-top: 0;
	}
	.delivery-hero .wrapper {
		padding-top: 236px;
	}
}

.candles-hero {
	background: url("img/candles-page/hero-bg.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.candles-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.candles-hero .wrapper > p a {
	color: #e2b678;
}

.candles-hero .wrapper h1 {
	margin-bottom: 96px;
}

.candles-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.candles-hero .wrapper > div ul p {
	color: #e2b678;
}

.candles-info h3 {
	color: #e2b678;
}

@media (min-width: 960px) {
	.candles-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.candles-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.candles-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.candles-hero .wrapper > div ul {
		margin-top: -96px;
		display: grid;
		grid-gap: 24px;
		grid-column: 2;
		grid-row: 2;
	}
	.candles-hero .wrapper > div p {
		grid-column: 2;
		grid-row: 3;
	}
	.candles-pageitem > a {
		grid-row: 3;
		grid-column: 2;
	}
}

@media (min-width: 1360px) {
	.candles-hero {
		margin-top: 0;
	}
	.candles-hero .wrapper {
		padding-top: 236px;
	}
}

.certificates-hero {
	background: url("img/certificates-page/hero-bg.jpg") 100%;
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.certificates-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.certificates-hero .wrapper > p a {
	color: #e2b678;
}

.certificates-hero .wrapper h1 {
	margin-bottom: 96px;
}

.certificates-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.certificates-hero .wrapper > div p span {
	color: #e2b678;
}

.certificates-certificates ul {
	display: grid;
	grid-gap: 56px;
}

.certificates-certificates ul li {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: auto 1fr;
	align-items: center;
}

.certificates-certificates ul li span {
	display: flex;
	width: max-content;
	align-items: center;
	font-family: "Oranienbaum";
	font-size: 24px;
	line-height: 24px;
	color: #e2b678;
	background: black;
	padding: 38px 18px 34px 18px;
	border-radius: 50%;
}

@media (min-width: 960px) {
	.certificates-hero .wrapper > p {
		text-align: center;
		margin-bottom: 56px;
	}
	.certificates-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.certificates-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.certificates-hero .wrapper > div p {
		margin-top: -96px;
		grid-column: 2;
		grid-row: 2;
	}
	.certificates-certificates ul li {
		grid-gap: 32px;
	}
}

@media (min-width: 1360px) {
	.certificates-hero {
		margin-top: 0;
	}
	.certificates-hero .wrapper {
		padding-top: 236px;
	}
}

.site-footer {
	background: #1c1c1c;
	margin-top: -1px;
	margin: 0 auto;
}

.site-footer .wrap {
	width: 100%;
	display: grid;
	grid-gap: 56px;
	background: url(img/footer-bg.jpg) center no-repeat;
	background-size: contain;
	background-position-y: 22%;
}

.site-footer .wrap > img {
	grid-row: 2;
	width: 150px;
}

.site-footer .wrap .content {
	display: grid;
	grid-gap: 56px;
}

.site-footer .wrap .content ul {
	display: grid;
	grid-gap: 32px;
}

.site-footer .wrap .content ul li {
	border-bottom: solid 1px rgba(235, 235, 235, 0.5);
	padding-bottom: 32px;
}

.site-footer .wrap .content ul li:last-child {
	padding-bottom: 0;
}

.site-footer .wrap .content ul li > div {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 16px;
	align-items: center;
}

.site-footer .wrap .content ul li > div a:first-of-type {
	grid-column: 2;
}

.site-footer .wrap .content ul li > div a:last-of-type {
	grid-column: 2;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 8px;
	align-items: center;
}

.site-footer .wrap .content ul li > div a:last-of-type p {
	color: #e2b678;
	position: relative;
}

.site-footer .wrap .content ul li > div a:last-of-type p::after {
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #e2b678;
}

.site-footer .wrap .content > a {
	justify-self: end;
}

.site-footer .wrap .foot {
	grid-column: 1 / -1;
	display: grid;
	grid-gap: 32px;
}

.site-footer .wrap .foot p {
	grid-row: 2;
}

.site-footer .wrap .foot > a {
	color: #e2b678;
	position: relative;
	width: max-content;
}

.site-footer .wrap .foot > a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2b678;
}

@media (min-width: 960px) {
	.site-footer .wrap {
		grid-gap: 96px;
		grid-template-columns: max-content 1fr;
	}
	.site-footer .wrap > img {
		grid-column: 1;
		grid-row: 1;
	}
	.site-footer .wrap .content {
		grid-column: 2;
		grid-row: 1;
	}
	.site-footer .wrap .content ul li {
		padding-bottom: 16px;
	}
	.site-footer .wrap .content ul li > div a:first-of-type {
		grid-column: 3;
		margin-right: 16px;
	}
	.site-footer .wrap .content ul li > div a:last-of-type {
		grid-column: 4;
		padding-right: 24px;
		position: relative;
	}
	.site-footer .wrap .content ul li > div a:last-of-type p {
		margin-right: 8px;
	}
	.site-footer .wrap .content ul li > div a:last-of-type svg {
		margin-right: 8px;
		position: absolute;
		right: 0;
		transition: ease-in-out all 0.2s;
	}
	.site-footer .wrap .content ul li > div a:last-of-type:hover svg {
		margin-right: 0;
	}
	.site-footer .wrap .foot {
		grid-template-columns: 1fr auto;
	}
	.site-footer .wrap .foot p {
		grid-column: 1;
		grid-row: 1;
	}
	.site-footer .wrap .foot a {
		grid-column: 2;
		grid-row: 1;
		opacity: 0.5;
	}
}

@media (min-width: 1360px) {
	.site-footer .wrap {
		grid-column-gap: 128px;
		background-size: unset;
	}
	.site-footer .wrap h2 {
		margin-bottom: 72px;
	}
	.site-footer .wrap > img {
		width: 273px;
	}
}

.tag-hero {
	padding-top: 32px;
}

.tag-hero .wrapper > p {
	color: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
}

.tag-hero .wrapper > p a {
	color: #e2b678;
}

.tag-hero .wrapper h1 {
	margin-bottom: 96px;
}

.tag-hero .wrapper > div {
	display: grid;
	grid-gap: 56px;
}

.tag-hero .wrapper > div ul {
	display: grid;
	grid-gap: 24px;
}

.tag-hero .wrapper > div ul li {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 16px;
	align-items: center;
}

.tag-hero .wrapper > div ul li p {
	grid-row: 1;
	grid-column: 2;
	color: #e2b678;
}

.tag-posts {
	padding-top: 0;
}

.tag-posts .pagination {
	grid-row: 3;
}

.tag-posts .pagination .page-numbers {
	color: #ebebeb;
	padding: 10px 15px;
}

.tag-posts .pagination .prev {
	padding-right: 0;
}

.tag-posts .pagination .next {
	padding-left: 0;
}

.tag-posts .pagination .current {
	border: solid 2px #e2b678;
}

.tag-posts .wrap {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid;
	grid-gap: 56px;
	position: relative;
}

.tag-posts .wrap article {
	background: rgba(0, 0, 0, 0.3);
	display: grid;
	height: 100%;
	align-content: space-between;
}

.tag-posts .wrap article small {
	color: #e2b678;
}

.tag-posts .wrap article .home-news__readmore {
	transition: all ease-in-out 0.2s;
}

.tag-posts .wrap article:hover .home-news__readmore {
	grid-gap: 16px;
}

@media (min-width: 960px) {
	.tag-hero .wrapper > p {
		text-align: center;
	}
	.tag-hero .wrapper h1 {
		margin-bottom: 128px;
		text-align: center;
	}
	.tag-hero .wrapper > div {
		grid-gap: 96px;
		grid-template-columns: 1fr 1fr;
	}
	.tag-hero .wrapper > div ul {
		margin-top: -96px;
		display: grid;
		grid-gap: 24px;
		grid-column: 2;
		grid-row: 2;
	}
	.tag-hero .wrapper > div p {
		grid-column: 2;
		grid-row: 3;
	}
	.tag-posts .wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1360px) {
	.tag-hero {
		margin-top: 0;
	}
	.tag-hero .wrapper {
		padding-top: 236px;
	}
	.tag-posts .wrap {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 16px;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation > div > ul {
	height: calc(100vh - 160px);
	padding-top: 16px;
	overflow-y: auto;
}

.main-navigation > div > ul .menu-item-1759 {
	margin-top: 24px;
}

.main-navigation > div > ul li {
	height: min-content;
	padding: 20px 0 0 0;
}

.main-navigation > div > ul .current-menu-item a {
	color: #e2b678;
}

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

.main-navigation ul .sub-menu {
	padding-top: 8px;
	margin-left: 8px;
}

.main-navigation ul .sub-menu li {
	display: flex;
	padding: 6px 0;
}

.main-navigation ul .sub-menu li::before {
	content: '⚬';
	color: #e2b678;
	margin-right: 8px;
	position: relative;
}

.main-navigation ul ul {
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media (min-width: 1360px) {
	.main-navigation > div > ul {
		height: auto;
		overflow-y: unset;
	}
	.main-navigation > div > ul .menu-item-1759 {
		margin-top: 0;
	}
	.main-navigation > div > ul li {
		height: min-content;
	}
	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation ul .sub-menu {
		display: grid;
		background: black;
		padding: 32px 24px;
		margin-left: 0;
	}
	.main-navigation ul .sub-menu li {
		white-space: nowrap;
		display: flex;
		padding: 0;
		flex-wrap: nowrap;
		padding: 8px 0;
	}
	.main-navigation ul .sub-menu li::before {
		content: none;
	}
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: grid;
}

@media screen and (min-width: 1360px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.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;
}

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

.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;
}

.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;
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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