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

Ghostrunner 2 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://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");
/*--------------------------------------------------------------
# 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: #eeeeee;
	font-family: "Rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #fdeb19;
	font-weight: 400;
	line-height: 1.3;
	font-family: "Orbitron", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1 {
	margin-top: 0;
	font-size: 3.052rem;
}

@media screen and (max-width: 440px) {
	h1 {
		font-size: 1.5rem;
	}
}

h2 {
	font-size: 2rem;
}

@media screen and (max-width: 440px) {
	h2 {
		font-size: 1.3rem;
	}
}

h3 {
	font-size: 1.953rem;
}

@media screen and (max-width: 440px) {
	h3 {
		font-size: 1.25rem;
	}
}

h4 {
	font-size: 1.563rem;
}

@media screen and (max-width: 440px) {
	h4 {
		font-size: 1.2rem;
	}
}

h5 {
	font-size: 1.25rem;
}

@media screen and (max-width: 440px) {
	h5 {
		font-size: 1.2rem;
	}
}

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-color: #000000;
	overflow-x: hidden;
}

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: #fdeb19;
	text-decoration: none;
}

a:visited {
	color: #fdf065;
}

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

a:focus {
	outline: thin dotted;
}

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

a.hover-glitch-text {
	position: relative;
}

a:hover, a:focus, a:active {
	color: #ada113;
	animation: hover-glitch-text 2s 5 linear alternate-reverse;
}

a:hover.hover-glitch-text:after, a:hover.hover-glitch-text:before, a:focus.hover-glitch-text:after, a:focus.hover-glitch-text:before, a:active.hover-glitch-text:after, a:active.hover-glitch-text:before {
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
}

a:hover.hover-glitch-text::before, a:focus.hover-glitch-text::before, a:active.hover-glitch-text::before {
	left: 50%;
	top: 50%;
	transform: translate(-52%, -48%);
	text-shadow: 2px 0 #fff;
	clip: rect(0, 0, 0, 0);
	color: #fdeb19;
	animation: hover-glitch-text 2s 5 linear alternate-reverse;
}

a:hover.hover-glitch-text::after, a:focus.hover-glitch-text::after, a:active.hover-glitch-text::after {
	left: 50%;
	top: 50%;
	color: #c60e4d;
	transform: translate(-48%, -52%);
	clip: rect(0, 0, 0, 0);
	text-shadow: -2px 0 #c60e4d, 1px 1px #fff;
	-webkit-animation: hover-glitch-text 1s 5 linear;
	animation: hover-glitch-text 1s 5 linear infinite;
}

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

.content .title-block .code-text {
	color: #6f6848;
	line-height: 1rem;
}

.content .title-block .title h2 {
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
	display: inline-block;
}

.content .title-block .title h2:before {
	content: '';
	background-image: url("img/title-pre.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 25px;
	width: 108px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 300px;
	left: -2px;
	background: #fdeb19;
	z-index: 10;
	padding: 20px 20px 20px 22px;
	box-shadow: 0 0 10px #958a01;
	transition: all 0.4s ease;
}

.main-navigation .menu-wrapper {
	margin-top: 70px;
}

.main-navigation.closed {
	left: -390px;
}

.main-navigation.closed .tab {
	left: 400px;
}

.main-navigation .tab {
	position: absolute;
	background: #fdeb19;
	padding: 5px 20px 5px 10px;
	transform-origin: left center;
	transform: rotate(90deg);
	top: 100px;
	left: 312px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.main-navigation .tab .tab-wrap {
	position: relative;
}

.main-navigation .tab .tab-wrap .tab-content {
	color: #0a0b0a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	user-select: none;
}

.main-navigation .tab .tab-wrap .tab-content:before {
	content: '';
	background-image: url(img/nav-before.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: -17px;
	width: 7px;
	height: 28px;
}

.main-navigation .tab .tab-wrap .tab-content:after {
	content: '';
	background-image: url(img/nav-after.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -5px;
	right: -143px;
	width: 123px;
	height: 28px;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	flex-direction: column;
	gap: 7px;
	font-size: 1.6rem;
}

.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:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #fdeb19;
	background: #0a0b0a;
}

.main-navigation a {
	font-weight: 500;
	display: block;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #0a0b0a;
}

.main-navigation a.hover-glitch-text::before {
	left: -2px;
	transform: translateY(-52%);
	text-shadow: 2px 0 #fff;
}

.main-navigation a.hover-glitch-text::after {
	left: 2px;
	color: #000;
	transform: translateY(-48%);
}

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

.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,
.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 {
	background-image: url(img/content-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

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

/* GR2 Custom theme styles
--------------------------------------------- */
.cursor-blink {
	animation: cursor-blink 0.5s linear infinite alternate;
	user-select: none;
}

