@charset "UTF-8";
/*!
Theme Name: Laveri
Theme URI: https://motopress.com/products/laveri
Author: MotoPress
Author URI: https://motopress.com/
Description: Laveri is a modern clothing store WooCommerce theme boosted up by Elementor and a few premium Elementor addons included for free (extra widgets and the mega menu addon). It’s perfect for fashion stores as well as full-fledged e-commerce sites that want to sell clothes and accessories online.
Version: 1.1.2
Tested up to: 6.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laveri
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.

Laveri 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Spartan", sans-serif;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1 {
	font: 700 70px/1.15 "Cormorant Garamond", sans-serif;
}

@media (min-width: 768px) {
	h1 {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 140px;
	}
}

h2 {
	font: 32px/1.2 "Cormorant Garamond", sans-serif;
}

@media (min-width: 768px) {
	h2 {
		font-size: 52px;
	}
}

h3 {
	font-size: 24px;
	font-family: "Cormorant Garamond", sans-serif;
	font-weight: 700;
}

@media (min-width: 768px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	font-size: 18px;
	font-family: "Spartan", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-family: "Spartan", sans-serif;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	font-family: "Spartan", sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

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;
	color: #990033;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: "laveri-icons";
	src: url("./assets/laveri-icons/laveri-icons.eot") format("embedded-opentype"), url("./assets/laveri-icons/laveri-icons.woff2") format("woff2"), url("./assets/laveri-icons/laveri-icons.woff") format("woff");
}

[class^="laveri-icon-"]:before, [class*=" laveri-icon-"]:before {
	font-family: laveri-icons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.laveri-icon-cart:before {
	content: "";
}

.laveri-icon-heart:before {
	content: "";
}

.laveri-icon-instagram:before {
	content: "";
}

.laveri-icon-left:before {
	content: "";
}

.laveri-icon-magnifier:before {
	content: "";
}

.laveri-icon-map-marker:before {
	content: "";
}

.laveri-icon-right:before {
	content: "";
}

.laveri-icon-share:before {
	content: "";
}

.laveri-icon-times:before {
	content: "";
}

.laveri-icon-user:before {
	content: "";
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

.container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.5em;
}

ul li,
ol li {
	margin-bottom: 1.5em;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	margin-top: 1.5em;
}

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 {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border: 0;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	padding: 5px 10px;
}

@media (min-width: 576px) {
	th, td {
		padding: 10px;
	}
}

@media (min-width: 768px) {
	th, td {
		padding: 15px 20px;
	}
}

th {
	font-family: "Spartan", sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
}

td {
	font-size: 16px;
	color: #656565;
}

.rev-select {
	width: auto !important;
}

.rev-select .select-hidden {
	position: absolute;
}

.rev-select .select-styled {
	padding: 8px 25px 8px 0;
	font: 600 14px/1.5 "Spartan", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: static;
	background-color: #fff;
	color: #000;
}

.rev-select .select-styled:hover {
	background-color: #fff;
}

.rev-select .select-styled::after {
	content: "";
	width: 2px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 6px;
	margin: auto;
	background: #000;
	border: none;
}

.rev-select .select-styled::before {
	content: "";
	width: 12px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 6px;
	margin: auto;
	background: #000;
}

.rev-select .select-styled.active {
	background: #fff;
}

.rev-select .select-styled.active::after {
	display: none;
}

.rev-select .select-options {
	padding: 0 0 1em 0;
	background-color: #fff;
	min-width: 12em;
}

.rev-select .select-options li {
	line-height: 1.5;
	padding: 12px 12px 12px 0;
	text-align: left;
	border: none;
	color: #000;
	text-indent: 0;
}

.rev-select .select-options li:hover {
	color: #000;
}

.rev-select .select-options li[rel="hide"] {
	display: none;
}

/* Links
--------------------------------------------- */
a {
	color: #990033;
	text-decoration: none;
	transition: .25s;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	text-decoration: underline;
}

a.bold-link {
	font: 600 14px/1.25 "Spartan", sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

a.bold-link:before {
	content: '';
	position: absolute;
	height: 1px;
	background: #000000;
	bottom: 0;
	transition: all .15s ease-in;
	right: 0;
	left: 0;
}

a.bold-link:hover {
	color: #990033;
}

a.bold-link:hover:before {
	right: 30%;
	left: 30%;
	width: auto;
	background: #990033;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.checkout-button {
	border: 1px solid #000000;
	color: #000000;
	padding: 1.275em 3em 1.15em;
	background-color: #fff;
	font: 600 14px/1 "Spartan", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	transition: .3s;
}

button:hover, .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.checkout-button:hover {
	background-color: #990033;
	text-decoration: none;
	border-color: #990033;
	color: #fff;
}

.checkout-button,
.shipping-calculator-form .button,
.comment-form input[type="submit"] {
	font: 600 14px/1 "Spartan", sans-serif;
	padding: 1.275em 3em 1.15em;
	text-transform: uppercase;
	background: #000000;
	letter-spacing: 0.05em;
	display: inline-block;
	color: #fff;
}

.checkout-button:hover,
.shipping-calculator-form .button:hover,
.comment-form input[type="submit"]:hover {
	background-color: #990033;
}

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: #000;
	border: solid #000;
	border-width: 0 0 1px 0;
	border-radius: 0;
	padding: 10px 0;
	outline: none;
	width: 100%;
}

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: #111;
}

select:not(.orderby) {
	border: none;
	appearance: none;
	padding: 6px 20px 0 0;
	border-bottom: 1px solid #000;
	background: url("images/arrow-down-icon.svg") no-repeat right center;
	background-size: 6px;
}

textarea {
	width: 100%;
	resize: none;
	height: 100px;
}

[type="checkbox"],
[type="radio"] {
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.primary-menu-container .primary-menu,
.primary-menu-more .primary-menu {
	color: #000000;
}

.primary-menu-container .primary-menu > li > a,
.primary-menu-more .primary-menu > li > a {
	font: 600 12px/1.2 "Spartan", sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.primary-menu-container .primary-menu > li:hover > a,
.primary-menu-more .primary-menu > li:hover > a {
	color: #990033;
	text-decoration: none;
}

.primary-menu-container .primary-menu > li:hover ul li a:after,
.primary-menu-more .primary-menu > li:hover ul li a:after {
	transition: all .15s ease-in;
}

.primary-menu-container .primary-menu > li:hover ul li:hover > a,
.primary-menu-more .primary-menu > li:hover ul li:hover > a {
	color: #990033;
	transition: all .15s ease-in;
	text-decoration: none;
}

.primary-menu-container .primary-menu > li:hover ul li:hover > a:after,
.primary-menu-more .primary-menu > li:hover ul li:hover > a:after {
	transform: rotate(-90deg);
}

.primary-menu-container ul,
.primary-menu-more ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.primary-menu-container ul ul,
.primary-menu-more ul ul {
	display: none;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.primary-menu-container ul ul,
	.primary-menu-more ul ul {
		display: block;
		position: absolute;
		top: 120%;
		z-index: 99999;
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
		flex-direction: column;
		padding: 15px 0;
	}
	.primary-menu-container ul ul:before,
	.primary-menu-more ul ul:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.15);
		background: #fff;
	}
}

@media (min-width: 768px) {
	.primary-menu-container ul ul.toleft,
	.primary-menu-more ul ul.toleft {
		left: auto;
		right: 0;
	}
}

.primary-menu-container ul ul.toggled-on,
.primary-menu-more ul ul.toggled-on {
	display: block;
}

