/*!
Theme Name: Rufus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rufus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: "ChaneyRegular";
	src: url("fonts/chaney-regular-webfont.woff2") format("wof2"), url("fonts/chaney-regular-webfont.woff") format("woff");
	font-display: swap;
	font-weight: noraml;
}

@font-face {
	font-family: "ChaneyWide";
	src: url("fonts/chaney-wide-webfont.woff2") format("woff2"), url("fonts/chaney-wide-webfont.woff") format("woff");
	font-display: swap;
	font-weight: noraml;
}

@font-face {
	font-family: "ChaneyExtended";
	src: url("fonts/chaney-extended-webfont.woff2") format("woff2"), url("fonts/chaney-extended-webfont.woff") format("woff");
	font-display: swap;
	font-weight: noraml;
}

@font-face {
	font-family: "ChaneyUltraExtended";
	src: url("fonts/chaney-ultraextended-webfont.woff2") format("woff2"), url("fonts/chaney-ultraextended-webfont.woff") format("woff");
	font-display: swap;
	font-weight: noraml;
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.heavy {
	font-weight: 900;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "Archivo", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.body-small {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.2px;
	color: #000000;
}

.body-base {
	font-size: 14.4px;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	color: #000000;
}

@media (min-width: 1280px) {
	.body-base {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.2px;
	}
}

.body-medium {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #000000;
}

.body-large {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.4px;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3 {
	clear: both;
	color: #000000;
	margin: 0;
}

h1, .h1 {
	font-size: 44px;
	line-height: 48px;
	letter-spacing: 0.2px;
}

h2, .h2 {
	font-size: 32.4px;
	line-height: 36px;
	letter-spacing: -0.324px;
}

@media (min-width: 1280px) {
	h2, .h2 {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -0.36px;
	}
}

h3, .h3 {
	font-size: 25.4px;
	line-height: 32.4px;
	letter-spacing: -0.127px;
}

@media (min-width: 1280px) {
	h3, .h3 {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0.14px;
	}
}

h4, .h4 {
	font-size: 21.6px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: -0.108px;
}

h5, .h5 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2px;
}

h6, .h6 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
}

.display-1 {
	font-size: 52px;
	line-height: 56px;
	letter-spacing: 0;
}

.display-2 {
	font-family: "ChaneyExtended";
	font-size: 39.6px;
	line-height: 43.2px;
	letter-spacing: 0.198px;
	word-wrap: break-word;
}

@media (min-width: 1280px) {
	.display-2 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 0.2px;
	}
}

.display-3 {
	font-family: "ChaneyUltraExtended";
	font-size: 32.4px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.324px;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
	margin-bottom: 15px;
}

.rte p, .rte ul, .rte ol {
	font-size: 14.4px;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	margin: 0.5em 0;
}

.rte p:last-of-type, .rte ul:last-of-type, .rte ol:last-of-type {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding-inline-start: 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: #000000;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

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

a:hover {
	cursor: pointer;
}

/* Forms
--------------------------------------------- */
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Archivo", sans-serif;
	border: none;
	border-radius: 8px;
	background: #F9E14A;
	color: #000000;
	padding: 0.6em 1em 0.4em;
	text-decoration: none;
	box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	width: fit-content;
	transition: transform 0.3s ease;
	text-transform: uppercase;
}

button.center,
.btn.center,
input[type="button"].center,
input[type="reset"].center,
input[type="submit"].center {
	margin: 0 auto;
}

button.btn-center,
.btn.btn-center,
input[type="button"].btn-center,
input[type="reset"].btn-center,
input[type="submit"].btn-center {
	justify-content: center;
}

button.btn-full,
.btn.btn-full,
input[type="button"].btn-full,
input[type="reset"].btn-full,
input[type="submit"].btn-full {
	width: 100%;
}

button.btn-ft-medium,
.btn.btn-ft-medium,
input[type="button"].btn-ft-medium,
input[type="reset"].btn-ft-medium,
input[type="submit"].btn-ft-medium {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.5px;
	font-weight: 800;
}

button.btn-ft-large,
.btn.btn-ft-large,
input[type="button"].btn-ft-large,
input[type="reset"].btn-ft-large,
input[type="submit"].btn-ft-large {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2.5px;
	font-weight: 800;
}

button.btn-xs,
.btn.btn-xs,
input[type="button"].btn-xs,
input[type="reset"].btn-xs,
input[type="submit"].btn-xs {
	font-size: 14px;
	font-weight: 800;
	line-height: 14px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	padding: 8px 16px;
}

button.btn-medium,
.btn.btn-medium,
input[type="button"].btn-medium,
input[type="reset"].btn-medium,
input[type="submit"].btn-medium {
	font-size: 17px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 2.5px;
	padding: 14px 24px;
}

button.btn-large,
.btn.btn-large,
input[type="button"].btn-large,
input[type="reset"].btn-large,
input[type="submit"].btn-large {
	font-size: 17px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 2.5px;
	padding: 20px 24px;
}

button.btn-expand,
.btn.btn-expand,
input[type="button"].btn-expand,
input[type="reset"].btn-expand,
input[type="submit"].btn-expand {
	border-radius: 2px;
	padding: 18px 24px;
}

button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	background: #F9D304;
	box-shadow: 3px 3px 18px 1px rgba(0, 0, 0, 0.16);
}

button:hover i,
.btn:hover i,
input[type="button"]:hover i,
input[type="reset"]:hover i,
input[type="submit"]:hover i {
	transform: translateX(5px);
}

button.btn-alt,
.btn.btn-alt,
input[type="button"].btn-alt,
input[type="reset"].btn-alt,
input[type="submit"].btn-alt {
	background: #000000;
	color: #FFFFFF;
}

button:disabled,
.btn:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	color: #B3B3B3;
	background: #E7E7E5;
	box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.08);
}

button i,
.btn i,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"] i {
	font-size: 28px;
	padding-left: 12px;
	transition: transform 0.3s ease;
}

body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"]:not(.input-text),
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
body textarea,
.super-header input[type="text"],
.super-header input[type="email"],
.super-header input[type="url"],
.super-header input[type="password"],
.super-header input[type="search"],
.super-header input[type="number"]:not(.input-text),
.super-header input[type="tel"],
.super-header input[type="range"],
.super-header input[type="date"],
.super-header input[type="month"],
.super-header input[type="week"],
.super-header input[type="time"],
.super-header input[type="datetime"],
.super-header input[type="datetime-local"],
.super-header input[type="color"],
.super-header textarea {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #86857D;
	border-radius: 8px;
	border: 1px solid #000000;
	padding: 16px 8px;
}

body input[type="text"]:hover,
body input[type="email"]:hover,
body input[type="url"]:hover,
body input[type="password"]:hover,
body input[type="search"]:hover,
body input[type="number"]:not(.input-text):hover,
body input[type="tel"]:hover,
body input[type="range"]:hover,
body input[type="date"]:hover,
body input[type="month"]:hover,
body input[type="week"]:hover,
body input[type="time"]:hover,
body input[type="datetime"]:hover,
body input[type="datetime-local"]:hover,
body input[type="color"]:hover,
body textarea:hover,
.super-header input[type="text"]:hover,
.super-header input[type="email"]:hover,
.super-header input[type="url"]:hover,
.super-header input[type="password"]:hover,
.super-header input[type="search"]:hover,
.super-header input[type="number"]:not(.input-text):hover,
.super-header input[type="tel"]:hover,
.super-header input[type="range"]:hover,
.super-header input[type="date"]:hover,
.super-header input[type="month"]:hover,
.super-header input[type="week"]:hover,
.super-header input[type="time"]:hover,
.super-header input[type="datetime"]:hover,
.super-header input[type="datetime-local"]:hover,
.super-header input[type="color"]:hover,
.super-header textarea:hover {
	color: #000000;
	cursor: pointer;
}