@keyframes cursor-blink {
	0% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.8;
	}
	51% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #fdeb19;
	border-radius: 5px;
	box-shadow: inset 0 0 5px grey;
}

.pointer {
	cursor: pointer;
}

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

.button,
a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 35px;
	padding: 20px 60px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	outline: none;
	border-radius: 0;
	z-index: 0;
	background: #fdeb19;
	overflow: hidden;
	color: black;
	text-transform: uppercase;
	border: none;
}

.button.button-alt,
a.button.button-alt {
	color: #E73E1E;
	background: #222;
	transform: scale(1.3);
}

@media screen and (max-width: 560px) {
	.button.button-alt,
	a.button.button-alt {
		transform: scale(1);
	}
}

@media screen and (max-width: 440px) {
	.button,
	a.button {
		width: 100%;
	}
}

.button.hover-glitch-text,
a.button.hover-glitch-text {
	position: relative;
}

.button:hover,
a.button:hover {
	color: #fff;
	background: #333;
	animation: hover-glitch-text 2s 5 linear alternate-reverse;
}

.button:hover.hover-glitch-text:after, .button:hover.hover-glitch-text:before,
a.button:hover.hover-glitch-text:after,
a.button:hover.hover-glitch-text:before {
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
}

.button:hover.hover-glitch-text::before,
a.button:hover.hover-glitch-text::before {
	left: 50%;
	top: 50%;
	transform: translate(-52%, -48%);
	text-shadow: 2px 0 #fff;
	clip: rect(0, 0, 0, 0);
	color: #fdeb19;
	animation: hover-glitch-text 2s 5 linear alternate-reverse;
}

.button:hover.hover-glitch-text::after,
a.button:hover.hover-glitch-text::after {
	left: 50%;
	top: 50%;
	color: #c60e4d;
	transform: translate(-48%, -52%);
	clip: rect(0, 0, 0, 0);
	text-shadow: -2px 0 #c60e4d, 1px 1px #fff;
	-webkit-animation: hover-glitch-text 1s 5 linear;
	animation: hover-glitch-text 1s 5 linear infinite;
}

@keyframes hover-glitch-text {
	0% {
		clip: rect(99px, 9999px, 11px, 0);
	}
	5% {
		clip: rect(28px, 9999px, 23px, 0);
	}
	10% {
		clip: rect(86px, 9999px, 93px, 0);
	}
	15% {
		clip: rect(74px, 9999px, 38px, 0);
	}
	20% {
		clip: rect(1px, 9999px, 26px, 0);
	}
	25% {
		clip: rect(45px, 9999px, 5px, 0);
	}
	30% {
		clip: rect(38px, 9999px, 44px, 0);
	}
	35% {
		clip: rect(57px, 9999px, 50px, 0);
	}
	40% {
		clip: rect(46px, 9999px, 46px, 0);
	}
	45% {
		clip: rect(79px, 9999px, 58px, 0);
	}
	50% {
		clip: rect(64px, 9999px, 12px, 0);
	}
	55% {
		clip: rect(97px, 9999px, 16px, 0);
	}
	60% {
		clip: rect(1px, 9999px, 7px, 0);
	}
	65% {
		clip: rect(57px, 9999px, 92px, 0);
	}
	70% {
		clip: rect(48px, 9999px, 96px, 0);
	}
	75% {
		clip: rect(5px, 9999px, 28px, 0);
	}
	80% {
		clip: rect(89px, 9999px, 6px, 0);
	}
	85% {
		clip: rect(22px, 9999px, 100px, 0);
	}
	90% {
		clip: rect(10px, 9999px, 62px, 0);
	}
	95% {
		clip: rect(16px, 9999px, 26px, 0);
	}
	100% {
		clip: rect(19px, 9999px, 98px, 0);
	}
}

