/*
Theme Name: Baltic
Theme URI: https://elevate360.github.io/baltic/
Author: Campaign Kit
Author URI: https://campaignkit.co
Description: Baltic is an ultra-powerful theme that combines enterprise-level functionality with impeccable ecommerce design. Featuring live search, advanced filtering, customizable promotion tiles and sales-focused display options, Baltic is purpose-built for large catalog and high-volume stores. Boost conversions and expand your e-commerce business  with a theme that is as stylish as it is scalable.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: baltic
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, footer-widgets, post-formats, sticky-post, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, e-Commerce

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

Baltic is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */

	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	overflow: visible; /* 2 */
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */

	-webkit-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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	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 {
	margin: 0; /* 2 */
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * 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 {
	display: table; /* 1 */
	box-sizing: border-box; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	color: inherit; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px; /* 2 */

	-webkit-appearance: textfield; /* 1 */
}

/**
 * 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 {
	font: inherit; /* 2 */

	-webkit-appearance: button; /* 1 */
}

/* 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;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color__text-primary);
	font-family: var(--main__family);
	font-size: var(--main__size-px);
	font-size: var(--main__size);
	font-weight: var(--main__weight);
	line-height: var(--main__line-height);
	text-transform: var(--main__transform);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: var(--heading__family);
	font-weight: var(--heading__weight);
	line-height: var(--heading__line-height);
	text-transform: var(--heading__transform);
}

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

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

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

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

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

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

p {
	margin: 0 0 1.5rem;
}

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

blockquote {
	margin: 0 0 1.5rem;
	padding: 1rem 1rem 1rem 1.5rem;
	box-shadow: inset 0.25rem 0 0 0 var(--color__blockquote);
	font-family: var(--blockquote__family);
	font-size: var(--blockquote__size-px);
	font-size: var(--blockquote__size);
	font-weight: var(--blockquote__weight);
	line-height: var(--blockquote__line-height);
	text-transform: var(--blockquote__transform);
}

blockquote p:last-child {
	margin-bottom: 0;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6rem;
	padding: 1.5rem;
	color: var(--color__pre);
	background-color: var(--color__pre-background);
	font-family: var(--code__family);
	font-size: var(--code__size-px);
	font-size: var(--code__size);
	font-weight: var(--code__weight);
	line-height: var(--code__line-height);
	text-transform: var(--code__transform);
}

code,
kbd,
tt,
var {
	color: var(--color__code);
	font-family: var(--code__family);
	font-size: var(--code__size-px);
	font-size: var(--code__size);
}

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

mark,
ins {
	color: var(--color__mark);
	background-color: var(--color__mark-background);
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	max-width: 100vw;
	background: #eceff1; /* Fallback for when there is no custom background color defined. */
	font-weight: 400;
}

hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: var(--color__hr);
}

ul,
ol {
	margin: 0 0 1.5rem 0;
	padding-left: 1.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

::-moz-selection {
	color: var(--color__selection-text);
	background: var(--color__selection-background);
}

::selection {
	color: var(--color__selection-text);
	background: var(--color__selection-background);
}

::-moz-selection {
	color: var(--color__selection-text);
	background: var(--color__selection-background);
}

table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 1.5rem;
	border-radius: 0.25rem;
	border-collapse: collapse;
	box-shadow: inset 0 0 0 1px var(--color__border);
}

caption {
	font-weight: bold;
}

th {
	font-weight: normal;
}

caption {
	margin-bottom: 1rem;
}

th,
td {
	padding: 0.75rem;
	text-align: left;
}

td p:last-child {
	margin-bottom: 0;
}

thead {
	border-bottom: 1px solid var(--color__border);
	background-color: rgba(0, 0, 0, 0.025);
}

thead th {
	font-weight: 500;
}

tfoot {
	border-top: 1px solid var(--color__border);
}

thead tr:nth-of-type(even),
tbody tr:nth-of-type(even),
tfoot tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.025);
}

.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
	min-height: 0;
	margin-bottom: 1.5rem;
	padding: 0.25rem;
}

.table-responsive table:last-child {
	margin: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	position: relative;
	padding: 0.75rem 1rem;
	border: 1px solid var(--color__button-border);
	border-radius: 0.25rem;
	color: var(--color__button-text);
	background-color: var(--color__button);
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	vertical-align: top;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: background, color, opacity, box-shadow, -webkit-transform;
	transition-property: background, color, opacity, box-shadow, -webkit-transform;
	transition-property: background, color, opacity, transform, box-shadow;
	transition-property: background, color, opacity, transform, box-shadow, -webkit-transform;
}

.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 1px solid var(--color__button-border-hover);
	color: var(--color__button-text-hover);
	background-color: var(--color__button-hover);
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	z-index: 1;
	outline: none;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.btn-cta {
	display: block;
	margin-bottom: 1.5rem;
	padding: 0.75rem 0.5rem;
	border: 2px solid transparent;
	border-radius: 0.25rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-cta__white {
	border-color: #fff;
	color: var(--color__text-primary);
	background-color: #fff;
}

.btn-cta__white:hover,
.btn-cta__white:focus {
	border-color: var(--color__text-primary);
	color: #fff;
	background-color: var(--color__text-primary);
}

.btn-cta__primary {
	border-color: #1976d2;
	color: #fff !important;
	background-color: #1976d2;
}

.btn-cta__primary:hover,
.btn-cta__primary:focus {
	border-color: #4e9cea;
	color: #fff;
	background-color: #4e9cea;
}

.btn-cta__secondary {
	border-color: #607d8b;
	color: #fff !important;
	background-color: #607d8b;
}

.btn-cta__secondary:hover,
.btn-cta__secondary:focus {
	border-color: #8aa2ae;
	color: #fff;
	background-color: #8aa2ae;
}

.btn-cta__success {
	border-color: #4caf50;
	color: #fff !important;
	background-color: #4caf50;
}

.btn-cta__success:hover,
.btn-cta__success:focus {
	border-color: #80c883;
	color: #fff;
	background-color: #80c883;
}

.btn-cta__danger {
	border-color: #ff5722;
	color: #fff !important;
	background-color: #ff5722;
}

.btn-cta__danger:hover,
.btn-cta__danger:focus {
	border-color: #ff916f;
	color: #fff;
	background-color: #ff916f;
}

.btn-cta__warning {
	border-color: #ff9800;
	color: #fff !important;
	background-color: #ff9800;
}

.btn-cta__warning:hover,
.btn-cta__warning:focus {
	border-color: #ffb74d;
	color: #fff;
	background-color: #ffb74d;
}

.btn-cta__info {
	border-color: #00bcd4;
	color: #fff !important;
	background-color: #00bcd4;
}

.btn-cta__info:hover,
.btn-cta__info:focus {
	border-color: #22e6ff;
	color: #fff;
	background-color: #22e6ff;
}

.btn-cta__outline-white {
	border-color: #fff;
	color: #fff !important;
	background-color: transparent;
}

.btn-cta__outline-white:hover,
.btn-cta__outline-white:focus {
	border-color: #fff;
	color: var(--color__text-primary);
	background-color: #fff;
}

.btn-cta__outline-primary {
	border-color: #1976d2;
	color: #1976d2;
	background-color: transparent;
}

.btn-cta__outline-primary:hover,
.btn-cta__outline-primary:focus {
	border-color: #4e9cea;
	color: #fff;
	background-color: #4e9cea;
}

.btn-cta__outline-secondary {
	border-color: #607d8b;
	color: #607d8b;
	background-color: transparent;
}

.btn-cta__outline-secondary:hover,
.btn-cta__outline-secondary:focus {
	border-color: #8aa2ae;
	color: #fff;
	background-color: #8aa2ae;
}

.btn-cta__outline-success {
	border-color: #4caf50;
	color: #4caf50;
	background-color: transparent;
}

.btn-cta__outline-success:hover,
.btn-cta__outline-success:focus {
	border-color: #80c883;
	color: #fff;
	background-color: #80c883;
}

.btn-cta__outline-danger {
	border-color: #ff5722;
	color: #ff5722;
	background-color: transparent;
}

.btn-cta__outline-danger:hover,
.btn-cta__outline-danger:focus {
	border-color: #ff916f;
	color: #fff;
	background-color: #ff916f;
}

.btn-cta__outline-warning {
	border-color: #ff9800;
	color: #ff9800;
	background-color: transparent;
}

.btn-cta__outline-warning:hover,
.btn-cta__outline-warning:focus {
	border-color: #ffb74d;
	color: #fff;
	background-color: #ffb74d;
}

.btn-cta__outline-info {
	border-color: #00bcd4;
	color: #00bcd4;
	background-color: transparent;
}

.btn-cta__outline-info:hover,
.btn-cta__outline-info:focus {
	border-color: #22e6ff;
	color: #fff;
	background-color: #22e6ff;
}

.btn-cta__rounded {
	border-radius: 5rem;
}

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 {
	position: relative;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid var(--color__input-border);
	border-radius: 0.25rem;
	color: var(--color__input-text);
	background-color: var(--color__input);
}

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 {
	z-index: 1;
	border-color: var(--color__input-border-focus);
	outline: none;
	color: var(--color__input-text-focus);
	background-color: var(--color__input-focus);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

select {
	position: relative;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid var(--color__input-border);
	border-radius: 0.25rem;
	color: var(--color__input-text);
	background-color: var(--color__input);
	background-image: -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 50%);
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) calc(1em + 3px), calc(100% - 10px) calc(1em + 3px);
	background-size: 5px 5px, 5px 5px;
	text-indent: 1px;
	text-overflow: "";

	-webkit-appearance: none;
	-moz-appearance: none;
}

select:focus {
	z-index: 1;
	border-color: var(--color__input-border-focus);
	outline: none;
	color: var(--color__input-text-focus);
	background-color: var(--color__input-focus);
}

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

textarea {
	width: 100%;
}

label {
	display: block;
	margin-bottom: 0.25rem;
	color: #909090;
	font-size: 14px;
	font-size: 0.875rem;
}

::-webkit-input-placeholder {
	color: var(--color__input-placeholder);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--color__input-placeholder);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color__input-placeholder);
}

:-ms-input-placeholder {
	color: var(--color__input-placeholder);
}


