/*!
Theme Name: Egosoft
Theme URI: https://egosoft.com/
Author: Destination Design
Author URI: https://www.destinationdesign.de
Description: A very spacy theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: egosoft
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.

egosoft 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

--------------------------------------------------------------*/
/* titillium-web-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/titillium-web-v17-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* titillium-web-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/titillium-web-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* titillium-web-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/titillium-web-v17-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Titillium Web";
  font-size: 1rem;
  line-height: 140%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  background: linear-gradient(90deg, rgba(0, 255, 246, 0.45098) 0%, rgba(0, 255, 246, 0) 100%);
  font-size: 25px;
  font-family: "Titillium Web";
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  padding: 20px 200px 20px 30px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0px 2px 1.3px rgba(28, 25, 19, 0.47);
  margin-top: 50px;
  width: fit-content; }

h3 {
  font-size: 24px;
  font-family: "Titillium Web";
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0; }

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: "Titillium Web";
  line-height: 140%;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "Titillium Web"; }

abbr,
acronym {
  border-bottom: 1px dotted #00fff6;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #050e0e; }

.scroll-to-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(images/up.svg);
  background-size: cover;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease, scale 0.3s ease;
  z-index: 10; }
  .scroll-to-top:hover {
    background-image: url(images/up.svg);
    scale: 1.1; }

#primary {
  padding-top: 120px; }

#masthead {
  background: url(images/egosoft_nav_header.webp) no-repeat bottom center;
  background-size: cover;
  height: 120px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 11;
  width: 100%; }

.site-branding {
  width: 250px; }

.divider-glow {
  position: absolute;
  width: 100%;
  margin-top: -22px;
  mix-blend-mode: lighten;
  z-index: 1;
  max-height: 43px; }

#header-divider {
  margin-top: 100px;
  position: fixed;
  z-index: 10; }

.divider-glow-content {
  position: relative;
  width: 80%;
  margin: 20px auto;
  mix-blend-mode: lighten;
  max-height: 30px; }

footer {
  background-size: cover;
  padding: 50px 100px; }
  footer section {
    padding: 0px; }
  footer .wp-block-social-links .wp-block-social-link {
    background: transparent !important;
    color: #b4f6fe !important; }
  footer .wp-block-social-links {
    gap: 2px; }

.footer-widgets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: 100%; }

.footer-widget-col {
  min-width: 0;
  display: flex;
  flex-direction: column; }
  .footer-widget-col:last-child {
    text-align: right; }

.footer-widget-col .widget {
  width: 100%;
  word-break: break-word; }

@media (max-width: 900px) {
  .footer-widgets {
    flex-direction: column;
    gap: 20px; } }
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: #00e3ff;
  font-family: "Titillium Web";
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease; }
  a:visited {
    color: #00e3ff; }
  a:hover, a:focus, a:active {
    color: #b4f6fe; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.link-right {
  align-self: flex-end;
  text-align: right; }

.link-arrows {
  margin-right: 50px;
  position: relative;
  text-transform: uppercase; }
  .link-arrows::after {
    content: '';
    display: block;
    position: absolute;
    background: url(images/arrows.png) no-repeat center center;
    background-size: contain;
    width: 54px;
    height: 17px;
    left: calc(100% + 6px);
    top: 3px;
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    pointer-events: none; }
  .link-arrows:hover::after {
    animation: arrow-link-move 1.2s linear infinite;
    opacity: 0; }

@keyframes arrow-link-move {
  0% {
    transform: translateX(-10px);
    opacity: 0; }
  50% {
    transform: translateX(0px);
    opacity: 1; }
  100% {
    transform: translateX(10px) scale(1.05);
    opacity: 0; } }
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #00fff6 #00fff6 #00fff6;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  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: #00fff6 #00fff6 #00fff6; }
  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: #00fff6 #00fff6 #00fff6; }

.btn-border {
  background-repeat: no-repeat;
  position: absolute;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  width: 40px;
  height: 15px; }

.btn-border-tl {
  top: 0;
  left: 0;
  border-top: 3px solid #00fff6;
  border-left: 3px solid #00fff6; }

.btn-border-tr {
  top: 0;
  right: 0;
  border-top: 3px solid #00fff6;
  border-right: 3px solid #00fff6; }

.btn-border-bl {
  background-image: url(images/btn-triangle-left.svg);
  background-position: left bottom;
  border-bottom: 3px solid #00fff6;
  border-left: 3px solid #00fff6;
  bottom: 0;
  left: 0; }

.btn-border-br {
  background-image: url(images/btn-triangle-right.svg);
  background-position: right bottom;
  border-bottom: 3px solid #00fff6;
  border-right: 3px solid #00fff6;
  bottom: 0;
  right: 0; }

button {
  background: linear-gradient(180deg, #05a6a8 0%, #154252 100%);
  color: #ffffff;
  font-size: 25px;
  padding: 20px;
  font-family: "Titillium Web";
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  width: fit-content; }
  button:hover {
    background: linear-gradient(0deg, #05a6a8 0%, #154252 100%); }
    button:hover .btn-border-tl {
      width: 50px;
      height: 25px; }
    button:hover .btn-border-tr {
      width: 50px;
      height: 25px; }
    button:hover .btn-border-bl {
      width: 50px;
      height: 25px;
      background-position: left 2px bottom 2px; }
    button:hover .btn-border-br {
      width: 50px;
      height: 25px;
      background-position: right 2px bottom 2px; }
  button.btn-hero-cta::after {
    content: '';
    display: block;
    position: absolute;
    background: url(images/arrows.png) no-repeat center center;
    width: 171px;
    height: 65px;
    left: calc(100% + 10px);
    top: 0;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    pointer-events: none; }
  button.btn-hero-cta:hover {
    background: linear-gradient(0deg, #05a6a8 0%, #154252 100%); }
    button.btn-hero-cta:hover::before {
      animation: arrow-gloss-move-white 1.2s linear infinite;
      opacity: 1; }
    button.btn-hero-cta:hover::after {
      animation: arrow-gloss-move 1.2s linear infinite;
      opacity: 0; }
  button.btn-hero-cta::before {
    content: '';
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 171px;
    height: 65px;
    pointer-events: none;
    opacity: 0;
    -webkit-mask-image: url(images/arrows.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(images/arrows.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    transition: opacity 0.2s; }
  button.btn-cta {
    padding-right: 50px; }
    button.btn-cta::after {
      content: '';
      display: block;
      position: absolute;
      background: url(images/arrow-right.png) no-repeat center center;
      width: 37px;
      height: 33px;
      left: calc(100% - 45px);
      top: 0;
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translateX(-5px) translateY(50%); }
    button.btn-cta:hover::after {
      animation: arrow-cta-move 1.5s ease-in-out infinite; }

@keyframes arrow-gloss-move {
  0% {
    transform: translateX(5px);
    opacity: 0; }
  50% {
    transform: translateX(25px);
    opacity: 0.5; }
  100% {
    transform: translateX(50px) scale(1.05);
    opacity: 0; } }
@keyframes arrow-gloss-move-white {
  0% {
    transform: translateX(5px);
    opacity: 0; }
  50% {
    transform: translateX(30px);
    opacity: 0.5; }
  100% {
    transform: translateX(60px) scale(1.05);
    opacity: 0; } }
@keyframes arrow-cta-move {
  0% {
    transform: translateX(-5px) translateY(50%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateX(3px) translateY(50%);
    opacity: 0; } }
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: #ffffff;
  border: 1px solid #00fff6;
  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: #ffffff; }

select {
  border: 1px solid #00fff6; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: auto;
  align-self: flex-end; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 5px; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background: #04090f;
      border: 1px solid #e8fdff;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      display: flex;
      gap: 5px;
      flex-direction: column;
      padding: 5px;
      width: auto;
      min-width: 100%; }
      .main-navigation ul ul::before {
        content: '';
        position: absolute;
        top: -7px;
        width: 70%;
        height: 7px;
        background: #c9f5fd;
        left: -1px; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        background: #29373d;
        min-width: 180px; }
        .main-navigation ul ul li a {
          background-image: none !important;
          mix-blend-mode: unset;
          padding: 20px;
          color: #9ce5f7;
          font-size: 20px;
          min-width: max-content;
          margin-top: 0 !important;
          height: auto !important; }
        .main-navigation ul ul li:hover {
          background: #bff3fd; }
          .main-navigation ul ul li:hover a {
            color: #233539;
            mix-blend-mode: unset;
            text-shadow: unset; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
    .main-navigation li:hover > a {
      background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
      font-family: "Titillium Web";
      text-shadow: 0 0 3px white;
      mix-blend-mode: lighten;
      z-index: 2;
      position: relative; }
      .main-navigation li:hover > a a {
        background: url(images/navi-active-glow.png) no-repeat bottom center;
        background-size: cover;
        mix-blend-mode: lighten;
        z-index: 2;
        position: relative; }
    .main-navigation li.current_page_item, .main-navigation li.current-menu-parent, .main-navigation li.current_page_ancestor, .main-navigation li.current-menu-ancestor {
      background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
      mix-blend-mode: lighten;
      z-index: 2;
      position: relative; }
      .main-navigation li.current_page_item a, .main-navigation li.current-menu-parent a, .main-navigation li.current_page_ancestor a, .main-navigation li.current-menu-ancestor a {
        background: url(images/navi-active-glow.png) no-repeat bottom center;
        background-size: cover;
        mix-blend-mode: lighten; }
      .main-navigation li.current_page_item ul li, .main-navigation li.current-menu-parent ul li, .main-navigation li.current_page_ancestor ul li, .main-navigation li.current-menu-ancestor ul li {
        background: #29373d; }
        .main-navigation li.current_page_item ul li a, .main-navigation li.current-menu-parent ul li a, .main-navigation li.current_page_ancestor ul li a, .main-navigation li.current-menu-ancestor ul li a {
          color: #9ce5f7;
          mix-blend-mode: unset; }
        .main-navigation li.current_page_item ul li:hover, .main-navigation li.current-menu-parent ul li:hover, .main-navigation li.current_page_ancestor ul li:hover, .main-navigation li.current-menu-ancestor ul li:hover {
          background: #bff3fd; }
          .main-navigation li.current_page_item ul li:hover a, .main-navigation li.current-menu-parent ul li:hover a, .main-navigation li.current_page_ancestor ul li:hover a, .main-navigation li.current-menu-ancestor ul li:hover a {
            color: #233539;
            mix-blend-mode: unset;
            text-shadow: unset; }
      .main-navigation li.current_page_item ul li.current_page_item, .main-navigation li.current-menu-parent ul li.current_page_item, .main-navigation li.current_page_ancestor ul li.current_page_item, .main-navigation li.current-menu-ancestor ul li.current_page_item {
        background: #bff3fd; }
        .main-navigation li.current_page_item ul li.current_page_item a, .main-navigation li.current-menu-parent ul li.current_page_item a, .main-navigation li.current_page_ancestor ul li.current_page_item a, .main-navigation li.current-menu-ancestor ul li.current_page_item a {
          color: #233539;
          mix-blend-mode: unset;
          text-shadow: unset; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: "Titillium Web";
    font-weight: 200;
    color: #ffffff;
    font-size: 25px;
    padding: 35px 40px 50px 40px; }
  .main-navigation a:not([href]) {
    cursor: default; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    font-family: "Titillium Web";
    font-weight: 600;
    text-shadow: 0 0 3px white; }

/* 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%; }

/* language switcher */
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover,
.wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {
  background: #202831; }

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:hover, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:focus, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link:hover, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link:focus {
  background: #1c2229; }

/* 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; }

section {
  padding: 50px 100px 100px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    section {
      padding: 50px 50px; } }
  @media screen and (max-width: 600px) {
    section {
      padding: 50px 20px; } }

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  min-height: calc(100vh - 200px); }
  .hero .hero-gradient {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 40%;
    z-index: 1; }
  .hero .hero-bottom-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20%;
    width: 100%;
    z-index: 1; }
  .hero .hero-logo {
    margin-bottom: 60px;
    position: relative; }
  .hero .hero-container {
    position: relative;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9), 1px 1px 2px rgba(0, 0, 0, 0.9);
    z-index: 2; }
    .hero .hero-container h2 {
      font-size: 42px;
      line-height: 47px; }
    .hero .hero-container p {
      font-size: 30px;
      line-height: 40px; }

.features-section, .current-game {
  background-size: cover; }

.current-game {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .current-game .current-game-logo img {
    max-width: 400px; }
  .current-game .current-game-content {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 50%;
    margin-top: 50px;
    position: relative; }
  .current-game .current-game-more {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    align-self: center;
    margin-bottom: 10px; }
  .current-game .shops-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
    align-items: center; }
  .current-game .more-wrapper {
    width: 50%;
    text-align: center; }
  .current-game .current-game-shopping-links {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    gap: 40px; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0; }
  .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; }

.glightbox-clean .gclose {
  background: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gclose svg {
    position: absolute; }

.swiper {
  overflow: hidden;
  width: calc(100% + 100px);
  padding-bottom: 50px; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-slide {
  width: 400px;
  height: 300px;
  transition: box-shadow 0.3s ease; }
  .swiper-slide .btn-border {
    opacity: 0.5;
    z-index: 3; }
  .swiper-slide .news-slide-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%; }
  .swiper-slide .news-slide-image-wrapper {
    position: relative; }
  .swiper-slide .news-slide-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block; }
  .swiper-slide .news-slide-playicon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .swiper-slide .news-slide-content {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background 0.3s ease;
    z-index: 2; }
  .swiper-slide .news-slide-date {
    font-size: 22px;
    font-weight: bold;
    color: #b4f6fe;
    margin-bottom: 0.5rem; }
  .swiper-slide .news-slide-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .swiper-slide .news-swiper-wrapper {
    margin-top: 2rem; }
  .swiper-slide .news-slide-excerpt {
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1); }
  .swiper-slide:hover {
    box-shadow: 0 0 20px 0 rgba(0, 255, 249, 0.3), 0 0 40px 0 rgba(0, 255, 249, 0.15);
    mix-blend-mode: lighten; }
    .swiper-slide:hover .news-slide-playicon img {
      filter: drop-shadow(0 0 10px #00fff6);
      transition: filter 0.3s ease; }
    .swiper-slide:hover .news-slide-excerpt {
      max-height: 100px;
      transition: max-height 1s ease-in-out; }
    .swiper-slide:hover .news-slide-content {
      background: rgba(0, 0, 0, 0.9); }
    .swiper-slide:hover .btn-border {
      opacity: 1; }
    .swiper-slide:hover .btn-border-tl {
      width: 50px;
      height: 25px; }
    .swiper-slide:hover .btn-border-tr {
      width: 50px;
      height: 25px; }
    .swiper-slide:hover .btn-border-bl {
      width: 50px;
      height: 25px;
      background-position: left 2px bottom 2px; }
    .swiper-slide:hover .btn-border-br {
      width: 50px;
      height: 25px;
      background-position: right 2px bottom 2px; }
    .swiper-slide:hover::before, .swiper-slide:hover::after {
      width: calc(100% - 140px); }
  .swiper-slide::before, .swiper-slide::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #00fff6;
    width: 0px;
    transition: width 0.3s ease;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%); }

.news-slide.has-video {
  width: 620px !important;
  z-index: 2; }

.swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px; }

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  border-radius: unset;
  rotate: 45deg;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease; }

.swiper-pagination-bullet-active {
  background: #00fffd;
  width: 15px;
  height: 15px;
  position: relative; }

.features-swiper-wrapper .swiper-slide {
  height: 825px;
  display: flex;
  border: 2px solid #000000;
  overflow: hidden; }
  .features-swiper-wrapper .swiper-slide::before, .features-swiper-wrapper .swiper-slide::after {
    content: none; }
  .features-swiper-wrapper .swiper-slide .feature-slide-image {
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    transition: scale 0.8s ease-in-out;
    z-index: 1; }
  .features-swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3), 0 0 40px 0 rgba(0, 255, 249, 0.15);
    mix-blend-mode: unset;
    z-index: 2; }
    .features-swiper-wrapper .swiper-slide:hover .feature-slide-image {
      scale: 1.10; }
  .features-swiper-wrapper .swiper-slide .feature-slide-content {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2; }
    .features-swiper-wrapper .swiper-slide .feature-slide-content .feature-slide-title {
      color: #b4f6fe;
      font-size: 22px;
      font-weight: bold; }
    .features-swiper-wrapper .swiper-slide .feature-slide-content .feature-slide-excerpt {
      font-size: 16px;
      line-height: 20px; }
    .features-swiper-wrapper .swiper-slide .feature-slide-content .feature-slide-link-btn {
      align-self: self-end; }

/* 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: #050e0e;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #ffffff;
    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 */