.site-header {
	width: 100%;
	color: #0a0a0a;
	padding: 15px 25px 0 25px;
}

.site-header .top-bar {
	width: 100%;
	padding: 3px 15px;
	min-height: 40px;
	background-color: #fdeb19;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

@media screen and (max-width: 740px) {
	.site-header .top-bar {
		justify-content: flex-end;
	}
}

@media screen and (max-width: 580px) {
	.site-header .top-bar {
		flex-direction: column;
	}
}

.site-header .top-bar .social {
	display: flex;
	gap: 15px;
	font-size: 1.3rem;
	flex: 1;
}

@media screen and (max-width: 915px) {
	.site-header .top-bar .social {
		display: none;
	}
}

.site-header .top-bar .social a {
	color: #000000;
}

.site-header .top-bar .decals {
	flex: 2;
}

@media screen and (max-width: 915px) {
	.site-header .top-bar .decals {
		flex: auto;
	}
}

.site-header .top-bar .lang-select {
	flex: 1;
	text-align: right;
}

@media screen and (max-width: 915px) {
	.site-header .top-bar .lang-select {
		flex: auto;
	}
}

@media screen and (max-width: 380px) {
	.site-header .top-bar .lang-select span {
		display: none;
	}
}

.site-header .top-bar .lang-select .trp_language_switcher_shortcode {
	display: inline;
}

.site-header .top-bar .lang-select .trp_language_switcher_shortcode .trp-language-switcher {
	display: inline;
}

.site-header .top-bar .lang-select .trp_language_switcher_shortcode .trp-language-switcher:hover .trp-ls-shortcode-language {
	top: -9px;
}

.site-header .top-bar .lang-select .trp_language_switcher_shortcode .trp-language-switcher div {
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.site-header .top-bar .lang-select .trp_language_switcher_shortcode .trp-language-switcher div a {
	padding: 7px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.site-header .top-bar .lang-select .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language {
	background: #fdeb19;
}

.menu-wrapper .social {
	display: flex;
	gap: 15px;
	font-size: 1.8rem;
}

main .hero {
	padding: 20px 15px 0 15px;
	position: relative;
	width: 100%;
	height: 114vh;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 996px) {
	main .hero {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}

@media screen and (max-width: 560px) {
	main .hero {
		height: 100vh;
	}
}

main .hero .glitch {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

main .hero .glitch .glitch__img {
	position: absolute;
	top: calc(-1 * 1px);
	left: calc(-1 * 1px);
	width: calc(100% + 1px * 2);
	height: calc(100% + 1px * 2);
	background: url("./img/hero-bg.jpg") no-repeat 50% 0;
	background-color: transparent;
	background-size: cover;
	transform: translate3d(0, 0, 0);
	background-blend-mode: none;
}

@media screen and (max-width: 560px) {
	main .hero .glitch .glitch__img {
		background: url("./img/hero-bg-m.jpg") no-repeat 50% 0;
		background-color: transparent;
		background-size: cover;
	}
}

main .hero .glitch .glitch__img:nth-child(n+2) {
	opacity: 0;
}

main .hero .glitch .glitch__img:nth-child(n+2) {
	animation-duration: 3s;
	animation-delay: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

main .hero .glitch .glitch__img:nth-child(2) {
	background-color: transparent;
	background-blend-mode: none;
	animation-name: glitch-anim-1;
	animation-direction: alternate-reverse;
}

main .hero .glitch .glitch__img:nth-child(3) {
	background-color: transparent;
	background-blend-mode: none;
	animation-name: glitch-anim-2;
	animation-direction: alternate-reverse;
}

main .hero .glitch .glitch__img:nth-child(4) {
	background-color: transparent;
	background-blend-mode: none;
	animation-name: glitch-anim-3;
	animation-direction: alternate-reverse;
}

main .hero .glitch .glitch__img:nth-child(5) {
	background-color: #4b4d04;
	background-blend-mode: overlay;
	animation-name: glitch-anim-flash;
	animation-direction: alternate-reverse;
}

main .hero .content {
	display: flex;
	justify-content: center;
	gap: 10%;
	padding: 10px;
	align-items: center;
	height: 100%;
	font-weight: bold;
}

@media screen and (max-width: 996px) {
	main .hero .content {
		flex-direction: column;
		gap: 5px;
		height: auto;
	}
}

@media screen and (max-width: 560px) {
	main .hero .content {
		margin-bottom: 20vh;
	}
}

main .hero .content .tagline {
	flex: 33.33%;
	font-size: 3rem;
	line-height: 3rem;
	margin-top: 18%;
	display: flex;
	justify-content: center;
	position: relative;
	text-shadow: 1px 1px 2px #000;
}

@media screen and (max-width: 996px) {
	main .hero .content .tagline {
		flex: 1;
		margin-top: 5px;
		align-items: center;
	}
}

@media screen and (max-width: 440px) {
	main .hero .content .tagline {
		display: none;
	}
}

main .hero .content .tagline #tagline-text {
	position: relative;
	font-family: "Orbitron", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

main .hero .content .tagline #tagline-text:before {
	content: '';
	background-image: url("img/hero-tagline-decal.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 25px;
	height: 146px;
	position: absolute;
	left: -30px;
	top: 0;
}

main .hero .content .logo {
	flex: 33.33%;
	margin-top: 8%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

main .hero .content .logo h4 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 0 3px #111111c4;
	text-align: center;
}

@media screen and (max-width: 996px) {
	main .hero .content .logo {
		flex: 1;
		margin-top: 10px;
		align-items: center;
		order: 1;
	}
}

main .hero .content .date {
	flex: 33.33%;
	font-size: 2rem;
	line-height: 2rem;
	padding: 30px 10px;
	margin-top: 18%;
	display: flex;
	justify-content: center;
	position: relative;
	text-shadow: 1px 1px 2px #000;
}

@media screen and (max-width: 996px) {
	main .hero .content .date {
		flex: 1;
		margin-top: 10px;
		align-items: center;
	}
}

@media screen and (max-width: 440px) {
	main .hero .content .date {
		display: none;
	}
}

main .hero .content .date .date-wrap {
	position: relative;
}

main .hero .content .date .date-wrap p {
	font-family: "Orbitron", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

main .hero .content .date .date-wrap:before {
	content: '';
	background-color: #fdeb19;
	width: 3px;
	height: 120px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-56%);
}

main .hero .content .hero-info-m {
	display: none;
}

@media screen and (max-width: 440px) {
	main .hero .content .hero-info-m {
		display: flex;
		gap: 20px;
	}
	main .hero .content .hero-info-m .tagline {
		display: block;
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	main .hero .content .hero-info-m .tagline #tagline-text:before {
		width: 28px;
		height: 88px;
	}
	main .hero .content .hero-info-m .date {
		display: block;
		font-size: 1.2rem;
		padding: 10px;
	}
	main .hero .content .hero-info-m .date .date-text:before {
		width: 25px;
		height: 95px;
		position: absolute;
		left: -30px;
		top: 0;
	}
}

/* Animations */
@keyframes glitch-anim-1 {
	0% {
		opacity: 1;
		transform: translate3d(1px, 0, 0);
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	2% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	4% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	8% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	10% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	12% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	14% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	16% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	18% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(1px, 0, 0);
	}
	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-2 {
	0% {
		opacity: 1;
		transform: translate3d(calc(-1 * 1px), 0, 0);
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	3% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	7% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	9% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	11% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	13% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	15% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	17% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	19% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	20% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(calc(-1 * 1px), 0, 0);
	}
	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-3 {
	0% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * 1px), 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	1.5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	2% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	2.5% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	3% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	5.5% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	7% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	8% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	9% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	10.5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	11% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	13% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	14% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	14.5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	15% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	16% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	18% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * 1px), 0) scale3d(-1, -1, 1);
	}
	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

/* Flash */
@keyframes glitch-anim-flash {
	0%,
	5% {
		opacity: 0.2;
		transform: translate3d(1px, 1px, 0);
	}
	5.5%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}

.translatepress-pl_PL main .hero .content .tagline #tagline-text .date-wrap {
	font-family: "Rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.translatepress-pl_PL main .hero .content .tagline #tagline-text {
	font-family: "Rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.sm-pre-order {
	padding: 0 25px 10px 50px;
	margin-top: 35px;
	background: black;
}

.sm-pre-order .platform-logos {
	text-align: center;
}

.sm-pre-order .platform-logos .logos {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.sm-pre-order .platform-logos .logos {
		flex-wrap: wrap;
	}
}

.main-content {
	background-image: url(img/content-bg.jpg);
	background-repeat: no-repeat;
	background-size: 95% auto;
	background-position: top left;
	padding-left: 25px;
}

.about {
	padding: 70px 10px 70px 10px;
}

.about .content {
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	margin-block-start: 10px;
	margin-block-end: 10px;
}

@media screen and (max-width: 700px) {
	.about .content {
		justify-content: flex-start;
	}
}

.about .content .text-block {
	max-width: 50%;
}

@media screen and (max-width: 700px) {
	.about .content .text-block {
		max-width: 100%;
	}
}

.about .content .text-block span {
	color: #fdeb19;
}

.videos {
	padding: 60px 10px 70px 10px;
	margin-top: -60px;
	background-image: url(img/video-decals.png);
	background-repeat: no-repeat;
	background-size: 95% 95%;
	background-position: top center;
}

@media screen and (max-width: 440px) {
	.videos {
		background-size: cover;
	}
}

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

.videos .content .owl-theme .owl-dots .owl-dot span,
.videos .content .owl-theme .owl-dots .owl-dot span {
	border: 1px solid black;
	width: 15px;
	height: 15px;
}

.videos .content .video {
	padding: 5px 40px;
}

@media screen and (max-width: 600px) {
	.videos .content .video {
		width: 90%;
	}
}

.videos .content .video button.owl-next,
.videos .content .video button.owl-prev {
	color: red;
}

.videos .content .video img {
	cursor: pointer;
}

.videos .content .video .video-container {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: transparent;
}

.videos .content .video .video-container video {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 2px solid #fbee31;
	background-color: #000000;
}

@supports not (aspect-ratio: 16/9) {
	.videos .content .video .video-container video .element::before {
		float: left;
		padding-top: 100%;
		content: "";
	}
	.videos .content .video .video-container video .element::after {
		display: block;
		content: "";
		clear: both;
	}
}

.editions-section {
	padding: 20px 10px 10px 10px;
}

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

.editions-section .content .editions {
	display: flex;
	gap: 10px;
	margin: 0 5px;
}

@media screen and (max-width: 1000px) {
	.editions-section .content .editions {
		flex-direction: column;
		gap: 40px;
	}
}

.editions-section .content .editions .edition {
	width: 25%;
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.editions-section .content .editions .edition.open {
	cursor: default;
}

@media screen and (max-width: 1000px) {
	.editions-section .content .editions .edition {
		width: 100%;
		cursor: default;
	}
}

@media screen and (min-width: 1001px) {
	.editions-section .content .editions .edition.open {
		width: 50%;
	}
	.editions-section .content .editions .edition.open .edition-pop-out {
		margin-left: -2px;
		opacity: 1;
	}
}

@media screen and (max-width: 520px) {
	.editions-section .content .editions .edition {
		flex-direction: column;
		align-items: center;
	}
}

.editions-section .content .editions .edition .edition-image {
	max-width: 330px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.editions-section .content .editions .edition .edition-image {
		max-width: 40%;
	}
}

@media screen and (max-width: 520px) {
	.editions-section .content .editions .edition .edition-image {
		max-width: 60%;
	}
}

.editions-section .content .editions .edition .edition-image .edition-bg {
	position: absolute;
	top: -10px;
	height: 99%;
	z-index: 0;
}

.editions-section .content .editions .edition .edition-image .edition-img {
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

.editions-section .content .editions .edition .edition-pop-out {
	max-width: 370px;
	border: none;
	text-transform: uppercase;
	margin-left: -360px;
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
	border: 1px solid #978c39;
}

@media screen and (max-width: 1000px) {
	.editions-section .content .editions .edition .edition-pop-out {
		max-width: 60%;
		overflow: auto;
		opacity: 1;
		margin-left: -2px;
	}
}

@media screen and (max-width: 520px) {
	.editions-section .content .editions .edition .edition-pop-out {
		max-width: 100%;
	}
}

.editions-section .content .editions .edition .edition-pop-out .title {
	padding: 0 5px;
}

.editions-section .content .editions .edition .edition-pop-out .title * {
	margin: 5px 0;
}

.editions-section .content .editions .edition .edition-pop-out .title * span {
	color: white;
}

.editions-section .content .editions .edition .edition-pop-out .price {
	padding: 0 5px;
}

.editions-section .content .editions .edition .edition-pop-out .price p {
	margin: 5px 0;
	color: #fdeb19;
}

.editions-section .content .editions .edition .edition-pop-out .desc {
	padding: 0 5px;
}

.editions-section .content .editions .edition .edition-pop-out .desc p {
	margin: 5px 0;
	line-height: 1rem;
}

.editions-section .content .editions .edition .edition-pop-out .extras {
	padding: 0 5px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	align-items: end;
}

.editions-section .content .editions .edition .edition-pop-out .extras .extra.span-full {
	grid-column-start: span 2;
}

.editions-section .content .editions .edition .edition-pop-out .extras .extra .details p {
	margin: 5px 0;
	line-height: 1.35;
	color: #fdeb19;
}

.editions-section .content .editions .edition .edition-pop-out .extras .extra .details p span {
	color: #ffffff;
}

.editions-section .content .editions .edition .edition-pop-out .legal-line {
	padding: 0 5px;
}

.editions-section .content .editions .edition .edition-pop-out .legal-line p {
	font-size: 0.7rem;
	letter-spacing: 1px;
	font-weight: 100;
	text-transform: capitalize;
}

.editions-section .content .editions .edition .edition-pop-out .platforms {
	padding: 0 5px;
	display: flex;
	max-width: 100%;
	gap: 15px;
	align-items: baseline;
	justify-content: flex-start;
}

@media screen and (max-width: 520px) {
	.editions-section .content .editions .edition .edition-pop-out .platforms {
		flex-wrap: wrap;
		gap: 30px;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.editions-section .content .editions .edition .edition-pop-out .platforms img {
	max-width: 100%;
}

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

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

.highlights .content .content-block {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	gap: 20px;
	padding: 10px;
	position: relative;
}

@media screen and (max-width: 740px) {
	.highlights .content .content-block {
		flex-direction: column;
	}
}

.highlights .content .content-block .media {
	padding: 10px;
	flex: 45%;
	z-index: 1;
}

@media screen and (max-width: 740px) {
	.highlights .content .content-block .media {
		flex: 1;
	}
}

.highlights .content .content-block .media video {
	width: 100%;
}

.highlights .content .content-block .text-block {
	margin: 10px;
	flex: 45%;
	z-index: 1;
}

@media screen and (max-width: 740px) {
	.highlights .content .content-block .text-block {
		flex: 1;
	}
}

.highlights .content .content-block .text-block p {
	line-height: 1.2rem;
}

.highlights .content .content-block .text-block p strong {
	color: #fdeb19;
}

.highlights .content .content-block .decal {
	flex: 10%;
}

@media screen and (max-width: 960px) {
	.highlights .content .content-block .decal {
		flex: 1;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
		opacity: 0.3;
	}
}

.dlc {
	padding: 20px 10px 10px 10px;
	background-color: rgba(47, 0, 112, 0.205);
}

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

.dlc .content .content-block {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	gap: 20px;
	padding: 10px;
	position: relative;
}

@media screen and (max-width: 740px) {
	.dlc .content .content-block {
		flex-direction: column;
	}
}

.dlc .content .content-block .media {
	padding: 10px;
	flex: 40%;
}

@media screen and (max-width: 740px) {
	.dlc .content .content-block .media {
		flex: 1;
	}
}

.dlc .content .content-block .logos {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.dlc .content .content-block .logos img {
	transition: all 0.2s ease-in-out;
}

.dlc .content .content-block .logos i {
	color: white;
	font-size: 50px;
	transition: all 0.2s ease-in-out;
}

.dlc .content .content-block .logos img:hover,
.dlc .content .content-block .logos i:hover {
	filter: drop-shadow(0 5px 9px #6d07ff);
	margin-top: -5px;
	margin-bottom: 5px;
}

.dlc .content .content-block .text-block {
	margin: 10px;
	flex: 60%;
	z-index: 1;
}

.dlc .content .content-block .text-block h2 {
	color: #6d07ff;
	font-weight: bold;
}

.dlc .content .content-block .text-block h4 {
	color: white;
}

@media screen and (max-width: 740px) {
	.dlc .content .content-block .text-block {
		flex: 1;
	}
}

.dlc .content .content-block .text-block p {
	line-height: 1.2rem;
}

.dlc .content .content-block .text-block p strong {
	color: #6d07ff;
}

.dlc .content .content-block .decal {
	flex: 10%;
}

@media screen and (max-width: 960px) {
	.dlc .content .content-block .decal {
		flex: 1;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
		opacity: 0.3;
	}
}

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

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

.demo .content .content-block {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	gap: 20px;
	padding: 10px;
	position: relative;
}

@media screen and (max-width: 740px) {
	.demo .content .content-block {
		flex-direction: column;
	}
}

.demo .content .content-block .media {
	padding: 10px;
	flex: 40%;
}

@media screen and (max-width: 740px) {
	.demo .content .content-block .media {
		flex: 1;
	}
}

.demo .content .content-block .media .logos {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin-top: 40px;
}

.demo .content .content-block .media .logos img {
	max-width: 50px;
	transition: all 0.2s ease-in-out;
}

.demo .content .content-block .media .logos i {
	color: white;
	font-size: 50px;
	transition: all 0.2s ease-in-out;
}

.demo .content .content-block .media .logos img:hover,
.demo .content .content-block .media .logos i:hover {
	filter: drop-shadow(0 5px 9px #ece10588);
	margin-top: -5px;
	margin-bottom: 5px;
}

.demo .content .content-block .text-block {
	margin: 10px;
	flex: 60%;
	z-index: 1;
}

.demo .content .content-block .text-block h5 span {
	white-space: nowrap;
}

@media screen and (max-width: 740px) {
	.demo .content .content-block .text-block {
		flex: 1;
	}
}

.demo .content .content-block .text-block p {
	line-height: 1.2rem;
}

.demo .content .content-block .text-block p strong {
	color: #fdeb19;
}

.demo .content .content-block .decal {
	flex: 10%;
}

@media screen and (max-width: 960px) {
	.demo .content .content-block .decal {
		flex: 1;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
		opacity: 0.3;
	}
}

.blog-posts {
	padding: 20px 10px 100px 10px;
	position: relative;
	z-index: 1;
}

.blog-posts:before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	width: 85%;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("img/blog-divider-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 1400px;
	z-index: -1;
}

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

.blog-posts .content .posts .card-container .blog-card {
	max-width: 350px;
	background-image: url("img/blog-card-bg.png");
	background-size: 100% auto;
	background-position: top center;
	background-repeat: repeat-y;
	padding: 10px 20px 10px 20px;
	margin: 10px;
}

.blog-posts .content .posts .card-container .blog-card .card-inner {
	background-color: #000000;
	padding: 15px;
	border: 1px solid #fdeb19;
}

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

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

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

.blog-posts .content .posts .card-container .blog-card .card-inner .card-footer .divider {
	height: 5px;
	width: 100%;
	background-image: url("img/blog-card-divider-pattern.jpg");
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 5px;
}

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fdeb19;
}

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

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

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

.signup .content form .form-inner {
	display: flex;
	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 {
	position: relative;
	margin-bottom: 55px;
}

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

.signup .content form .form-inner .input-wrapper.decal:after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(img/input-decal.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	position: absolute;
	bottom: -45px;
	left: 0;
}

.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: 100%;
	color: #ffffff;
	background: transparent;
	border-radius: 0;
	border: none;
	padding: 8px 14px;
}

.signup .content form .form-inner input[type=date] {
	background-color: #333;
	padding: 10px;
	margin-left: 10px;
	color: #ffffff;
	border: none;
	outline: none;
	border-radius: 0;
}

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

.signup .content form .form-inner .form-left {
	flex: 50%;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner .form-left {
		flex: 1;
	}
}

.signup .content form .form-inner .form-right {
	flex: 50%;
}

@media screen and (max-width: 700px) {
	.signup .content form .form-inner .form-right {
		flex: 1;
	}
}

.signup .content form .form-inner .form-right p {
	line-height: 1.2rem;
}

.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: #fdeb19;
}

/* 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: #333;
	border: 2px solid #333333;
	color: #222222;
}

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

.social-follow {
	padding: 20px 10px 10px 10px;
}

.social-follow .content {
	max-width: 1400px;
	margin: auto;
	margin-block-start: 10px;
	margin-block-end: 10px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.social-follow .content {
		padding-left: 20px;
	}
}

.social-follow .content .text-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 600px) {
	.social-follow .content .text-block {
		flex-direction: column;
	}
}

.social-follow .content .text-block p {
	font-size: 20px;
	margin: 5px 0;
}

.social-follow .content .text-block p strong {
	color: #fdeb19;
}

.social-follow .content .text-block img {
	margin: 5px 0;
}

.site-toggle-bar {
	width: 100%;
	background: #333;
	color: #fdeb19;
	text-align: right;
	padding: 10px 50px;
	cursor: pointer;
	border-top: 2px solid #fdeb19;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

@media screen and (max-width: 762px) {
	.site-toggle-bar {
		padding: 10px;
	}
}

.site-toggle-bar .container {
	margin: auto;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-toggle-bar .container p {
	margin: initial;
	font-size: 20px;
}

.site-toggle-bar .container p #toggleStatus {
	font-weight: bold;
}

.modal {
	position: relative;
	z-index: 999;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__wrapper {
	max-width: 100%;
}

.modal__container {
	max-width: 500px;
	max-height: 100vh;
	padding: 20px 40px;
	background: #222;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
	text-align: left;
	border: 1px solid #fdeb19;
	overflow-y: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.modal__container::-webkit-scrollbar {
	width: 6px;
}

.modal__container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.modal__container::-webkit-scrollbar-thumb {
	background-color: #fdeb19;
	outline: 1px solid #ddd6b5;
}

@media screen and (max-width: 1200px) {
	.modal__container {
		margin: 20px 10px 40px 10px;
	}
}

@media screen and (max-width: 768px) {
	.modal__container {
		padding: 15px;
		width: 95%;
	}
}

@media screen and (max-width: 576px) {
	.modal__container {
		padding: 10px;
	}
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.modal__title {
	color: #fdeb19;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
}

.modal__copy p {
	text-align: center;
	margin: 5px;
}

.modal__close {
	background: transparent;
	border: 0;
	color: #fdeb19;
	align-self: flex-end;
	cursor: pointer;
}

.modal__header .modal__close:before {
	content: "\2715";
	font-weight: bold;
}

.modal__content {
	margin-top: 1rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-direction: column;
}

.modal__content .selector,
.modal__content .output {
	flex: 1;
	text-align: center;
}

.modal__content .form-container {
	margin-top: 15px;
}

.modal__content .form-container .custom-select {
	display: inline-block;
	width: 400px;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-weight: bold;
	line-height: 1.5;
	color: #d4d8dd;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background-color: #111;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 15px auto;
}

@media screen and (max-width: 576px) {
	.modal__content .form-container .custom-select {
		max-width: 100%;
	}
}

.modal__content .form-container .custom-select:focus, .modal__content .form-container .custom-select:active {
	outline: 1px solid #fdeb19;
}

.modal__content .form-container .custom-select option {
	color: #d4d8dd;
}

.modal__content .form-container .custom-select option:hover, .modal__content .form-container .custom-select option:focus {
	background-color: #fdeb19;
	color: #111;
}

.modal__content .buy-now-retailers.retail-choosing {
	width: 100%;
	height: 100%;
	color: #dad1c3;
	font-weight: bold;
}

.modal__content .buy-now-retailers.retail-choosing h3 {
	font-size: 20px;
}

.modal__content .buy-now-retailers p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.modal__content .buy-now-retailers p {
		justify-content: center;
	}
}

.modal__content .buy-now-retailers p a {
	padding: 5px;
	max-width: 30%;
	margin: 5px;
	transition: all 0.3s ease;
}

.modal__content .buy-now-retailers p a:hover {
	transform: scale(1.07);
}

.modal__content .buy-now-retailers p a:hover img {
	outline: 3px solid #e27a40;
}

@media screen and (max-width: 576px) {
	.modal__content .buy-now-retailers p a {
		max-width: 45%;
	}
}

@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.purchase-button-container {
	margin: 7px auto;
}

.purchase-button-container button {
	margin: auto;
}

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

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

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

@media screen and (max-width: 800px) {
	.site-footer .info {
		order: 1;
		padding: 5px;
	}
}

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

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

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

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

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

/*--------------------------------------------------------------
# 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: #000000;
	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 */