@media (min-width: 768px) {
	.primary-menu-container ul ul ul,
	.primary-menu-more ul ul ul {
		padding-left: 7px;
		left: 100%;
	}
}

.primary-menu-container ul ul ul:before,
.primary-menu-more ul ul ul:before {
	left: 7px;
}

@media (min-width: 768px) {
	.primary-menu-container ul ul ul.toleft,
	.primary-menu-more ul ul ul.toleft {
		padding-left: 0;
		padding-right: 7px;
		left: auto;
		right: 100%;
	}
}

.primary-menu-container ul ul ul.toleft:before,
.primary-menu-more ul ul ul.toleft:before {
	left: 0;
	right: 7px;
}

@media (min-width: 768px) {
	.primary-menu-container ul ul li:hover > ul,
	.primary-menu-container ul ul li.focus > ul,
	.primary-menu-more ul ul li:hover > ul,
	.primary-menu-more ul ul li.focus > ul {
		display: block;
		top: 0;
	}
}

.primary-menu-container ul ul a,
.primary-menu-more ul ul a {
	width: 100%;
	padding: 7px 7px 7px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}

@media (min-width: 768px) {
	.primary-menu-container ul ul a,
	.primary-menu-more ul ul a {
		padding: 7px 30px;
		width: 213px;
	}
}

.primary-menu-container ul li:hover > ul,
.primary-menu-container ul li.focus > ul,
.primary-menu-more ul li:hover > ul,
.primary-menu-more ul li.focus > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.primary-menu-container li,
.primary-menu-more li {
	position: relative;
	margin: 0;
}

.primary-menu-container a,
.primary-menu-more a {
	display: block;
	color: inherit;
	padding: 10px 0;
}

@media (min-width: 768px) {
	.primary-menu-container a,
	.primary-menu-more a {
		padding: 10px 20px;
	}
}

@media (min-width: 1200px) {
	.primary-menu-container a,
	.primary-menu-more a {
		padding: 10px 38px;
	}
}

.primary-menu-container a:hover,
.primary-menu-more a:hover {
	color: #990033;
}

.primary-menu-container .current_page_item > a,
.primary-menu-container .current-menu-item > a,
.primary-menu-container .current_page_ancestor > a,
.primary-menu-container .current-menu-ancestor > a,
.primary-menu-more .current_page_item > a,
.primary-menu-more .current-menu-item > a,
.primary-menu-more .current_page_ancestor > a,
.primary-menu-more .current-menu-ancestor > a {
	color: #990033;
}

@media (min-width: 768px) {
	.primary-menu-container .dropdown-toggle,
	.primary-menu-more .dropdown-toggle {
		display: none;
	}
}

.primary-menu-container .menu-item-has-children > a,
.primary-menu-more .menu-item-has-children > a {
	position: relative;
	padding-right: 35px;
}

.primary-menu-container .menu-item-has-children > a:after,
.primary-menu-more .menu-item-has-children > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 14px;
}

@media (min-width: 768px) {
	.primary-menu-container .menu-item-has-children > a:after,
	.primary-menu-more .menu-item-has-children > a:after {
		content: "\f107";
	}
}

