/*!
Theme Name: Wuchang
Theme URI: http://underscores.me/
Author: 505 Games
Author URI: https://505games.com/
Description: Wuchang theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wuchang
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.

Wuchang 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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #F9F3D7;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	user-select: text;
	display: flex;
	width: 200px;
	position: fixed;
	top: 0;
	bottom: 0;
	align-items: center;
	z-index: 99;
	padding: 10px 10px 10px 30px;
}

@media screen and (max-width: 600px) {
	.main-navigation {
		display: none;
	}
}

.main-navigation .nav-inner {
	position: relative;
}

.main-navigation .menu-indicator {
	position: absolute;
	top: 0;
	left: -18px;
	background: transparent;
	border-radius: 100px;
	height: 50%;
	width: 45px;
	background-image: url(./img/tab-feather.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	user-select: none;
}



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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li {
	transition: all 0.2s ease;
}

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

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

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

.main-navigation li {
	position: relative;
	font-size: 1.3rem;
	color: #ffffff;
	line-height: 1.8rem;
	transition: all 0.2s ease;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	transition: all 0.2s ease;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		flex-direction: column;
		gap: 8px;
		border-left: 1px solid #444447;
		padding-left: 30px;
	}
}

.mobile-navigation {
	background-image: url("./img/m-nav-bg.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 300px;
	left: -2px;
	z-index: 10;
	padding: 20px 20px 20px 22px;
	box-shadow: 0 0 10px #c1b597;
	transition: all 0.4s ease;
}

@media screen and (max-width: 600px) {
	.mobile-navigation {
		display: block;
	}
}

.mobile-navigation.closed {
	left: -350px;
}

.mobile-navigation.closed .mobile-menu-toggle {
	left: 370px;
}

.mobile-navigation.closed .mobile-menu-toggle .line-1 {
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}

.mobile-navigation.closed .mobile-menu-toggle .line-2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile-navigation.closed .mobile-menu-toggle .line-3 {
	-webkit-transform: translate3d(0, 8px, 0);
	transform: translate3d(0, 8px, 0);
}

.mobile-navigation .mobile-menu-toggle {
	position: absolute;
	padding: 10px;
	top: 60px;
	left: 260px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.mobile-navigation .mobile-menu-toggle .lines {
	width: 25px;
	height: 3px;
	background: #c1b597;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	-webkit-transition: -webkit-transform 200ms;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms;
}

.mobile-navigation .mobile-menu-toggle .line-1 {
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
}

.mobile-navigation .mobile-menu-toggle .line-2 {
	-webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.mobile-navigation .mobile-menu-toggle .line-3 {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
}

.mobile-navigation .mobile-nav-inner {
	height: 100vh;
	width: 100%;
	padding-left: 0px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 30px;
	margin-top: 120px;
}

.mobile-navigation .mobile-nav-inner .mobile-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.mobile-navigation .mobile-nav-inner .mobile-socials img {
	max-width: 60px;
}

.mobile-navigation .mobile-nav-inner ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.mobile-navigation .mobile-nav-inner ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.mobile-navigation .mobile-nav-inner ul ul ul {
	left: -999em;
	top: 0;
}

.mobile-navigation .mobile-nav-inner ul ul li {
	transition: all 0.2s ease;
}

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

.mobile-navigation .mobile-nav-inner ul ul a {
	width: 200px;
}

.mobile-navigation .mobile-nav-inner ul ul :hover > a,
.mobile-navigation .mobile-nav-inner ul ul .focus > a {
	color: #c1b597;
}

.mobile-navigation .mobile-nav-inner ul ul a:hover,
.mobile-navigation .mobile-nav-inner ul ul a.focus {
	color: #c1b597;
}

.mobile-navigation .mobile-nav-inner ul li:hover > ul,
.mobile-navigation .mobile-nav-inner ul li.focus > ul {
	left: auto;
}

.mobile-navigation .mobile-nav-inner li {
	position: relative;
	font-size: 1.8rem;
	color: #a09b95;
	line-height: 2rem;
	transition: all 0.2s ease;
}

.mobile-navigation .mobile-nav-inner li:hover > a,
.mobile-navigation .mobile-nav-inner li.focus > a {
	color: #c1b597;
}

.mobile-navigation .mobile-nav-inner a {
	display: block;
	text-decoration: none;
	color: #a09b95;
	transition: all 0.2s ease;
}

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

.secondary-nav {
	background-color: #131314;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c1b597;
}

.mini-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.mini-nav ul li {
	font-size: 1.5rem;
	color: #a09b95;
	transition: all 0.2s ease;
}

.mini-nav ul li:hover > a,
.mini-nav ul li.focus > a {
	color: #c1b597;
}

.mini-nav ul li a {
	display: block;
	text-decoration: none;
	color: #a09b95;
	transition: all 0.2s ease;
}




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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

.single-post {
	min-height: 50vh;
	padding-bottom: 50px;
}

.single-post .container {
	max-width: 1440px;
	padding: 40px 20px 40px 60px;
	margin: auto;
	background: rgba(0, 0, 0, 0.4);
}

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

/* Homepage
--------------------------------------------- */
.not-found-page .error-404,
.not-found-page .not-found {
	max-width: 1440px;
	padding: 10px 40px;
	margin: auto;
	background: rgba(0, 0, 0, 0.4);
}