body input[type="text"]:disabled,
body input[type="email"]:disabled,
body input[type="url"]:disabled,
body input[type="password"]:disabled,
body input[type="search"]:disabled,
body input[type="number"]:not(.input-text):disabled,
body input[type="tel"]:disabled,
body input[type="range"]:disabled,
body input[type="date"]:disabled,
body input[type="month"]:disabled,
body input[type="week"]:disabled,
body input[type="time"]:disabled,
body input[type="datetime"]:disabled,
body input[type="datetime-local"]:disabled,
body input[type="color"]:disabled,
body textarea:disabled,
.super-header input[type="text"]:disabled,
.super-header input[type="email"]:disabled,
.super-header input[type="url"]:disabled,
.super-header input[type="password"]:disabled,
.super-header input[type="search"]:disabled,
.super-header input[type="number"]:not(.input-text):disabled,
.super-header input[type="tel"]:disabled,
.super-header input[type="range"]:disabled,
.super-header input[type="date"]:disabled,
.super-header input[type="month"]:disabled,
.super-header input[type="week"]:disabled,
.super-header input[type="time"]:disabled,
.super-header input[type="datetime"]:disabled,
.super-header input[type="datetime-local"]:disabled,
.super-header input[type="color"]:disabled,
.super-header textarea:disabled {
	color: #B3B3B3;
	background-color: #F3F3F2;
	border-color: #B3B3B3;
}

body input[type="text"]:focus-visible,
body input[type="email"]:focus-visible,
body input[type="url"]:focus-visible,
body input[type="password"]:focus-visible,
body input[type="search"]:focus-visible,
body input[type="number"]:not(.input-text):focus-visible,
body input[type="tel"]:focus-visible,
body input[type="range"]:focus-visible,
body input[type="date"]:focus-visible,
body input[type="month"]:focus-visible,
body input[type="week"]:focus-visible,
body input[type="time"]:focus-visible,
body input[type="datetime"]:focus-visible,
body input[type="datetime-local"]:focus-visible,
body input[type="color"]:focus-visible,
body textarea:focus-visible,
.super-header input[type="text"]:focus-visible,
.super-header input[type="email"]:focus-visible,
.super-header input[type="url"]:focus-visible,
.super-header input[type="password"]:focus-visible,
.super-header input[type="search"]:focus-visible,
.super-header input[type="number"]:not(.input-text):focus-visible,
.super-header input[type="tel"]:focus-visible,
.super-header input[type="range"]:focus-visible,
.super-header input[type="date"]:focus-visible,
.super-header input[type="month"]:focus-visible,
.super-header input[type="week"]:focus-visible,
.super-header input[type="time"]:focus-visible,
.super-header input[type="datetime"]:focus-visible,
.super-header input[type="datetime-local"]:focus-visible,
.super-header input[type="color"]:focus-visible,
.super-header textarea:focus-visible {
	outline: none;
}

body textarea,
.super-header textarea {
	width: 100%;
}

body .input-group,
.super-header .input-group {
	position: relative;
}

body .input-group > input,
.super-header .input-group > input {
	width: 100%;
	border: 1px solid #000000;
}

body .input-group .input-button,
.super-header .input-group .input-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #000000;
	border-top: 1px solid #86857D;
	border-right: 1px solid #86857D;
	border-bottom: 1px solid #86857D;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

body .input-group .input-button:hover,
.super-header .input-group .input-button:hover {
	cursor: pointer;
}

body .input-group .input-button i,
.super-header .input-group .input-button i {
	font-size: 28px;
	padding: 0;
	color: #000000;
}

.woocommerce-page input[type="text"]:not([aria-label="Search"]),
.woocommerce-page input[type="email"],
.woocommerce-page input[type="url"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="search"],
.woocommerce-page input[type="number"]:not(.input-text),
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="range"],
.woocommerce-page input[type="date"],
.woocommerce-page input[type="month"],
.woocommerce-page input[type="week"],
.woocommerce-page input[type="time"],
.woocommerce-page input[type="datetime"],
.woocommerce-page input[type="datetime-local"],
.woocommerce-page input[type="color"],
.woocommerce-page textarea {
	padding: 8px;
}

.woocommerce-page .select2-container--default .select2-selection--single {
	border: 1px solid #000000;
	border-radius: 8px;
	height: 35.5px;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #86857D;
	line-height: 35.5px;
}

.hide {
	display: none !important;
}

.hide-visibility {
	visibility: hidden;
}

.show--tablet,
.show--tablet__inline,
.show--desktop {
	display: none;
}

@media (min-width: 768px) {
	.show--tablet {
		display: block;
	}
	.show--tablet__inline {
		display: inline !important;
	}
	.hide--tablet {
		display: none;
	}
}

@media (min-width: 1280px) {
	.show--desktop {
		display: block !important;
	}
	.hide--desktop, .hidden--desktop {
		display: none !important;
	}
}

.underline {
	text-decoration: underline;
}

.naked-link {
	text-decoration: none;
}

.animate-hover {
	position: relative;
	text-decoration: none;
}

.animate-hover:hover::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.site-overlay {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: .3;
	z-index: 9999;
	display: none;
}

.active-overlay .site-overlay {
	display: block;
}

.contained {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 16px;
}

@media (min-width: 1332px) {
	.contained {
		padding: 0;
	}
}

.flex-sections .flex-section {
	padding: 24px 0;
}

@media (min-width: 1280px) {
	.flex-sections .flex-section {
		padding: 40px 0;
	}
}

@media (min-width: 1280px) {
	.flex-sections .flex-section {
		padding-bottom: 80px;
	}
}

.flex-sections > .flex-section {
	padding-top: 48px;
}

@media (min-width: 1280px) {
	.flex-sections > .flex-section {
		padding-top: 80px;
	}
}

.home .flex-sections .flex-section:last-of-type {
	padding-bottom: 0;
}

.image-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-family: object-fit\: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.image-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 100%;
	object-fit: cover;
}

.mobile-search-slide-out {
	background-color: #000000;
	padding: 16px;
	height: 463px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	visibility: hidden;
	backface-visibility: hidden;
	transform: translateY(-100%);
	transition: transform .2s 0s,visibility 0s .2s;
}

.mobile-search-slide-out #mobile-search-close {
	display: block;
	text-align: right;
}

.mobile-search-slide-out #mobile-search-close i {
	font-size: 40px;
	color: #FFFFFF;
}

.mobile-search-slide-out .rufus-text-logo {
	max-width: 248px;
	margin-top: 24px;
}

.mobile-search-slide-out #searchform {
	margin-top: 69px;
}

.mobile-search-active .mobile-search-slide-out {
	visibility: visible;
	transform: translate(0);
	transition: transform .2s 0s,visibility 0s 0s;
}

.super-header {
	background: #1B1B19;
}

@media (min-width: 1280px) {
	.super-header {
		background: #000000;
	}
}

.super-header .super-header--inner {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	height: 56px;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner {
		padding: 14px 16px;
		height: 90px;
		max-width: 1300px;
		margin: 0 auto;
	}
}

@media (min-width: 1332px) {
	.super-header .super-header--inner {
		padding: 0;
	}
}

.super-header .super-header--inner .super-nav {
	display: none;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-nav {
		display: block;
		width: 100%;
	}
	.super-header .super-header--inner .super-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		gap: 70px;
	}
	.super-header .super-header--inner .super-nav ul a {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.2px;
		color: #FFFFFF;
		text-decoration: none;
	}
	.super-header .super-header--inner .super-nav ul a:hover {
		color: #F9E14A;
	}
}

.super-header .super-header--inner .super-header-menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu {
		justify-content: flex-end;
		gap: 48px;
	}
}

.super-header .super-header--inner .super-header-menu i {
	color: #FFFFFF;
	font-size: 40px;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu i {
		font-size: 28px;
	}
}

.super-header .super-header--inner .super-header-menu .left .my-account {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 100%;
}