.primary-menu-container .menu-item-has-children .menu-item-has-children > a:after,
.primary-menu-more .menu-item-has-children .menu-item-has-children > a:after {
	top: 4px;
	right: 30px;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item,
.primary-menu-container li.wpml-ls-menu-item,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item,
.primary-menu-more li.wpml-ls-menu-item {
	background: transparent;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item:hover,
.primary-menu-container li.wpml-ls-menu-item:hover,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item:hover,
.primary-menu-more li.wpml-ls-menu-item:hover {
	background: transparent;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item:hover a,
.primary-menu-container li.wpml-ls-menu-item:hover a,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item:hover a,
.primary-menu-more li.wpml-ls-menu-item:hover a {
	background: transparent;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item a,
.primary-menu-container li.wpml-ls-menu-item a,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item a,
.primary-menu-more li.wpml-ls-menu-item a {
	background: transparent;
	color: inherit;
}

.primary-menu-container li.wpml-ls-menu-item .wpml-ls-menu-item a:hover,
.primary-menu-container li.wpml-ls-menu-item a:hover,
.primary-menu-more li.wpml-ls-menu-item .wpml-ls-menu-item a:hover,
.primary-menu-more li.wpml-ls-menu-item a:hover {
	background: transparent;
}

.menu-toggle {
	display: flex;
	align-items: center;
	margin-left: auto;
	padding: 7px 14px;
	font-size: 24px;
}

@media (min-width: 768px) {
	.menu-toggle {
		margin-right: 30px;
	}
}

.menu-toggle:hover {
	color: #000000;
	background: transparent;
}

.menu-toggle .text {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 14px;
}

@media (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
}

@media (min-width: 576px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.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%;
}

.post-navigation {
	max-width: 900px;
	margin: 10px auto 105px;
}

.post-navigation a {
	display: block;
	padding: 25px;
	color: #000000;
}

.post-navigation a:hover {
	color: #fff;
}

.post-navigation a:hover .nav-title {
	color: inherit;
}

.post-navigation a:focus, .post-navigation a:active {
	text-decoration: none;
}

.post-navigation .nav-subtitle {
	display: inline-block;
	position: relative;
	font: 500 14px/1 "Spartan", sans-serif;
	padding-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.post-navigation .nav-subtitle:before {
	position: absolute;
	font-family: Linearicons-Free;
	font-size: 16px;
}

.post-navigation .nav-title {
	font-family: "Spartan", sans-serif;
	font-size: 20px;
	color: #000000;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	border: 1px solid #000;
	text-align: center;
	position: relative;
}

@media (min-width: 576px) {
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		max-width: 40%;
	}
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	background: #000;
}

.post-navigation .nav-previous:hover a,
.post-navigation .nav-next:hover a {
	color: #fff;
}

@media (max-width: 575px) {
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		flex: 1 0 auto;
		margin-bottom: 40px;
	}
	.post-navigation .nav-previous:last-child,
	.post-navigation .nav-next:last-child {
		margin-bottom: 0;
	}
}

.post-navigation .nav-previous .nav-subtitle {
	padding-left: 60px;
}

.post-navigation .nav-previous .nav-subtitle:before {
	left: 5px;
	top: 3px;
	content: '\e879';
}

@media (min-width: 768px) {
	.post-navigation .nav-previous::before {
		content: '';
		position: absolute;
		height: 150px;
		width: 1px;
		background: #000;
		transform: rotate(25deg);
		top: -32px;
		right: -75px;
	}
}

.post-navigation .nav-next .nav-subtitle {
	padding-right: 60px;
}

.post-navigation .nav-next .nav-subtitle:before {
	right: 5px;
	top: 3px;
	content: '\e87a';
}

.navigation.pagination {
	margin-bottom: 70px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-pagination,
.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-pagination .page-numbers,
.pagination .nav-links .page-numbers {
	margin: 0 10px 10px 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 14px;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover,
.pagination .nav-links .current,
.pagination .nav-links a:hover {
	color: #fff;
	background: #000000;
	text-decoration: none;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.pagination .nav-links .next,
.pagination .nav-links .prev {
	color: #000000;
	font-size: 20px;
}

.woocommerce-pagination .next > span,
.woocommerce-pagination .prev > span,
.pagination .nav-links .next > span,
.pagination .nav-links .prev > span {
	display: inline-block;
	margin-top: 13px;
}

.footer-left-menu,
.footer-right-menu {
	list-style: none;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.footer-left-menu-container,
.footer-right-menu-container {
	display: flex;
	justify-content: center;
}

.footer-left-menu:hover a,
.footer-right-menu:hover a {
	opacity: .5;
}

.footer-left-menu a:hover,
.footer-right-menu a:hover {
	opacity: 1;
}

.footer-left-menu li,
.footer-right-menu li {
	margin-left: 40px;
}

.footer-left-menu li:first-child,
.footer-right-menu li:first-child {
	margin-left: 0;
}

.footer-left-menu .current_page_item > a,
.footer-left-menu .current-menu-item > a,
.footer-left-menu .current_page_ancestor > a,
.footer-left-menu .current-menu-ancestor > a,
.footer-right-menu .current_page_item > a,
.footer-right-menu .current-menu-item > a,
.footer-right-menu .current_page_ancestor > a,
.footer-right-menu .current-menu-ancestor > a {
	opacity: 1;
}

@media (min-width: 768px) {
	.footer-left-menu {
		justify-content: flex-start;
	}
}

@media (min-width: 992px) {
	.footer-left-menu-container {
		justify-content: flex-start;
	}
}

@media (min-width: 992px) {
	.footer-right-menu {
		justify-content: flex-end;
	}
}

@media (min-width: 992px) {
	.footer-right-menu-container {
		justify-content: flex-end;
	}
}

/* Posts and pages, header, footer
--------------------------------------------- */
.site-header {
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 19;
}

.site-header .header-top {
	background: #000;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	min-height: 48px;
	letter-spacing: 2.5px;
	font: 600 10px/1.5 "Spartan", sans-serif;
	position: relative;
	z-index: 9;
}

.site-header .header-top .widget {
	margin: 0;
}

.site-header .header-top .widget p:first-child {
	margin: 0;
}

.site-header .site-branding {
	position: relative;
	z-index: 9;
	flex: 1 0 auto;
	width: auto;
}

.site-header .site-branding .site-title {
	font: 700 40px/1 "Cormorant Garamond", sans-serif;
	margin: 0;
}

.site-header .site-branding .site-title a {
	color: #000000;
}

.site-header .site-branding .site-description {
	margin: 0;
}

.site-header .header-bottom {
	padding: 25px 15px;
	min-height: 118px;
	position: relative;
}

@media (min-width: 576px) {
	.site-header .header-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.site-header .header-bottom {
		padding: 25px 60px;
	}
}

.woo-header-actions .woocommerce-product-search {
	margin: 0 auto;
	max-width: 1800px;
}

.woo-header-actions .woocommerce-product-search button {
	display: none;
}

.default-navigation {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 575px) {
	.default-navigation {
		margin-bottom: 1em;
	}
}

@media (min-width: 576px) {
	.default-navigation {
		max-width: 60%;
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.default-navigation {
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	.default-navigation {
		max-width: none;
	}
}

.default-navigation > * {
	padding-bottom: 10px;
	padding-top: 10px;
}

.default-navigation:last-child {
	padding-right: 0;
	max-width: 100%;
}

.main-navigation {
	flex: 1 1 auto;
	width: auto;
	z-index: 19;
}

@media (min-width: 768px) {
	.main-navigation {
		width: 100%;
	}
}

.main-navigation .main-navigation-wrapper {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 1px solid #DADADA;
	padding: 15px;
	z-index: 50;
}

@media (min-width: 576px) {
	.main-navigation .main-navigation-wrapper {
		padding: 30px;
	}
}

@media (min-width: 768px) {
	.main-navigation .main-navigation-wrapper {
		top: 0;
		left: 0;
		padding: 0;
		border: 0;
		position: static;
		background: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.main-navigation .primary-menu {
	flex-direction: column;
}

@media (min-width: 768px) {
	.main-navigation .primary-menu {
		flex-direction: row;
	}
}

.main-navigation .primary-menu li {
	position: relative;
}

.main-navigation .primary-menu-more {
	display: none;
}

@media (min-width: 768px) {
	.main-navigation .primary-menu-more {
		display: block;
	}
}

.main-navigation .primary-menu-more-toggle.is-empty {
	display: none;
}

.main-navigation .primary-menu-container {
	max-width: 480px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.main-navigation .primary-menu-container {
		max-width: none;
		margin: 0;
	}
}

.main-navigation.toggled .main-navigation-wrapper {
	display: flex;
}

.main-navigation .dropdown-toggle {
	padding: 5px;
	background: transparent;
	color: #000000;
	position: absolute;
	right: 0;
	top: 8px;
	border: none;
}

.main-navigation .dropdown-toggle.toggled-on {
	transform: rotate(-180deg);
}

.main-navigation .dropdown-toggle:hover {
	color: #990033;
	background: transparent;
}

.main-navigation .dropdown-toggle:focus {
	outline: none;
}

.primary-menu-more-toggle {
	background: transparent;
	padding: 12px 10px 10px;
	color: #000000;
}

.primary-menu-more-toggle:hover {
	color: #990033;
	background: transparent;
}

.primary-menu-more-toggle svg {
	display: block;
}

@media screen and (max-width: 767px) {
	.main-navigation-wrapper .primary-menu-container {
		width: 100%;
	}
}

.site-footer .footer-widgets {
	padding: 90px 0 98px;
}

.site-footer .footer-widgets-inner {
	margin: 0 -15px;
}

@media (min-width: 768px) {
	.site-footer .footer-widgets-inner {
		display: flex;
	}
}

.site-footer .footer-widgets.top {
	background: #F6F4F2;
	padding: 40px 0;
}

@media (min-width: 768px) {
	.site-footer .footer-widgets.top {
		padding: 78px 0;
	}
}

.site-footer .footer-widgets .widgets-column {
	flex: 1 1 auto;
	padding: 0 15px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.site-footer .footer-widgets .widgets-column {
		margin-bottom: 0;
		max-width: calc(100% / 3);
	}
}

.site-footer .site-info {
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.site-footer .site-info:first-child {
	text-align: left;
}

.site-footer .site-info:only-child {
	text-align: center;
}

.site-footer .footer-bottom {
	border-top: 1px solid #DADADA;
	padding: 50px 15px 60px;
}

.site-footer .footer-bottom-inner {
	text-align: center;
}

@media (min-width: 992px) {
	.site-footer .footer-bottom-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.site-footer .footer-bottom-inner > * {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.site-footer .footer-bottom-inner > * {
		margin-bottom: 0;
		flex: 1 0 33.33%;
	}
}

.site-footer .footer-bottom-inner > *:last-child {
	margin-bottom: 0;
}

.site-footer .footer-bottom .menu li {
	margin-bottom: 0;
}

.site-footer .footer-bottom a {
	font-size: 14px;
	color: #000000;
}

.site-footer .footer-bottom a:hover {
	text-decoration: none;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.home header {
	border: none;
}

.page-header {
	margin: 100px auto 50px;
}

.page-header h1 {
	font: 40px/1.15 "Spartan", sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.site-main {
	padding-left: 15px;
	padding-right: 15px;
}

.site-main > .hentry:not(.has-post-thumbnail) {
	padding-top: 60px;
	padding-bottom: 60px;
}

.site-main.wide-page-canvas > .hentry > .entry-content,
.site-main.wide-page > .hentry > .entry-content {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

.site-main.wide-page-canvas > .hentry > .entry-content > *,
.site-main.wide-page > .hentry > .entry-content > * {
	max-width: 100%;
}

.site-main.full-width-page > .hentry {
	margin-bottom: 0;
	padding: 0;
}

.site-main.full-width-page > .hentry > .entry-content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.site-main.full-width-page > .hentry > .entry-content > * {
	max-width: 100%;
}

.entry-footer {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.entry-footer .edit-link {
	display: inline-flex;
	margin: 20px 0;
}

.entry-summary > * {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

.page .site-main > .hentry:not(.has-post-thumbnail) {
	padding-top: 110px;
	padding-bottom: 150px;
}

.page .site-main .page:not(.has-post-thumbnail) {
	max-width: 1350px;
	margin: 0 auto;
}

.page .site-main .page:not(.has-post-thumbnail) .post-info {
	margin-bottom: 60px;
}

.page .site-main .page:not(.has-post-thumbnail) .post-info .entry-title {
	text-align: center;
	font: 40px/1.25 "Spartan", sans-serif;
	text-transform: uppercase;
}

.page.has-post-thumbnail .entry-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	position: relative;
	margin: 0 -15px 100px;
}

@media (min-width: 768px) {
	.page.has-post-thumbnail .entry-header {
		min-height: 600px;
	}
}

@media (min-width: 1200px) {
	.page.has-post-thumbnail .entry-header {
		min-height: 800px;
	}
}

.page.has-post-thumbnail .post-thumbnail {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}

.page.has-post-thumbnail .post-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page.has-post-thumbnail .post-info {
	text-align: center;
	z-index: 4;
}

.page.has-post-thumbnail .post-info .entry-title {
	margin: 0;
	font: 700 60px/1.15 "Cormorant Garamond", sans-serif;
	color: #fff;
}

@media (min-width: 768px) {
	.page.has-post-thumbnail .post-info .entry-title {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.page.has-post-thumbnail .post-info .entry-title {
		font-size: 140px;
	}
}

.page.has-post-thumbnail .post-info p {
	color: #fff;
	max-width: 26em;
	margin: 0 auto;
	padding: 0 15px;
}

.page .entry-header .entry-title {
	font: 40px/1.25 "Spartan", sans-serif;
	text-align: center;
}

.single-post .entry-header {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.single-post .entry-title {
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 32px;
	text-transform: none;
}

@media (min-width: 768px) {
	.single-post .entry-title {
		font-size: 52px;
	}
}

.single-post .has-post-thumbnail .post-thumbnail {
	max-height: 540px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

.single-post .has-post-thumbnail .post-thumbnail img {
	width: 100%;
}

.single-post .has-post-thumbnail .entry-header {
	max-width: none;
	margin-bottom: 15px;
}

.single-post .has-post-thumbnail .entry-title {
	background: #fff;
	padding: 25px;
	position: relative;
	width: 90%;
	max-width: 1350px;
	margin-top: -50px;
}

@media (min-width: 768px) {
	.single-post .has-post-thumbnail .entry-title {
		padding: 25px 50px;
		width: 80%;
	}
}

@media (min-width: 1400px) {
	.single-post .has-post-thumbnail .entry-title {
		padding: 45px 280px;
	}
}

.single-post .post-tags {
	margin: 30px 0;
}

.single-post .post-tags .tags-title {
	font: 600 30px/1 "Cormorant Garamond", sans-serif;
	margin-bottom: 15px;
	display: inline-flex;
}

.single-post .post-tags .tags-links a {
	font: 500 12px/1 "Spartan", sans-serif;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 12px 20px 10px;
	border: 1px solid #E1E1E1;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}

.single-post .post-tags .tags-links a:hover {
	background: #666;
	color: #fff;
}

.single-post .entry-footer {
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-post .entry-content > * {
	max-width: 900px;
}

.posts-wrapper {
	max-width: 1350px;
	margin: 100px auto 0;
}

@media (min-width: 768px) {
	.posts-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.posts-wrapper.blog-style-classic .post, .posts-wrapper.blog-style-modern .post {
	margin-bottom: 5em;
}

@media (min-width: 768px) {
	.posts-wrapper.blog-style-classic .post, .posts-wrapper.blog-style-modern .post {
		max-width: 34em;
	}
}

.posts-wrapper.blog-style-classic h2, .posts-wrapper.blog-style-modern h2 {
	width: 100%;
}

.posts-wrapper.blog-style-classic .post .entry-header {
	justify-content: space-between;
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-classic .post .entry-date {
		text-align: right;
		padding: 0;
	}
}

.posts-wrapper.blog-style-classic .post h2 a {
	display: block;
}

.posts-wrapper.blog-style-journal {
	max-width: 1095px;
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-journal {
		flex-direction: column;
	}
}

.posts-wrapper.blog-style-journal .post {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	margin-bottom: 50px;
	width: 38em;
	transition: all .25s ease-in;
}

@media (min-width: 767px) and (max-width: 991px) {
	.posts-wrapper.blog-style-journal .post {
		width: 45%;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-journal .post {
		justify-content: flex-start;
	}
}

.posts-wrapper.blog-style-journal .post .post-thumbnail img {
	max-width: 100%;
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-journal .post {
		flex-direction: row;
		align-items: center;
	}
	.posts-wrapper.blog-style-journal .post:first-child {
		align-items: flex-start;
	}
	.posts-wrapper.blog-style-journal .post:last-of-type {
		align-items: flex-end;
	}
	.posts-wrapper.blog-style-journal .post .post-thumbnail {
		left: 100%;
		position: absolute;
		transition: .25s;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.posts-wrapper.blog-style-journal .post .post-thumbnail {
		transform: translateX(-20%);
		visibility: hidden;
		opacity: 0;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.posts-wrapper.blog-style-journal .post .post-thumbnail {
		width: 400px;
		height: 300px;
		display: block;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-journal .post .post-thumbnail img {
		max-width: 100%;
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.posts-wrapper.blog-style-journal .post:hover .post-thumbnail {
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

.posts-wrapper.blog-style-journal .post:first-child .post-thumbnail {
	top: 0;
}

.posts-wrapper.blog-style-journal .post:last-child .post-thumbnail {
	bottom: 0;
}

.posts-wrapper.blog-style-journal .post .entry-meta {
	max-width: 12em;
	padding-right: 2em;
	flex-direction: column;
	margin-top: 10px;
	width: 100%;
}

.posts-wrapper.blog-style-journal .post .entry-date {
	font: 12px/1 "Spartan", sans-serif;
	color: #990033;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.posts-wrapper.blog-style-journal .post .cat-links a {
	display: block;
	margin-bottom: 10px;
}

.posts-wrapper.blog-style-journal .post .entry-header {
	margin: 0;
	max-width: 27em;
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-journal .post-entry-content {
		display: flex;
		align-items: flex-start;
	}
}

.posts-wrapper.blog-style-modern .post .entry-header {
	align-items: baseline;
	flex-wrap: wrap;
}

.posts-wrapper.blog-style-modern .post .post-thumbnail {
	margin-bottom: 40px;
}

.posts-wrapper.blog-style-modern .post .post-title-wrapper {
	width: 100%;
	display: flex;
}

.posts-wrapper.blog-style-creative {
	max-width: none;
	flex-direction: column;
}

@media (min-width: 768px) {
	.posts-wrapper.blog-style-creative {
		flex-direction: row;
	}
}

.posts-wrapper.blog-style-creative .post {
	width: 100%;
}

@media (min-width: 768px) {
	.posts-wrapper.blog-style-creative .post {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post {
		text-align: center;
	}
	.posts-wrapper.blog-style-creative .post .post-thumbnail img {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.posts-wrapper.blog-style-creative .post {
		padding: 50px;
	}
}

.posts-wrapper.blog-style-creative .post .post-inner {
	text-align: left;
	display: inline-block;
}

.posts-wrapper.blog-style-creative .post .entry-header {
	align-items: baseline;
	flex-wrap: wrap;
}

.posts-wrapper.blog-style-creative .post .post-thumbnail {
	margin-bottom: 40px;
}

.posts-wrapper.blog-style-creative .post .post-title-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.posts-wrapper.blog-style-creative .post h2 {
	width: 100%;
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(1), .posts-wrapper.blog-style-creative .post:nth-child(8n + 9) {
		width: 40%;
		text-align: right;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(1) .post-inner, .posts-wrapper.blog-style-creative .post:nth-child(8n + 9) .post-inner {
		margin-top: 80px;
		max-width: 250px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(1) .post-inner, .posts-wrapper.blog-style-creative .post:nth-child(8n + 9) .post-inner {
		max-width: 434px;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(1) .post-thumbnail, .posts-wrapper.blog-style-creative .post:nth-child(8n + 9) .post-thumbnail {
		max-height: 279px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(1) .post-thumbnail, .posts-wrapper.blog-style-creative .post:nth-child(8n + 9) .post-thumbnail {
		max-width: 434px;
		max-height: 484px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(1) .post-title-wrapper, .posts-wrapper.blog-style-creative .post:nth-child(8n + 9) .post-title-wrapper {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(2), .posts-wrapper.blog-style-creative .post:nth-child(8n + 10) {
		width: 60%;
		text-align: right;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(2) .post-inner, .posts-wrapper.blog-style-creative .post:nth-child(8n + 10) .post-inner {
		max-width: 450px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(2) .post-inner, .posts-wrapper.blog-style-creative .post:nth-child(8n + 10) .post-inner {
		max-width: 738px;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(2) .post-thumbnail, .posts-wrapper.blog-style-creative .post:nth-child(8n + 10) .post-thumbnail {
		max-height: 400px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(2) .post-thumbnail, .posts-wrapper.blog-style-creative .post:nth-child(8n + 10) .post-thumbnail {
		max-width: 738px;
		max-height: 658px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(2) .post-title-wrapper, .posts-wrapper.blog-style-creative .post:nth-child(8n + 10) .post-title-wrapper {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 3) {
		width: 40%;
		text-align: left;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 3) .post-inner {
		max-width: 250px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 3) .post-inner {
		max-width: 434px;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 3) .post-thumbnail {
		max-height: 279px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 3) .post-thumbnail {
		max-width: 434px;
		max-height: 484px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 3) .post-title-wrapper {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 4) {
		width: 60%;
		text-align: left;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 4) .post-inner {
		margin-top: 150px;
		max-width: 450px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 4) .post-inner {
		max-width: 738px;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 4) .post-thumbnail {
		max-height: 400px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 4) .post-thumbnail {
		max-width: 738px;
		max-height: 658px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 4) .post-title-wrapper {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 5) {
		width: 70%;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 5) .post-inner {
		max-width: 600px;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 5) .post-thumbnail {
		max-height: 496px;
		max-width: 600px;
	}
}

@media (min-width: 992px) and (min-width: 1400px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 5) .post-thumbnail {
		max-width: 738px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 5) .post-title-wrapper {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 6), .posts-wrapper.blog-style-creative .post:nth-child(8n + 7) {
		width: 30%;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 6) .post-inner, .posts-wrapper.blog-style-creative .post:nth-child(8n + 7) .post-inner {
		margin-top: 150px;
		max-width: 284px;
		width: 100%;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 6) .post-thumbnail, .posts-wrapper.blog-style-creative .post:nth-child(8n + 7) .post-thumbnail {
		max-width: 284px;
		max-height: 427px;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 6) .post-title-wrapper, .posts-wrapper.blog-style-creative .post:nth-child(8n + 7) .post-title-wrapper {
		flex-direction: column;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 8) {
		width: 70%;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 8) .post-inner {
		max-width: 587px;
	}
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 8) .post-thumbnail {
		max-width: 587px;
		max-height: 450px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.posts-wrapper.blog-style-creative .post:nth-child(8n + 8) .post-title-wrapper {
		flex-direction: row;
	}
}

.posts-wrapper .post {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.posts-wrapper .post {
		width: 45%;
		padding: 0 15px;
	}
}

.posts-wrapper .post .post-thumbnail {
	margin-bottom: 30px;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	max-height: 549px;
}

@media (min-width: 1200px) {
	.posts-wrapper .post .post-thumbnail img {
		max-width: none;
	}
}

.posts-wrapper .post .post-thumbnail img {
	transition: .25s;
}

.posts-wrapper .post .post-thumbnail:hover img {
	transform: scale(1.05);
}

@media (min-width: 992px) {
	.posts-wrapper .post .entry-header {
		display: flex;
		align-items: start;
		margin-bottom: 30px;
	}
}

.posts-wrapper .post .entry-footer {
	padding: 0;
}

@media (min-width: 576px) {
	.posts-wrapper .post .entry-footer {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.posts-wrapper .post .entry-footer {
		display: block;
	}
}

@media (min-width: 1200px) {
	.posts-wrapper .post .entry-footer {
		display: flex;
	}
}

.posts-wrapper .post .entry-footer .entry-footer-col {
	padding: 5px 0;
}

.posts-wrapper .post .entry-date {
	min-width: 150px;
	margin-bottom: 10px;
	font: 30px/1.15 "Cormorant Garamond", sans-serif;
	padding-right: 15px;
}

.posts-wrapper .post h2 {
	margin: 0 0 10px;
	transition: .15s;
}

.posts-wrapper .post h2 a {
	text-decoration: none;
	color: #000000;
	font: 30px/1.25 "Cormorant Garamond", sans-serif;
	display: block;
}

.posts-wrapper .post h2 a:hover {
	color: #990033;
}

.posts-wrapper .post .byline,
.posts-wrapper .post .cat-links {
	display: block;
	line-height: 1;
}

.posts-wrapper .post .byline a,
.posts-wrapper .post .cat-links a {
	color: #656565;
	text-decoration: none;
}

.posts-wrapper .post .byline a:hover,
.posts-wrapper .post .cat-links a:hover {
	color: #000000;
}

.posts-wrapper .post .byline {
	font-size: 12px;
	min-width: 150px;
	color: #656565;
	font-weight: 500;
	display: inline-flex;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.6;
	padding-right: 15px;
}

.posts-wrapper .post .byline .author {
	margin-left: 5px;
}

.posts-wrapper .post .cat-links a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 17px;
}

.posted-by-on {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.posted-by-on a {
	color: #990033;
}

.posted-by-on .avatar {
	border-radius: 50%;
	margin-right: 20px;
}

.search-results .site-main article {
	margin: 0 auto 50px;
	max-width: 710px;
}

.search-results .site-main article .entry-header {
	margin-bottom: 0;
	display: block;
}

.search-results .site-main article .entry-title {
	text-align: left;
}

.search-results .site-main article .entry-title a {
	font: 30px/1.25 "Cormorant Garamond", sans-serif;
	color: #000000;
}

.search-results .site-main article .entry-title a:hover {
	text-decoration: none;
	color: #990033;
}

.error-404 .page-content,
.not-found .page-content {
	margin-bottom: 100px;
	text-align: center;
}

.error-404 .search-form input,
.not-found .search-form input {
	width: auto;
}

/* Comments
--------------------------------------------- */
.comment-content {
	font-size: 14px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-author .says {
	display: none;
}

.comments-area {
	max-width: 900px;
	margin: 70px auto 150px;
}

.comments-area h3 {
	font-size: 30px;
	margin-bottom: 8px;
}

.comments-area .comments-title {
	font: 600 30px/1.5 "Cormorant Garamond", sans-serif;
	margin-bottom: 50px;
}

.comment-form .comment-notes {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.comment-form label {
	color: #666;
	font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
	margin-top: 40px;
}

.comment-list .comment {
	margin-bottom: 40px;
}

.comment-list .comment:last-child {
	margin-bottom: 0;
}

.comment-list .comment-body {
	position: relative;
	padding: 35px;
	background: #fff;
	border: 2px solid #F6F4F2;
	margin-top: 120px;
}

@media (min-width: 768px) {
	.comment-list .comment-body {
		margin-top: 0;
		margin-left: 100px;
	}
}

.comment-list .comment-body:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 21px;
	border: inherit;
	background: #fff;
	left: 35px;
	top: 0;
	border-width: 2px 0 0 2px;
	transform: translateY(-12px) translateX(-50%) rotate(45deg);
}

@media (min-width: 768px) {
	.comment-list .comment-body:before {
		left: 0;
		top: 35px;
		border-width: 2px 0 0 2px;
		transform: translateX(-12px) translateY(-50%) rotate(-45deg);
	}
}

.comment-list .trackback .comment-body,
.comment-list .pingback .comment-body {
	margin-top: 0;
	margin-left: 0;
}

.comment-list .trackback .comment-body:before,
.comment-list .pingback .comment-body:before {
	display: none;
}

.comment-list .avatar {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -100px;
}

@media (min-width: 768px) {
	.comment-list .avatar {
		left: -100px;
		top: 0;
	}
}

.comment-list .fn {
	color: #000000;
	font-weight: 500;
}

.comment-list .fn a {
	color: inherit;
}

.comment-list .comment-meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.comment-list .comment-metadata {
	font-size: 14px;
	color: #666;
}

.comment-list .comment-metadata a {
	color: inherit;
}

.comment-list .comment-metadata span {
	font-size: 14px;
	color: #990033;
	text-transform: uppercase;
}

.comment-list .comment-metadata > * {
	margin-right: 10px;
}

.comment-list .comment-metadata > *:last-child {
	margin-right: 0;
}

.comment-respond {
	margin-top: 60px;
}

.comment-respond .comment-reply-title {
	line-height: 1.2;
}

.comment-respond .comment-reply-title small {
	margin-left: 15px;
}

.comment-respond .comment-form > * {
	margin-bottom: 20px;
}

.comment-respond .comment-form > *:last-child {
	margin-bottom: 0;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
	display: inline;
}

.comment-respond .comment-form textarea[name="comment"] {
	height: 90px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 50px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}

.widget .widget-title {
	text-transform: uppercase;
	margin-bottom: 38px;
	font: 600 16px/1.25 "Spartan", sans-serif;
	letter-spacing: 1px;
}

.widget .search-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget.widget_rss .rss-date {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}

.widget_nav_menu ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_product_categories ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.widget_nav_menu ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_product_categories ul li {
	list-style: none;
	margin-bottom: 0.7em;
}

.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_product_categories ul li a {
	text-decoration: none;
	font: 500 12px/1.5 "Spartan", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .8px;
}

.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_product_categories ul li a:hover {
	color: #990033;
}

.widget_an_mailchimp form {
	max-width: 22.5em;
}

.widget_an_mailchimp .button {
	margin-top: 24px;
	min-width: 194px;
}

.widgets-column .widget_product_search {
	max-width: 22.5em;
}

.widgets-column .widget_product_search button {
	margin-top: 48px;
	min-width: 194px;
}

.icon-box-item {
	display: flex;
	align-items: center;
	flex-basis: 50%;
	justify-content: center;
	margin: 20px 0;
}

@media (min-width: 576px) {
	.icon-box-item {
		flex-basis: 25%;
		justify-content: left;
		margin: 0;
	}
}

.icon-box-icon {
	margin-right: 20px;
}

.icon-box-title {
	font: 600 12px/17.5px "Spartan", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	max-width: 10em;
}

.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul {
	list-style: none;
	padding: 0;
}

/* 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;
}

/* Gutenberg Blocks
--------------------------------------------- */
/*!
 * Getwid Style Kit v1.0.0
 * Copyright 2020 MotoPress
 * Import this file to the main sass/scss file of your theme.
 * Example: @import "getwid-style-kit/scss/style"
 *
 * For more information visit https://github.com/mototeam/
 * License GNU GPL v2 or later.
 */
/* common block styles */
.entry-content > * {
	max-width: 710px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	/*
        &::after {
            display: table;
            content: "";
            clear: both;
        }*/
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > *.alignwide {
	max-width: 1350px;
}

.entry-content > *.alignfull {
	width: auto;
	max-width: none;
	margin-left: -15px;
	margin-right: -15px;
	/*  @include respond-to(sm) {
                margin-left: -25px;
                margin-right: -25px;
            }
            @include respond-to(md) {
                margin-left: -50px;
                margin-right: -50px;
            }*/
}

.entry-content .elementor {
	max-width: none;
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image .alignleft {
	margin-right: 40px;
	margin-bottom: 30px;
}

.wp-block-image .alignright {
	margin-left: 40px;
	margin-bottom: 30px;
}

.wp-block-image .aligncenter {
	margin-bottom: 30px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image figcaption {
	margin: 10px 0 0;
	text-align: center;
	font-size: 13px;
}

/* wp-block-gallery styles */
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 50%;
}

.wp-block-gallery .blocks-gallery-caption {
	width: 100%;
	font-size: 13px;
	text-align: center;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-1 .blocks-gallery-item {
		width: calc((100% - 16px * 0) / 1);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-1 .blocks-gallery-item:last-child, .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-2 .blocks-gallery-item {
		width: calc((100% - 16px * 1) / 2);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item:last-child, .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px * 2) / 3);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:last-child, .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px * 3) / 4);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:last-child, .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16px * 4) / 5);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:last-child, .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16px * 5) / 6);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:last-child, .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0;
	}
}

/* wp-block-quote styles */
.wp-block-quote {
	padding: 40px 35px;
	background: #F6F4F2;
	color: #000000;
}

.wp-block-quote .wp-block-quote__citation {
	color: #990033;
}

.wp-block-quote p {
	font-size: 18px;
	line-height: 40px;
}

.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	font-size: 15px;
	font-style: italic;
}

.wp-block-quote.is-style-large {
	padding: 34px;
	margin-right: auto;
	margin-left: auto;
}

.wp-block-quote.is-style-large p {
	font-size: 24px;
}

.wp-block-quote strong, .wp-block-quote code {
	color: #990033;
}

/* wp-block-file styles */
.wp-block-file a.wp-block-file__button {
	background: #000000;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: .3s;
	text-decoration: none;
}

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
	cursor: pointer;
	background-color: #990033;
}

/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
	border-top: 4px solid #656565;
	border-bottom: 4px solid #656565;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote blockquote {
	border: 0;
	padding: 0;
	background: transparent;
	margin: 0;
}

.wp-block-pullquote.is-style-solid-color {
	padding-left: 40px;
	padding-right: 40px;
	background: #656565;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
	color: inherit;
}

/* wp-block-table styles */
/* wp-block-verse styles */
pre.wp-block-verse {
	white-space: pre-wrap;
}

/* wp-block-group styles */
.wp-block-group.has-background {
	padding: 16px;
}

.wp-block-group .wp-block-group__inner-container > * {
	margin-bottom: 30px;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

/* wp-block-button styles */
.wp-block-button__link {
	text-decoration: none;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 26px;
	background-color: #000000;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
	color: #fff;
	text-decoration: none;
	background: #990033;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:visited {
	color: #fff;
	text-decoration: none;
	background: #990033;
}

/* wp-block-columns styles */
.wp-block-columns:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-column {
	flex-basis: 100%;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) {
	margin-left: 0;
}

@media (min-width: 576px) {
	.wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) {
		margin-left: 16px;
	}
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
/* wp-block-archives styles */
/* wp-block-calendar styles */
/* wp-block-categories styles */
/* wp-block-latest-comments styles */
.wp-block-latest-comments {
	padding-left: 0;
}

/* wp-block-latest-posts styles */
.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

@media (min-width: 576px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc((100% / 2) - 16px);
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc((100% / 3) - 16px);
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc((100% / 4) - 16px);
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc((100% / 5) - 16px);
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc((100% / 6) - 16px);
	}
}

/* wp-block-search styles */
.wp-block-search .wp-block-search__input {
	margin: 0;
}

/* wp-block-rss styles */
.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
}

@media (min-width: 576px) {
	.wp-block-rss.columns-2 li {
		width: calc((100% / 2) - 16px);
	}
	.wp-block-rss.columns-3 li {
		width: calc((100% / 3) - 16px);
	}
	.wp-block-rss.columns-4 li {
		width: calc((100% / 4) - 16px);
	}
	.wp-block-rss.columns-5 li {
		width: calc((100% / 5) - 16px);
	}
	.wp-block-rss.columns-6 li {
		width: calc((100% / 6) - 16px);
	}
}

/* wp-block-video styles */
/* wp-block-cover styles */
.wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 50%;
}

/* wp-block-audio styles */
:root .has-color-1-color {
	color: #990033;
}

:root .has-color-1-background-color {
	background-color: #990033;
}

:root .has-color-2-color {
	color: #000000;
}

:root .has-color-2-background-color {
	background-color: #000000;
}

:root .has-color-3-color {
	color: #656565;
}

:root .has-color-3-background-color {
	background-color: #656565;
}

:root .has-color-4-color {
	color: #DADADA;
}

:root .has-color-4-background-color {
	background-color: #DADADA;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.laveri-images-list {
	position: relative;
}

.laveri-images-list .list-title {
	text-align: center;
	font: 600 12px/17px "Spartan", sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.laveri-images-list__item {
	display: flex;
	align-items: center;
}

.laveri-images-list__item.active .item-title .side-title {
	opacity: 1;
}

.laveri-images-list__item.active .side img {
	opacity: 1;
	visibility: visible;
}

.laveri-images-list .side {
	display: none;
	flex: 1 1 33%;
}

@media (min-width: 992px) {
	.laveri-images-list .side {
		display: flex;
	}
}

.laveri-images-list .side img {
	position: absolute;
	top: 0;
	max-width: 33%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: auto;
}

.laveri-images-list .left-side img {
	left: 0;
}

.laveri-images-list .right-side img {
	right: 0;
}

.laveri-images-list .item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px;
	flex: 1 0 100%;
}

@media (min-width: 576px) {
	.laveri-images-list .item-title {
		padding: 15px 5px;
	}
}

@media (min-width: 992px) {
	.laveri-images-list .item-title {
		flex: 1 0 33.3%;
	}
}

.laveri-images-list .item-title p {
	margin: 0;
}

.laveri-images-list .item-title .title {
	font: 30px/60px "Cormorant Garamond", sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 576px) {
	.laveri-images-list .item-title .title {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	.laveri-images-list .item-title .title {
		font-size: 52px;
	}
}

.laveri-images-list .item-title .title a {
	transition: .3s;
	color: #000000;
	text-decoration: none;
}

.laveri-images-list .item-title .title a:hover {
	color: #656565;
}

.laveri-images-list .item-title .side-title {
	transition: .3s;
}

@media (min-width: 992px) {
	.laveri-images-list .item-title .side-title {
		opacity: 0;
	}
}

.laveri-images-list .item-title .side-title span,
.laveri-images-list .item-title .side-title a {
	line-height: 1;
	border-radius: 20px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid transparent;
	transition: .3s;
	min-height: 41px;
	min-width: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #656565;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
}

@media (min-width: 576px) {
	.laveri-images-list .item-title .side-title span,
	.laveri-images-list .item-title .side-title a {
		font-size: 16px;
	}
}

.laveri-images-list .item-title .side-title span:hover,
.laveri-images-list .item-title .side-title a:hover {
	border: 1px solid #DADADA;
	color: #000000;
}

.laveri-images-list__bottom-link {
	margin-top: 30px;
	text-align: center;
}

.laveri-products-slider {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width: 768px) {
	.laveri-products-slider {
		flex-wrap: nowrap;
	}
}

.laveri-products-slider .slider-title {
	flex: 1 0 auto;
	width: 100%;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.laveri-products-slider .slider-title {
		width: 38%;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.laveri-products-slider .slider-title {
		padding-right: 40px;
	}
}

.laveri-products-slider .slider-title .title {
	font: 52px/60px "Cormorant Garamond", sans-serif;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.laveri-products-slider .slider-title-wrapper {
		max-width: 385px;
		margin-left: auto;
		margin-right: 0;
	}
}

.laveri-products-slider .slider {
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.laveri-products-slider .slick-list {
	padding-right: 20%;
}

.laveri-products-slider .slick-track {
	display: flex;
}

.laveri-products-slider .slick-arrow {
	padding: 24px;
	border: 0;
	font-size: 21px;
}

.laveri-products-slider .slick-arrow:focus {
	outline: none;
}

.laveri-products-slider .slick-arrow:hover {
	color: #656565;
	background: transparent;
}

.laveri-products-slider ul.products {
	margin: 0 -25px;
	padding: 0;
}

.laveri-products-slider ul.products li.product {
	float: none;
	margin: 0 10px;
	width: auto;
}

.laveri-products-slider.style-2 {
	flex-wrap: wrap;
}

.laveri-products-slider.style-2 .slider-title-wrapper {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.laveri-products-slider.style-2 .slider-title-wrapper {
		flex-wrap: nowrap;
	}
}

.laveri-products-slider.style-2 .slider-title {
	padding-right: 0;
}

.laveri-products-slider.style-2 .slider-title .title {
	flex: 1 0 auto;
	margin-bottom: 0;
	margin-right: 20px;
	font: 600 16px/24px "Spartan", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.laveri-products-slider.style-2 .slider-title .title {
		width: auto;
	}
}

.laveri-products-slider.style-2 .slider-title .link {
	margin: 0 10px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.laveri-products-slider.style-2 .slider-title .link a {
	display: block;
	position: relative;
	padding-bottom: 5px;
	line-height: 1;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.laveri-products-slider.style-2 .slider-title .link a:after {
	background: currentColor;
	content: '';
	position: absolute;
	height: 1px;
	bottom: 0;
	transition: .3s;
	right: 0;
	left: 0;
}

.laveri-products-slider.style-2 .slider-title .link a:hover {
	color: #990033;
}

.laveri-products-slider.style-2 .slider-title .link a:hover:after {
	right: 30%;
	left: 30%;
	width: auto;
}

.laveri-products-slider.style-2 .slick-list {
	padding-right: 0;
}

.laveri-products-slider.style-2 .slick-next {
	padding-right: 0;
}

@media (min-width: 992px) {
	.laveri-products-slider.style-2 ul.products {
		margin: 0 -55px;
	}
}

@media (min-width: 992px) {
	.laveri-products-slider.style-2 ul.products li.product {
		margin: 0 40px;
	}
}

.elementor-widget-wp-widget-pages ul {
	list-style: none;
	padding: 0;
}

.elementor-widget-wp-widget-pages ul li {
	margin-bottom: 0.7em;
}

.elementor-widget-wp-widget-pages ul li a {
	text-decoration: none;
	font: 500 12px/1 "Spartan", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .8px;
}

.elementor-page .post .entry-content {
	max-width: initial;
}

.elementor-accordion .elementor-accordion-item {
	border: none;
	border-bottom: 1px solid #000;
}

.elementor-widget-accordion .elementor-accordion-title,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: #000;
	font-weight: 500;
}

.elementor-widget-accordion .elementor-active.elementor-tab-content, .elementor-widget-accordion .elementor-active.elementor-tab-title {
	border: none;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding: 30px 15px;
}

.home .stratum-advanced-slider .stratum-advanced-slider__button a {
	font: 600 14px/1 "Spartan", sans-serif;
	padding: 1.275em 1em 1.15em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	min-width: 194px;
}

.slider-content-bg .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper {
	padding: 0;
}

.slider-content-bg .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper .stratum-advanced-slider__slide-container {
	background: #fff;
	width: 100%;
	text-align: center;
}

.slider-content-bg .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper .stratum-advanced-slider__sub-title {
	margin-top: 15px;
}

.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-prev,
.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-next {
	padding-bottom: 100px !important;
}

.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-prev:before,
.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-next:after {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-prev:before {
	content: "\e875";
}

.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-next:after {
	content: "\e876";
}

@media (min-width: 1600px) {
	.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-prev {
		left: -80px !important;
	}
	.slider-content-bg .stratum-advanced-slider .stratum-swiper-button-next {
		right: -80px !important;
	}
}

.tabs-fullwidth-title .stratum-advanced-tabs__navigation-item {
	width: 50%;
	border: 1px solid #000;
	margin: 0 !important;
}

.tabs-fullwidth-title table td,
.tabs-fullwidth-title table th {
	text-align: center;
}

.tabs-fullwidth-title tr:first-child td, .tabs-fullwidth-title tr:first-child th {
	border-top: 0;
}

.tabs-fullwidth-title tr:last-child td, .tabs-fullwidth-title tr:last-child th {
	border-bottom: 0;
}

.table-border-row .stratum-table__table th, .table-border-row .stratum-table__table td {
	border-right: 0 !important;
	border-left: 0 !important;
}

.table-border-row .stratum-table__table tr:first-child td, .table-border-row .stratum-table__table tr:first-child th {
	border-top: 0;
}

.table-border-row .stratum-table__table tr:last-child td, .table-border-row .stratum-table__table tr:last-child th {
	border-bottom: 0;
}

.elementor-accordion-icon {
	max-width: 15px;
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	color: #000;
	opacity: .4;
	font-size: 12px;
	font-weight: 600;
	border-radius: 0;
	background: transparent;
	letter-spacing: .05em;
	text-align: center;
	transition: .3s;
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination .swiper-pagination-bullet:hover {
	opacity: 1;
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination .swiper-container-vertical > .swiper-pagination-bullets {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	right: 10px;
}

@media (min-width: 768px) {
	.elementor-widget-stratum-advanced-slider.has-numbered-pagination .swiper-container-vertical > .swiper-pagination-bullets {
		right: 70px;
	}
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 15px 0 !important;
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .stratum-advanced-slider {
	position: relative;
}

@media (min-width: 768px) {
	.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .stratum-advanced-slider {
		margin-right: 46px;
	}
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .swiper-pagination {
	width: auto;
	position: static;
}

@media (min-width: 768px) {
	.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .swiper-pagination {
		position: absolute;
		display: flex;
		flex-direction: column;
		right: -46px;
		top: 0;
		bottom: auto;
		left: auto;
	}
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .swiper-pagination-bullet {
	color: #000;
	margin: 15px;
}

@media (min-width: 768px) {
	.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .swiper-pagination-bullet {
		margin: 15px 0;
	}
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .swiper-pagination-bullet:first-child {
	margin-top: 0;
}

.elementor-widget-stratum-advanced-slider.has-numbered-pagination.numbered-pagination-style-2 .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.elementor-widget-wp-widget-woocommerce_products .product_list_widget {
	padding: 0 30px;
}

.elementor-widget-wp-widget-woocommerce_products .product_list_widget .slick-prev {
	position: absolute;
	right: 0;
	top: 35px;
	margin: auto;
}

.elementor-widget-wp-widget-woocommerce_products .product_list_widget .slick-next {
	position: absolute;
	left: 0;
	top: 35px;
	margin: auto;
}

.stratum-instagram .stratum-instagram__media-link:after {
	content: "";
	font-family: laveri-icons;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: .25s;
	z-index: 3;
	transform: scale(0);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.stratum-instagram .stratum-instagram__media-link:hover:after {
	transform: scale(1);
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-left: 15px;
}

table.wishlist_table tbody td {
	text-align: left;
}

table.wishlist_table tbody td.product-remove a {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 0;
	color: #656565;
	text-decoration: none;
}

table.wishlist_table tbody td.product-remove a:before {
	display: block;
	content: '\e870';
	font-family: Linearicons-Free;
	line-height: 20px;
	font-size: 24px;
}

table.wishlist_table tbody td.product-price {
	font: 500 16px/1 "Spartan", sans-serif;
}

table.wishlist_table tbody td.product-price del .amount {
	font-size: 14px;
	color: #5C5C5C;
}

table.wishlist_table tbody td.product-price ins {
	color: #990033;
}

table.wishlist_table tbody td.product-name a {
	color: #000000;
}

table.wishlist_table tbody td.product-add-to-cart a.button {
	padding: 1.275em 3em 1.15em !important;
	display: inline-block !important;
}

ul.products li.product .yith-wcwl-add-button a {
	text-transform: none;
	font-size: 14px;
}

.stratum-mega-menu .stratum-sub-mega-menu {
	z-index: 5;
}

.stratum-menu-item__link,
.stratum-menu-dropdown,
.stratum-menu-toggle {
	z-index: 9;
}

.stratum-menu-toggle__button {
	background: transparent;
	padding: 7px 14px;
	font-size: 24px;
}

.stratum-menu-toggle__button:hover {
	color: #000000;
	background: transparent;
}

.stratum-menu-toggle__button .stratum-menu-toggle__text {
	margin-left: 5px;
	margin-top: 2px;
	font-size: 14px;
}

.variable-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0;
}

.variable-items-wrapper li {
	list-style: none;
	margin-right: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.variable-items-wrapper li.selected {
	border-color: #000000;
}

.variable-items-wrapper .selected span {
	color: #000000;
}

.variable-item-span-color {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #DADADA;
	cursor: pointer;
}

.variable-item-span-button {
	font-weight: 600;
	color: #656565;
	cursor: pointer;
	transition: .15s;
}

.variable-item-span-button:before {
	content: '';
	position: absolute;
	width: 100%;
}

.variable-item-span-button:hover {
	color: #000000;
}

.variations tr:last-child .woo-variation-items-wrapper ul {
	margin: 0;
}

.variations tr td.label {
	margin-bottom: 10px;
}

.variations .reset_variations {
	margin-left: 0;
	margin-top: 10px;
}

/*--------------------------------------------------------------
# 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 */