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

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

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
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
--------------------------------------------- */
@font-face {
	font-family: 'Abys';
	src: url("./assets/fonts/Abys/Abys-Regular.woff2") format("woff2"), url("./assets/fonts/Abys/Abys-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Visby';
	src: url("./assets/fonts/visby/VisbyHeavyItalic.woff2") format("woff2"), url("./assets/fonts/visby/VisbyHeavyItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Visby';
	src: url("./assets/fonts/visby/VisbyItalic.woff2") format("woff2"), url("./assets/fonts/visby/VisbyItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Visby';
	src: url("./assets/fonts/visby/VisbyRegular.woff2") format("woff2"), url("./assets/fonts/visby/VisbyRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Visby';
	src: url("./assets/fonts/visby/VisbyBoldItalic.woff2") format("woff2"), url("./assets/fonts/visby/VisbyBoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Visby';
	src: url("./assets/fonts/visby/VisbyHeavy.woff2") format("woff2"), url("./assets/fonts/visby/VisbyHeavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Visby';
	src: url("./assets/fonts/visby/VisbyBold.woff2") format("woff2"), url("./assets/fonts/visby/VisbyBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #f9f2d8;
	font-family: "Visby", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Visby', sans-serif;
	font-weight: bold;
	line-height: 1.3;
}

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

h2 {
	font-size: 2.441rem;
}

h3 {
	font-size: 1.953rem;
}

h4 {
	font-size: 1.563rem;
}

h5 {
	font-size: 1.25rem;
}

small,
.text_small {
	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: #faf3d7;
	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: #eeeeee;
}

a:visited {
	color: #c4c4c4;
}

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

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;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

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 {
	display: block;
	width: 100%;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

.error-404 {
	background-image: url("assets/img/vault-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100vmin;
	position: relative;
}

.error-404:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(-45deg, rgba(12, 44, 226, 0.3), rgba(221, 6, 42, 0.3));
	background-size: 300% 300%;
	animation: gradient 2.5s ease infinite;
}

@media screen and (max-width: 767px) {
	.error-404:before {
		background-size: 100% 100%;
	}
}

.error-404 .container {
	max-width: 1200px;
	margin: auto;
	padding: 30px 20px;
	background-color: #333333b6;
	backdrop-filter: blur(3px);
}

.error-404 .container .icons {
	text-align: center;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

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

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

/* Custom Theme Style
--------------------------------------------- */
/* Header styling
--------------------------------------------- */
.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 800px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 888;
}

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

.top-nav-bar {
	background: #311924;
	position: relative;
	z-index: 889;
	display: flex;
	justify-content: flex-end;
	height: 40px;
	padding: 0 10px;
}

@media screen and (max-width: 920px) {
	.top-nav-bar {
		display: none;
	}
}

.trp-language-switcher {
	height: auto;
}

.trp-language-switcher div {
	background-image: url(./assets/img/arrow-down-3101.svg);
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	background-color: #311924;
}

.trp-language-switcher div:hover {
	background-color: #421b2d;
}

.trp-language-switcher div a {
	padding: 4px;
	border-radius: 0;
	color: #eeeeee;
}

.trp-language-switcher div a:hover {
	background-color: #311924;
}

.nav-bar {
	background: #311924;
	background: -moz-linear-gradient(0deg, #311924 0%, #421b2d 100%);
	background: -webkit-linear-gradient(0deg, #311924 0%, #421b2d 100%);
	background: linear-gradient(0deg, #311924 0%, #421b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
	padding: 0 10px;
	height: 55px;
	overflow: visible;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.nav-bar .social-icons {
	display: flex;
	align-items: center;
	z-index: 10;
	margin-top: 20px;
	flex-shrink: 1;
}

.nav-bar .social-icons img {
	max-width: 60px;
	margin-right: -5px;
}

@media screen and (max-width: 1100px) {
	.nav-bar .social-icons img {
		max-width: 50px;
	}
}

.nav-bar .main-navigation {
	flex: 2;
}

.nav-bar .main-navigation ul {
	align-items: center;
	justify-content: center;
}

.nav-bar .main-navigation ul li {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	margin: 0 10px;
	font-size: 1.2cqw;
}

.nav-bar .main-navigation ul li:not(:last-child):after {
	background-image: url(./assets/img/nav-divider-colored.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: -23px;
	width: 16px;
	height: 20px;
	content: "";
}

.nav-bar .main-navigation ul li a {
	color: white;
	text-shadow: -2px 1px 0px black;
	transition: color 0.2s ease;
	margin-left: 10px;
}

.nav-bar .main-navigation ul li a:hover {
	color: #f5cf77;
}

.mobile-header {
	display: none;
	background: #311924;
	background: -moz-linear-gradient(0deg, #311924 0%, #421b2d 100%);
	background: -webkit-linear-gradient(0deg, #311924 0%, #421b2d 100%);
	background: linear-gradient(0deg, #311924 0%, #421b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
	padding: 10px;
	height: 50px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
}

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

.mobile-header .mobile-bar {
	display: flex;
	justify-content: space-between;
}

.mobile-header .mobile-menu-screen {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999998;
}

.mobile-header .mobile-nav {
	padding-top: 50px;
	position: fixed;
	right: -100%;
	bottom: 0;
	top: 0;
	z-index: 999999;
	width: 300px;
	padding: 20px;
	border-left: 1px solid white;
	text-align: right;
	background: #311924;
	background: -moz-linear-gradient(0deg, #311924 0%, #421b2d 100%);
	background: -webkit-linear-gradient(0deg, #311924 0%, #421b2d 100%);
	background: linear-gradient(0deg, #311924 0%, #421b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
	transition: right 0.3s ease;
}

.mobile-header .mobile-nav #closeNav {
	font-size: 1.3rem;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 3px;
}

.mobile-header .mobile-nav ul {
	align-items: center;
	justify-content: center;
	list-style: none;
}

.mobile-header .mobile-nav ul li {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	margin: 0 5px;
	font-size: 1.4em;
}

.mobile-header .mobile-nav ul li a {
	color: white;
	text-shadow: -2px 1px 0px black;
	transition: color 0.2s ease;
	text-decoration: none;
}

.mobile-header .mobile-nav ul li a:hover {
	color: #f5cf77;
}

.mobile-header .mobile-nav .social-icons {
	display: flex;
	padding-top: 10px;
}

.mobile-header .mobile-nav .social-icons img {
	max-width: 90%;
}

.mobile-header.opened .mobile-menu-screen {
	display: initial;
}

.mobile-header.opened .mobile-nav {
	right: 0;
}

button,
.button {
	background: white;
	padding: 10px 18px;
	transition: all 0.3s ease;
	border: none;
	text-decoration: none;
	color: #222;
	font-weight: bold;
}

button:visited,
.button:visited {
	color: #222;
}

button:hover,
.button:hover {
	background: #e27a40;
	cursor: pointer;
	color: #eee !important;
}

@media screen and (max-width: 480px) {
	button,
	.button {
		margin-top: 20px;
	}
}

.hero {
	padding: 0px 0px;
	position: relative;
}

.hero .hero-slider .slide {
	position: relative;
}

.hero .hero-slider .slick-dots li button:before {
	color: black;
	font-size: 18px;
	text-shadow: 1px 1px 0 #f36f27, -1px 1px 0 #f36f27, -1px -1px 0 #f36f27, 1px -1px 0 #f36f27;
	-webkit-text-stroke: 1px #f36f27;
}

.hero .img-wrapper {
	position: relative;
}

.hero .img-wrapper .hero-bg {
	width: 100%;
}

@media screen and (max-width: 920px) {
	.hero .img-wrapper .char {
		display: none;
	}
}

.hero .img-wrapper .char.opened .char-info-box {
	display: block !important;
}

.hero .img-wrapper .char .char-info-box {
	background: #000;
	width: 350px;
	margin-top: 80%;
	border: 1px solid white;
	transform: skewX(-2deg);
	font-family: 'Saira', sans-serif;
	position: relative;
	z-index: 40;
	display: none;
	pointer-events: none;
}

.hero .img-wrapper .char .char-info-box > * {
	pointer-events: none;
}

.hero .img-wrapper .char .char-info-box .info-media video {
	width: 100%;
}

.hero .img-wrapper .char .char-info-box .info-content {
	background: black;
	background: -moz-linear-gradient(0deg, black 75%, rgba(255, 255, 255, 0) 99%);
	background: -webkit-linear-gradient(0deg, black 75%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(0deg, black 75%, rgba(255, 255, 255, 0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
	position: relative;
	padding: 0 10px 10px 10px;
	margin-top: -85px;
	z-index: 2;
}

.hero .img-wrapper .char .char-info-box .info-content .info-title {
	text-transform: uppercase;
}

.hero .img-wrapper .char .char-info-box .info-content .info-title .name {
	font-weight: 900;
	font-size: 28px;
	background: -webkit-linear-gradient(0deg, #f9bb32, #f36f27);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	display: inline-block;
}

.hero .img-wrapper .char .char-info-box .info-content .info-title .subname {
	font-weight: bold;
	margin: 0;
	font-size: 20px;
}

.hero .img-wrapper .char .char-info-box .info-content .info-text {
	font-weight: medium;
	line-height: 1.1;
	text-transform: uppercase;
}

.hero .img-wrapper .char.figure1 {
	width: 18.95%;
	height: 50%;
	position: absolute;
	top: 21%;
	left: 0;
}

.hero .img-wrapper .char.figure1 .char-info-box {
	margin-top: 60%;
	margin-left: 25%;
}

.hero .img-wrapper .char.figure2 {
	width: 12.85%;
	height: 45%;
	position: absolute;
	top: 14%;
	left: 18.96%;
}

.hero .img-wrapper .char.figure3 {
	width: 11.91%;
	height: 40%;
	position: absolute;
	top: 7%;
	left: 31.81%;
}

.hero .img-wrapper .char.figure4 {
	width: 12.62%;
	height: 51%;
	position: absolute;
	top: 2%;
	left: 43.72%;
}

.hero .img-wrapper .char.figure5 {
	width: 7.03%;
	height: 38%;
	position: absolute;
	top: 22%;
	left: 56.34%;
}

.hero .img-wrapper .char.figure6 {
	width: 8.13%;
	height: 42%;
	position: absolute;
	top: 3%;
	left: 63.37%;
}

.hero .img-wrapper .char.figure7 {
	width: 11.29%;
	height: 41%;
	position: absolute;
	top: 17%;
	left: 71.5%;
}

@media screen and (max-width: 1400px) {
	.hero .img-wrapper .char.figure7 .char-info-box {
		left: -50%;
	}
}

@media screen and (max-width: 1050px) {
	.hero .img-wrapper .char.figure7 .char-info-box {
		left: -70%;
	}
}

.hero .img-wrapper .char.figure8 {
	width: 17.27%;
	height: 50%;
	position: absolute;
	top: 18%;
	left: 82.79%;
}

.hero .img-wrapper .char.figure8 .char-info-box {
	margin-left: -45%;
}

@media screen and (max-width: 1400px) {
	.hero .img-wrapper .char.figure8 .char-info-box {
		left: -50%;
	}
}

@media screen and (max-width: 1050px) {
	.hero .img-wrapper .char.figure8 .char-info-box {
		left: -80%;
	}
}

.hero .bottom-cta {
	position: absolute;
	bottom: 3%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	padding: 0 20px;
}

@media screen and (max-width: 1400px) {
	.hero .bottom-cta {
		align-items: center;
		bottom: 5%;
	}
}

@media screen and (max-width: 999px) {
	.hero .bottom-cta {
		position: initial;
	}
}

@media screen and (max-width: 768px) {
	.hero .bottom-cta {
		width: 100%;
		flex-direction: column;
	}
}

@media screen and (max-width: 576px) {
	.hero .bottom-cta {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.hero .bottom-cta .hero-box {
	width: 550px;
	background: #311924;
	background: -moz-linear-gradient(90deg, #311924 0%, #421b2d 100%);
	background: -webkit-linear-gradient(90deg, #311924 0%, #421b2d 100%);
	background: linear-gradient(90deg, #311924 0%, #421b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
	padding: 20px 30px;
	color: white;
	font-size: 28px;
	font-weight: bold;
	border: 2px solid white;
	transform: skew(-5deg);
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1350px) {
	.hero .bottom-cta .hero-box {
		width: 350px;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 768px) {
	.hero .bottom-cta .hero-box {
		width: 100%;
		margin: 10px auto;
		padding: 10px;
	}
}

@media screen and (max-width: 576px) {
	.hero .bottom-cta .hero-box {
		width: 100%;
	}
}

.hero .bottom-cta .hero-box .inner {
	transform: skew(5deg);
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
}

.hero .bottom-cta .hero-box .inner .text {
	text-transform: uppercase;
}

.hero .bottom-cta .hero-box .inner .text sup {
	text-transform: lowercase;
	font-size: 1.3rem;
}

.hero .bottom-cta .hero-box .inner .text h3 {
	line-height: 1;
	margin: 0;
	font-size: 1.7cqw;
}

@media screen and (max-width: 980px) {
	.hero .bottom-cta .hero-box .inner .text h3 {
		font-size: 2cqw;
	}
}

@media screen and (max-width: 768px) {
	.hero .bottom-cta .hero-box .inner .text h3 {
		font-size: 1.5rem;
	}
}

.hero .bottom-cta .hero-box .inner img {
	max-height: 60px;
	max-width: 100px;
	margin: 0 10px;
}

@media screen and (max-width: 1350px) {
	.hero .bottom-cta .hero-box .inner img {
		max-height: 50px;
		max-width: 70px;
	}
}

.mobile-char-details {
	display: none;
	padding: 10px;
}

@media screen and (max-width: 920px) {
	.mobile-char-details {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
}

.mobile-char-details .char {
	width: 100%;
	padding: 5px;
}

@media screen and (max-width: 768px) {
	.mobile-char-details .char {
		width: 100%;
	}
}

.mobile-char-details .char .char-info-box {
	position: relative;
	display: flex;
	align-items: stretch;
	background: #000;
	font-family: 'Saira', sans-serif;
}

.mobile-char-details .char .char-info-box .info-media {
	flex: 1;
}

.mobile-char-details .char .char-info-box .info-media video {
	width: 100%;
}

.mobile-char-details .char .char-info-box .info-content {
	background: black;
	background: -moz-linear-gradient(-90deg, black 85%, rgba(255, 255, 255, 0) 99%);
	background: -webkit-linear-gradient(-90deg, black 95%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(-90deg, black 85%, rgba(255, 255, 255, 0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
	padding: 10px;
	flex: 1;
	margin-left: -70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.mobile-char-details .char .char-info-box .info-content .info-title {
	text-transform: uppercase;
}

.mobile-char-details .char .char-info-box .info-content .info-title .name {
	font-weight: 600;
	font-size: 22px;
	background: -webkit-linear-gradient(0deg, #f9bb32, #f36f27);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	display: inline-block;
}

.mobile-char-details .char .char-info-box .info-content .info-title .subname {
	font-weight: bold;
	margin: 0;
}

.mobile-char-details .char .char-info-box .info-content hr {
	margin-left: 0;
	margin-right: 0;
}

.mobile-char-details .char .char-info-box .info-content .info-text {
	line-height: 1.1;
}

@media screen and (max-width: 500px) {
	.mobile-char-details .char .char-info-box .info-content .info-text {
		height: 0;
		overflow: hidden;
	}
}

.mobile-char-details .char .char-info-box .info-content .info-text p {
	margin: 2px;
}

.sign-up {
	padding: 30px;
}

.sign-up-box {
	padding: 10px;
	background-color: black;
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	background-image: url("assets/img/trailer-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	backdrop-filter: grayscale(0.5) opacity(0.8);
}

.sign-up-box:before {
	content: '';
	z-index: 0;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	background-color: #000000;
	opacity: 0.4;
}

.sign-up-box .sign-up-content {
	z-index: 1;
}

.sign-up-box .sign-up-content .copy {
	padding: 10px 20px;
	text-align: center;
}

.sign-up-box .sign-up-content .copy h3 {
	text-shadow: 0 1px 2px #333;
	margin-bottom: 5px;
}

.sign-up-box .sign-up-content .form-area {
	padding: 10px 20px;
	text-align: center;
}

.sign-up-box .sign-up-content .form-area h5 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.sign-up-box .sign-up-content .form-area .form-inputs {
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.sign-up-box .sign-up-content .form-area .form-inputs {
		flex-direction: column;
	}
}

.sign-up-box .sign-up-content .form-area input[type=email],
.sign-up-box .sign-up-content .form-area input[type=date],
.sign-up-box .sign-up-content .form-area input[type=text] {
	border-radius: 0;
	width: 300px;
	padding: 6px 15px;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #b5aea2;
	background-color: #1D221D;
}

@media screen and (max-width: 460px) {
	.sign-up-box .sign-up-content .form-area input[type=email],
	.sign-up-box .sign-up-content .form-area input[type=date],
	.sign-up-box .sign-up-content .form-area input[type=text] {
		width: 100%;
	}
}

.sign-up-box .sign-up-content .form-area input[type=email]:placeholder,
.sign-up-box .sign-up-content .form-area input[type=date]:placeholder,
.sign-up-box .sign-up-content .form-area input[type=text]:placeholder {
	color: #ffffff;
}

.sign-up-box .sign-up-content .form-area input[type=email]:focus, .sign-up-box .sign-up-content .form-area input[type=email]:active,
.sign-up-box .sign-up-content .form-area input[type=date]:focus,
.sign-up-box .sign-up-content .form-area input[type=date]:active,
.sign-up-box .sign-up-content .form-area input[type=text]:focus,
.sign-up-box .sign-up-content .form-area input[type=text]:active {
	border-radius: 0;
}

.sign-up-box .sign-up-content .form-area .form-control {
	font-family: system-ui, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
	justify-content: center;
}

.sign-up-box .sign-up-content .form-area .form-control input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #d14239;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid #b5aea2;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

.sign-up-box .sign-up-content .form-area .form-control input[type=checkbox]:checked {
	background-color: #1D221D;
}

.sign-up-box .sign-up-content .form-area .form-control input[type=checkbox]:before {
	content: "";
	width: 0.75em;
	height: 0.75em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #f6d078;
}

.sign-up-box .sign-up-content .form-area .form-control input[type=checkbox]:focus {
	outline: 2px solid #d14339b2;
	outline-offset: 2px;
}

.sign-up-box .sign-up-content .form-area .form-control input[type=checkbox]:checked::before {
	transform: scale(1);
}

.sign-up-box .sign-up-content .form-area .form-control .form-control + .form-control {
	margin-top: 1em;
}

.sign-up-box .sign-up-content .form-area button {
	margin: 10px auto;
}

.submission-outcome-box {
	max-width: 1000px;
	padding: 30px;
	margin: 60px auto;
	text-align: center;
	text-transform: uppercase;
	background: #311924;
	background: -moz-linear-gradient(90deg, #311924 0%, #421b2d 100%);
	background: -webkit-linear-gradient(90deg, #311924 0%, #421b2d 100%);
	background: linear-gradient(90deg, #311924 0%, #421b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
	border: 2px solid #e7e7e7;
	color: #e7e7e7;
}

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

.about-video {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.about-video #desktopVideo,
.about-video #mobileVideo {
	width: 100%;
	max-height: auto;
	object-position: top left;
}

.about-video #desktopVideo {
	display: block;
}

@media only screen and (max-width: 600px) {
	.about-video #desktopVideo {
		display: none;
	}
}

.about-video #mobileVideo {
	display: none;
}

@media only screen and (max-width: 600px) {
	.about-video #mobileVideo {
		display: block;
	}
}

.about-video .copy-box {
	max-width: 50%;
	position: absolute;
	bottom: 0;
	padding: 15px;
}

@media only screen and (max-width: 850px) {
	.about-video .copy-box {
		max-width: 80%;
	}
}

@media only screen and (max-width: 576px) {
	.about-video .copy-box {
		max-width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		text-shadow: 5px 5px 5px black;
	}
}

.about-video .copy-box h3 {
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 0;
}

.about-video .copy-box p {
	margin: 0 0 15px 0;
	font-size: 1.2rem;
}

@media only screen and (max-width: 850px) {
	.about-video .copy-box p {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 576px) {
	.about-video .copy-box p {
		font-size: 1rem;
	}
}

.game-details {
	background-image: url("assets/img/game-details-bg.png");
	margin: 10px 0;
}

.game-details .trailer {
	background-image: url("assets/img/trailer-bg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 80px 10px;
}

.game-details .trailer img {
	border: 2px solid #a58b4e;
	cursor: pointer;
	box-shadow: 0 0 15px #c068e6;
}

.game-details .trailer .video-container {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #111;
}

.game-details .trailer .video-container iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 2px solid #a58b4e;
}

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

.game-details .connections {
	padding: 30px 0;
}

.game-details .connections .image-board {
	display: flex;
}

@media screen and (max-width: 800px) {
	.game-details .connections .image-board {
		flex-direction: column;
	}
}

.game-details .connections .image-board .left {
	flex: 1;
}

.game-details .connections .image-board .right {
	flex: 1;
	margin-left: -100px;
	padding-right: 80px;
	text-align: center;
}

@media screen and (max-width: 920px) {
	.game-details .connections .image-board .right {
		margin-left: 0;
		padding: 10px;
		margin-top: 0px;
		text-align: right;
	}
}

@media screen and (max-width: 800px) {
	.game-details .connections .image-board .right {
		margin-left: 0;
		padding: 10px;
		margin-top: -40px;
		text-align: center;
	}
}

.game-details .connections .image-board .right img {
	width: 60%;
	margin-bottom: -40px;
}

@media screen and (max-width: 920px) {
	.game-details .connections .image-board .right img {
		width: 100%;
		margin-bottom: -20px;
	}
}

@media screen and (max-width: 800px) {
	.game-details .connections .image-board .right img {
		width: 80%;
		margin-bottom: -20px;
	}
}

.game-details .connections .strap-line {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 576px) {
	.game-details .connections .strap-line {
		padding: 10px;
	}
}

.game-details .connections .strap-line h2 {
	background-color: #a8226b;
	font-family: 'Abys', sans-serif;
	font-weight: 300;
	color: #f6d078;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
}

.game-details .vault {
	text-align: center;
	position: relative;
}

.game-details .overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	display: flex;
}

@media screen and (max-width: 800px) {
	.game-details .overlay-content {
		position: initial;
		flex-direction: column;
		justify-content: flex-end;
		padding: 40px 10px;
		height: auto;
	}
}

.game-details .overlay-content .left {
	flex: 1;
	align-self: flex-end;
}

@media screen and (max-width: 920px) {
	.game-details .overlay-content .left {
		flex: 2;
	}
}

@media screen and (max-width: 576px) {
	.game-details .overlay-content .left {
		flex: 0;
	}
}

.game-details .overlay-content .right {
	flex: 1;
	text-align: right;
}

@media screen and (max-width: 920px) {
	.game-details .overlay-content .right {
		flex: 1;
	}
}

@media screen and (max-width: 576px) {
	.game-details .overlay-content .right {
		margin-top: -50px;
		flex: 0;
	}
}

.game-details .overlay-content .right img {
	max-width: 40%;
	margin-right: 15px;
}

@media screen and (max-width: 920px) {
	.game-details .overlay-content .right img {
		max-width: 60%;
	}
}

.game-details .copy-box {
	padding: 15px;
	background-color: #d14239;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
	text-align: left;
}

@media only screen and (max-width: 850px) {
	.game-details .copy-box {
		max-width: 80%;
	}
}

@media only screen and (max-width: 576px) {
	.game-details .copy-box {
		max-width: 100%;
	}
}

.game-details .copy-box h3 {
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 0;
}

.game-details .copy-box p {
	margin: 0 0 15px 0;
}

.rock-on {
	background-image: url("assets/img/rock-on-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 10px 0;
	padding: 40px 20px;
	margin: 0 10px;
}

.rock-on .title {
	text-align: center;
}

.rock-on .title h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

.rock-on .post-container {
	max-width: 1200px;
	margin: auto;
}

.rock-on .post-container .posts {
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
	flex-wrap: wrap;
	padding: 10px;
	margin: 10px;
}

.rock-on .post-container .posts .slick-track {
	display: flex !important;
}

.rock-on .post-container .posts .slick-slide {
	height: inherit !important;
}

.rock-on .post-container .posts .card {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 400px;
	border: 2px solid white;
	margin: 10px;
	display: flex;
	align-items: stretch;
}

@media screen and (max-width: 576px) {
	.rock-on .post-container .posts .card {
		width: 100%;
	}
}

.rock-on .post-container .posts .card .card-content {
	background: #311725;
	background: linear-gradient(0deg, #311725 50%, rgba(49, 23, 37, 0.0340511) 100%);
	margin-top: 150px;
	padding: 150px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media screen and (max-width: 800px) {
	.rock-on .post-container .posts .card .card-content {
		margin-top: 100px;
		padding: 40px 10px 10px 10px;
	}
}

.rock-on .post-container .posts .card .card-content hr {
	margin: 5px 0;
}

.rock-on .post-container .posts .card .card-content .card-title a {
	color: #e27a40;
	font-size: 1.1rem;
	line-height: 1.15;
	text-decoration: none;
}

.rock-on .post-container .posts .card .card-content .card-copy {
	font-size: 0.9rem;
	line-height: 1;
	margin-bottom: 10px;
}

.rock-on .post-container .posts .card .card-content .card-button {
	margin: 10px 0;
}

.rock-on .post-container .news-button {
	display: flex;
    justify-content: space-around;
}

.rock-on .post-container hr {
	margin: 40px 0 5px 0;
    background-color: #f4f4db;
    width: 100%;
}

.rock-on .post-container .widget-bar {
	display: flex;
	flex-direction: row;
    align-items: center;
    margin-bottom: -20px;
}

.rock-on .post-container .widget-bar > .widget {
    width: 100%;
    padding: 0 20px;
}

@media screen and (max-width: 800px) {
	.rock-on .post-container .widget-bar {
        flex-direction: column;
	  	margin-top: 60px;
		padding: 0;
		width: 100%;
        margin-bottom: -10px;
	}
}

.news {
    background-image: url("assets/img/game-details-bg.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.news .title {
	background-image: url("assets/img/rock-on-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
}

.news .title img {
	max-height: 80px;
}

.news .title h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-bottom: 20px;
    margin: 0;
}

.news .content-wrapper {
    display: flex;
	flex-direction: column;
    justify-content: center;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #333333;
}

@media screen and (max-width: 800px) {
	.news .content-wrapper {
	  	flex-direction: column;
	  	align-items: center;
		width: 80%;
	}
}

.news .post-container {
	width: 100%;
    padding: 30px 0;
}

.news .post-container .posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}

@media (max-width: 800px) {
    .news .post-container .posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .news .post-container .posts {
        grid-template-columns: 1fr;
    }
}

.news .post-container .posts .slick-track {
	display: flex !important;
}

.news .post-container .posts .slick-slide {
	height: inherit !important;
}

.news .post-container .posts .card {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 30px 40px 30px;
	display: flex;
	align-items: stretch;
}

@media screen and (max-width: 576px) {
	.news .post-container .posts .card {
		width: 100%;
	}
}

.news .post-container .posts .card .card-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 340px;
}

.news .post-container .posts .card .card-details {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 375px;
}

.news .post-container .posts .card .card-content .card-title a {
	color: #ff9d4c;
	font-size: 1.25rem;
	line-height: 1;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.news .post-container .posts .card .card-content a .card-image {
    width: 100%;
    height: 180px;
    display: block;
	border: 2px solid white;
	margin-bottom: 4px;
	object-fit: cover;
}

.news .post-container .posts .card .card-content .card-date {
	color: white;
	font-size: 0.625rem;
	margin-bottom: 8px;
}

.news .post-container .posts .card .card-content .card-copy {
	color: #e7dec3;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 8px;
}

.news .post-container .posts .card .card-content .card-button {
	color: #e7dec3;
	font-size: 0.75rem;
	margin: 10px 0;
	margin-bottom: auto;
}

.news .content-wrapper .post-container .pagination {
    display: flex;
    justify-content: center;
}

.news .content-wrapper hr {
	margin: 5px 0;
    background-color: #f4f4db;
    width: 100%;
}

.news .content-wrapper .widget-bar {
	display: flex;
	flex-direction: row;
    align-items: center;
    margin-bottom: -20px;
}

.news .content-wrapper .widget-bar > .widget {
    width: 100%;
    padding: 0 20px;
}

@media screen and (max-width: 800px) {
	.news .post-container {
	  	width: 100%;
	}

	.news .content-wrapper .widget-bar {
        flex-direction: column;
	  	margin-top: 60px;
		padding: 0;
		width: 100%;
        margin-bottom: -10px;
	}
}

.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: #311924;
	background: -moz-linear-gradient(90deg, #311924 0%, #421b2d 100%);
	background: -webkit-linear-gradient(90deg, #311924 0%, #421b2d 100%);
	background: linear-gradient(90deg, #311924 0%, #421b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.75);
	text-align: left;
	border: 2px solid #f9f3d7;
	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: #f9f3d7;
	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: #f9f3d7;
	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: #f9f3d7;
	align-self: flex-end;
}

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





.dlc {
    padding: 30px 10px;
    color: #333;
    background-image: url("assets/img/game-details-bg.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* Place the timelime to the left */
}

.dlc .container {
    max-width: 1440px;
    margin: auto;
    padding: 5px;
}

.dlc .page-title {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 3px rgba(51, 51, 51, 0.3);
}

.dlc .timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.dlc .timeline:after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #411b2c;
    top: -20px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

@media screen and (max-width: 600px) {
    .dlc .timeline:after {
        left: 10px;
    }
}

.dlc .timeline .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .dlc .timeline .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 25px;
    }
}

.dlc .timeline .container:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #DF783F;
    border: 4px solid #411b2c;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .dlc .timeline .container:before {
        left: 30px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ffffff transparent transparent;
    }
}

.dlc .timeline .left {
    margin-left: 0;
    color: #f9f3d7;
}

.dlc .timeline .left:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #411b2c;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 600px) {
    .dlc .timeline .left:before {
        border-width: 10px 10px 10px 0;
        border-color: transparent #ffffff transparent transparent;
        top: 17px;
        left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .dlc .timeline .left:after {
        left: -2px;
    }
}

.dlc .timeline .right {
    margin-left: 50%;
    color: #f9f3d7;
}

@media screen and (max-width: 600px) {
    .dlc .timeline .right {
        margin-left: 0%;
    }
}

.dlc .timeline .right:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 600px) {
    .dlc .timeline .right:before {
        top: 17px;
        left: 20px;
    }
}

.dlc .timeline .right:after {
    left: -12px;
}

@media screen and (max-width: 600px) {
    .dlc .timeline .right:after {
        left: -2px;
    }
}

.dlc .timeline .center {
    margin-left: 25%;
    color: #f9f3d7;
}

@media screen and (max-width: 600px) {
    .dlc .timeline .center {
        margin-left: 0%;
    }
}

.dlc .timeline .center:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 600px) {
    .dlc .timeline .center:before {
        top: 17px;
        left: 20px;
    }
}

.dlc .timeline .center:after {
    left: -12px;
}

@media screen and (max-width: 600px) {
    .dlc .timeline .center:after {
        left: -2px;
    }
}

.dlc .timeline .content {
    padding: 20px 30px;
    background-color: #411b2c;
    position: relative;
    border-radius: 6px;
    background: #311924;
    background: -moz-linear-gradient(90deg, #311924 0%, #421b2d 100%);
    background: -webkit-linear-gradient(90deg, #311924 0%, #421b2d 100%);
    background: linear-gradient(90deg, #311924 0%, #421b2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
    color: white;
    border: 2px solid white;
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 980px) {
    .dlc .timeline .content {
        padding: 10px;
    }
}

.dlc .timeline .content .details {
    padding: 0 10px;
    flex: 60%;
}

.dlc .timeline .content .details .dlc-title {
    font-weight: bold;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.dlc .timeline .content .details .dlc-title h3 {
    line-height: 2rem;
    margin-top: 5px;
}

.dlc .timeline .content .details .dlc-details ul,
.dlc .timeline .content .details .dlc-details ol {
    margin: 0 0 1.5em 1em;
}

.dlc .timeline .content .details .dlc-purchase-links .platform-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.dlc-container {
    max-width: 100%;
    padding: 15px;
    background: #311924;
    background: -moz-linear-gradient(90deg, #311924 0%, #421b2d 100%);
    background: -webkit-linear-gradient(90deg, #311924 0%, #421b2d 100%);
    background: linear-gradient(90deg, #311924 0%, #421b2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#311924", endColorstr="#421b2d", GradientType=1);
    color: white;
    border: 2px solid white;
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
}

.dlc-container .dlc-inner {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .dlc-container .dlc-inner {
        flex-direction: column;
    }
}

.dlc-container .dlc-inner.image-left {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .dlc-container .dlc-inner.image-left {
        flex-direction: column;
    }
}

.dlc-container .dlc-inner.image-right {
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    .dlc-container .dlc-inner.image-right {
        flex-direction: column;
    }
}

.dlc-container .dlc-inner .details {
    padding: 0 10px;
    margin: 10px;
    flex: 60%;
}

.dlc-container .dlc-inner .details .dlc-title {
    font-weight: bold;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.dlc-container .dlc-inner .details .dlc-gallery-image-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .dlc-container .dlc-inner .details .dlc-gallery-image-mobile {
        display: block;
    }
}

.dlc-container .dlc-inner .details .dlc-details ul,
.dlc-container .dlc-inner .details .dlc-details ol {
    margin: 0 0 1.5em 1em;
}

.dlc-container .dlc-inner .details .dlc-purchase-links .platform-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.dlc-container .dlc-inner .dlc-gallery {
    padding: 0 10px;
    margin: 10px;
    flex: 40%;
}

@media screen and (max-width: 767px) {
    .dlc-container .dlc-inner .dlc-gallery {
        display: none;
    }
}





















.roadmap {
	position: relative;
}

.roadmap .roadmap-static {
	object-fit: cover;
	margin: auto;
	margin-top: 30px;
}

.roadmap .title-sticker {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
}

.roadmap .title-sticker img {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
}

@media screen and (max-width: 1200px) {
	.roadmap .title-sticker {
		position: relative;
		margin-bottom: -20px;
	}
}

.media-gallery {
	background-image: url("assets/img/media-gallery-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 80px 30px;
}

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

.media-gallery .gallery-full {
	max-width: 1000px;
	margin: 50px auto;
	box-shadow: 0 7px 5px rgba(0, 0, 0, 0.75);
}

.media-gallery .gallery-full .slick-slide img,
.media-gallery .gallery-full .slick-slide video {
	padding: 10px;
	margin: auto;
	background-color: #311924;
}

.media-gallery .gallery-full .video-container {
	position: relative;
	max-width: 1000px;
	padding: 10px;
	margin: auto;
	background-color: #111;
}

.media-gallery .gallery-full .video-container iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

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

.media-gallery .thumb-container {
	max-width: 1200px;
	margin: auto;
	background-color: #311924;
	box-shadow: 0 7px 5px rgba(0, 0, 0, 0.75);
	padding: 5px;
}

.media-gallery .thumb-container .gallery-thumbs {
	width: 100%;
}

.media-gallery .thumb-container .gallery-thumbs .slick-track {
	display: flex !important;
}

.media-gallery .thumb-container .gallery-thumbs .slick-slide {
	height: inherit !important;
}

.media-gallery .thumb-container .gallery-thumbs .slick-slide {
	background-color: #311924;
	border: 2px solid transparent;
	margin: 5px;
	cursor: pointer;
	filter: grayscale(0.3);
	max-height: 130px;
	overflow: hidden;
}

.media-gallery .thumb-container .gallery-thumbs .slick-slide.slick-current {
	border: 2px solid #e3c89e;
	filter: grayscale(0);
}

.media-gallery .thumb-container .gallery-thumbs .video-placeholder {
	position: relative;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.media-gallery .thumb-container .gallery-thumbs .video-placeholder .play-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media-gallery .thumb-container .gallery-thumbs .video-placeholder .play-icon img {
	width: 25%;
}

.slick-dots li button:before {
	color: white;
}

.slick-dots li.slick-active button:before {
	color: white;
}

.post-page {
	max-width: 1200px;
	padding: 20px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.post-page article {
	background-color: #333;
	margin: 10px;
	padding: 10px;
}

.post-page article a {
	color: white;
}

.single-blog-container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 20px;
	text-align: center;
	background-color: #333;
}

.single-blog-container .entry-title {
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.single-blog-container {
		padding: 10px;
	}
}

.single-blog-container .blog-content-container {
	background: #1c211c;
	background: -moz-linear-gradient(45deg, #1c211c 0%, #323632 100%);
	background: -webkit-linear-gradient(45deg, #1c211c 0%, #323632 100%);
	background: linear-gradient(45deg, #1c211c 0%, #323632 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c211c", endColorstr="#323632", GradientType=1);
	border: 2px solid #dad1c3;
	color: #dad1c3;
	padding: 50px;
	text-align: center;
	box-shadow: 5px 0 5px #333;
}

.single-blog-container .blog-content-container p {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
	.single-blog-container .blog-content-container p {
		font-size: 1rem;
		line-height: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	.single-blog-container .blog-content-container {
		padding: 15px;
	}
}

@media screen and (max-width: 576px) {
	.single-blog-container .post-navigation .nav-links {
		flex-direction: column;
	}
}

.single-blog-container .comment-navigation .nav-previous,
.single-blog-container .posts-navigation .nav-previous,
.single-blog-container .post-navigation .nav-previous {
	text-align: left;
}

@media screen and (max-width: 576px) {
	.single-blog-container .nav-next,
	.single-blog-container .comment-navigation .nav-previous,
	.single-blog-container .posts-navigation .nav-previous,
	.single-blog-container .post-navigation .nav-previous {
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}
}

.single-blog-container .nav-next a,
.single-blog-container .nav-previous a {
	background-color: #2F332F;
	color: #b5aea2;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #b5aea2;
	transition: all 0.3s ease;
}

.single-blog-container .nav-next a:hover, .single-blog-container .nav-next a:active,
.single-blog-container .nav-previous a:hover,
.single-blog-container .nav-previous a:active {
	border: 1px solid white;
	box-shadow: 0 0 10px #b5aea2;
}

.single-blog-container .entry-footer {
	display: flex;
	flex-direction: column;
}

.single-blog-container .entry-footer span {
	color: #b5aea2;
	margin: 10px;
	text-shadow: 0 1px 1px #2F332F;
}

.single-blog-container .entry-footer span a {
	color: white;
	font-weight: bold;
}

.site-footer {
	background-image: url("assets/img/game-details-bg.png");
	text-align: center;
	padding: 30px 0px 0px 0px;
	position: relative;
}

.site-footer .chr-1 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 18vw;
	z-index: 1;
}

@media screen and (max-width: 1300px) {
	.site-footer .chr-1 {
		display: none;
	}
}

.site-footer .chr-2 {
	position: absolute;
	right: 5vw;
	bottom: 0px;
	max-width: 22vw;
}

@media screen and (max-width: 1300px) {
	.site-footer .chr-2 {
		display: none;
	}
}

.site-footer .footer-top {
	padding: 10px;
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 576px) {
	.site-footer .footer-top {
		z-index: 5;
	}
}

@media screen and (max-width: 1300px) {
	.site-footer .footer-bottom {
		position: relative;
		z-index: 4;
	}
}

.site-footer .footer-bottom .footer-bottom-separator {
	margin: 0;
	padding: 0;
	position: relative;
}

.site-footer .footer-bottom .footer-bottom-separator .chr-1-m {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 270px;
	z-index: 1;
	display: none;
}

@media screen and (max-width: 1300px) {
	.site-footer .footer-bottom .footer-bottom-separator .chr-1-m {
		display: block;
	}
}

@media screen and (max-width: 900px) {
	.site-footer .footer-bottom .footer-bottom-separator .chr-1-m {
		max-width: 30%;
	}
}

.site-footer .footer-bottom .footer-bottom-separator .chr-2-m {
	position: absolute;
	right: 5vw;
	bottom: 0px;
	max-width: 400px;
	display: none;
}

@media screen and (max-width: 1300px) {
	.site-footer .footer-bottom .footer-bottom-separator .chr-2-m {
		display: block;
	}
}

@media screen and (max-width: 900px) {
	.site-footer .footer-bottom .footer-bottom-separator .chr-2-m {
		max-width: 45%;
	}
}

.site-footer .footer-bottom .footer-bottom-separator .skyline-separator {
	margin: 80px 0 -8px 0;
	position: relative;
	max-width: 920px;
	z-index: 2;
}

@media screen and (max-width: 920px) {
	.site-footer .footer-bottom .footer-bottom-separator .skyline-separator {
		max-width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.site-footer .footer-bottom .footer-bottom-separator .skyline-separator {
		max-width: 70%;
	}
}

.site-footer .footer-bottom .bottom-box {
	background-color: #a8226b;
	padding: 10px 10px 50px 10px;
	position: relative;
}

@media screen and (max-width: 920px) {
	.site-footer .footer-bottom .bottom-box {
		padding-top: 30px;
	}
}

.site-footer .footer-bottom .bottom-box .logos {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.site-footer .footer-bottom .bottom-box .logos {
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
	}
}

.site-footer .footer-bottom .bottom-box .logos a {
	margin: 5px 15px;
}

.site-footer .footer-bottom .bottom-box .content {
	position: relative;
	z-index: 3;
	max-width: 600px;
	font-size: 16px;
	margin: auto;
}

.translatepress-ja .game-details .connections .strap-line h2 {
	font-family: 'Yuji Syuku', serif;
}

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