.super-header .super-header--inner .super-header-menu .right {
	display: flex;
	align-items: center;
	gap: 24px;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu .right {
		gap: 48px;
	}
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu .right #mobile-search-icon {
		display: none;
	}
}

.super-header .super-header--inner .super-header-menu .right .my-cart {
	position: relative;
}

.super-header .super-header--inner .super-header-menu .right .my-cart .cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #33E56C;
	color: #000000;
	height: 26px;
	width: 26px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu .right .my-cart .cart-count {
		top: -1px;
		right: -1px;
		height: 16px;
		width: 16px;
	}
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu .right .mobile-search-icon {
		display: none;
	}
}

.super-header .super-header--inner .super-header-menu .right #searchform {
	display: none;
}

@media (min-width: 1280px) {
	.super-header .super-header--inner .super-header-menu .right #searchform {
		display: block;
	}
	.super-header .super-header--inner .super-header-menu .right #searchform input[type="text"] {
		width: 280px;
	}
	.super-header .super-header--inner .super-header-menu .right #searchform i {
		color: #000000;
	}
}

.site-header {
	background: #000000;
}

.site-header .header--inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 16px;
	max-width: 1300px;
	margin: 0 auto;
}

@media (min-width: 1280px) {
	.site-header .header--inner {
		flex-wrap: wrap;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1332px) {
	.site-header .header--inner {
		padding: 0;
	}
}

.site-header .header--inner .header-logo {
	position: relative;
}

@media (min-width: 1280px) {
	.site-header .header--inner .header-logo {
		width: 100%;
	}
	.site-header .header--inner .header-logo::before, .site-header .header--inner .header-logo::after {
		position: absolute;
		top: 50%;
		overflow: hidden;
		width: 33%;
		height: 2px;
		content: "\a0";
		margin-left: 0;
		background-color: #1B1B19;
		transform: translateY(-50%);
	}
	.site-header .header--inner .header-logo::before {
		left: 0;
		text-align: right;
	}
	.site-header .header--inner .header-logo::after {
		right: 0;
	}
}

.site-header .header--inner .header-logo .rufus-text-logo {
	max-width: 248px;
}

@media (min-width: 1280px) {
	.site-header .header--inner .header-logo .rufus-text-logo {
		max-width: 296px;
		margin: 0 auto;
	}
}

.newsletter-section {
	background: #F9D304;
	padding: 38px 24px;
	position: relative;
}

@media (min-width: 1280px) {
	.newsletter-section {
		padding: 80px 0;
	}
}

.newsletter-section .image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.newsletter-section .image-overlay {
		background-size: cover;
		background-repeat: no-repeat;
		width: 486px;
	}
}

.newsletter-section .contained {
	padding: 0;
	position: relative;
	z-index: 1;
}

.newsletter-section .grid {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 1280px) {
	.newsletter-section .grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 40px;
	}
}

.newsletter-section .grid .display-2 {
	margin-bottom: 14px;
	text-align: center;
}

@media (min-width: 1280px) {
	.newsletter-section .grid .display-2 {
		text-align: left;
		margin: 0;
	}
}

.newsletter-section .grid .h4 {
	margin-bottom: 24px;
	text-align: center;
}

@media (min-width: 1280px) {
	.newsletter-section .grid .h4 {
		text-align: left;
		margin: 0;
	}
}

.newsletter-section .grid form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 1280px) {
	.newsletter-section .grid form {
		align-items: flex-start;
	}
}

.newsletter-section .grid input[type="email"] {
	width: 280px;
	margin-bottom: 24px;
	border: 1px solid #000000;
}

.floating-badge-container {
	position: absolute;
	top: -15px;
	right: -5px;
	height: 72px;
	width: 72px;
	z-index: 10;
}

@media (min-width: 1280px) {
	.floating-badge-container {
		right: -15px;
	}
}

.floating-badge-container .floating-badge {
	background-repeat: no-repeat;
	background-size: 100%;
	animation-name: rotate;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	height: 72px;
	width: 72px;
}

.floating-badge-container i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

.floating-badge-container i.new {
	font-size: 35px;
}

.floating-badge-container .static-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.floating-badge-container .static-text.rare {
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='90' viewBox='0 0 26 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7998 0.600098H17.3498C21.6498 0.600098 24.4998 3.5001 24.4998 7.1001C24.4998 9.5001 23.1998 11.6001 21.0498 12.7001L24.0998 17.4001H17.9998L15.6998 13.5501H7.09979V17.4001H1.7998V0.600098ZM17.3498 8.9501C18.3498 8.9501 19.1998 8.1501 19.1998 7.1001C19.1998 6.0501 18.3498 5.2501 17.3498 5.2501H7.09979V8.9501H17.3498Z' fill='black'/%3E%3Cpath d='M19.3998 38.7501H6.59979L5.89978 41.4001H0.549805L4.99976 24.6001H20.9998L25.4498 41.4001H20.0998L19.3998 38.7501ZM18.1498 34.0501L16.8998 29.2501H8.99976L7.74976 34.0501H18.1498Z' fill='black'/%3E%3Cpath d='M1.7998 48.6001H17.3498C21.6498 48.6001 24.4998 51.5001 24.4998 55.1001C24.4998 57.5001 23.1998 59.6001 21.0498 60.7001L24.0998 65.4001H17.9998L15.6998 61.5501H7.09979V65.4001H1.7998V48.6001ZM17.3498 56.9501C18.3498 56.9501 19.1998 56.1501 19.1998 55.1001C19.1998 54.0501 18.3498 53.2501 17.3498 53.2501H7.09979V56.9501H17.3498Z' fill='black'/%3E%3Cpath d='M8.24969 77.1501V78.8501H21.4497V83.2001H8.24969V84.8501H23.0497V89.4001H2.94971V72.6001H23.0497V77.1501H8.24969Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	height: 55px;
	width: 16px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.floating-badge-container .static-text.sale {
	background-image: url("data:image/svg+xml,%3Csvg width='98' height='23' viewBox='0 0 98 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98 0H0V23H98V0Z' fill='white'/%3E%3Cpath d='M22.8225 14.8106C22.8225 18.5848 20.1612 21.1493 14.016 21.1493H10.145C2.83857 21.1493 1.62891 17.0848 1.62891 14.6171H7.38697C7.53213 15.5364 8.64503 16.0203 10.4837 16.0203H14.016C16.0966 16.0203 16.9192 15.5848 16.9192 14.9074C16.9192 14.3751 16.4837 13.9397 15.1289 13.9397H8.69341C4.14502 13.9397 1.87084 11.859 1.87084 8.61708C1.87084 5.42353 3.95148 2.27837 10.387 2.22998H14.1128C21.516 2.22998 22.4354 6.82676 22.4354 8.56869H16.6773C16.5805 7.7945 15.8547 7.16546 13.9676 7.16546H10.4354C8.25795 7.16546 7.77406 7.74611 7.77406 8.32676C7.77406 8.85902 8.20955 9.2945 9.37084 9.2945H16.2418C20.5483 9.34289 22.8225 11.5687 22.8225 14.8106Z' fill='black'/%3E%3Cpath d='M43.6773 17.9559H33.2257L32.4515 20.8592H26.645L31.4837 2.56885H45.4192L50.2579 20.8592H44.4515L43.6773 17.9559ZM42.3708 12.8753L41.016 7.60111H35.9353L34.5805 12.8753H42.3708Z' fill='black'/%3E%3Cpath d='M72.7098 15.8269V20.8592H54.9033V2.56885H60.6614V15.8269H72.7098Z' fill='black'/%3E%3Cpath d='M83.4514 7.55272V9.39143H94.2901V14.1334H83.4514V15.8753H96.0805V20.8592H77.6934V2.56885H96.0805V7.55272H83.4514Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	height: 15px;
	width: 57px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

@keyframes rotate {
	0% {
		transform: rotate(-360deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.hero-with-image-content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hero-with-image-content img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-with-image-content .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	opacity: 0.2;
}

.hero-with-image-content .content-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 8px;
}

.hero-with-image-content .content-overlay .heading {
	font-family: "ChaneyUltraExtended";
	font-size: 32.4px;
	line-height: 36px;
	letter-spacing: 0.324px;
	margin-bottom: 24px;
	color: #FFFFFF;
}

@media (min-width: 1280px) {
	.hero-with-image-content .content-overlay .heading {
		font-size: 52px;
		line-height: 56px;
		margin-bottom: 32px;
	}
}

.hero-with-image-content .content-overlay .subheading {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 0.12px;
	margin-bottom: 24px;
	color: #FFFFFF;
}

@media (min-width: 1280px) {
	.hero-with-image-content .content-overlay .subheading {
		font-size: 44px;
		line-height: 48px;
		font-weight: 700;
		letter-spacing: -0.44px;
		margin-bottom: 96px;
	}
}

.rotating-text {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 48px;
	--offset: 1vw;
	--move-initial: calc(-25% + var(--offset));
	--move-final: calc(-50% + var(--offset));
	counter-reset: menu;
	position: relative;
	overflow: hidden;
}

.marquee {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100vw;
	overflow: hidden;
	pointer-events: none;
}

.marquee__inner {
	width: fit-content;
	display: flex;
	align-items: center;
	position: relative;
	transform: translate3d(var(--move-initial), 0, 0);
	animation: marquee 120s linear infinite;
	animation-play-state: paused;
	opacity: 0;
	transition: opacity 0.1s;
}

.marquee .marquee__inner {
	animation-play-state: running;
	opacity: 1;
	transition-duration: 0.4s;
}

.marquee span {
	text-align: center;
	white-space: nowrap;
	font-family: "ChaneyRegular";
	font-size: 24px;
	letter-spacing: 1.44px;
	padding-right: 25px;
	display: flex;
	align-items: center;
	color: #363532;
}

@media (min-width: 1280px) {
	.marquee span {
		padding-right: 64px;
	}
}

.marquee span i {
	color: #363532;
	padding-left: 25px;
}

@media (min-width: 1280px) {
	.marquee span i {
		padding-left: 64px;
	}
}

.marquee span:nth-of-type(odd) {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #363532;
}

@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial), 0, 0);
	}
	100% {
		transform: translate3d(var(--move-final), 0, 0);
	}
}