.not-found-page .error-404 header,
.not-found-page .not-found header {
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
}

.not-found-page .error-404 .page-text,
.not-found-page .not-found .page-text {
	text-align: center;
	margin-bottom: 40px;
}

.not-found-page .error-404 .button-wrap,
.not-found-page .not-found .button-wrap {
	max-width: 50%;
	margin: 20px auto;
}

@media screen and (max-width: 700px) {
	.not-found-page .error-404 .button-wrap,
	.not-found-page .not-found .button-wrap {
		max-width: 100%;
	}
}

.header-socials {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}

@media screen and (max-width: 980px) {
	.header-socials {
		right: 10px;
		top: 60px;
		flex-direction: row;
	}
}

@media screen and (max-width: 600px) {
	.header-socials {
		display: none;
	}
}

.header-socials img {
	transform: scale(0.7);
	-webkit-filter: drop-shadow(0-px 2px 5px #333);
	filter: drop-shadow(0px 2px 5px #333);
	transition: all 0.4s ease;
}

.header-socials img:hover, .header-socials img:active {
	transform: scale(0.8);
	-webkit-filter: drop-shadow(0-px 2px 5px rgba(192, 180, 150, 0.4));
	filter: drop-shadow(0px 2px 5px rgba(192, 180, 150, 0.4));
}

.button,
a.button {
	background: #c1b597;
	color: #111;
	padding: 8px 18px;
	text-decoration: none;
	transition: all 0.4s ease;
	cursor: pointer;
}

.button:hover,
a.button:hover {
	background: #95918c;
}

.main-body {
	background-image: url("./img/body-bg2.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: repeat;
}

.content {
	max-width: 1440px;
	margin: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1700px) {
	.content {
		margin-left: 150px !important;
		margin-right: 50px !important;
	}
}

@media screen and (max-width: 600px) {
	.content {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.symbols img {
	opacity: 0.6;
}

/* Ensure the slider container allows absolutely positioned children */
.slick-slider {
  position: relative;
  padding-bottom: 80px; /* space for arrows below */
  z-index: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: auto !important;      /* Override top positioning */
  bottom: -60px !important;  /* Adjust this to move arrows further down */
  width: 40px;
  height: 40px;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 0;
  outline: none;
}

.slick-prev {
  left: calc(50% - 80px);
}

.slick-next {
  left: calc(50% + 20px);
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.slick-prev:before {
  background-image: url('./img/slider-prev-icon.png');
}

.slick-next:before {
  background-image: url('./img/slider-next-icon.png');
}

/* Optional: make arrows more visible on hover */
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  transform: scale(1.1);
}

/* Optional: if arrows overlap content, raise slider dots as well */
.slick-dots {
  z-index: 1000;
  position: relative;
}



.slick-dots li button:before {
	content: "";
	background-image: url("./img/tab-feather.png");
	width: 30px;
	height: 20px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}

.hero {
	width: 100%;
	height: 95vh;
	background: black;
	background: -moz-linear-gradient(90deg, black 5%, rgba(25, 26, 10, 0) 30%);
	background: -webkit-linear-gradient(90deg, black 5%, rgba(25, 26, 10, 0) 30%);
	background: linear-gradient(90deg, black 5%, rgba(25, 26, 10, 0) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#191a0a", GradientType=1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 100px;
	overflow-x: hidden;
	position: relative;
}

.hero video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.hero .title-logo {
	max-width: 700px;
	margin-bottom: -25px;
}

@media screen and (max-width: 1140px) {
	.hero .title-logo {
		margin-left: initial;
	}
}

@media screen and (max-width: 980px) {
	.hero .title-logo {
		margin-left: 150px;
	}
}

@media screen and (max-width: 600px) {
	.hero .title-logo {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.hero .hero-wishlist {
	text-align: center;
	position: relative;
	padding-bottom: 5vh;
}

.hero .hero-wishlist .wishlist-open {
	display: none;
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-text {
	opacity: 0;
	user-select: none;
	pointer-events: none;
}

.hero .hero-wishlist .wishlist-open:checked + .wishlist-open-button .wishlist-wreath img {
	-webkit-filter: drop-shadow(0px 0px 1px rgba(173, 161, 133, 0.5));
	filter: drop-shadow(0px 0px 1px rgba(173, 161, 133, 0.5));
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon {
	opacity: 1;
	z-index: 20;
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(3) {
	transition-duration: 180ms;
	-webkit-transition-duration: 180ms;
	-webkit-transform: translate3d(0.08361px, -104.99997px, 0);
	transform: translate3d(0.08361px, -104.99997px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(4) {
	transition-duration: 280ms;
	-webkit-transition-duration: 280ms;
	-webkit-transform: translate3d(90.9466px, -52.47586px, 0);
	transform: translate3d(90.9466px, -52.47586px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(5) {
	transition-duration: 380ms;
	-webkit-transition-duration: 380ms;
	-webkit-transform: translate3d(90.9466px, 52.47586px, 0);
	transform: translate3d(90.9466px, 52.47586px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(6) {
	transition-duration: 480ms;
	-webkit-transition-duration: 480ms;
	-webkit-transform: translate3d(0.08361px, 104.99997px, 0);
	transform: translate3d(0.08361px, 104.99997px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(7) {
	transition-duration: 580ms;
	-webkit-transition-duration: 580ms;
	-webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
	transform: translate3d(-90.86291px, 52.62064px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(8) {
	transition-duration: 680ms;
	-webkit-transition-duration: 680ms;
	-webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
	transform: translate3d(-91.03006px, -52.33095px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(9) {
	transition-duration: 780ms;
	-webkit-transition-duration: 780ms;
	-webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
	transform: translate3d(-0.25084px, -104.9997px, 0);
}

.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(3),
.hero .hero-wishlist .wishlist-open:checked ~ .wishlist-platform-icon:nth-child(6) {
    display: none;
}


.hero .hero-wishlist .wishlist-text {
	transition: all 0.4s ease;
}

.hero .hero-wishlist .wishlist-wreath {
	cursor: pointer;
}

.hero .hero-wishlist .wishlist-wreath img {
	animation: wreathRotate 14s linear infinite reverse;
	user-select: none;
}

.hero .hero-wishlist .wishlist-platform-icon {
	background: #675f5a;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	left: 41px;
	top: 33px;
	position: absolute;
	color: #fff;
	text-align: center;
	line-height: 4.1rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-all ease-out 200ms;
	transition: -webkit-all ease-out 200ms;
	transition: all ease-out 200ms;
	transition: all ease-out 200ms, -webkit-transform ease-out 200ms;
	z-index: -1;
	opacity: 0;
	font-size: 2rem;
}

.hero .hero-wishlist .wishlist-platform-icon a {
	color: #fff;
}

@keyframes wreathRotate {
	to {
		transform: rotate(360deg);
	}
}

.about {
	min-height: 70vh;
	display: flex;
	align-items: center;
	position: relative;
	background-image: url("./img/about-image.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

.about .content {
	padding: 20px 10px;
	z-index: 2;
	flex-direction: row;
	gap: 30px;
}

@media screen and (max-width: 520px) {
	.about .content {
		flex-direction: column-reverse;
	}
}

.about .about-content {
	display: flex;
	align-items: center;
	flex: 1.7;
	gap: 10px;
}

.about .about-content .symbols {
	flex: 1;
}

.about .about-content .text {
	flex: 5;
}

.about .trailer {
	flex: 1;
	align-self: center;
	display: flex;
	justify-content: center;
}

.about .trailer .play-icon {
	cursor: pointer;
}

.media-gallery {
	position: relative;
}

.media-gallery .gallery-tabs-container {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 100%;

}

.media-gallery .gallery-tabs-container .tabs-block {
	display: flex;
	padding: 0;
	flex-direction: row;
	border-bottom: 1px solid #c1b597;
	border-radius: 0;
	max-width: 700px;
	height: auto;
	margin: 50px auto;
	position: relative;

}

@media screen and (max-width: 520px) {
	.media-gallery .gallery-tabs-container .tabs-block {
		margin: 10px auto;
	}
}

.media-gallery .gallery-tabs-container .tabs-block .slider {
	position: absolute;
	left: 0;
	top: 78%;
	background: transparent;
	border-radius: 100px;
	height: 50%;
	background-image: url(./img/tab-feather.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	user-select: none;
}

.media-gallery .gallery-tabs-container .tabs-block li {
	text-align: center;
	margin: 0;
	padding: 10px;
	flex: auto;
	font-size: 18px;
	font-weight: 700;
	color: #a09b95;
	position: relative;
	cursor: pointer;
	list-style: none;
}

.media-gallery .gallery-tabs-container .article-block {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.media-gallery .gallery-tabs-container .article-block .article {
	display: none;
	opacity: 0;
	padding: 20px;
	width: 100%;
	line-height: 1.5;
}

.media-gallery .gallery-wreath {
	height: auto;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.media-gallery .gallery-wreath {
		left: 0;
		right: 0;
		transform: translateX(0);
	}
}

.media-gallery .gallery-wreath img {
	animation: wreathRotate 60s linear infinite;
}

.gallery-wrap {
	padding: 20px;
}

.gallery-wrap .slick-list {
	padding-top: 1% !important;
	padding-bottom: 1% !important;
	padding-left: 15% !important;
	padding-right: 15% !important;
}

.gallery-wrap .slick-dots {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.gallery-wrap .slick-track {
	max-width: 100% !important;
	transform: translate3d(0, 0, 0) !important;
	perspective: 100px;
}

.gallery-wrap .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 100% !important;
	transform: translate3d(0, 0, 0);
	transition: all 0.6s ease;
}

.gallery-wrap .slick-snext,
.gallery-wrap .slick-sprev,
.gallery-wrap .slick-snext2,
.gallery-wrap .slick-sprev2 {
	display: block;
}

.gallery-wrap .slick-current {
	opacity: 1;
	position: relative;
	display: block;
	z-index: 2;
}

.gallery-wrap .slick-snext {
	opacity: 1;
	transform: translate3d(15%, 0, -15px);
	z-index: 1;
	perspective: 1000px;
}

.gallery-wrap .slick-snext img {
	opacity: 0.8;
}

.gallery-wrap .slick-snext2 {
	opacity: 1;
	transform: translate3d(30%, 0, -30px);
	z-index: 0;
	perspective: 1000px;
}

.gallery-wrap .slick-snext2 img {
	opacity: 0.6;
}

.gallery-wrap .slick-sprev {
	opacity: 1;
	transform: translate3d(-15%, 0, -15px);
}

.gallery-wrap .slick-sprev img {
	opacity: 0.8;
}

.gallery-wrap .slick-sprev2 {
	opacity: 1;
	transform: translate3d(-30%, 0, -30px);
}

.gallery-wrap .slick-sprev2 img {
	opacity: 0.6;
}

.gallery-wrap .rev-slide img {
	display: block;
	width: 100%;
	height: auto;
	background: #c00;
	box-shadow: inset 0px 0px 0px 3px #000;
}

.blog {
	padding: 20px 10px 100px 10px;
	position: relative;
	z-index: 1;
	margin-top: 100px !important;
}

.blog .content {
	max-width: 1400px;
	margin: auto;
	margin-block-start: 10px;
	margin-block-end: 10px;
}

.blog .content .posts {
	width: 100%;
	margin: auto;
}

.blog .content .posts .card-container {
	padding-left: 20px;
	padding-right: 20px;
}

.blog .content .posts .card-container a {
	text-decoration: none;
	color: unset;
}

.blog .content .posts .card-container .blog-card {
	max-width: 450px;
	background: black;
	padding: 10px;
	margin: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	border: 2px solid #86827f;
}

.blog .content .posts .card-container .blog-card .card-inner {
	background-color: #000000;
	padding: 5px;
}

.blog .content .posts .card-container .blog-card .card-inner .card-title {
	text-transform: uppercase;
}

.blog .content .posts .card-container .blog-card .card-inner .card-title * {
	color: #c1b597;
	margin-top: 0;
	margin-bottom: 5px;
}

.blog .content .posts .card-container .blog-card .card-inner .card-image img {
	border: 1px solid #86827f;
}

.blog .content .posts .card-container .blog-card .card-inner .card-excerpt {
	font-size: 1.1rem;
}

.blog .content .posts .card-container .blog-card .card-inner .card-excerpt p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.blog .content .posts .no-posts {
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 60px 20px;
	text-transform: uppercase;
}

.signup {
	padding: 20px 10px 10px 10px;
}

.signup .content {
	max-width: 1400px;
	margin: auto;
	margin-block-start: 10px;
	margin-block-end: 10px;
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.signup .content form p {
	margin-top: 2px;
}

.signup .content form input,
.signup .content form label {
	cursor: pointer;
}

.signup .content form .form-inner {
	display: flex;
	flex-direction: column;
	padding: 10px;
	gap: 10px;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner {
		flex-direction: column;
		padding: 10px 0;
	}
}

.signup .content form .form-inner .input-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner .input-wrapper {
		margin: 0 5px;
	}
}

.signup .content form .form-inner .input-wrapper label {
	padding-left: 10px;
}

.signup .content form .form-inner input[type=email],
.signup .content form .form-inner input[type=text] {
	width: 60%;
	color: #ffffff;
	background: black;
	border-radius: 0;
	border: 2px solid #95918c;
	padding: 8px;
	text-transform: uppercase;
	font-size: 1rem;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner input[type=email],
	.signup .content form .form-inner input[type=text] {
		width: 100%;
	}
}

.signup .content form .form-inner input[type=date] {
	width: 60%;
	color: #95918c;
	background: black;
	border-radius: 0;
	border: 2px solid #95918c;
	padding: 8px;
	text-transform: uppercase;
	font-size: 1rem;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner input[type=date] {
		width: 100%;
	}
}

.signup .content form .form-inner ::-webkit-calendar-picker-indicator {
	background-color: #95918c;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
	color: white;
}

.form-input {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.form-input input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 7px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-input:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-input input:checked ~ .checkmark {
	background-color: #95918c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.form-input input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.form-input .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 13px;
	border: solid #111111;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

main.submission-outcome {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submission-outcome-box {
	max-width: 1000px;
	padding: 30px;
	margin: 60px auto;
	text-align: center;
	background: #111;
	border: 2px solid #c1b597;
	color: #c1b597;
}

@media screen and (max-width: 520px) {
	.submission-outcome-box {
		max-width: 100%;
		margin: 10px;
	}
}

.site-footer {
	display: flex;
	justify-content: space-between;
	padding: 40px 40px 5px 40px;
	align-items: baseline;
	gap: 10px;
}

@media screen and (max-width: 800px) {
	.site-footer {
		flex-direction: column;
		align-items: center;
	}
}

.site-footer .info {
	text-align: center;
}

.site-footer .info .logos {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	.site-footer .info .logos {
		flex-wrap: wrap;
	}
}

.site-footer .info .legal p {
	font-size: 10px;
}

.site-footer .developers {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

@media screen and (max-width: 800px) {
	.site-footer .developers {
		text-align: center;
	}
}

/*--------------------------------------------------------------
# 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 */