/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 0.5rem;
	left: 0.5rem;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: var(--color__button-text);
	background-color: var(--color__button);
	/* Above WP toolbar. */
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

/* Do not show the outline on the skip link target. */

#page[tabindex="-1"]:focus,
#site-navigation[tabindex="-1"]:focus,
#main[tabindex="-1"]:focus,
#content[tabindex="-1"]:focus,
#secondary[tabindex="-1"]:focus,
.entry[tabindex="-1"]:focus,
#quick-view-container[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright,
.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
}

.alignleft img,
.alignright img,
.aligncenter img {
	margin: 0;
}


/*--------------------------------------------------------------
## Notice
--------------------------------------------------------------*/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.comment-notes {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border: 1px solid var(--color__border);
	border-left-width: 5px;
	border-radius: 0.25rem;
	color: var(--color__text-secondary);
	background-color: var(--color__container);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-noreviews li,
p.no-comments li,
.comment-notes li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style: none outside !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button,
.comment-notes .button {
	float: right;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.comment-notes {
	border-left-color: var(--color__info);
}

.woocommerce-error {
	border-left-color: var(--color__error);
}

.woocommerce-notice {
	padding: 0.5rem;
	border-radius: 0.25rem;
	text-align: center;
}

.woocommerce-notice--info {
	color: #fff;
	background-color: var(--color__info);
}

.woocommerce-notice--success {
	color: #fff;
	background-color: var(--color__success);
}

.woocommerce-notice--error {
	color: #fff;
	background-color: var(--color__error);
}

p.no-script {
	margin: 0;
	padding: 1rem;
	color: #fff;
	background-color: var(--color__error);
	text-align: center;
}


/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */

.sk-rotating-plane {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	background-color: #333;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */

.sk-double-bounce {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-double-bounce .sk-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	background-color: #333;
	-webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
	animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */

.sk-wave {
	width: 50px;
	height: 40px;
	margin: 40px auto;
	font-size: 10px;
	text-align: center;
}

.sk-wave .sk-rect {
	display: inline-block;
	width: 6px;
	height: 100%;
	margin: 1px;
	background-color: #333;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */

.sk-wandering-cubes {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-wandering-cubes .sk-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #333;
	-webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */

.sk-spinner-pulse {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	border-radius: 100%;
	background-color: #333;
	-webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
	animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */

.sk-chasing-dots {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 40px auto;
	text-align: center;
	-webkit-animation: sk-chasingDotsRotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	border-radius: 100%;
	background-color: #333;
	-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */

.sk-three-bounce {
	width: 80px;
	margin: 40px auto;
	text-align: center;
}

.sk-three-bounce .sk-child {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #333;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */

.sk-circle {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-circle .sk-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sk-circle .sk-child:before {
	display: block;
	width: 15%;
	height: 15%;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #333;
	content: "";
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	/*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
	float: left;
	width: 33.33%;
	height: 33.33%;
	background-color: #333;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0.0s;
	animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */

.sk-fading-circle {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-fading-circle .sk-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sk-fading-circle .sk-circle:before {
	display: block;
	width: 15%;
	height: 15%;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #333;
	content: "";
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */

.sk-folding-cube {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 40px auto;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	position: relative;
	width: 50%;
	height: 50%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	content: "";
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotate(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotate(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.preloader-enabled {
	overflow: hidden;
}

.no-js .preloader-enabled {
	overflow: visible;
}

.site-preloader {
	visibility: visible;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: var(--color__preloader-background);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.no-js .site-preloader {
	display: none;
}

.site-preloader.hide {
	visibility: hidden;
	opacity: 0;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-preloader.preview {
	display: block !important;
}

.sk-rotating-plane,
.sk-double-bounce .sk-child,
.sk-wave .sk-rect,
.sk-wandering-cubes .sk-cube,
.sk-spinner-pulse,
.sk-chasing-dots .sk-child,
.sk-three-bounce .sk-child,
.sk-circle .sk-child:before,
.sk-cube-grid .sk-cube,
.sk-fading-circle .sk-circle:before,
.sk-folding-cube .sk-cube:before {
	background-color: var(--color__preloader);
}


/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.wrap:before,
.wrap:after,
.columns:before,
.columns:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget:before,
.widget:after,
.entry-inner:before,
.entry-inner:after,
.checkout:before,
.checkout:after,
.coupon:before,
.coupon:after,
ul.products:before,
ul.products:after,
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:after,
.form-row:before,
.form-row:after,
.cart:before,
.cart:after,
.woocommerce-billing-fields:before,
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:before,
.woocommerce-shipping-fields:after,
.woocommerce-additional-fields:before,
.woocommerce-additional-fields:after,
.search-form:before,
.search-form:after {
	display: table;
	table-layout: fixed;
	content: "";
}

.clear:after,
.wrap:after,
.columns:after,
.entry:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.main-navigation:after,
.site-content:after,
.site-footer:after,
.entry-inner:after,
.widget:after,
.checkout:after,
.coupon:after,
ul.products:after,
.woocommerce-tabs ul.tabs:after,
.form-row:after,
.cart:after,
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after,
.woocommerce-additional-fields:after,
.search-form:after {
	clear: both;
}


/*--------------------------------------------------------------
## Jetpack
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle,
.infinite-loader {
	width: 100%;
	text-align: center;
}

.infinite-loader {
	display: block;
	width: 32px;
	height: 72px;
	margin: 0 auto;
}

#infinite-handle button {
	width: 100%;
	margin: 0;
	padding: 1rem;
	border: none;
	border-radius: 0.25rem;
	color: var(--color__button-text);
	background-color: var(--color__button);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-transform: uppercase;
}

#infinite-handle button:hover,
#infinite-handle button:focus {
	color: var(--color__button-text-hover);
	background-color: var(--color__button-hover);
}

.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-bottom: 1rem;
}

p.comment-subscription-form {
	margin-top: 1.5rem;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## Contact form 7
--------------------------------------------------------------*/

.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7 label {
	display: block;
}

.wpcf7-response-output {
	margin: 2rem 0.5rem 1rem;
	padding: 0.2rem 1rem;
}

.wpcf7 .screen-reader-response {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
	overflow: hidden;
	position: relative;
	width: auto;
	margin: 0 0 1.5em;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
	color: #fff;
	background-color: var(--color__error);
	font-size: 14px;
	font-size: 0.875rem;
	list-style-type: none;
}

.wpcf7-mail-sent-ok {
	background-color: var(--color__success);
}

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

span.wpcf7-not-valid-tip {
	display: block;
	color: #f00;
	font-size: 1em;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 100;
	top: 20%;
	left: 20%;
	padding: 0.2rem 0.8rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
}

span.wpcf7-list-item {
	display: block;
	margin-bottom: 0.5rem;
}

.wpcf7-file {
	width: 100%;
	padding: 0.5rem;
	background-color: rgba(0, 0, 0, 0.05);
}

.wpcf7-list-item-label {
	margin-left: 0.5rem;
}

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

.wpcf7 .ajax-loader.is-active {
	display: inline-block;
	position: relative;
	top: 8px;
	width: 24px;
	height: 24px;
	margin: 0 1rem;
}

.wpcf7 .ajax-loader.is-active::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #000;
	border: 2px solid #000;
	border-top-color: var(--color__link);
	border-radius: 50%;
	content: " ";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

.wpcf7 .ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #909090;
}

.wpcf7-recaptcha {
	margin-bottom: 1.5rem;
}

.wpcf7-recaptcha iframe {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## Algolia
--------------------------------------------------------------*/

.algolia-autocomplete {
	z-index: 999999 !important;
}

.aa-dropdown-menu {
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: var(--color__header-input-focus);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.25);
	/* we set the width in JS */
	font-family: sans-serif;
}

.aa-dropdown-menu:after {
	display: block;
	clear: both;
	content: " ";
}

.aa-dropdown-menu .aa-input,
.aa-dropdown-menu .aa-hint {
	width: 100%;
}

.aa-dropdown-menu .aa-hint {
	color: #999;
}

/* Font */

.aa-dropdown-menu {
	color: var(--color__header-textfield-focus);
	font-size: 12px;
}

.aa-dropdown-menu a {
	color: var(--color__header-textfield-focus);
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.aa-dropdown-menu a:hover {
	text-decoration: none;
}

/* Header */

.aa-dropdown-menu .autocomplete-header {
	margin: 0 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	line-height: 3em;
}

.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.aa-dropdown-menu .autocomplete-header-title {
	float: left;
}

.aa-dropdown-menu .autocomplete-header-more {
	float: right;
}

.aa-dropdown-menu .autocomplete-header-more a {
	color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-more a:hover {
	color: rgba(0, 0, 0, 0.4);
}

/* Suggestion */

.aa-dropdown-menu .aa-suggestion {
	padding: 5px 0;
}

.aa-dropdown-menu .aa-suggestion:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

.aa-dropdown-menu .aa-suggestion em {
	color: #174d8c;
	background: rgba(143, 187, 237, 0.1);
	font-style: normal;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
	display: block;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
	display: block;
	overflow: hidden;
	color: var(--color__header-textfield-focus);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
	padding: 0 0 1px;
	color: inherit;
	background: inherit;
	box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, 0.8);
}

.aa-dropdown-menu .aa-suggestion.aa-cursor {
	background-color: rgba(0, 0, 0, 0.1);
}

.aa-dropdown-menu a.suggestion-link {
	display: block;
	padding: 0 14px;
}

.aa-dropdown-menu a.suggestion-link.user-suggestion-link {
	line-height: 32px;
}

.aa-dropdown-menu a.suggestion-link svg {
	float: left;
	vertical-align: middle;

	fill: rgba(0, 0, 0, 0.3);
}

.aa-dropdown-menu .suggestion-post-thumbnail {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.aa-dropdown-menu .suggestion-user-thumbnail {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 16px;
}

/* Footer */

.aa-dropdown-menu .autocomplete-footer-branding {
	float: right;
	margin-bottom: 7px;
	padding: 15px 14px 0;
	color: rgba(0, 0, 0, 0.3);
}

/* Clearfix */

.aa-dropdown-menu .clear {
	clear: both;
}

/* Empty */

.autocomplete-empty {
	clear: both;
	padding: 15px;
}

.autocomplete-empty .empty-query {
	font-weight: bold;
}

.ais-facets {
	margin-bottom: 2rem;
}

.ais-clearfix {
	clear: both;
}

#algolia-search-box {
	position: relative;
	margin-bottom: 4rem;
}

#algolia-search-box input {
	padding-left: 2rem;
}

#algolia-search-box .search-icon {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 10px;

	fill: #21a4d7;
}

.ais-search-box--powered-by {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 14px;
	text-align: right;
}

.ais-search-box--powered-by-link {
	display: inline-block;
	overflow: hidden;
	width: 64px;
	height: 21px;
	background-image: url("data:image/svg+xml;utf8,<?xml version=\"1.0\" encoding=\"utf-8\"?> <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> <svg version=\"1.1\" baseProfile=\"basic\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1366 362\" xml:space=\"preserve\"> <style type=\"text/css\"> .st0{fill:url(#SVGID_1_);
}

.st1 {
	fill: #FFFFFF;
}

.st2 {
	fill: #182359;
}

</style> <g> <linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"428.2578\" y1=\"404.1504\" x2=\"434.1453\" y2=\"409.8504\" gradientTransform=\"matrix(94.045 0 0 -94.072 -40381.5273 38479.5195)\"> <stop  offset=\"0\" style=\"stop-color:#00AEFF\"/> <stop  offset=\"1\" style=\"stop-color:#3369E7\"/> </linearGradient> <path class=\"st0\" d=\"M61.8,
15.4h242.8c23.9,
0,
43.4,
19.4,
43.4,
43.4v242.9c0,
23.9-19.4,
43.4-43.4,
43.4H61.8 c-23.9,
0-43.4-19.4-43.4-43.4V58.7C18.4,
34.8,
37.8,
15.4,
61.8,
15.4z\"/> <path class=\"st1\" d=\"M187,
98.7c-51.4,
0-93.1,
41.7-93.1,
93.2S135.6,
285,
187,
285s93.1-41.7,
93.1-93.2S238.5,
98.7,
187,
98.7z M187,
257.5c-36.2,
0-65.6-29.4-65.6-65.6s29.4-65.6,
65.6-65.6s65.6,
29.4,
65.6,
65.6S223.3,
257.5,
187,
257.5z M187,
139.7v48.9 c0,
1.4,
1.5,
2.4,
2.8,
1.7l43.4-22.5c1-0.5,
1.3-1.7,
0.8-2.7c-9-15.8-25.7-26.6-45-27.3C188,
137.8,
187,
138.6,
187,
139.7z M126.2,
103.8 l-5.7-5.7c-5.6-5.6-14.6-5.6-20.2,
0l-6.8,
6.8c-5.6,
5.6-5.6,
14.6,
0,
20.2l5.6,
5.6c0.9,
0.9,
2.2,
0.7,
3-0.2c3.3-4.5,
6.9-8.8,
10.9-12.8 c4.1-4.1,
8.3-7.7,
12.9-11C126.9,
106.1,
127,
104.7,
126.2,
103.8z M217.5,
89V77.7c0-7.9-6.4-14.3-14.3-14.3h-33.3 c-7.9,
0-14.3,
6.4-14.3,
14.3v11.6c0,
1.3,
1.2,
2.2,
2.5,
1.9c9.3-2.7,
19.1-4.1,
29-4.1c9.5,
0,
18.9,
1.3,
28,
3.8 C216.3,
91.2,
217.5,
90.3,
217.5,
89z\"/> <g transform=\"translate(121 2)\"> <path class=\"st2\" d=\"M721.5,
265.6c0,
26.7-6.8,
46.2-20.5,
58.6c-13.7,
12.4-34.6,
18.6-62.8,
18.6c-10.3,
0-31.7-2-48.8-5.8l6.3-31 c14.3,
3,
33.2,
3.8,
43.1,
3.8c15.7,
0,
26.9-3.2,
33.6-9.6s10-15.9,
10-28.5v-6.4c-3.9,
1.9-9,
3.8-15.3,
5.8c-6.3,
1.9-13.6,
2.9-21.8,
2.9 c-10.8,
0-20.6-1.7-29.5-5.1c-8.9-3.4-16.6-8.4-22.9-15c-6.3-6.6-11.3-14.9-14.8-24.8c-3.5-9.9-5.3-27.6-5.3-40.6 c0-12.2,
1.9-27.5,
5.6-37.7c3.8-10.2,
9.2-19,
16.5-26.3c7.2-7.3,
16-12.9,
26.3-17c10.3-4.1,
22.4-6.7,
35.5-6.7 c12.7,
0,
24.4,
1.6,
35.8,
3.5c11.4,
1.9,
21.1,
3.9,
29,
6.1V265.6z M612.8,
188.4c0,
16.4,
3.6,
34.6,
10.8,
42.2c7.2,
7.6,
16.5,
11.4,
27.9,
11.4 c6.2,
0,
12.1-0.9,
17.6-2.6c5.5-1.7,
9.9-3.7,
13.4-6.1v-97.1c-2.8-0.6-14.5-3-25.8-3.3c-14.2-0.4-25,
5.4-32.6,
14.7 C616.6,
156.9,
612.8,
173.2,
612.8,
188.4z M907.1,
188.4c0,
13.2-1.9,
23.2-5.8,
34.1s-9.4,
20.2-16.5,
27.9c-7.1,
7.7-15.6,
13.7-25.6,
17.9 s-25.4,
6.6-33.1,
6.6c-7.7-0.1-23-2.3-32.9-6.6c-9.9-4.3-18.4-10.2-25.5-17.9c-7.1-7.7-12.6-17-16.6-27.9s-6-20.9-6-34.1 c0-13.2,
1.8-25.9,
5.8-36.7c4-10.8,
9.6-20,
16.8-27.7s15.8-13.6,
25.6-17.8c9.9-4.2,
20.8-6.2,
32.6-6.2c11.8,
0,
22.7,
2.1,
32.7,
6.2 c10,
4.2,
18.6,
10.1,
25.6,
17.8c7.1,
7.7,
12.6,
16.9,
16.6,
27.7C905,
162.5,
907.1,
175.2,
907.1,
188.4z M867.1,
188.5 c0-16.9-3.7-31-10.9-40.8c-7.2-9.9-17.3-14.8-30.2-14.8c-12.9,
0-23,
4.9-30.2,
14.8c-7.2,
9.9-10.7,
23.9-10.7,
40.8 c0,
17.1,
3.6,
28.6,
10.8,
38.5c7.2,
10,
17.3,
14.9,
30.2,
14.9c12.9,
0,
23-5,
30.2-14.9C863.5,
217,
867.1,
205.6,
867.1,
188.5z M994.2,
274.9 c-64.1,
0.3-64.1-51.8-64.1-60.1L930,
30l39.1-6.2v183.6c0,
4.7,
0,
34.5,
25.1,
34.6V274.9z M1063.1,
274.9h-39.3V106.1l39.3-6.2V274.9z M1043.4,
81.4c13.1,
0,
23.8-10.6,
23.8-23.7s-10.6-23.7-23.8-23.7s-23.8,
10.6-23.8,
23.7S1030.3,
81.4,
1043.4,
81.4z M1160.8,
100 c12.9,
0,
23.8,
1.6,
32.6,
4.8c8.8,
3.2,
15.9,
7.7,
21.1,
13.4s8.9,
13.5,
11.1,
21.7c2.3,
8.2,
3.4,
17.2,
3.4,
27.1v100.6 c-6,
1.3-15.1,
2.8-27.3,
4.6s-25.9,
2.7-41.1,
2.7c-10.1,
0-19.4-1-27.7-2.9c-8.4-1.9-15.5-5-21.5-9.3c-5.9-4.3-10.5-9.8-13.9-16.6 c-3.3-6.8-5-16.4-5-26.4c0-9.6,
1.9-15.7,
5.6-22.3c3.8-6.6,
8.9-12,
15.3-16.2c6.5-4.2,
13.9-7.2,
22.4-9s17.4-2.7,
26.6-2.7 c4.3,
0,
8.8,
0.3,
13.6,
0.8s9.8,
1.4,
15.2,
2.7v-6.4c0-4.5-0.5-8.8-1.6-12.8c-1.1-4.1-3-7.6-5.6-10.7c-2.7-3.1-6.2-5.5-10.6-7.2 s-10-3-16.7-3c-9,
0-17.2,
1.1-24.7,
2.4c-7.5,
1.3-13.7,
2.8-18.4,
4.5l-4.7-32.1c4.9-1.7,
12.2-3.4,
21.6-5.1S1150,
100,
1160.8,
100z M1164.1,
241.9c12,
0,
20.9-0.7,
27.1-1.9v-39.8c-2.2-0.6-5.3-1.3-9.4-1.9c-4.1-0.6-8.6-1-13.6-1c-4.3,
0-8.7,
0.3-13.1,
1 c-4.4,
0.6-8.4,
1.8-11.9,
3.5s-6.4,
4.1-8.5,
7.2c-2.2,
3.1-3.2,
4.9-3.2,
9.6c0,
9.2,
3.2,
14.5,
9,
18 C1146.4,
240.2,
1154.2,
241.9,
1164.1,
241.9z M391.9,
101c12.9,
0,
23.8,
1.6,
32.6,
4.8c8.8,
3.2,
15.9,
7.7,
21.1,
13.4 c5.3,
5.8,
8.9,
13.5,
11.1,
21.7c2.3,
8.2,
3.4,
17.2,
3.4,
27.1v100.6c-6,
1.3-15.1,
2.8-27.3,
4.6c-12.2,
1.8-25.9,
2.7-41.1,
2.7 c-10.1,
0-19.4-1-27.7-2.9c-8.4-1.9-15.5-5-21.5-9.3c-5.9-4.3-10.5-9.8-13.9-16.6c-3.3-6.8-5-16.4-5-26.4c0-9.6,
1.9-15.7,
5.6-22.3 c3.8-6.6,
8.9-12,
15.3-16.2c6.5-4.2,
13.9-7.2,
22.4-9s17.4-2.7,
26.6-2.7c4.3,
0,
8.8,
0.3,
13.6,
0.8c4.7,
0.5,
9.8,
1.4,
15.2,
2.7v-6.4 c0-4.5-0.5-8.8-1.6-12.8c-1.1-4.1-3-7.6-5.6-10.7c-2.7-3.1-6.2-5.5-10.6-7.2c-4.4-1.7-10-3-16.7-3c-9,
0-17.2,
1.1-24.7,
2.4 c-7.5,
1.3-13.7,
2.8-18.4,
4.5l-4.7-32.1c4.9-1.7,
12.2-3.4,
21.6-5.1C371,
101.8,
381.1,
101,
391.9,
101z M395.3,
243 c12,
0,
20.9-0.7,
27.1-1.9v-39.8c-2.2-0.6-5.3-1.3-9.4-1.9c-4.1-0.6-8.6-1-13.6-1c-4.3,
0-8.7,
0.3-13.1,
1c-4.4,
0.6-8.4,
1.8-11.9,
3.5 c-3.5,
1.7-6.4,
4.1-8.5,
7.2c-2.2,
3.1-3.2,
4.9-3.2,
9.6c0,
9.2,
3.2,
14.5,
9,
18C377.5,
241.2,
385.4,
243,
395.3,
243z M553.8,
274.9 c-64.1,
0.3-64.1-51.8-64.1-60.1L489.6,
30l39.1-6.2v183.6c0,
4.7,
0,
34.5,
25.1,
34.6V274.9z\"/> </g> </g> </svg>");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 101%;
}

.ais-stats {
	position: absolute;
	top: 60px;
	font-size: 14px;
}

.ais-hits--item {
	/* hit item */
	margin-bottom: 2rem;
}

.ais-hits--item em,
.ais-hits--item a em {
	border-radius: 2px;
	background: #fffbcc;
	font-style: normal;
}

.ais-hits--thumbnail {
	float: left;
	margin-right: 2rem;
}

.ais-hits--content {
	overflow: hidden;
}

.ais-hits--thumbnail img {
	border-radius: 3px;
}

.ais-pagination {
	margin: 0;
	text-align: center;
}

.ais-pagination--item {
	/* pagination item */
	display: inline-block;
	padding: 3px;
}

.ais-pagination--link {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	border: 1px solid var(--color__text-secondary);
	border-radius: 0.25rem;
	color: var(--color__text-primary);
	background-color: var(--color__container);
	font-weight: 500;
	line-height: 56px;
}

.ais-pagination--item__active .ais-pagination--link,
.ais-pagination--link:hover,
.ais-pagination--link:focus {
	border-color: var(--color__button-border);
	color: var(--color__button-text);
	background-color: var(--color__button);
}

.ais-pagination--item__disabled {
	/* disabled pagination item */
	display: none;
}

.ais-pagination--item__active {
	font-weight: bold;
}

.ais-menu--item__active {
	/* active list item */
	font-weight: bold;
}

.ais-hierarchical-menu--list__lvl1 {
	/* item list level 1 */
	margin-left: 10px;
}

.ais-hierarchical-menu--list__lvl2 {
	/* item list level 0 */
	margin-left: 10px;
}

.ais-range-slider--target {
	position: relative;
	height: 6px;
	margin-top: 2em;
	margin-bottom: 2em;
	background: #f3f4f7;

	direction: ltr;
}

.ais-range-slider--base {
	position: relative;
	z-index: 1;
	height: 100%;
	border-top: 1px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 2px solid #ddd;
}

.ais-range-slider--origin {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ais-range-slider--connect {
	background: #46aeda;
}

.ais-range-slider--background {
	background: #f3f4f7;
}

.ais-range-slider--handle {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	border: 1px solid #46aeda;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.ais-range-slider--handle-lower {
	bottom: 7px;
	left: -10px;
}

.ais-range-slider--handle-upper {
	right: 10px;
	bottom: 7px;
}

.ais-range-slider--tooltip {
	position: absolute;
	top: -22px;
	background: #fff;
	font-size: 0.8em;
}

.ais-range-slider--pips {
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 3em;
}

.ais-range-slider--value {
	position: absolute;
	width: 40px;
	margin-left: -20px;
	padding-top: 15px;
	font-size: 0.8em;
	text-align: center;
}

.ais-range-slider--value-sub {
	padding-top: 15px;
	font-size: 0.8em;
}

.ais-range-slider--marker {
	position: absolute;
	width: 1px;
	height: 5px;
	margin-left: -1px;
	background: #ddd;
}

.ais-range-slider--marker-sub {
	width: 2px;
	height: 13px;
	margin-left: -2px;
	background: #ddd;
}

.ais-range-slider--marker-large {
	width: 2px;
	height: 12px;
	margin-left: -2px;
	background: #ddd;
}

.ais-range-slider--marker-large:first-child {
	margin-left: 0;
}

.ais-star-rating--item {
	/* list item */
	vertical-align: middle;
}

.ais-star-rating--item__active {
	/* active list item */
	font-weight: bold;
}

.ais-star-rating--star {
	/* item star */
	display: inline-block;
	width: 1em;
	height: 1em;
}

.ais-star-rating--star:before {
	color: #fbae00;
	content: "\2605";
}

.ais-star-rating--star__empty {
	/* empty star */
	display: inline-block;
	width: 1em;
	height: 1em;
}

.ais-star-rating--star__empty:before {
	color: #fbae00;
	content: "\2606";
}

.ais-star-rating--link__disabled .ais-star-rating--star:before {
	color: #c9c9c9;
}

.ais-star-rating--link__disabled .ais-star-rating--star__empty:before {
	color: #c9c9c9;
}

.ais-root__collapsible .ais-header {
	cursor: pointer;
}

.ais-root__collapsed .ais-body,
.ais-root__collapsed .ais-footer {
	display: none;
}

/* Hierarchical Menu: Categories */

.ais-hierarchical-menu--item__active > div > a {
	font-weight: bold;
}

.ais-menu--count {
	float: right;
}

/* Responsive */

.hide {
	display: none;
}

.show {
	display: block;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: var(--color__link);
	text-decoration: none;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: background, color, opacity, box-shadow;
	transition-property: background, color, opacity, box-shadow;
}

a:hover,
a:focus,
a:active {
	color: var(--color__link-hover);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.header-menu-toggle {
	position: absolute;
	z-index: 5;
	top: 1.5rem;
	left: 1rem;
	padding: 0;
	border-color: transparent;
	opacity: 0;
	color: var(--color__header-text);
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-menu-toggle:hover,
.header-menu-toggle:focus,
.header-menu-toggle:active {
	border-color: transparent;
	color: var(--color__header-text);
	background-color: transparent;
	box-shadow: none;
}

.header-menu-toggle .icon-stroke {
	width: 2rem;
	height: 2rem;
}

.header-menu-toggle.toggled .icon-menu,
.header-menu-toggle .icon-close {
	display: none;
}

.header-menu-toggle.toggled .icon-close {
	display: block;
}

.sticky .header-menu-toggle {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.menu-toggle {
	position: relative;
	width: 100%;
	height: 50px;
	border: var(--color__header-background);
	border-radius: 0;
	color: var(--color__header-text);
	background-color: var(--color__header-background);
	box-shadow: 0 0 0 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.toggled .menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
	border-color: var(--color__header-background);
	color: var(--color__header-text);
	background-color: var(--color__header-background);
	box-shadow: none;
}

.menu-toggle .icon-stroke {
	position: relative;
	top: -0.1rem;
	margin-right: 1rem;
}

.toggled .menu-toggle .icon-stroke.icon-close {
	display: inline-block;
}

.toggled .menu-toggle .icon-stroke.icon-menu,
.menu-toggle .icon-stroke.icon-close {
	display: none;
}

.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, 0.025);
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.sub-menu-toggle .icon-stroke {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 !important;

	stroke: var(--color__submenu-text);
}

.sub-menu-toggle .icon-chevron-top,
.sub-menu-toggle.toggled .icon-chevron-bottom {
	display: none;
}

.sub-menu-toggle.toggled .icon-chevron-top {
	display: inline-block;
}

.sub-menu-toggle:active,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	border: none;
	background-color: transparent;
	box-shadow: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	display: block;
	clear: both;
	position: relative;
	margin-right: -1rem;
	margin-left: -1rem;
	color: var(--color__header-text);
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.main-navigation > .wrap {
	display: none;
	clear: both;
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	background-color: var(--color__submenu-background);
}

.main-navigation .icon-dropdown {
	display: none;
}

.main-navigation.toggled > .wrap {
	display: block;
	opacity: 1;
}

.main-navigation .sub-menu,
.main-navigation .children {
	display: none;
}

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

.main-navigation ul li {
	padding: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.main-navigation ul ul {
	background-color: rgba(0, 0, 0, 0.1);
}

.main-navigation a {
	display: block;
	position: relative;
	padding: 0.75rem;
	opacity: 0.65;
	color: var(--color__submenu-text);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7143;
	text-decoration: none;
}

.main-navigation .icon-user {
	margin-right: 0.5rem;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	opacity: 1;
	color: var(--color__submenu-text);
}

.secondary-navigation ul,
.secondary-navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.secondary-navigation ul {
	text-align: center;
}

.secondary-navigation li {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}

.secondary-navigation li:before {
	position: absolute;
	top: 0;
	right: -4px;
	content: "\002F";
}

.secondary-navigation li:last-child:before {
	display: none;
}

.secondary-navigation a {
	display: block;
	padding: 0 0.25rem;
}


/*--------------------------------------------------------------
## Social links
--------------------------------------------------------------*/

.social-links {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.social-links ul,
.social-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-links ul {
	display: inline-block;
	vertical-align: middle;
}

.social-links li {
	float: left;
}

.social-links li a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
}


/*--------------------------------------------------------------
## Menu archive
--------------------------------------------------------------*/

.comment-navigation,
.posts-navigation,
.post-navigation {
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	display: block;
	padding: 1rem 0;
	color: var(--color__text-primary);
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-navigation a span,
.posts-navigation a span,
.post-navigation a span {
	display: block;
	color: var(--color__text-secondary);
	text-transform: lowercase;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus {
	color: var(--color__link);
}

.comment-navigation a:hover span,
.comment-navigation a:focus span,
.posts-navigation a:hover span,
.posts-navigation a:focus span,
.post-navigation a:hover span,
.post-navigation a:focus span {
	opacity: 0.75;
	color: var(--color__text-secondary);
}

.full-layout .posts-navigation,
.full-layout
.post-navigation {
	border: none;
	border-radius: 0.25rem;
	background-color: var(--color__container);
	box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
}

.full-layout .posts-navigation a,
.full-layout
  .post-navigation a {
	padding: 1rem;
}

.comment-navigation a {
	padding: 1rem 0;
}

/** Pagination */

.pagination {
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 1rem;
	text-align: center;
}

.page-numbers {
	display: none;
	position: relative;
	width: 56px;
	height: 56px;
	border: 1px solid var(--color__text-secondary);
	border-radius: 0.25rem;
	color: var(--color__text-primary);
	background-color: var(--color__container);
	font-weight: 500;
	line-height: 56px;
}

.full-layout .page-numbers {
	border: none;
	border-radius: 0.25rem;
	box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
}

.page-numbers.current {
	display: inline-block;
	width: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	border-color: var(--color__button-border);
	color: var(--color__button-text);
	background-color: var(--color__button);
}

.page-numbers.current .screen-reader-text {
	overflow: auto;
	clip: auto;
	position: relative !important;
	width: auto;
	height: auto;

	-webkit-clip-path: inherit;
	clip-path: inherit;
}

.page-numbers.next,
.page-numbers.prev {
	display: block;
	position: absolute;
	top: 0;
	padding-right: 0;
	padding-left: 0;
}

.page-numbers.next {
	right: 0;
}

.page-numbers.prev {
	left: 0;
}

.page-numbers:hover:not(.current),
.page-numbers:focus:not(.current) {
	border-color: var(--color__button-border);
	color: var(--color__button-text);
	background-color: var(--color__button);
}

.page-numbers.dots:hover,
.page-numbers.dots:focus {
	border-color: var(--color__text-secondary) !important;
	color: var(--color__text-primary) !important;
	background-color: #fff;
}


/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
	overflow-x: auto;
	margin-top: 1rem;

	-webkit-overflow-scrolling: touch;
}

.breadcrumbs ul,
.breadcrumbs li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	list-style-type: none;
}

.breadcrumbs ul {
	display: table;
}

.narrow .breadcrumbs ul,
.full-width .breadcrumbs ul,
.page-header-has-thumbnail .breadcrumbs ul {
	margin-right: auto;
	margin-left: auto;
	padding: 0 0.5rem;
	border-radius: 0.25rem;
}

.page-header-has-thumbnail .breadcrumbs ul {
	background-color: rgba(0, 0, 0, 0.25);
}

.breadcrumbs li {
	display: table-cell;
	position: relative;
	padding: 0.25rem 1.75rem 0.25rem 0.25rem;
}

.breadcrumbs li:last-child {
	padding-right: 0.25rem;
}

.breadcrumbs a {
	display: block;
	position: relative;
	color: var(--color__text-secondary);
}

.breadcrumbs a:after {
	position: absolute;
	top: 0.2rem;
	right: -1.5rem;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='4' stroke-linecap='round' stroke-linejoin='round' d='M12 30 L24 16 12 2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	content: " ";
}

[dir="rtl"] .breadcrumbs a:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='4' stroke-linecap='round' stroke-linejoin='round' d='M20 30 L8 16 20 2'/%3E%3C/svg%3E");
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: var(--color__link);
}

.breadcrumbs span {
	display: inline-block;
	white-space: nowrap;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary a {
	color: var(--color__text-secondary);
}

#secondary a:hover,
#secondary a:focus {
	color: var(--color__link-hover);
}

.widget {
	margin: 0 0 2rem;
}

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

.widget-title {
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.widget-title:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 1rem;
	height: 2px;
	border-radius: 2px;
	background-color: var(--color__text-primary);
	content: " ";
}

.search-form,
.woocommerce-product-search {
	position: relative;
}

.search-form label,
.woocommerce-product-search label {
	margin: 0;
}

.search-form input[type="search"],
.woocommerce-product-search input[type="search"] {
	float: left;
	width: calc( 100% - 42px);
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	-web-webkit-appearance: textfield;
}

.search-form .search-submit,
.woocommerce-product-search .search-submit {
	float: right;
	width: 42px;
	height: 42px;
	padding: 0.5rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.widget_meta ul,
.widget_meta li,
.widget_rss ul,
.widget_rss li,
.widget_pages ul,
.widget_pages li,
.widget_categories ul,
.widget_categories li,
.widget_archive ul,
.widget_archive li,
.widget_nav_menu ul,
.widget_nav_menu li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_product_categories ul,
.widget_product_categories li,
.baltic-kit-featured-post ul,
.baltic-kit-featured-post li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_meta li,
.widget_rss li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_product_categories li,
.baltic-kit-featured-post li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.widget_meta ul ul,
.widget_rss ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_product_categories ul ul,
.baltic-kit-featured-post ul ul {
	margin-top: 0.5rem;
	margin-left: 0.4rem;
	padding-left: 1rem;
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.widget_meta .icon-stroke,
.widget_rss .icon-stroke,
.widget_pages .icon-stroke,
.widget_categories .icon-stroke,
.widget_archive .icon-stroke,
.widget_nav_menu .icon-stroke,
.widget_recent_entries .icon-stroke,
.widget_recent_comments .icon-stroke,
.widget_product_categories .icon-stroke,
.baltic-kit-featured-post .icon-stroke {
	margin-right: 0.5rem;
}

.tagcloud {
	overflow: hidden;
	margin-right: -2px;
	margin-left: -2px;
}

.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: inline-block;
	float: left;
	position: relative;
	margin: 2px 2px;
	padding: 5px 10px;
	border: 1px solid var(--color__text-secondary);
	border-radius: 0.25rem;
	color: var(--color__text-secondary);
	background-color: transparent;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_product_tag_cloud a:hover,
.widget_product_tag_cloud a:focus {
	border-color: var(--color__link);
	color: #fff !important;
	background-color: var(--color__link);
	text-decoration: none;
}

#tertiary .widget_tag_cloud a,
#tertiary
  .widget_product_tag_cloud a {
	border-color: var(--color__footer-text);
	color: var(--color__footer-text);
}

#tertiary .widget_tag_cloud a:hover,
#tertiary .widget_tag_cloud a:focus,
#tertiary
    .widget_product_tag_cloud a:hover,
#tertiary
    .widget_product_tag_cloud a:focus {
	border-color: var(--color__footer-link-hover);
	background-color: var(--color__footer-link-hover);
}

.widget_calendar th,
.widget_calendar td {
	padding: 0.5rem;
}

.null-instagram-feed ul,
.null-instagram-feed li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.null-instagram-feed ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-width: 100%;
	margin-right: -1px;
	margin-bottom: 1px;
	margin-left: -1px;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.null-instagram-feed li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 33.33%;
	min-height: 1px;
	margin: 0 0 2px;
	padding-right: 1px;
	padding-left: 1px;

	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.null-instagram-feed li a {
	display: block;
}

.null-instagram-feed li a:hover,
.null-instagram-feed li a:focus {
	opacity: 0.5;
}

.null-instagram-feed li img {
	display: block;
	vertical-align: middle;
}

.null-instagram-feed p.clear a {
	display: block;
	padding: 0.5rem;
	color: var(--color__button-text) !important;
	background-color: var(--color__button);
	text-align: center;
}

.null-instagram-feed p.clear a:hover,
.null-instagram-feed p.clear a:focus {
	color: var(--color__button-text-hover) !important;
	background-color: var(--color__button-hover);
}

.baltic-kit-featured-post li.featured-post {
	margin-bottom: 1rem;
}

.baltic-kit-featured-post .thumbnail-placeholder,
.baltic-kit-featured-post .wp-post-image {
	float: left;
	width: 48px;
	height: auto;
	margin-right: 1rem;
}

.baltic-kit-featured-post .featured-title {
	margin-bottom: 0.5rem;
}

.baltic-kit-featured-post .featured-meta {
	font-size: 14px;
	font-size: 0.875rem;
}

.baltic-kit-featured-post .featured-meta a {
	margin-right: 0.5rem;
}

.baltic-kit-featured-post .has-post-thumbnail .featured-title,
.baltic-kit-featured-post .has-post-thumbnail .featured-meta {
	padding-left: 4rem;
}

.baltic-kit-featured-post .icon-stroke {
	margin-right: 0;
}

a.baltic-more-link {
	display: block;
	width: 100%;
	margin-top: 1.5rem;
	padding: 0.5rem;
	border: 1px solid var(--color__text-secondary);
	border-radius: 0.25rem;
	color: var(--color__text-secondary);
	background-color: transparent;
	text-align: center;
}

a.baltic-more-link:hover,
a.baltic-more-link:focus {
	border-color: var(--color__button);
	color: var(--color__button-text) !important;
	background-color: var(--color__button);
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5rem 0 0;
}

.entry-inner {
	position: relative;
	margin-bottom: 1rem;
	word-wrap: break-word;
}

.full-layout .entry-inner,
.boxed-layout .sticky .entry-inner {
	padding: 1rem;
	border-radius: 0.25rem;
	background-color: var(--color__container);
	box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
}

.full-layout .sticky .entry-inner,
.boxed-layout .sticky .entry-inner {
	color: rgba(255, 255, 255, 0.5);
	background-color: var(--color__sticky);
}

.post-thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.5rem;
	background-color: var(--color__text-primary);
}

.post-thumbnail img {
	display: block;
	vertical-align: bottom;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.post-thumbnail .thumbnail-placeholder {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;

	fill: #202020;
}

.post-thumbnail a {
	display: block;
	overflow: hidden;
	position: relative;
}

.post-thumbnail a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.post-thumbnail a:hover:after,
.post-thumbnail a:focus:after {
	background-color: rgba(255, 255, 255, 0.25);
}

.post-thumbnail a:hover img,
.post-thumbnail a:hover .thumbnail-placeholder,
.post-thumbnail a.focus img,
.post-thumbnail a.focus .thumbnail-placeholder {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.full-layout .post-thumbnail,
.boxed-layout .sticky .post-thumbnail {
	margin-top: -1rem;
	margin-right: -1rem;
	margin-left: -1rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.entry-title {
	position: relative;
	margin-bottom: 1rem;
	color: var(--color__text-primary);
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-title a {
	color: var(--color__text-primary);
}

.entry-title a:hover,
.entry-title a:focus {
	color: var(--color__link-hover);
}

.sticky .entry-title a {
	color: #fff;
}

.sticky .entry-title a:hover,
.sticky .entry-title a:focus {
	color: var(--color__link-hover);
}

.page-links {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.5rem;
	border-radius: 0.25rem;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 0;
	text-align: center;
}

.page-links a,
.page-links .page-number {
	display: inline-block;
}

.page-links .page-number {
	padding: 1rem 1.5rem;
	color: var(--color__button-text);
	background-color: var(--color__button);
	font-size: 16px;
	font-size: 1rem;
}

.page-links a,
.page-links a .page-number {
	color: var(--color__text-primary);
	background-color: transparent;
}

.page-links a:hover,
.page-links a:focus {
	color: var(--color__button-text-hover);
	background-color: var(--color__button-hover);
}

a.more-link {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	padding-right: 0;
	border: 1px solid var(--color__text-primary);
	border-radius: 2rem;
	color: var(--color__text-primary);
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

a.more-link .icon-stroke {
	left: -20px;
	opacity: 0;

	stroke: #fff;
}

a.more-link:hover,
a.more-link:focus {
	padding-right: 1rem;
	border-color: var(--color__button);
	color: var(--color__button-text);
	background-color: var(--color__button);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

a.more-link:hover .icon-stroke,
a.more-link:focus .icon-stroke {
	left: 0;
	opacity: 1;
}

.sticky a.more-link {
	border-color: #fff;
	color: #fff;
}

.sticky a.more-link:hover,
.sticky a.more-link:focus {
	border-color: var(--color__button);
	color: var(--color__button-text);
	background-color: var(--color__button);
}

.entry-meta {
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta span {
	display: inline-block;
}

.entry-meta .posted-on,
.entry-meta .author {
	margin-right: 0.5rem;
}

.entry-meta .icon-stroke {
	margin-right: 0.25rem;
}

.entry-meta a {
	color: var(--color__text-secondary);
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: var(--color__link-hover);
}

.sticky .entry-meta a {
	color: #fff;
}

.sticky .entry-meta a:hover,
.sticky .entry-meta a:focus {
	color: var(--color__link-hover);
}

.entry-footer {
	overflow: hidden;
	padding: 1rem 0;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-footer span {
	display: inline-block;
}

.entry-footer .icon-stroke {
	margin-right: 0.25rem;
}

.entry-footer a {
	color: var(--color__text-secondary);
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: var(--color__link-hover);
}

.sticky .entry-footer a {
	color: #fff;
}

.sticky .entry-footer a:hover,
.sticky .entry-footer a:focus {
	color: var(--color__link-hover);
}

.entry-footer span.edit-link {
	float: right;
}

.entry-footer span.edit-link a {
	display: inline-block;
	float: right;
	padding: 0 1rem;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 0.25rem;
}

.entry-footer span.edit-link a:hover,
.entry-footer span.edit-link a:focus {
	border-color: var(--color__link-hover);
	color: #fff;
	background-color: var(--color__link-hover);
}

.sticky .entry-footer span.edit-link a {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.sticky .entry-footer span.edit-link a:hover,
.sticky .entry-footer span.edit-link a:focus {
	border-color: var(--color__link-hover);
	color: #fff;
	background-color: var(--color__link-hover);
}

.full-layout .entry-footer,
.boxed-layout .sticky .entry-footer {
	margin-right: -1rem;
	margin-bottom: -1rem;
	margin-left: -1rem;
	padding: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.025);
}

.cat-links,
.tags-links {
	margin-right: 0.5rem;
}

.author-info {
	overflow: hidden;
	margin-bottom: 1rem;
	padding: 1rem 0;
	background-color: var(--color__container);
	text-align: center;
}

.full-layout .author-info {
	padding: 1rem;
	border-radius: 0.25rem;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
}

.author-avatar {
	display: inline-block;
	overflow: hidden;
	width: 64px;
	margin-bottom: 1rem;
	border-radius: 64px;
}

.author-avatar img {
	display: block;
	vertical-align: middle;
}

h2.author-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}

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

.error404 .site-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: calc( 100vh - 172px);
	padding: 0;
	text-align: center;
	text-align: center;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.error404 h10.404-title {
	font-size: 48px;
	font-size: 3rem;
	text-transform: uppercase;
}

.error-404 {
	padding-top: 2rem;
	padding-bottom: 1rem;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	clear: both;
	margin-bottom: 1rem;
	padding-top: 1rem;
	background-color: var(--color__container);
}

.full-layout .comments-area {
	padding: 1rem;
	border-radius: 0.25rem;
	box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
}

.bypostauthor {
	display: block;
}

.comments-title {
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	font-size: 20px;
	font-size: 1.25rem;
}

.comments-title:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 32px;
	height: 2px;
	background-color: var(--color__text-primary);
	content: " ";
}

.comment-list,
.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list .comment,
.commentlist .comment {
	margin-top: 1.5rem;
}

.comment-list .comment .children,
.commentlist .comment .children {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.comment-list .comment .children .comment,
.commentlist .comment .children .comment {
	padding-left: 1.5rem;
	border-left: 4px solid var(--color__border);
}

.comment-list .comment .avatar,
.commentlist .comment .avatar {
	display: block;
	float: left;
	width: 48px;
	margin-right: 1em;
	border-radius: 48px;
	vertical-align: top;
}

.comment-list .comment .comment-respond,
.commentlist .comment .comment-respond {
	padding-bottom: 1.5rem;
}

.comment-list .pingback,
.commentlist .pingback {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 4px solid var(--color__text-secondary);
}

.no-comments {
	margin-bottom: 0;
	padding: 1em 1.5em 0;
}

.comment-meta {
	position: relative;
}

.comment-meta a {
	color: var(--color__text-primary);
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.comment-meta a:hover,
.comment-meta a:focus {
	color: var(--color__link);
}

.comment-meta .edit-link {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-metadata a {
	color: var(--color__text-secondary);
	font-size: 12px;
	font-size: 0.75rem;
}

.comment-content {
	padding-top: 1.5em;
}

.comment-content,
.comment-content a {
	word-wrap: break-word;
}

.comment-body > .reply a {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--color__text-secondary);
	border-radius: 0.25rem;
	color: var(--color__text-secondary);
	background: transparent;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.comment-body > .reply a:hover,
.comment-body > .reply a:focus {
	border-color: var(--color__link);
	color: #fff;
	background-color: var(--color__link);
}

.comment-reply-title {
	display: block;
	position: relative;
	margin-bottom: 1rem;
	font-size: 18px;
	font-size: 1.125rem;
}

#cancel-comment-reply-link {
	margin-left: 0.5rem;
	padding: 0.25rem 0.5rem;
	border: 1px solid var(--color__text-secondary);
	border-radius: 0.25rem;
	color: var(--color__text-secondary);
	background-color: transparent;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
	border-color: var(--color__button-hover);
	color: var(--color__button-text-hover);
	background-color: var(--color__button-hover);
}

.comment-form input {
	width: 100%;
}

.comment-subscription-form,
.comment-form-cookies-consent {
	clear: both;
	position: relative;
	margin: 1rem 0 0;
	padding-left: 1.5rem;
}

.comment-subscription-form input[type="checkbox"],
.comment-form-cookies-consent input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	padding: 0;
	opacity: 0;
}

.comment-subscription-form input[type="checkbox"]:focus ~ label::before,
.comment-form-cookies-consent input[type="checkbox"]:focus ~ label::before {
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

.comment-subscription-form input[type="checkbox"]:checked ~ label::before,
.comment-form-cookies-consent input[type="checkbox"]:checked ~ label::before {
	border-color: var(--color__link);
	background-color: var(--color__link);
}

.comment-subscription-form input[type="checkbox"]:checked ~ label::after,
.comment-form-cookies-consent input[type="checkbox"]:checked ~ label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.comment-subscription-form label,
.comment-form-cookies-consent label {
	display: inline-block;
	margin-bottom: 1.5rem;
	letter-spacing: inherit;
}

.comment-subscription-form label:before,
.comment-form-cookies-consent label:before {
	display: block;
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid var(--color__input-border);
	border-radius: 3px;
	background-color: transparent;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.comment-subscription-form label:after,
.comment-form-cookies-consent label:after {
	display: block;
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	content: "";
}

p.akismet_comment_form_privacy_notice {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--color__text-secondary);
	font-size: 14px;
	font-size: 0.875rem;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

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

/** SVG icon */

.icon {
	display: inline-block;
	position: relative;
	/* Align more nicely with capital letters */
	top: -0.0625rem;
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
	-webkit-transition: opacity ease-in-out 0.25s;
	transition: opacity ease-in-out 0.25s;

	fill: currentColor;
}

.icon-stroke {
	display: inline-block;
	position: relative;
	top: -0.05em;
	width: 1rem;
	height: 1rem;
	/* Align more nicely with capital letters */
	vertical-align: middle;
	-webkit-transition: opacity ease-in-out 0.25s;
	transition: opacity ease-in-out 0.25s;

	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 6.25%;
}

svg,
svg symbol {
	overflow: visible;
}

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.icon-payment {
	overflow: hidden;
	top: 0;
	width: 51px;
	height: 32px;
	border-radius: 3px;
}

.thumbnail-placeholder {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.placeholder-bg {
	fill: #263238;
}

.placeholder-icon {
	fill: #37474f;
}

.fluid-width-video-wrapper {
	position: relative;
	width: 100%;
	padding: 0;
}

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

.mejs-container {
	margin-bottom: 1.5rem;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	overflow: hidden;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding: 0.5rem;
	border: 1px solid var(--color__border);
	border-radius: 0.25rem;
}

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

.wp-caption > a {
	display: block;
}

.wp-caption > a img {
	vertical-align: middle;
}

.wp-caption > a:hover img,
.wp-caption > a:focus img {
	opacity: 0.5;
}

.wp-caption-text {
	padding: 1rem 1rem 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.wp-block-image img {
	display: block;
	vertical-align: middle;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-width: 100%;
	margin-right: -1px;
	margin-bottom: 1.5rem;
	margin-left: -1px;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	min-height: 1px;
	margin: 0 0 2px;
	padding-right: 1px;
	padding-left: 1px;

	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery-item a {
	display: block;
}

.gallery-item a:hover,
.gallery-item a:focus {
	opacity: 0.5;
}

.gallery-item img {
	display: block;
	width: 100%;
	vertical-align: middle;
}

.gallery-caption {
	position: absolute;
	z-index: 5;
	bottom: calc( 100% + 16px);
	left: 50%;
	width: 240px;
	margin-left: -120px;
	padding: 1rem;
	color: #fff;
	background-color: var(--color__text-primary);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.gallery-caption:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -9px;
	border-width: 0 9px 9px 9px;
	border-style: solid;
	border-color: transparent transparent var(--color__text-primary) transparent;
	content: " ";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wp-block-gallery {
	margin-right: -8px;
	margin-left: -8px;
	padding: 0;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.sticky-wrapper {
	display: none;
	overflow: hidden;
	width: 100%;
}

/** Site Header */

.site-header {
	position: relative;
	z-index: 2;
	color: var(--color__header-text);
	background-color: var(--color__header-background);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.site-header > .container {
	position: relative;
}

/** Site Branding */

.site-branding {
	float: left;
	position: relative;
	z-index: 1;
	left: 0;
	max-width: 60%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.site-branding,
.site-branding a {
	color: var(--color__header-text);
}

.site-branding:hover,
.site-branding:focus,
.site-branding a:hover,
.site-branding a:focus {
	color: var(--color__header-text);
}

.site-title,
.site-description {
	margin: 0;
	line-height: 1;
}

.site-title {
	margin-bottom: 0.25rem;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
}

.site-description {
	display: block;
	opacity: 0.5;
	color: var(--color__header-text);
	font-size: 12px;
	font-size: 0.75rem;
}

a.custom-logo-link {
	display: block;
	max-width: 180px;
	max-height: 46px;
	margin-top: 2px;
	margin-bottom: 2px;
}

a.custom-logo-link img {
	display: block;
	width: auto;
	max-width: 180px;
	height: auto;
	max-height: 46px;
	vertical-align: middle;
}

/** Header search */

.header-search-area {
	clear: both;
	margin-bottom: 1rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.header-search-area label {
	margin: 0;
}

.header-search-area input[type="search"] {
	width: 50%;
	height: 50px;
	border-color: var(--color__header-input-border);
	border-right-width: 0;
	color: var(--color__header-textfield);
	background-color: var(--color__header-input);
}

.header-search-area input[type="search"]::-webkit-input-placeholder {
	color: var(--color__header-textfield);
}

.header-search-area input[type="search"]:-moz-placeholder {
	color: var(--color__header-textfield);
}

.header-search-area input[type="search"]::-moz-placeholder {
	color: var(--color__header-textfield);
}

.header-search-area input[type="search"]:-ms-input-placeholder {
	color: var(--color__header-textfield);
}

.header-search-area .search-filter {
	float: left;
	width: 50%;
	height: 50px;
	border-color: var(--color__header-input-border);
	border-right-width: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: var(--color__header-textfield);
	background-color: var(--color__header-input);
}

.header-search-area input[type="search"]:focus,
.header-search-area .search-filter:focus {
	border-color: var(--color__header-input-border-focus);
	color: var(--color__header-textfield-focus);
	background-color: var(--color__header-input-focus);
}

.header-search-area .search-submit {
	display: none;
	width: 50px;
	height: 50px;
	border-color: var(--color__header-input-border);
	background-color: var(--color__header-btn);
}

.header-search-area .search-submit .icon-stroke {
	stroke: var(--color__header-btn-icon);
}

.header-search-area .search-submit:hover,
.header-search-area .search-submit:focus {
	border-color: var(--color__header-btn-hover);
	background-color: var(--color__header-btn-hover);
}

.header-search-area .search-submit:hover .icon-stroke,
.header-search-area .search-submit:focus .icon-stroke {
	stroke: var(--color__header-btn-icon-hover);
}

.search-filter {
	background-position: calc(100% - 15px) calc(1em + 7px), calc(100% - 10px) calc(1em + 7px);
}

.site-header-extra {
	float: right;
	position: relative;
	z-index: 6;
	max-width: 40%;
	padding-top: 1rem;
	padding-bottom: 0;
}

.site-header-extra ul,
.site-header-extra li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-header-extra li {
	display: inline-block;
}

.site-header-extra a {
	display: block;
	position: relative;
	width: 32px;
	height: 50px;
	color: var(--color__header-text);
	line-height: 50px;
	text-align: center;
}

.site-header-extra .total {
	position: absolute;
	top: 4px;
	right: -4px;
	min-width: 20px;
	height: 20px;
	border-radius: 20px;
	color: #fff;
	background-color: var(--color__link);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 20px;
}

.site-header-extra .total.hide {
	display: none;
}

.site-header-extra .icon-stroke {
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0.5;
}

.site-header-extra-toggle {
	visibility: hidden;
	position: absolute;
	z-index: 9;
	top: 90px;
	right: 1rem;
	width: 300px;
	padding: 1rem;
	border-radius: 0.25rem;
	color: var(--color__text-primary);
	background-color: var(--color__container);
	box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
	line-height: 1.5;
}

.site-header-extra-toggle.show {
	visibility: visible;
	-webkit-animation-name: balticZoomIn;
	animation-name: balticZoomIn;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
}

.site-header-extra-toggle:before {
	position: absolute;
	top: -8px;
	right: 15px;
	width: 0;
	height: 0;
	border-width: 0 9px 9px 9px;
	border-style: solid;
	border-color: transparent transparent var(--color__container) transparent;
	content: " ";
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.site-header-extra-toggle .widget {
	margin-bottom: 0;
}

.site-header-extra-toggle .woocommerce-mini-cart {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 250px;
	padding: 1rem;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.site-header-extra-toggle ul.cart_list li {
	margin: 0.25rem 0;
	padding: 0.25rem 0;
}

.site-header-extra-toggle .widget_shopping_cart .total {
	border-top-width: 0;
}

.site-header-extra-toggle .woocommerce-mini-cart__empty-message {
	margin: 0;
}

/** Page Header */

.page-header {
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.full-width .page-header,
.narrow .page-header,
.page-header.page-header-has-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-header.page-header-has-thumbnail {
	color: #fff;
}

.page-header-inner {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.page-header-description {
	margin-top: 1rem;
}

.page-header-thumbnail {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-size: cover;
}

.page-header-thumbnail:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	content: " ";
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#4d000000',GradientType=1 );
	/* IE6-9 */
}

.page-header-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	font-size: 2rem;
	font-weight: var(--heading__weight);
	line-height: 1.25;
}

#tertiary,
#footer-payments-card,
#colophon,
#social-links {
	color: var(--color__footer-text);
	background-color: var(--color__footer-background);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}

#tertiary a,
#footer-payments-card a,
#colophon a,
#social-links a {
	color: var(--color__footer-link);
}

#tertiary a:hover,
#tertiary a:focus,
#footer-payments-card a:hover,
#footer-payments-card a:focus,
#colophon a:hover,
#colophon a:focus,
#social-links a:hover,
#social-links a:focus {
	color: var(--color__footer-link-hover);
}

/** Sidebar footer */

#tertiary {
	padding-top: 3rem;
}

#tertiary .widget-title {
	color: var(--color__footer-title);
}

#tertiary .widget-title:after {
	background-color: var(--color__footer-title);
}

/** Payment Icons */

.footer-payments-card {
	position: relative;
	text-align: center;
}

.footer-payments-card ul,
.footer-payments-card li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-payments-card ul {
	padding: 1rem 0;
}

.footer-payments-card li {
	display: inline-block;
	padding: 0.25rem;
}

/** Site Footer */

#colophon {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.site-info {
	margin-bottom: 1.5rem;
}

.site-info p {
	margin-bottom: 1.5rem;
}

.site-designer {
	margin-top: 0.5rem;
}

.site-designer .icon-campaignkit {
	fill: #4a8ff1 !important;
}

.site-designer a {
	font-weight: bold;
}

/** Return to top */

#skip-to-top {
	position: fixed;
	z-index: 9;
	right: 1rem;
	bottom: 1rem;
	width: 48px;
	height: 48px;
	border: 1px solid var(--color__button-border);
	border-radius: 48px;
	opacity: 0;
	color: var(--color__button-text);
	background-color: var(--color__button);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
	line-height: 44px;
	text-align: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#skip-to-top:after {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: transparent;
	content: " ";
}

#skip-to-top.on {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#skip-to-top:hover,
#skip-to-top:focus {
	border-color: var(--color__button-border-hover);
	color: var(--color__button-text);
	background-color: var(--color__button-hover);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#skip-to-top:hover:after,
#skip-to-top:focus:after {
	opacity: 0;
	background-color: var(--color__button);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.overflow-hidden {
	overflow: hidden;
}

.site-content {
	padding: 1rem 0;
}

.elementor-page .site-content {
	padding: 0;
}

.boxed-layout .site {
	margin-right: auto;
	margin-left: auto;
	background-color: var(--color__container);
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

.columns {
	margin-right: -1rem;
	margin-left: -1rem;
}

.columns .column-item {
	float: left;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

.columns-2 .column-item {
	width: 50%;
}

.columns-3 .column-item {
	width: 33.33%;
}

.columns-4 .column-item {
	width: 25%;
}

.columns-5 .column-item {
	width: 20%;
}

.columns-6 .column-item {
	width: 16.66%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

@media (min-width: 576px) {
	.alignleft,
	.alignright {
		display: inline;
		clear: none;
	}

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

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

	.breadcrumbs {
		overflow-x: unset;
	}

	.breadcrumbs li {
		display: inline-block;
	}

	.header-search-area input[type="search"] {
		width: calc( 100% - 200px);
	}

	.header-search-area .search-filter {
		width: 150px;
		border-right-width: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.header-search-area .search-submit {
		display: block;
	}

	.site-header-extra a {
		width: 50px;
	}

	.site-header-extra .total {
		top: 4px;
		right: 4px;
	}

	.columns-sm-2 .column-item {
		width: 50%;
	}

	.columns-sm-3 .column-item {
		width: 33.33%;
	}

	.columns-sm-4 .column-item {
		width: 25%;
	}

	.columns-sm-5 .column-item {
		width: 20%;
	}

	.columns-sm-6 .column-item {
		width: 16.66%;
	}
}

@media (min-width: 720px) {
	.btn-cta {
		display: inline-block;
		padding: 0.75rem 2rem;
	}

	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 {
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		-webkit-transition-property: background, color, opacity, box-shadow, -webkit-transform;
		transition-property: background, color, opacity, box-shadow, -webkit-transform;
		transition-property: background, color, opacity, transform, box-shadow;
		transition-property: background, color, opacity, transform, box-shadow, -webkit-transform;
	}

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

	.main-navigation {
		float: none;
		clear: both;
	}

	.main-navigation > .wrap {
		display: block;
		clear: none;
		margin-right: auto;
		margin-left: auto;
		opacity: 1;
		background-color: transparent;
		box-shadow: none;
	}

	.main-navigation ul {
		display: block;
		padding: 0;
	}

	.main-navigation .icon-dropdown {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0.5rem;
		height: 0.5rem;
		margin-top: -0.25rem;
	}

	.main-navigation ul ul .icon-dropdown {
		right: 1rem;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-navigation ul.menu {
		display: block;
		float: left;
		width: 100%;
		color: var(--color__header-text);
		line-height: 1.5;
	}

	.main-navigation ul.menu > li {
		box-shadow: none;
	}

	.main-navigation ul.menu .menu-item {
		display: block;
		float: left;
		border: none;
	}

	.main-navigation ul.menu .menu-item:hover > .sub-menu,
	.main-navigation ul.menu .menu-item.focus > .sub-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.main-navigation ul.menu .menu-item.menu-right {
		float: right;
	}

	.main-navigation ul.menu .menu-item.menu-right .sub-menu {
		right: 0;
	}

	.main-navigation ul.menu .menu-item.menu-right:hover > .sub-menu,
	.main-navigation ul.menu .menu-item.menu-right.focus > .sub-menu {
		left: auto;
	}

	.main-navigation ul.menu a {
		display: block;
		position: relative;
		padding: 1rem 1.25rem;
		color: var(--color__header-text);
	}

	.main-navigation ul.menu a:hover,
	.main-navigation ul.menu a:focus,
	.main-navigation ul.menu .menu-item:hover > a,
	.main-navigation ul.menu .menu-item:focus > a,
	.main-navigation ul.menu .menu-item.focus > a,
	.main-navigation ul.menu .current-menu-item > a,
	.main-navigation ul.menu li.current_page_item > a,
	.main-navigation ul.menu li.current-menu-item > a,
	.main-navigation ul.menu li.current_page_ancestor > a,
	.main-navigation ul.menu li.current-menu-ancestor > a {
		color: var(--color__header-text);
	}

	.main-navigation ul.menu > .menu-item > a {
		font-size: 16px;
		font-size: 1rem;
	}

	.main-navigation ul.menu .sub-menu {
		display: block !important;
		visibility: hidden;
		position: absolute;
		z-index: 9999;
		left: auto;
		width: 240px;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0.25rem;
		opacity: 0;
		background-color: var(--color__submenu-background);
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.main-navigation ul.menu .sub-menu a {
		position: relative;
		z-index: 0;
		width: 240px;
		height: auto;
		margin: 0;
		padding: 0.75rem 1.5rem;
		color: var(--color__submenu-text);
		font-weight: normal;
		text-transform: none;
	}

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

	.main-navigation ul.menu .sub-menu .sub-menu {
		margin: -48px 0 0 240px;
	}

	.main-navigation ul.menu > li.menu-right ul:before {
		right: 15px;
		left: auto;
	}

	.main-navigation ul.menu .menu-item:hover > .sub-menu a,
	.main-navigation ul.menu .menu-item:focus > .sub-menu a,
	.main-navigation ul.menu .menu-item.focus > .sub-menu a {
		color: var(--color__submenu-text);
	}

	.main-navigation ul.menu .sub-menu .menu-item a:hover,
	.main-navigation ul.menu .sub-menu .menu-item a:focus {
		opacity: 1;
		color: var(--color__submenu-text);
	}

	.secondary-navigation ul {
		float: right;
		text-align: right;
	}

	.social-links li a {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}

	.comment-navigation,
	.posts-navigation,
	.post-navigation {
		margin-bottom: 1.5rem;
	}

	.pagination {
		margin-bottom: 2rem;
	}

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		width: 56px;
		padding: 0;
		border-color: var(--color__button-border);
		color: var(--color__button-text);
		background-color: var(--color__button);
	}

	.page-numbers.current .screen-reader-text {
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		width: 1px;
		height: 1px;

		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
	}

	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.author-info {
		margin-bottom: 1.5rem;
		padding: 2rem 0;
		padding-top: 2rem;
		text-align: left;
	}

	.full-layout .author-info {
		padding: 2rem;
	}

	.author-detail {
		padding-left: 84px;
	}

	.author-avatar {
		float: left;
	}

	.full-layout .comments-area {
		margin-bottom: 2rem;
		padding: 2rem;
	}

	p.comment-form-email {
		float: left;
		width: 50%;
		padding-right: 15px;
	}

	p.comment-form-url {
		float: right;
		width: 50%;
		padding-left: 15px;
	}

	.comment-form input[type="submit"] {
		width: auto;
	}

	.admin-bar .site-header.sticky {
		top: 32px !important;
	}

	.site-header.sticky {
		position: fixed;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 16px 64px 16px rgba(0, 0, 0, 0.1);
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		-webkit-animation-name: balticSlideDown;
		animation-name: balticSlideDown;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;

		will-change: transform;
	}

	.site-header.sticky .main-navigation {
		display: none;
	}

	.site-header.sticky .main-navigation.show {
		display: block;
	}

	.site-branding {
		max-width: 180px;
	}

	.sticky .site-branding {
		left: 3rem;
	}

	.header-search-area {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		padding-top: 1rem;
		padding-right: 160px;
		padding-left: 220px;
	}

	.sticky .header-search-area {
		padding-left: 270px;
	}

	.stick .site-header-extra {
		padding-top: 1rem;
	}

	.full-width .page-header-inner,
	.narrow .page-header-inner,
	.page-header-has-thumbnail .page-header-inner {
		max-width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.page-header-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	#colophon {
		text-align: left;
	}

	.site-info {
		margin-bottom: 0;
	}

	#skip-to-top {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#skip-to-top:after {
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.site-content {
		padding: 2rem 0;
	}

	.boxed-layout .site {
		box-shadow: 0 32px 64px rgba(38, 50, 56, 0.15);
	}

	.content-sidebar #primary {
		/*rtl:begin:ignore*/
		float: left;
		width: 100%;
		padding-right: 332px;
		/*rtl:end:ignore*/
	}

	.content-sidebar #secondary {
		/*rtl:begin:ignore*/
		float: right;
		width: 300px;
		margin-left: -332px;
		/*rtl:end:ignore*/
	}

	.sidebar-content #primary {
		/*rtl:begin:ignore*/
		float: right;
		width: 100%;
		padding-left: 332px;
		/*rtl:end:ignore*/
	}

	.sidebar-content #secondary {
		/*rtl:begin:ignore*/
		float: left;
		width: 300px;
		margin-right: -332px;
		margin-left: 0;
		/*rtl:end:ignore*/
	}

	.narrow #primary {
		width: 100%;
		max-width: 776px;
		margin-right: auto;
		margin-left: auto;
	}

	.columns-md-2 .column-item {
		width: 50%;
	}

	.columns-md-3 .column-item {
		width: 33.33%;
	}

	.columns-md-4 .column-item {
		width: 25%;
	}

	.columns-md-5 .column-item {
		width: 20%;
	}

	.columns-md-6 .column-item {
		width: 16.66%;
	}
}

@media (min-width: 960px) {
	.entry-inner {
		margin-bottom: 1.5rem;
	}

	.full-layout .entry-inner,
	.boxed-layout .sticky .entry-inner {
		margin-bottom: 1.5rem;
		padding: 2rem;
	}

	.full-layout .post-thumbnail,
	.boxed-layout .sticky .post-thumbnail {
		margin-top: -2rem;
		margin-right: -2rem;
		margin-left: -2rem;
	}

	.full-layout .entry-footer,
	.boxed-layout .sticky .entry-footer {
		margin-right: -2rem;
		margin-bottom: -2rem;
		margin-left: -2rem;
		padding: 1rem 2rem;
	}

	.boxed-layout .site {
		max-width: 1000px;
	}

	.columns-lg-2 .column-item {
		width: 50%;
	}

	.columns-lg-3 .column-item {
		width: 33.33%;
	}

	.columns-lg-4 .column-item {
		width: 25%;
	}

	.columns-lg-5 .column-item {
		width: 20%;
	}

	.columns-lg-6 .column-item {
		width: 16.66%;
	}
}

@media (min-width: 1200px) {
	.site-content {
		padding: 3rem 0;
	}

	.boxed-layout .site {
		max-width: 1200px;
	}

	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1344px) {
	.boxed-layout .site {
		max-width: 1344px;
	}
}

@media only screen and (max-width: 1000px) {
	.ais-hits--thumbnail {
		width: 75px;
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes balticZoomOut {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes balticZoomOut {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-webkit-keyframes balticZoomIn {
	0% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes balticZoomIn {
	0% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes balticSlideDown {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes balticSlideDown {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@-webkit-keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-doubleBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes sk-waveStretchDelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-webkit-keyframes sk-wanderingCube {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}

	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}

	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes sk-wanderingCube {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}

	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}

	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes sk-chasingDotsRotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-chasingDotsBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-chasingDotsBounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		opacity: 0;
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
	}

	25%,
	75% {
		opacity: 1;
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
	}

	90%,
	100% {
		opacity: 0;
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		opacity: 0;
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
	}

	25%,
	75% {
		opacity: 1;
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
	}

	90%,
	100% {
		opacity: 0;
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
	}
}