.featured-products .display-3 {
	color: #000000;
	margin-bottom: 13px;
	text-align: center;
}

.featured-products .h4 {
	font-size: 21.6px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: -0.108px;
	color: #000000;
	margin-bottom: 25px;
	text-align: center;
}

.featured-products .products-slider {
	padding-top: 15px;
	padding-bottom: 41px;
}

.featured-products .products-slider .swiper-wrapper .product-slide {
	max-width: 176px;
	margin-bottom: 32px;
}

@media (min-width: 1280px) {
	.featured-products .products-slider .swiper-wrapper .product-slide {
		max-width: 290px;
	}
}

.featured-products .products-slider .swiper-wrapper .product-slide .media-wrapper {
	padding: 8px;
	overflow: hidden;
	border-bottom: 1px solid #E7E7E5;
}

.featured-products .products-slider .swiper-wrapper .product-slide .media-wrapper img {
	transition: transform 0.3s ease-out;
}

.featured-products .products-slider .swiper-wrapper .product-slide .product-details {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 8px 8px 10px;
}

.featured-products .products-slider .swiper-wrapper .product-slide .product-details .h5 {
	font-size: 16.2px;
	font-weight: 700;
	line-height: 21.6px;
	letter-spacing: -0.081px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.featured-products .products-slider .swiper-wrapper .product-slide .product-details .sale-price {
	font-size: 21.6px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: -0.108px;
	color: #363532;
}

.featured-products .products-slider .swiper-wrapper .product-slide .product-details .regular-price {
	font-size: 16.2px;
	font-weight: 700;
	line-height: 21.6px;
	letter-spacing: 0.162px;
	text-decoration: line-through;
	color: #86857D;
}

.featured-products .products-slider .swiper-wrapper .product-slide > a {
	display: block;
	border: 1px solid #E7E7E5;
	box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.08);
}

.featured-products .products-slider .swiper-wrapper .product-slide > a:hover {
	box-shadow: 3px 3px 18px 1px rgba(0, 0, 0, 0.16);
}

.featured-products .products-slider .swiper-wrapper .product-slide > a:hover .media-wrapper img {
	transform: scale(1.1);
}

.featured-products .swiper-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.featured-products .swiper-buttons .swiper-button {
	background-color: #E7E7E5;
	border-radius: 8px;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 3s ease-out;
}

.featured-products .swiper-buttons .swiper-button::after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 28px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform 0.2s ease-out;
}

.featured-products .swiper-buttons .swiper-button.swiper-button-prev-custom::after {
	content: "\e903";
}

.featured-products .swiper-buttons .swiper-button.swiper-button-next-custom::after {
	content: "\e905";
}

.featured-products .swiper-buttons .swiper-button:hover {
	cursor: pointer;
	background-color: #CFCECB;
	transition: background-color 0.2s ease-out;
}

.featured-products .swiper-buttons .swiper-button:hover.swiper-button-prev-custom::after {
	transform: translateX(-2px);
}

.featured-products .swiper-buttons .swiper-button:hover.swiper-button-next-custom::after {
	transform: translateX(2px);
}

.featured-items .items-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

@media (min-width: 768px) {
	.featured-items .items-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1280px) {
	.featured-items .items-container {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 9px;
	}
}

.featured-items .items-container .item {
	position: relative;
	box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.08);
	z-index: 999;
}

.featured-items .items-container .item:hover img {
	transform: scale(1.1);
}

.featured-items .items-container .item:hover .image-overlay {
	background-color: #F9D304;
	opacity: 0.5;
}

.featured-items .items-container .item:hover .content-overlay .display-3 {
	color: #F9D304;
}

.featured-items .items-container .item .image-container {
	overflow: hidden;
}

.featured-items .items-container .item img {
	transition: transform 0.3s ease-out;
}

.featured-items .items-container .item .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #CFCECB;
	opacity: 0.2;
	mix-blend-mode: multiply;
}

.featured-items .items-container .item .content-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 13px;
}

.featured-items .items-container .item .content-overlay .display-3 {
	font-family: "ChaneyUltraExtended";
	text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.08);
	color: #FFFFFF;
	transition: color 0.3s ease-out;
}

.two-columns-image-text .block-sections {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media (min-width: 768px) {
	.two-columns-image-text .block-sections {
		gap: 0;
	}
}

.two-columns-image-text .block-sections .single-section {
	position: relative;
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .single-section {
		padding: 40px 0;
	}
}

@media (min-width: 768px) {
	.two-columns-image-text .block-sections .single-section.layout-two .content-container {
		order: -1;
		margin-left: auto;
	}
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .single-section.layout-two .content-container {
		padding: 10px 100px 10px 0;
	}
}

.two-columns-image-text .block-sections .single-section:last-of-type .section-divider {
	display: none !important;
}

.two-columns-image-text .block-sections .single-section .section-divider {
	display: none;
	position: relative;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	z-index: 1;
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .single-section .section-divider {
		display: block;
	}
	.two-columns-image-text .block-sections .single-section .section-divider i {
		font-size: 48px;
	}
}

.two-columns-image-text .block-sections .single-section .section-divider::before, .two-columns-image-text .block-sections .single-section .section-divider::after {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 48%;
	height: 2px;
	content: "\a0";
	margin-left: 0;
	background-color: #000000;
	transform: translateY(-50%);
}

.two-columns-image-text .block-sections .single-section .section-divider::before {
	left: 0;
	text-align: right;
}

.two-columns-image-text .block-sections .single-section .section-divider::after {
	right: 0;
}

@media (min-width: 768px) {
	.two-columns-image-text .block-sections .single-section--inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}

.two-columns-image-text .block-sections .content-container {
	padding: 35px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 768px) {
	.two-columns-image-text .block-sections .content-container {
		padding: 20px;
		max-width: 526px;
	}
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .content-container {
		padding: 10px 0 10px 100px;
	}
}

.two-columns-image-text .block-sections .content-container .display-2 {
	font-family: "ChaneyExtended";
	font-size: 39.6px;
	line-height: 43.2px;
	letter-spacing: 0.198px;
	word-wrap: break-word;
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .content-container .display-2 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 0.2px;
	}
}

.two-columns-image-text .block-sections .content-container .h4 {
	font-size: 21.6px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: -0.108px;
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .content-container .h4 {
		font-size: 24px;
		font-weight: 800;
		line-height: 30px;
		letter-spacing: 0.12px;
	}
}

.two-columns-image-text .block-sections .content-container .content {
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.2px;
	margin-bottom: 3px;
}

@media (min-width: 1280px) {
	.two-columns-image-text .block-sections .content-container .content {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0.2px;
		margin-bottom: 12px;
	}
}

.image-with-videos .section-content {
	position: relative;
	padding: 80px 8px;
}

@media (min-width: 1280px) {
	.image-with-videos .section-content {
		padding: 120px 0;
	}
}

.image-with-videos .section-content .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	opacity: 0.8;
}

.image-with-videos .section-content .svg-overlay {
	position: absolute;
	top: 40px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='428' height='772' viewBox='0 0 428 772' fill='none'%3E%3Cpath d='M195.108 0H433.446L270.81 268.703H471.297L-32 772L153.374 386H-5.51796L195.108 0Z' fill='%23363532'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.image-with-videos .section-content .svg-overlay {
		background-size: contain;
		top: 70px;
	}
}

.image-with-videos .section-content .content-overlay {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
}

.image-with-videos .section-content .content-overlay .display-3 {
	font-family: "ChaneyWide";
	font-size: 32.4px;
	line-height: 36px;
	letter-spacing: 0.324px;
	margin-bottom: 25px;
	color: #FFFFFF;
}

@media (min-width: 1280px) {
	.image-with-videos .section-content .content-overlay .display-3 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 0.2px;
		margin-bottom: 33px;
	}
}

.image-with-videos .section-content .content-overlay .h4 {
	color: #FAE563;
}

@media (min-width: 1280px) {
	.image-with-videos .section-content .content-overlay .h4 {
		font-size: 24px;
		font-weight: 800;
		line-height: 30px;
		letter-spacing: 0.12px;
	}
}

.image-with-videos .section-content .content-overlay .videos-container {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.image-with-videos .section-content .content-overlay .videos-container {
		flex-direction: row;
	}
}

@media (min-width: 1280px) {
	.image-with-videos .section-content .content-overlay .videos-container {
		margin-top: 35px;
	}
}

.image-with-videos .video-wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.image-with-videos .video-thumbnail {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.image-with-videos .play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	background-color: rgba(255, 0, 0, 0.8);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.image-with-videos .play-button-overlay::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid white;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left: 4px;
}

.image-with-videos .video-wrapper:hover .play-button-overlay {
	opacity: 0.9;
}

.page-hero .hero-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
}

@media (min-width: 1280px) {
	.page-hero .hero-content {
		display: none;
	}
}

.page-hero .hero-content .content-overlay {
	position: relative;
}

.page-hero .hero-content .content-overlay .display-2 {
	color: #FFFFFF;
}

.page-hero .image-container {
	display: none;
	max-height: 320px;
}

@media (min-width: 1280px) {
	.page-hero .image-container {
		display: block;
		background-color: #1B1B19;
	}
}

.page-hero .image-container img {
	max-width: 1320px;
	margin: 0 auto;
}

.page-hero .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	opacity: 0.2;
}

.page-hero .gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 49.88%);
	opacity: 0.2;
}

.page-hero .section-content .section-content--inner {
	padding: 64px 52px;
}

@media (min-width: 1280px) {
	.page-hero .section-content .section-content--inner {
		padding: 80px 0 116px;
		max-width: 866px;
		margin: 0 auto;
	}
}

.page-hero .section-content .display-2 {
	display: none;
}

@media (min-width: 1280px) {
	.page-hero .section-content .display-2 {
		display: block;
		margin-bottom: 39px;
	}
}

.page-hero .section-content .rte * {
	font-size: 21.6px;
	line-height: 32.4px;
	letter-spacing: 0.216px;
}

@media (min-width: 1280px) {
	.page-hero .section-content .rte * {
		font-size: 24x;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
}

.technicians-section {
	max-width: 1300px;
	margin: 0 auto;
}

.technicians-section .h2 {
	padding: 0 12px;
	margin-bottom: 13px;
}

@media (min-width: 1280px) {
	.technicians-section .h2 {
		padding: 0 108px;
		margin-bottom: 32px;
	}
}

.technicians-section .locations {
	display: flex;
	flex-direction: column;
	gap: 49px;
}

.technicians-section .locations .single-location .h3 {
	padding: 0 12px;
	margin-bottom: 25px;
}

@media (min-width: 1280px) {
	.technicians-section .locations .single-location .h3 {
		padding: 0 108px;
		margin-bottom: 32px;
	}
}

.technicians-section .locations .single-location .technicians {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
}

@media (min-width: 768px) {
	.technicians-section .locations .single-location .technicians {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}
}

.technicians-section .locations .single-location .technicians .technician-container .image-wrapper {
	height: 208px;
}

.technicians-section .locations .single-location .technicians .technician-container .image-wrapper .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #F9E14A;
	opacity: 0.5;
	mix-blend-mode: multiply;
	visibility: hidden;
	transition: visibility 0.1s ease-out;
}

@media (min-width: 1280px) {
	.technicians-section .locations .single-location .technicians .technician-container .image-wrapper {
		height: 320px;
	}
}

.technicians-section .locations .single-location .technicians .technician-container .image-wrapper img {
	object-position: top center;
}

.technicians-section .locations .single-location .technicians .technician-container .details {
	background: #FFFFFF;
	mix-blend-mode: multiply;
	box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.1s ease-out;
}

.technicians-section .locations .single-location .technicians .technician-container .details .details--inner {
	padding: 24px 12px 52px;
}

@media (min-width: 1280px) {
	.technicians-section .locations .single-location .technicians .technician-container .details .details--inner {
		padding: 24px 0 40px;
		max-width: 416px;
		margin: 0 auto;
		min-height: 340px;
	}
}

.technicians-section .locations .single-location .technicians .technician-container .details .display-3 {
	font-family: "ChaneyExtended";
	margin-bottom: 24px;
	transition: color 0.1s ease-out;
}

.technicians-section .locations .single-location .technicians .technician-container:hover .image-overlay {
	visibility: visible;
}

.technicians-section .locations .single-location .technicians .technician-container:hover .details {
	box-shadow: 3px 3px 18px 1px rgba(0, 0, 0, 0.16);
}

.technicians-section .locations .single-location .technicians .technician-container:hover .display-3 {
	color: #F9E14A;
}

.instructors-section {
	max-width: 1300px;
	margin: 0 auto;
}

.instructors-section .h2 {
	padding: 0 12px;
	margin-bottom: 32px;
}

@media (min-width: 1280px) {
	.instructors-section .h2 {
		padding: 0 108px;
		margin-bottom: 72px;
	}
}

.instructors-section .location-nav {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	margin-bottom: 40px;
}

@media (min-width: 1280px) {
	.instructors-section .location-nav {
		padding: 0;
	}
}

.instructors-section .location-nav .location {
	width: 100%;
	padding: 8px 6px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	transition: background-color 0.2s ease-out;
}

.instructors-section .location-nav .location:hover {
	cursor: pointer;
	background-color: #E7E7E5;
}

@media (min-width: 1280px) {
	.instructors-section .location-nav .location {
		padding: 8px 16px;
	}
}

.instructors-section .location-nav .location.is--active {
	background-color: #000000;
	color: #F9E14A;
}

.instructors-section .locations {
	display: flex;
	flex-direction: column;
	gap: 49px;
}

.instructors-section .locations .single-location {
	display: none;
}

.instructors-section .locations .single-location.is--active {
	display: block;
}

.instructors-section .locations .single-location .instructors {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 48px;
}

@media (min-width: 768px) {
	.instructors-section .locations .single-location .instructors {
		grid-template-columns: 1fr 1fr;
		row-gap: 40px;
	}
}

@media (min-width: 1280px) {
	.instructors-section .locations .single-location .instructors {
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 80px;
	}
}

.instructors-section .locations .single-location .instructors .instructor-container {
	position: relative;
	height: 440px;
}

.instructors-section .locations .single-location .instructors .instructor-container .image-wrapper {
	height: 208px;
}

.instructors-section .locations .single-location .instructors .instructor-container .image-wrapper .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #F9E14A;
	opacity: 0.5;
	mix-blend-mode: multiply;
	visibility: hidden;
	transition: visibility 0.1s ease-out;
}

@media (min-width: 1280px) {
	.instructors-section .locations .single-location .instructors .instructor-container .image-wrapper {
		height: 210px;
	}
}

.instructors-section .locations .single-location .instructors .instructor-container .image-wrapper img {
	object-position: top center;
}

.instructors-section .locations .single-location .instructors .instructor-container .details {
	background: #FFFFFF;
	mix-blend-mode: multiply;
	box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.1s ease-out;
	position: absolute;
	left: 0;
	right: 0;
	height: 230px;
}

.instructors-section .locations .single-location .instructors .instructor-container .details .details--inner {
	padding: 24px 12px 12px;
}

.instructors-section .locations .single-location .instructors .instructor-container .details .display-3 {
	font-family: "ChaneyExtended";
	margin-bottom: 24px;
	transition: color 0.1s ease-out;
}

.instructors-section .locations .single-location .instructors .instructor-container .details .biography {
	margin-top: 24px;
	margin-bottom: 48px;
	display: none;
}

.instructors-section .locations .single-location .instructors .instructor-container .details .btn {
	position: absolute;
	left: 12px;
	right: 12px;
	width: auto;
	bottom: 12px;
	text-transform: uppercase;
}

.instructors-section .locations .single-location .instructors .instructor-container .details .btn::after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e901";
	font-size: 28px;
	padding-left: 12px;
}

.instructors-section .locations .single-location .instructors .instructor-container:hover .image-overlay {
	visibility: visible;
}

.instructors-section .locations .single-location .instructors .instructor-container:hover .details {
	box-shadow: 3px 3px 18px 1px rgba(0, 0, 0, 0.16);
}

.instructors-section .locations .single-location .instructors .instructor-container:hover .display-3 {
	color: #F9E14A;
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded {
	z-index: 2;
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded .details {
	height: auto;
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded .details .details--inner {
	margin-bottom: 48px;
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded .details .details--inner .biography {
	visibility: visible;
	height: auto;
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded .details .details--inner .btn span {
	display: none;
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded .details .details--inner .btn::before {
	content: "COLLAPSE";
}

.instructors-section .locations .single-location .instructors .instructor-container.is--expanded .details .details--inner .btn::after {
	content: "\e906";
}

.divider {
	position: relative;
}

.divider .contained {
	position: relative;
}

.divider .section-divider {
	text-align: center;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 0;
	display: block;
}

@media (min-width: 1280px) {
	.divider .section-divider {
		left: 0;
		right: 0;
	}
}

.divider .section-divider i {
	font-size: 48px;
}

.divider .section-divider::before, .divider .section-divider::after {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 45%;
	height: 2px;
	content: "\a0";
	margin-left: 0;
	background-color: #000000;
	transform: translateY(-50%);
}

.divider .section-divider::before {
	left: 0;
	text-align: right;
}

.divider .section-divider::after {
	right: 0;
}

.text-section .text-contained {
	padding: 0 12px;
	max-width: 856px;
	margin: 0 auto;
}

@media (min-width: 1280px) {
	.text-section .text-contained {
		padding: 0;
	}
}

.text-section .text-contained .rte p {
	margin-bottom: 43px;
}

.store-locations {
	margin-bottom: 120px;
}

@media (min-width: 1280px) {
	.store-locations {
		max-width: 1300px;
		margin: 0 auto 120px;
	}
}

.store-locations .heading {
	padding: 0 12px;
}

@media (min-width: 1280px) {
	.store-locations .heading {
		padding: 0;
	}
}

.store-locations .heading p {
	font-size: 21.6px;
	line-height: 32.4px;
	letter-spacing: 0.2px;
}

@media (min-width: 1280px) {
	.store-locations .heading p {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
}

.store-locations .locations-container .single-location .section-divider {
	margin: 50px 12px 12px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 1;
}

.store-locations .locations-container .single-location .section-divider i {
	font-size: 48px;
}

@media (min-width: 1280px) {
	.store-locations .locations-container .single-location .section-divider {
		margin: 50px 0;
	}
}

.store-locations .locations-container .single-location .section-divider::before, .store-locations .locations-container .single-location .section-divider::after {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 45%;
	height: 2px;
	content: "\a0";
	margin-left: 0;
	background-color: #000000;
	transform: translateY(-50%);
}

@media (min-width: 1280px) {
	.store-locations .locations-container .single-location .section-divider::before, .store-locations .locations-container .single-location .section-divider::after {
		width: 48%;
	}
}

.store-locations .locations-container .single-location .section-divider::before {
	left: 0;
	text-align: right;
}

.store-locations .locations-container .single-location .section-divider::after {
	right: 0;
}

.store-locations .locations-container .location-details {
	padding: 0 12px;
	text-align: center;
}

@media (min-width: 1280px) {
	.store-locations .locations-container .location-details {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: 24px;
		padding: 0;
	}
}

@media (min-width: 1280px) {
	.store-locations .locations-container .location-details .display-2 {
		grid-row: 1;
		grid-column: 1 / span 12;
		margin-bottom: 39px;
	}
}

.store-locations .locations-container .location-details .address, .store-locations .locations-container .location-details .hours-of-operation {
	font-size: 21.6px;
	line-height: 32.4px;
	letter-spacing: 0.2px;
}

@media (min-width: 1280px) {
	.store-locations .locations-container .location-details .address, .store-locations .locations-container .location-details .hours-of-operation {
		text-align: left;
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
}

@media (min-width: 1280px) {
	.store-locations .locations-container .location-details .address {
		grid-row: 2;
		grid-column: 4 / span 2;
	}
}

@media (min-width: 1280px) {
	.store-locations .locations-container .location-details .hours-of-operation {
		grid-row: 2;
		grid-column: 7 / span 2;
	}
}

.store-locations .locations-container .store-images {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images {
		grid-template-columns: repeat(12, 1fr);
	}
}

.store-locations .locations-container .store-images .exterior-store {
	grid-column: 1 / span 4;
	grid-row: 1;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .exterior-store {
		grid-column: 1 / span 6;
		grid-row: 1 / span 2;
	}
}

.store-locations .locations-container .store-images .interior-store-one {
	grid-column: 1 / span 4;
	grid-row: 2;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .interior-store-one {
		grid-column: 7 / span 3;
		grid-row: 1;
	}
}

.store-locations .locations-container .store-images .interior-store-two {
	grid-column: 1 / span 3;
	grid-row: 3;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .interior-store-two {
		grid-column: 7 / span 2;
		grid-row: 2;
	}
}

.store-locations .locations-container .store-images .bolt {
	height: 28px;
	width: 28px;
	background-color: #F9E14A;
	display: none;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .bolt {
		display: flex;
		grid-column: 9 / span 1;
		grid-row: 2;
		width: 100%;
		height: 100%;
		max-height: 102px;
	}
}

.store-locations .locations-container .store-images .bolt i {
	font-size: 16px;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .bolt i {
		font-size: 56px;
	}
}

.store-locations .locations-container .store-images .mobile-map-image {
	grid-column: 4;
	grid-row: 3;
	padding-right: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .mobile-map-image {
		display: none;
	}
}

.store-locations .locations-container .store-images .mobile-map-image .bolt {
	display: flex;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .mobile-map-image .bolt {
		display: none;
	}
}

.store-locations .locations-container .store-images .map {
	display: none;
}

@media (min-width: 768px) {
	.store-locations .locations-container .store-images .map {
		display: block;
		grid-column: 10 / span 3;
		grid-row: 1 / span 2;
		max-height: 320px;
		overflow: hidden;
	}
}

.about-images {
	margin: 64px 0;
}

@media (min-width: 1280px) {
	.about-images {
		max-width: 1300px;
		margin: 80px auto 120px;
	}
}

.about-images .heading {
	padding: 0 12px;
	margin-bottom: 23px;
}

@media (min-width: 1280px) {
	.about-images .heading {
		padding: 0;
	}
}

.about-images .heading p {
	font-size: 21.6px;
	line-height: 32.4px;
	letter-spacing: 0.2px;
}

@media (min-width: 1280px) {
	.about-images .heading p {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
}

@media (min-width: 768px) {
	.about-images .images-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

@media (min-width: 1280px) {
	.main-navigation {
		width: 100%;
	}
}

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

@media (max-width: 1280px) {
	.main-navigation ul ul.sub-menu {
		display: none;
		padding: 0 15px;
	}
	.main-navigation ul ul.sub-menu.is--active {
		display: block;
	}
	.main-navigation ul ul.sub-menu a {
		font-size: 16px;
		line-height: 21px;
		font-weight: 700;
	}
	.main-navigation ul ul.sub-menu a::after {
		content: "";
	}
}

@media (min-width: 1280px) {
	.main-navigation ul ul.sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: calc(100% - -8px);
		left: -999em;
		z-index: 99999;
		flex-direction: column;
		background: #000000;
		padding: 15px;
	}
}

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

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

@media (min-width: 1280px) {
	.main-navigation ul ul.sub-menu li {
		padding-top: 0;
		padding-bottom: 0;
		border: none;
	}
}

.main-navigation ul ul.sub-menu li:last-of-type {
	padding-bottom: 0;
}

.main-navigation ul ul.sub-menu li a {
	font-family: "Archivo", sans-serif;
}

@media (min-width: 1280px) {
	.main-navigation ul ul.sub-menu li:hover > ul,
	.main-navigation ul ul.sub-menu li.focus > ul {
		display: block;
		left: auto;
	}
}

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

@media (min-width: 1280px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
}

.main-navigation li {
	position: relative;
}

@media (max-width: 1280px) {
	.main-navigation li {
		padding: 10.5px 0;
	}
}

@media (min-width: 1280px) {
	.main-navigation li {
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 8px solid #000000;
		-o-transition: .25s;
		-ms-transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
		transition: .25s;
	}
	.main-navigation li:hover {
		border-color: #F9E14A;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: "Archivo", sans-serif;
	font-size: 21.6px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 27px;
	color: #000000;
}

@media (max-width: 1280px) {
	.main-navigation a {
		display: flex;
		align-items: center;
		gap: 16px;
	}
	.main-navigation a::after {
		font-family: 'icomoon' !important;
		content: "\e905";
		font-size: 28px;
	}
}

@media (min-width: 1280px) {
	.main-navigation a {
		font-size: 14px;
		line-height: 15px;
		color: #FFFFFF;
	}
	.main-navigation a:hover {
		color: #F9E14A;
	}
}

.main-navigation.toggled .mobile-menu-container {
	visibility: visible;
	transform: translate(0);
	transition: transform .2s 0s,visibility 0s 0s;
}

.main-navigation .mobile-top {
	display: none;
}

@media (max-width: 1280px) {
	.main-navigation .mobile-menu-container {
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 95%;
		height: 100%;
		visibility: hidden;
		backface-visibility: hidden;
		transform: translate(100%);
		transition: transform .2s 0s,visibility 0s .2s;
		background: #F9E14A;
	}
	.main-navigation .mobile-menu-container .mobile-menu-container--inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: -webkit-transform .3s;
		-moz-transition: -moz-transform .3s;
		transition: transform .3s;
		padding-top: 0;
	}
}

@media (max-width: 1280px) and (max-width: 1280px) {
	.main-navigation .mobile-menu-container .mobile-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 24px;
		background: #FBE97B;
	}
	.main-navigation .mobile-menu-container .mobile-top .rufus-text-logo {
		max-width: 248px;
	}
	.main-navigation .mobile-menu-container .mobile-top .rufus-text-logo a:after {
		content: "";
	}
	.main-navigation .mobile-menu-container .mobile-top i {
		font-size: 28px;
	}
	.main-navigation .mobile-menu-container .mobile-top i:hover {
		cursor: pointer;
	}
}

@media (max-width: 1280px) {
	.main-navigation .mobile-menu-container ul#primary-menu {
		padding: 24px;
	}
}

.main-navigation .mobile-subnav {
	display: none;
}

@media (max-width: 1280px) {
	.main-navigation .mobile-subnav {
		display: block;
		padding: 0 24px;
	}
	.main-navigation .mobile-subnav li {
		padding: 12px 0;
	}
	.main-navigation .mobile-subnav li a {
		font-family: "Archivo", sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 21.6px;
	}
	.main-navigation .mobile-subnav li a::after {
		content: "";
	}
}

.main-navigation .menu-socials {
	display: none;
}

@media (max-width: 1280px) {
	.main-navigation .menu-socials {
		display: flex;
		gap: 24px;
		padding: 66px 16px;
	}
	.main-navigation .menu-socials i {
		color: #000000;
		font-size: 24px;
	}
	.main-navigation .menu-socials a::after {
		content: "";
	}
}

.main-navigation .icon-lightning-dark {
	font-size: 40px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: none;
}

.active-overlay .main-navigation .icon-lightning-dark {
	display: block;
}

/* Small menu. */
.menu-toggle {
	background: none !important;
	padding: 0;
	border-radius: none;
	line-height: normal;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.menu-toggle i {
	font-size: 40px;
	color: #FFFFFF;
}

.menu-toggle:hover {
	cursor: pointer;
}

.menu-toggle:hover i {
	color: #F9E14A;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media (min-width: 1280px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: space-between;
		gap: 15px;
	}
}

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

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

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

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

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

.post .display-2 {
	text-align: center;
	margin-bottom: 64px;
}

@media (min-width: 1280px) {
	.post .display-2 {
		text-align: left;
		margin-bottom: 23px;
	}
}

.post p {
	font-size: 10.8px;
	line-height: 14.4px;
	letter-spacing: 0.108px;
	margin-bottom: 40px;
}

@media (min-width: 1280px) {
	.post p {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0.2px;
		margin-bottom: 45px;
	}
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family: "Archivo", sans-serif;
	margin-bottom: 15px;
}

.post h3 {
	font-size: 25.4px;
	font-weight: 800;
	line-height: 32.4px;
	letter-spacing: -0.127px;
}

@media (min-width: 1280px) {
	.post h3 {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0.14px;
	}
}

.post h4 {
	font-size: 21.6px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: -0.108px;
}

@media (min-width: 1280px) {
	.post h4 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.12px;
	}
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
	margin: 0 0 0.5em;
}

#page {
	position: relative;
}

@media (min-width: 1280px) {
	#page {
		padding-bottom: 40px;
	}
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 64px 0 0;
}

@media (min-width: 1280px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 80px 0;
	}
}

.entry-content p {
	margin: 1.5em 0;
}

.entry-content .wp-block-image img {
	width: 100%;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page .content-grid {
	max-width: 856px;
	margin: 0 auto;
}

.page .content-grid .column-sidebar {
	display: flex;
	gap: 20px;
	order: 2;
	margin: 0 0 64px;
}

@media (min-width: 768px) {
	.page .content-grid .column-sidebar {
		order: -1;
		margin: 64px 0 0;
		flex-direction: column;
	}
}

@media (min-width: 1280px) {
	.page .content-grid .column-sidebar {
		margin: 80px 0;
	}
}

@media (min-width: 768px) {
	.page .content-grid .column-sidebar img {
		width: 100%;
	}
}

.woocommerce-page .column-content ul {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-page .column-content ul a {
	text-decoration: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: #000000;
	color: #FFFFFF;
	padding: 64px 12px 12px;
}

@media (min-width: 1280px) {
	.site-footer {
		padding: 80px 0 45px;
	}
}

.site-footer .footer-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	max-width: 1300px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.site-footer .footer-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1280px) {
	.site-footer .footer-inner {
		grid-template-columns: repeat(12, 1fr);
		gap: 20px;
		row-gap: 61px;
	}
}

.site-footer .rufus-logo {
	max-width: 96px;
	grid-column: 1 / span 1;
	grid-row: 1;
}

@media (min-width: 1280px) {
	.site-footer .rufus-logo {
		display: flex;
		max-width: 128px;
		grid-column: 1 / span 3;
		grid-row: 1;
	}
}

.site-footer .footer-socials {
	display: flex;
	gap: 24px;
	grid-column: 2;
	grid-row: 1;
}

.site-footer .footer-socials i {
	font-size: 24px;
}

@media (min-width: 768px) {
	.site-footer .footer-socials {
		align-items: flex-end;
	}
}

@media (min-width: 1280px) {
	.site-footer .footer-socials {
		grid-column: 4 / span 3;
		grid-row: 1;
	}
}

.site-footer .footer-menus {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	grid-column: 1 / span 2;
	grid-row: 2;
}

@media (min-width: 1280px) {
	.site-footer .footer-menus {
		grid-column: 1 / span 6;
		grid-row: 2;
	}
}

.site-footer .footer-menus .title {
	font-size: 14.4px;
	font-weight: 700;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	color: #F9E14A;
}

@media (min-width: 1280px) {
	.site-footer .footer-menus .title {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0.2px;
	}
}

.site-footer .footer-menus ul {
	padding: 0 0 0 0;
	margin: 16px 0 0 12px;
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 11 13' fill='none'%3E%3Cpath d='M7.62682 12.5841C3.68759 11.1604 1.24624 9.11585 0.363786 7.10605C-0.796116 4.46435 2.03876 2.62809 4.04513 1.72227C6.03375 0.82447 9.32077 -0.0304425 10.454 2.5506C11.3365 4.5604 10.2306 9.77788 9.51874 11.73C9.1189 12.7862 8.75853 12.9489 7.62682 12.5841Z' fill='%23363532'/%3E%3C/svg%3E");
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 1280px) {
	.site-footer .footer-menus ul {
		margin-top: 24px;
	}
}

.site-footer .footer-menus ul li {
	padding-left: 14px;
}

.site-footer .footer-menus ul li a {
	font-size: 14.4px;
	font-weight: 400;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	color: #FFFFFF;
	text-decoration: none;
}

.site-footer .footer-menus ul li a:hover {
	color: #F9E14A;
}

@media (min-width: 1280px) {
	.site-footer .footer-menus ul li a {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0.2px;
	}
}

.site-footer .additional-text {
	display: none;
	font-family: "ChaneyRegular";
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.28px;
	color: #363532;
}

@media (min-width: 768px) {
	.site-footer .additional-text {
		display: flex;
		align-items: flex-end;
	}
}

@media (min-width: 1280px) {
	.site-footer .additional-text {
		font-size: 28px;
		line-height: 36px;
		grid-column: 7 / span 6;
		grid-row: 1;
	}
	.site-footer .additional-text i {
		font-size: 48px;
	}
}

.site-footer .map-content {
	grid-column: 1 / span 2;
	grid-row: 3;
}

@media (min-width: 768px) {
	.site-footer .map-content {
		grid-column: 3;
		grid-row: 2;
	}
}

@media (min-width: 1280px) {
	.site-footer .map-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "maps content";
		column-gap: 24px;
		row-gap: 24px;
		grid-column: 7 / span 6;
		grid-row: 2;
	}
}

.site-footer .map-content .maps {
	display: none;
}

@media (min-width: 1280px) {
	.site-footer .map-content .maps {
		display: flex;
		flex-direction: column;
		gap: 24px;
		grid-area: maps;
	}
}

.site-footer .map-content .maps iframe {
	max-width: 306px;
	max-height: 152px;
}

.site-footer .map-content .content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	grid-area: content;
}

.site-footer .map-content .content .rte h1 {
	font-size: 14.4px;
	font-weight: 700;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	color: #F9E14A;
	margin-bottom: 16px;
}

@media (min-width: 1280px) {
	.site-footer .map-content .content .rte h1 {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0.2px;
		margin-bottom: 21px;
	}
}

.site-footer .map-content .content .rte ul {
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 11 13' fill='none'%3E%3Cpath d='M7.62682 12.5841C3.68759 11.1604 1.24624 9.11585 0.363786 7.10605C-0.796116 4.46435 2.03876 2.62809 4.04513 1.72227C6.03375 0.82447 9.32077 -0.0304425 10.454 2.5506C11.3365 4.5604 10.2306 9.77788 9.51874 11.73C9.1189 12.7862 8.75853 12.9489 7.62682 12.5841Z' fill='%23363532'/%3E%3C/svg%3E");
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
}

.site-footer .map-content .content .rte ul li {
	padding-left: 13px;
	font-size: 14.4px;
	font-weight: 400;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	color: #FFFFFF;
}

@media (min-width: 1280px) {
	.site-footer .map-content .content .rte ul li {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0.2px;
	}
}

.site-footer .map-content .content .rte p {
	margin: 0;
	font-size: 14.4px;
	font-weight: 400;
	line-height: 21.6px;
	letter-spacing: 0.144px;
	color: #FFFFFF;
}

@media (min-width: 1280px) {
	.site-footer .map-content .content .rte p {
		font-size: 19px;
		line-height: 30px;
		letter-spacing: 0.2px;
	}
}

.site-footer .map-content .content .rte a {
	color: inherit;
	text-decoration: none;
}

.site-footer .vendor-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 18px;
	margin-top: 45px;
}

@media (min-width: 1280px) {
	.site-footer .vendor-logos {
		column-gap: 54px;
		margin-top: 72px;
	}
}

.site-footer .vendor-logos .logo-container {
	max-width: 78px;
}

@media (min-width: 1280px) {
	.site-footer .vendor-logos .logo-container {
		max-width: 80px;
	}
}

.copyright-container {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.2px;
	color: #000000;
}

@media (min-width: 1280px) {
	.copyright-container {
		margin: 0 auto;
	}
}

.copyright-container .copyright-inner {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
	text-align: center;
	padding: 14px;
	background: #F9E14A;
}

@media (min-width: 1280px) {
	.copyright-container .copyright-inner {
		padding: 32px;
		column-gap: 80px;
		flex-wrap: nowrap;
	}
}

.copyright-container .copyright-inner div {
	flex-basis: 100%;
}

@media (min-width: 1280px) {
	.copyright-container .copyright-inner div {
		flex-basis: auto;
	}
}

.copyright-container .copyright-inner a {
	color: inherit;
}

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

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

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

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

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

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

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

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

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