/*!
Theme Name: The Hives
Theme URI: http://underscores.me/
Author: Pretty Good Digital
Author URI: https://www.prettygooddigital.com
Description: Wordpress Theme for The Hives
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: the-hives
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.

The Hives 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

--------------------------------------------------------------*/
@font-face {
  font-family: "Hex Franklin";
  src: url("../fonts/HEX_Franklin_v0.2-Regular.woff") format("woff"), url("../fonts/HEX_Franklin_v0.2-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hex Franklin";
  src: url("../fonts/HEX_Franklin_v0.2-Bold.woff") format("woff"), url("../fonts/HEX_Franklin_v0.2-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hex Franklin";
  src: url("../fonts/HEX_Franklin_v0.2-Extrabold.woff") format("woff"), url("../fonts/HEX_Franklin_v0.2-Extrabold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Hex Franklin Condensed";
  src: url("../fonts/HEX_Franklin_v0.2_Condensed-Regular.woff") format("woff"), url("../fonts/HEX_Franklin_v0.2_Condensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hex Franklin Condensed";
  src: url("../fonts/HEX_Franklin_v0.2_Condensed-Bold.woff") format("woff"), url("../fonts/HEX_Franklin_v0.2_Condensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hex Franklin Condensed";
  src: url("../fonts/HEX_Franklin_v0.2_Condensed-Extrabold.woff") format("woff"), url("../fonts/HEX_Franklin_v0.2_Condensed-Extrabold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
/*--------------------------------------------------------------
# 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: #f2f2e7;
  font-family: "Hex Franklin", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  color: #eaefd8;
}

.page-title {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 7rem;
  position: relative;
  margin: 0px;
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 3rem;
  }
}
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 16px;
  background-color: #eaefd8;
}
@media screen and (max-width: 480px) {
  .page-title:before {
    height: 8px;
    width: 40px;
  }
}

.section-title {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 7rem;
  position: relative;
  margin: 0px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 3rem;
  }
}

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: #eaefd8;
  font-family: "Hex Franklin", sans-serif;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Hex Franklin", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
  width: 100%;
  word-wrap: break-word;
}

body {
  background: #050102;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

#page {
  position: relative;
  width: 100%;
  max-width: 1660px;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
}

#page-container {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
}
@media screen and (max-width: 480px) {
  #page-container {
    padding: 24px 24px;
  }
}

hr {
  background-color: #050102;
  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: #f2f2e7;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #eaefd8;
  outline: 0;
}

p a {
  text-decoration: underline;
}

.round-button {
  display: inline-block;
  background-color: #eaefd8;
  color: #050102 !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: auto;
  padding: 0px 20px;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
}
.round-button:hover {
  background-color: #505050;
  color: #eaefd8 !important;
  letter-spacing: 0.05rem;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #eaefd8;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: rgba(0, 0, 0, 0);
}
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: rgba(0, 0, 0, 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 {
  width: 100%;
  color: #eaefd8;
  border: none;
  background-color: #1a1a1a;
  padding: 10px;
  outline: 0;
  height: 40px;
}
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: #f2f2e7;
}

select {
  width: 100%;
  border: none;
  background-color: #1a1a1a;
  outline: 0;
  padding: 10px;
  color: #eaefd8;
  height: 40px;
}

textarea {
  width: 100%;
  resize: none;
  height: 200px;
}

input[type=submit] {
  display: inline-block;
  background-color: #eaefd8;
  color: #050102 !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: auto;
  padding: 0px 20px;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
}
input[type=submit]:hover {
  background-color: #505050;
  color: #eaefd8 !important;
  letter-spacing: 0.05rem;
}

/*--------------------------------------------------------------
# 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,
.page-header {
  margin: 0 auto;
  max-width: 1200px;
}

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

/* 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: #050102;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #f2f2e7;
  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
--------------------------------------------- */
/* Social Menu */
.menu-social ul {
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu-social ul {
    justify-content: center;
  }
}
.menu-social ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0px 8px;
}
.menu-social ul li a:before {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  font-family: "Fontawesome";
  font-size: 16px;
  color: #eaefd8;
  -webkit-font-smoothing: antialiased;
  content: "\f0c0";
  transition: all 0.3s ease-in-out;
}
.menu-social ul li a:hover:before {
  color: #93928b;
}
.menu-social ul li:first-child {
  margin: 0px 8px 0px 0px;
}
.menu-social ul li:last-child {
  margin: 0px 0px 0px 8px;
}

.menu-social li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.menu-social li a[href*="twitter.com"]::before {
  content: "\f099";
}

.menu-social li a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.menu-social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.menu-social li a[href*="pinterest.com"]::before {
  content: "\f0d2";
}

.menu-social li a[href*="github.com"]::before {
  content: "\f09b";
}

.menu-social li a[href*="tumblr.com"]::before {
  content: "\f173";
}

.menu-social li a[href*="youtube.com"]::before {
  content: "\f167";
}

.menu-social li a[href*="flickr.com"]::before {
  content: "\f16e";
}

.menu-social li a[href*="vimeo.com"]::before {
  content: "\f194";
}

.menu-social li a[href*="instagram.com"]::before {
  content: "\f16d";
}

.menu-social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.menu-social li a[href*="tiktok.com"]::before {
  content: "\e07b";
}

.menu-social li a[href*="spotify.com"]::before {
  content: "\f1bc";
}

.menu-social li a[href*="apple.com"]::before {
  content: "\f179";
}

.menu-social li a[href*="amazon.com"]::before {
  content: "\f270";
}

.menu-social li a[href*="dicord.com"]::before {
  content: "\f392";
}

#site-header {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  max-width: 1660px;
  height: auto;
  z-index: 999;
  margin: 0 auto;
}

.nav-toggle {
  display: block !important;
  position: absolute;
  top: 40px;
  right: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 480px) {
  .nav-toggle {
    top: 10px;
    right: 10px;
  }
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  top: 23px;
  left: 10px;
}
.nav-toggle span:before {
  top: -10px;
  left: 0px;
}
.nav-toggle span:after {
  top: 10px;
  left: 0px;
}

.site-header-black .nav-toggle span,
.site-header-black .nav-toggle span:before,
.site-header-black .nav-toggle span:after {
  background: #050102;
}

.site-header-white .nav-toggle span,
.site-header-white .nav-toggle span:before,
.site-header-white .nav-toggle span:after {
  background: #eaefd8;
}

.nav-toggle.active {
  background: transparent;
}
.nav-toggle.active span {
  background: transparent;
}
.nav-toggle.active span:before {
  top: 0;
  background: #eaefd8;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-toggle.active span:after {
  top: 0;
  background: #eaefd8;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#site-menu {
  background: #050102;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 40px 40px;
  display: none;
}
@media screen and (max-width: 480px) {
  #site-menu {
    padding: 24px 24px;
  }
}
#site-menu .site-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0px 0px 40px;
}
#site-menu .site-navigation ul li a {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  font-size: 2rem;
}
#site-menu .site-navigation ul li a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
#site-menu .site-navigation ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
#site-menu .site-navigation ul li a:hover {
  color: #93928b;
}
#site-menu .site-navigation ul li a:hover:after {
  width: 100%;
  left: 0;
}

#site-footer {
  width: 100%;
  height: auto;
  background-color: #1a1a1a;
}
#site-footer .signup-link {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
}
#site-footer .signup-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
#site-footer .signup-link:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
#site-footer .signup-link:hover {
  color: #93928b;
}
#site-footer .signup-link:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #site-footer .signup-link {
    margin-bottom: 20px;
  }
}
#site-footer .footer-links-container,
#site-footer .footer-social-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-links-container,
  #site-footer .footer-social-container {
    padding: 24px 24px;
    flex-direction: column;
  }
}
#site-footer .footer-links-container .footer-links,
#site-footer .footer-social-container .footer-links {
  display: flex;
  flex-direction: row;
}
#site-footer .footer-links-container .footer-links .copyright,
#site-footer .footer-social-container .footer-links .copyright {
  margin: 0px 10px 0px 0px;
}
#site-footer .footer-links-container .footer-links a,
#site-footer .footer-links-container .footer-links .copyright,
#site-footer .footer-links-container .pretty-link a,
#site-footer .footer-links-container .pretty-link .copyright,
#site-footer .footer-social-container .footer-links a,
#site-footer .footer-social-container .footer-links .copyright,
#site-footer .footer-social-container .pretty-link a,
#site-footer .footer-social-container .pretty-link .copyright {
  color: #8e9082;
  font-size: 0.8rem;
}
#site-footer .footer-links-container .footer-links a:hover,
#site-footer .footer-links-container .pretty-link a:hover,
#site-footer .footer-social-container .footer-links a:hover,
#site-footer .footer-social-container .pretty-link a:hover {
  color: #eaefd8;
}
#site-footer .footer-social-container {
  padding-bottom: 0px;
}

.home-section {
  position: relative;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 40px 40px;
  height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-rows: 1fr auto auto;
  row-gap: 40px;
  grid-template-columns: auto;
  grid-template-areas: "hero-image" "hero-button" "hero-social-container";
  justify-items: center;
}
@media screen and (max-width: 480px) {
  .home-section {
    padding: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .home-section {
    row-gap: 24px;
  }
}
.home-section .hero-image {
  grid-area: hero-image;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section .hero-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section .hero-image .hero-image-l,
.home-section .hero-image .hero-image-p {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .home-section .hero-image .hero-image-l {
    display: block;
  }
  .home-section .hero-image .hero-image-p {
    display: none;
  }
}
@media (orientation: portrait) {
  .home-section .hero-image .hero-image-l {
    display: none;
  }
  .home-section .hero-image .hero-image-p {
    display: block;
  }
}
.home-section .hero-button {
  grid-area: hero-button;
}
.home-section .hero-button {
  grid-area: hero-button;
}
.home-section .hero-social-container {
  grid-area: hero-social-container;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .home-section .hero-social-container {
    flex-direction: column;
  }
}
.home-section .signup-link-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .home-section .signup-link-container {
    justify-content: center;
  }
}
.home-section .video-link-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-section .social-navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .home-section .social-navigation {
    justify-content: center;
  }
}
.home-section .signup-link,
.home-section .video-link {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
}
.home-section .signup-link:before,
.home-section .video-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
.home-section .signup-link:after,
.home-section .video-link:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
.home-section .signup-link:hover,
.home-section .video-link:hover {
  color: #93928b;
}
.home-section .signup-link:hover:after,
.home-section .video-link:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .home-section .signup-link,
  .home-section .video-link {
    margin-bottom: 20px;
  }
}

.home-tour-section {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
}
@media screen and (max-width: 480px) {
  .home-tour-section {
    padding: 24px 24px;
  }
}

.home-videos-section {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
}
@media screen and (max-width: 480px) {
  .home-videos-section {
    padding: 24px 24px;
  }
}

.splash {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999 !important;
}
.splash .splash-close {
  transition: all 0.3s ease 0s;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  position: absolute !important;
  top: 30px !important;
  right: 30px !important;
  mix-blend-mode: difference;
}
.splash .splash-close:hover {
  color: #93928b;
}
.splash .splash-close:hover:after {
  width: 100%;
  left: 0;
}
.splash .splash-close::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
.splash .splash-close::after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
.splash .splash-container {
  width: 100%;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
.splash .splash-container .splash-container-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.splash .splash-container .splash-image-container {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splash .splash-container .splash-image-container .splash-image {
  width: 100%;
}
@media (orientation: portrait) {
  .splash .splash-container .splash-image-container .splash-image {
    display: none;
  }
}
.splash .splash-container .splash-image-container .splash-image-portrait {
  width: 100%;
}
@media (orientation: landscape) {
  .splash .splash-container .splash-image-container .splash-image-portrait {
    display: none;
  }
}
.splash .splash-container .splash-content-container {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splash .splash-container .splash-content-container .splash-content {
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splash .splash-container .splash-content-container .splash-content .splash-title,
.splash .splash-container .splash-content-container .splash-content .splash-text {
  text-align: center;
  margin-top: 0px;
}

.round-button {
  display: inline-block;
  background-color: #eaefd8;
  color: #050102 !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: auto;
  padding: 0px 20px;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
}

.round-button-dark {
  display: inline-block;
  background-color: #eaefd8;
  color: #050102 !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: auto;
  padding: 0px 20px;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
  background-color: #050102;
  color: #eaefd8 !important;
}

.splash {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999 !important;
}
.splash .splash-close {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  position: absolute !important;
  top: 30px !important;
  right: 30px !important;
}
.splash .splash-close:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
.splash .splash-close:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
.splash .splash-close:hover {
  color: #93928b;
}
.splash .splash-close:hover:after {
  width: 100%;
  left: 0;
}
.splash .splash-close-dark {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  color: #050102;
}
.splash .splash-close-dark:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #050102;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
.splash .splash-close-dark:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
.splash .splash-close-dark:hover {
  color: #93928b;
}
.splash .splash-close-dark:hover:after {
  width: 100%;
  left: 0;
}

.splash-container {
  width: 100%;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
.splash-container .splash-image-container {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splash-container .splash-image-container .splash-image {
  width: 100%;
}
@media (orientation: portrait) {
  .splash-container .splash-image-container .splash-image {
    display: none;
  }
}
.splash-container .splash-image-container .splash-image-portrait {
  width: 100%;
}
@media (orientation: landscape) {
  .splash-container .splash-image-container .splash-image-portrait {
    display: none;
  }
}
.splash-container .splash-content-container {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splash-container .splash-content-container .splash-content {
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splash-container .splash-content-container .splash-content .splash-title,
.splash-container .splash-content-container .splash-content .splash-text {
  text-align: center;
  margin-top: 0px;
}

.splash-container-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splash-container-inner-row {
  display: flex;
}

.splash-container-full .splash-container-inner {
  max-width: 100% !important;
  min-height: calc(var(--vh, 1vh) * 100);
}

@media (orientation: portrait) {
  .splash .splash-close {
    top: 15px !important;
    right: 5% !important;
  }
  .splash .splash-container-inner {
    width: 90% !important;
  }
  .splash .splash-container-inner .splash-container-inner-row {
    flex-direction: column !important;
  }
  .splash .splash-container-inner .splash-container-inner-row .splash-content {
    margin: 20px !important;
  }
  .splash .splash-container-inner .splash-container-inner-row .splash-content .splash-title {
    font-size: max(5vw, 18px) !important;
  }
  .splash .splash-container-inner .splash-container-inner-row .splash-content .splash-text {
    font-size: max(3vw, 12px) !important;
  }
  .splash .splash-container-inner .splash-container-inner-row .splash-content .round-button {
    font-size: clamp(12px, 4vw, 16px) !important;
    height: 2.5em !important;
    line-height: 2.5em !important;
    padding: 0px 1.25em !important;
  }
}
.tour-section {
  position: relative;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 40px 40px;
}
@media screen and (max-width: 480px) {
  .tour-section {
    padding: 24px 24px;
  }
}

#home-tour,
#tour {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#home-tour .bit-widget-container,
#tour .bit-widget-container {
  opacity: 0;
}
#home-tour .bit-widget-container.show,
#tour .bit-widget-container.show {
  opacity: 1;
}
#home-tour .bit-follow-section-heading-text,
#tour .bit-follow-section-heading-text {
  font-size: 20px;
}
#home-tour .bit-event,
#tour .bit-event {
  flex-direction: row;
}
@media (max-width: 650px) {
  #home-tour .bit-event,
  #tour .bit-event {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
#home-tour .bit-event .bit-mobile-date-and-share-wrapper,
#tour .bit-event .bit-mobile-date-and-share-wrapper {
  min-width: 80px !important;
  justify-content: flex-start;
}
@media (max-width: 650px) {
  #home-tour .bit-event .bit-mobile-date-and-share-wrapper,
  #tour .bit-event .bit-mobile-date-and-share-wrapper {
    min-width: unset !important;
    margin-right: 10px;
  }
}
#home-tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date,
#tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date {
  color: black !important;
  font-size: 1px !important;
  line-height: 1px !important;
}
#home-tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date span,
#tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date span {
  display: block;
  text-align: center;
  font-weight: 400;
  line-height: 1.38rem !important;
}
#home-tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date span:nth-of-type(1),
#tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date span:nth-of-type(1) {
  color: #f2f2e7 !important;
  font-size: 1.5rem !important;
}
#home-tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date span:nth-of-type(2),
#tour .bit-event .bit-mobile-date-and-share-wrapper .bit-mobile-date span:nth-of-type(2) {
  color: #8e9082 !important;
  font-size: 0.8rem !important;
}
#home-tour .bit-event .bit-details-inner-wrapper-vertical-date .bit-details,
#tour .bit-event .bit-details-inner-wrapper-vertical-date .bit-details {
  text-align: left;
}
#home-tour .bit-event .bit-details-inner-wrapper-vertical-date .bit-details .bit-venue-vertical,
#tour .bit-event .bit-details-inner-wrapper-vertical-date .bit-details .bit-venue-vertical {
  width: 100%;
  font-size: 24px;
}
#home-tour .bit-event .bit-details-inner-wrapper-vertical-date .bit-location-under-mobile,
#tour .bit-event .bit-details-inner-wrapper-vertical-date .bit-location-under-mobile {
  color: #8e9082 !important;
  font-size: 0.8rem;
  width: 100%;
  display: block;
  text-align: left !important;
}
#home-tour .bit-event .bit-rsvp-container,
#tour .bit-event .bit-rsvp-container {
  margin: 0px;
}
#home-tour .bit-event .bit-event-buttons,
#tour .bit-event .bit-event-buttons {
  margin: 0px;
  margin-left: auto;
  padding-left: 30px;
  flex-direction: row;
}
@media (max-width: 650px) {
  #home-tour .bit-event .bit-event-buttons,
  #tour .bit-event .bit-event-buttons {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
#home-tour .bit-event .bit-event-buttons .bit-offers-inner-wrapper,
#tour .bit-event .bit-event-buttons .bit-offers-inner-wrapper {
  margin-right: 0px;
}
#home-tour .bit-event .bit-event-buttons .bit-button,
#tour .bit-event .bit-event-buttons .bit-button {
  margin-left: 10px;
}
#home-tour .bit-event .bit-button,
#tour .bit-event .bit-button {
  max-width: 80px;
  padding: 5px 0px !important;
}
@media (max-width: 650px) {
  #home-tour .bit-event .bit-button,
  #tour .bit-event .bit-button {
    margin: auto !important;
  }
}
#home-tour .bit-event .bit-button .bit-rsvp-text,
#home-tour .bit-event .bit-button .bit-sold-out-text,
#home-tour .bit-event .bit-button span,
#home-tour .bit-event .bit-button div,
#tour .bit-event .bit-button .bit-rsvp-text,
#tour .bit-event .bit-button .bit-sold-out-text,
#tour .bit-event .bit-button span,
#tour .bit-event .bit-button div {
  font-size: 0.88em !important;
}
@media (max-width: 650px) {
  #home-tour .bit-event .bit-button .bit-rsvp-text,
  #home-tour .bit-event .bit-button .bit-sold-out-text,
  #home-tour .bit-event .bit-button span,
  #home-tour .bit-event .bit-button div,
  #tour .bit-event .bit-button .bit-rsvp-text,
  #tour .bit-event .bit-button .bit-sold-out-text,
  #tour .bit-event .bit-button span,
  #tour .bit-event .bit-button div {
    font-size: 14px !important;
  }
}
#home-tour .pg_gigs_table,
#tour .pg_gigs_table {
  width: 100%;
  max-width: 600px;
  margin: 40px 0px;
}
#home-tour .pg_gigs_odd,
#home-tour .pg_gigs_even,
#tour .pg_gigs_odd,
#tour .pg_gigs_even {
  display: grid;
  grid-template-columns: 20px 1fr 80px;
  column-gap: 20px;
  grid-template-rows: auto;
  grid-template-areas: "date venue tickets" "date location tickets";
  padding-bottom: 10px;
}
#home-tour .pg_gigs_odd .pg_gigs_date,
#home-tour .pg_gigs_odd .pg_gigs_end_date,
#home-tour .pg_gigs_odd .pg_gigs_location,
#home-tour .pg_gigs_even .pg_gigs_date,
#home-tour .pg_gigs_even .pg_gigs_end_date,
#home-tour .pg_gigs_even .pg_gigs_location,
#tour .pg_gigs_odd .pg_gigs_date,
#tour .pg_gigs_odd .pg_gigs_end_date,
#tour .pg_gigs_odd .pg_gigs_location,
#tour .pg_gigs_even .pg_gigs_date,
#tour .pg_gigs_even .pg_gigs_end_date,
#tour .pg_gigs_even .pg_gigs_location {
  text-transform: uppercase;
  font-weight: 400;
  color: #8e9082;
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  #home-tour .pg_gigs_odd .pg_gigs_date,
  #home-tour .pg_gigs_odd .pg_gigs_end_date,
  #home-tour .pg_gigs_odd .pg_gigs_location,
  #home-tour .pg_gigs_even .pg_gigs_date,
  #home-tour .pg_gigs_even .pg_gigs_end_date,
  #home-tour .pg_gigs_even .pg_gigs_location,
  #tour .pg_gigs_odd .pg_gigs_date,
  #tour .pg_gigs_odd .pg_gigs_end_date,
  #tour .pg_gigs_odd .pg_gigs_location,
  #tour .pg_gigs_even .pg_gigs_date,
  #tour .pg_gigs_even .pg_gigs_end_date,
  #tour .pg_gigs_even .pg_gigs_location {
    font-size: 0.6em;
  }
}
#home-tour .pg_gigs_odd .pg_gigs_date span,
#home-tour .pg_gigs_odd .pg_gigs_end_date span,
#home-tour .pg_gigs_odd .pg_gigs_venue,
#home-tour .pg_gigs_even .pg_gigs_date span,
#home-tour .pg_gigs_even .pg_gigs_end_date span,
#home-tour .pg_gigs_even .pg_gigs_venue,
#tour .pg_gigs_odd .pg_gigs_date span,
#tour .pg_gigs_odd .pg_gigs_end_date span,
#tour .pg_gigs_odd .pg_gigs_venue,
#tour .pg_gigs_even .pg_gigs_date span,
#tour .pg_gigs_even .pg_gigs_end_date span,
#tour .pg_gigs_even .pg_gigs_venue {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #eaefd8;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  #home-tour .pg_gigs_odd .pg_gigs_date span,
  #home-tour .pg_gigs_odd .pg_gigs_end_date span,
  #home-tour .pg_gigs_odd .pg_gigs_venue,
  #home-tour .pg_gigs_even .pg_gigs_date span,
  #home-tour .pg_gigs_even .pg_gigs_end_date span,
  #home-tour .pg_gigs_even .pg_gigs_venue,
  #tour .pg_gigs_odd .pg_gigs_date span,
  #tour .pg_gigs_odd .pg_gigs_end_date span,
  #tour .pg_gigs_odd .pg_gigs_venue,
  #tour .pg_gigs_even .pg_gigs_date span,
  #tour .pg_gigs_even .pg_gigs_end_date span,
  #tour .pg_gigs_even .pg_gigs_venue {
    font-size: 1.3em;
  }
}
#home-tour .pg_gigs_date,
#home-tour .pg_gigs_date_spliter,
#home-tour .pg_gigs_end_date,
#tour .pg_gigs_date,
#tour .pg_gigs_date_spliter,
#tour .pg_gigs_end_date {
  font-family: "Hex Franklin Condensed", sans-serif;
  grid-area: date;
  line-height: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
#home-tour .pg_gigs_date span,
#home-tour .pg_gigs_date_spliter span,
#home-tour .pg_gigs_end_date span,
#tour .pg_gigs_date span,
#tour .pg_gigs_date_spliter span,
#tour .pg_gigs_end_date span {
  display: block;
  line-height: 1.4rem;
}
#home-tour .pg_gigs_date_spliter,
#tour .pg_gigs_date_spliter {
  position: relative;
  left: 20px;
}
@media (max-width: 480px) {
  #home-tour .pg_gigs_date_spliter,
  #tour .pg_gigs_date_spliter {
    left: 15px;
  }
}
#home-tour .pg_gigs_end_date,
#tour .pg_gigs_end_date {
  position: relative;
  left: 40px;
}
@media (max-width: 480px) {
  #home-tour .pg_gigs_end_date,
  #tour .pg_gigs_end_date {
    left: 30px;
  }
}
#home-tour .pg_gigs_venue.end_date,
#home-tour .pg_gigs_location.end_date,
#tour .pg_gigs_venue.end_date,
#tour .pg_gigs_location.end_date {
  padding-left: 40px;
}
@media (max-width: 480px) {
  #home-tour .pg_gigs_venue.end_date,
  #home-tour .pg_gigs_location.end_date,
  #tour .pg_gigs_venue.end_date,
  #tour .pg_gigs_location.end_date {
    padding-left: 25px;
  }
}
#home-tour .pg_gigs_venue,
#tour .pg_gigs_venue {
  grid-area: venue;
  line-height: 1.4rem;
}
#home-tour .pg_gigs_location,
#tour .pg_gigs_location {
  grid-area: location;
  font-family: "Hex Franklin", sans-serif;
}
#home-tour .pg_gigs_tickets,
#tour .pg_gigs_tickets {
  grid-area: tickets;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-tour .pg_gigs_tickets .pg_gigs_ticket_link,
#tour .pg_gigs_tickets .pg_gigs_ticket_link {
  display: inline-block;
  background-color: #eaefd8;
  color: #050102;
  height: 30px;
  line-height: 30px;
  width: auto;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
#home-tour .pg_gigs_tickets .pg_gigs_ticket_link:hover,
#tour .pg_gigs_tickets .pg_gigs_ticket_link:hover {
  background-color: #93928b;
}
#home-tour .round-button,
#tour .round-button {
  margin-bottom: 40px;
}

#video,
#videos {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #video,
  #videos {
    padding: 24px 24px;
  }
}
#video .videos-container,
#videos .videos-container {
  width: 100%;
  max-width: 1200px;
}
#video .videos-container .videos-header,
#videos .videos-container .videos-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  #video .videos-container .videos-header,
  #videos .videos-container .videos-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#video .videos-container .videos-header .page-title,
#videos .videos-container .videos-header .page-title {
  flex: 1;
}
#video .videos-container .videos-header .video-filter,
#videos .videos-container .videos-header .video-filter {
  margin-top: 30px;
}
#video .videos-container .videos-header .video-filter ul,
#videos .videos-container .videos-header .video-filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#video .videos-container .videos-header .video-filter ul li,
#videos .videos-container .videos-header .video-filter ul li {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eaefd8;
  font-size: 1rem;
  text-decoration: none;
  margin-right: 20px;
  cursor: pointer;
}
#video .videos-container .videos-header .video-filter ul li.active,
#videos .videos-container .videos-header .video-filter ul li.active {
  text-decoration: underline;
}
#video .videos-container .videos-header .video-filter ul li:first-child,
#videos .videos-container .videos-header .video-filter ul li:first-child {
  margin-left: 0px;
}
#video .videos-container .videos-header .video-filter ul li:last-child,
#videos .videos-container .videos-header .video-filter ul li:last-child {
  margin-right: 0px;
}
#video .videos-container .featured-video,
#videos .videos-container .featured-video {
  margin: 40px 0px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#video .videos-container .featured-video .video-cover,
#video .videos-container .featured-video .video-cover img,
#video .videos-container .featured-video iframe,
#videos .videos-container .featured-video .video-cover,
#videos .videos-container .featured-video .video-cover img,
#videos .videos-container .featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video .videos-container .featured-video .video-cover,
#videos .videos-container .featured-video .video-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#video .videos-container .featured-video .video-cover #video-watch-button,
#videos .videos-container .featured-video .video-cover #video-watch-button {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #eaefd8 !important;
  width: 100px;
}
#video .videos-container .video-grid .grid-sizer,
#video .videos-container .video-grid .video-item,
#videos .videos-container .video-grid .grid-sizer,
#videos .videos-container .video-grid .video-item {
  width: calc(25% - 15px);
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #video .videos-container .video-grid .grid-sizer,
  #video .videos-container .video-grid .video-item,
  #videos .videos-container .video-grid .grid-sizer,
  #videos .videos-container .video-grid .video-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  #video .videos-container .video-grid .grid-sizer,
  #video .videos-container .video-grid .video-item,
  #videos .videos-container .video-grid .grid-sizer,
  #videos .videos-container .video-grid .video-item {
    width: 100%;
  }
}
#video .videos-container .video-grid .grid-sizer .video-item-image,
#video .videos-container .video-grid .video-item .video-item-image,
#videos .videos-container .video-grid .grid-sizer .video-item-image,
#videos .videos-container .video-grid .video-item .video-item-image {
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#video .videos-container .video-grid .grid-sizer .video-item-image img,
#video .videos-container .video-grid .video-item .video-item-image img,
#videos .videos-container .video-grid .grid-sizer .video-item-image img,
#videos .videos-container .video-grid .video-item .video-item-image img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#video .videos-container .video-grid .grid-sizer .video-item-title,
#video .videos-container .video-grid .video-item .video-item-title,
#videos .videos-container .video-grid .grid-sizer .video-item-title,
#videos .videos-container .video-grid .video-item .video-item-title {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eaefd8;
  font-size: 1rem;
  text-decoration: none;
}
#video .videos-container .video-grid .video-item.active .video-item-title,
#videos .videos-container .video-grid .video-item.active .video-item-title {
  text-decoration: underline;
}

#discography {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #discography {
    padding: 24px 24px;
  }
}
#discography .discography-container {
  width: 100%;
  max-width: 1200px;
}
#discography .discography-container .discography-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  #discography .discography-container .discography-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#discography .discography-container .discography-header .page-title {
  flex: 1;
}
#discography .discography-container .discography-header .record-filter {
  margin-top: 30px;
}
#discography .discography-container .discography-header .record-filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#discography .discography-container .discography-header .record-filter ul li {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eaefd8;
  font-size: 1rem;
  text-decoration: none;
  margin-right: 20px;
  cursor: pointer;
}
#discography .discography-container .discography-header .record-filter ul li.active {
  text-decoration: underline;
}
#discography .discography-container .discography-header .record-filter ul li:first-child {
  margin-left: 0px;
}
#discography .discography-container .discography-header .record-filter ul li:last-child {
  margin-right: 0px;
}
#discography .discography-container .record-grid .grid-sizer,
#discography .discography-container .record-grid .record-item {
  width: 100%;
}
#discography .discography-container .record-grid .record-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  grid-template-rows: auto;
  grid-template-areas: "left right";
  margin: 80px 0px;
}
@media screen and (max-width: 991px) {
  #discography .discography-container .record-grid .record-item {
    grid-template-columns: auto;
    grid-template-rows: min-content min-content;
    grid-template-areas: "left" "right";
  }
}
#discography .discography-container .record-grid .record-item .record-item-left {
  width: 100%;
  grid-area: left;
}
#discography .discography-container .record-grid .record-item .record-item-right {
  width: 100%;
  grid-area: right;
}
#discography .discography-container .record-grid .record-item .record-item-description p {
  color: #eaefd8;
}
#discography .discography-container .record-grid .record-item .record-item-title {
  font-size: 2rem;
  margin: 0px;
}
#discography .discography-container .record-grid .record-item .record-item-date {
  color: #eaefd8;
}
#discography .discography-container .record-grid .record-item .record-item-track {
  display: grid;
  grid-template-columns: 30px 1fr 40px auto;
  column-gap: 20px;
  grid-template-areas: "index name length lyrics";
  margin-bottom: 10px;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-index {
  grid-area: index;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-name {
  grid-area: name;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-length {
  grid-area: length;
  text-align: center;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics {
  grid-area: lyrics;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics a {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  font-size: 1rem;
  opacity: 0.2;
  pointer-events: none;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics a:hover {
  color: #93928b;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics a:hover:after {
  width: 100%;
  left: 0;
}
#discography .discography-container .record-grid .record-item .record-item-track .record-item-track-lyrics a.active {
  opacity: 1;
  pointer-events: all;
}
#discography .discography-container .record-grid .record-item .record-item-buttons {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
#discography .discography-container .record-grid .record-item .record-item-buttons a {
  display: inline-block;
  background-color: #eaefd8;
  color: #050102 !important;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: auto;
  padding: 0px 20px;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
  letter-spacing: 0px !important;
  margin-right: 30px;
}
#discography .discography-container .record-grid .record-item .record-item-buttons a:hover {
  background-color: #505050;
  color: #eaefd8 !important;
  letter-spacing: 0.05rem;
}
#discography .discography-container .record-grid .record-item .lyrics_block {
  background-color: #1a1a1a;
  position: relative;
  padding: 20px;
  display: none;
  margin-bottom: 20px;
}
#discography .discography-container .record-grid .record-item .lyrics_block h2 {
  margin-top: 0px;
  font-size: 2rem;
  width: calc(100% - 70px);
}
#discography .discography-container .record-grid .record-item .lyrics_block .lyrics_block_close {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  position: absolute;
  top: 30px;
  right: 30px;
}
#discography .discography-container .record-grid .record-item .lyrics_block .lyrics_block_close:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
#discography .discography-container .record-grid .record-item .lyrics_block .lyrics_block_close:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
#discography .discography-container .record-grid .record-item .lyrics_block .lyrics_block_close:hover {
  color: #93928b;
}
#discography .discography-container .record-grid .record-item .lyrics_block .lyrics_block_close:hover:after {
  width: 100%;
  left: 0;
}
#discography .discography-container .record-grid .record-item .lyrics_block.selected {
  display: block;
}
#discography .discography-container .record-grid .record-item .record-item-image {
  display: block;
}
#discography .discography-container .record-grid .record-item .record-item-image.hidden {
  display: none;
}

.newsletter-section {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
  min-height: calc(var(--vh, 1vh) * 100 - 180px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .newsletter-section {
    padding: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-section {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.newsletter-section .newsletter-container {
  width: 100%;
  max-width: 600px;
  margin: 40px 0px;
}

.merch-section {
  position: relative;
  height: auto;
  width: 100%;
  padding: 40px 40px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 480px) {
  .merch-section {
    padding: 24px 24px;
  }
}
.merch-section .merch-container {
  width: 100%;
}
.merch-section .merch-container .merch-item {
  padding: 1px;
}
.merch-section .merch-container .merch-item .merch-image-container {
  position: relative;
  aspect-ratio: 7/9;
}
.merch-section .merch-container .merch-item .merch-image-container a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merch-section .merch-container .merch-item .merch-image-container .merch-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.merch-section .merch-container .merch-item .merch-info {
  padding: 24px 24px;
}
.merch-section .merch-container .merch-item .merch-info .merch-title {
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #eaefd8;
  font-size: 1rem;
  margin: 0px;
}
.merch-section .merch-container .merch-item .merch-info .merch-link {
  transition: all 0.3s ease 0s;
  position: relative;
  font-family: "Hex Franklin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  color: #eaefd8;
  font-size: 1rem;
}
.merch-section .merch-container .merch-item .merch-info .merch-link:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eaefd8;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: all 0.3s ease 0s;
}
.merch-section .merch-container .merch-item .merch-info .merch-link:after {
  content: "";
  width: 0;
  height: 2px;
  background: #93928b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s ease 0s;
}
.merch-section .merch-container .merch-item .merch-info .merch-link:hover {
  color: #93928b;
}
.merch-section .merch-container .merch-item .merch-info .merch-link:hover:after {
  width: 100%;
  left: 0;
}

.slick-dots li button:before {
  opacity: 0.5;
  color: #eaefd8;
  font-size: 10px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #eaefd8;
  font-size: 10px;
}

.merch-ticker {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 7rem;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .merch-ticker {
    height: 3rem;
  }
}
.merch-ticker ul.list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.merch-ticker ul.list.cloned {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  white-space: nowrap;
}
.merch-ticker ul.list li {
  font-family: "Hex Franklin Condensed", sans-serif;
  color: #eaefd8;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 7rem;
  position: relative;
  margin: 0px;
  float: left;
  white-space: nowrap;
  padding: 0px 10px;
}
@media screen and (max-width: 480px) {
  .merch-ticker ul.list li {
    font-size: 3rem;
  }
}

#banner {
  position: relative;
}
#banner .hero-image {
  width: 100%;
}
@media (orientation: landscape) {
  #banner .hero-image {
    aspect-ratio: 2/1;
  }
}
@media (orientation: portrait) {
  #banner .hero-image {
    aspect-ratio: 1/1;
  }
}
#banner .hero-image .hero-image-l,
#banner .hero-image .hero-image-p {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  #banner .hero-image .hero-image-l {
    display: block;
  }
  #banner .hero-image .hero-image-p {
    display: none;
  }
}
@media (orientation: portrait) {
  #banner .hero-image .hero-image-l {
    display: none;
  }
  #banner .hero-image .hero-image-p {
    display: block;
  }
}
#banner .banner-logo-container {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 50%;
  max-width: 400px;
}
#banner .banner-logo-container .banner-logo {
  width: 100%;
}

#archive {
  position: relative;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 40px 40px;
}
@media screen and (max-width: 480px) {
  #archive {
    padding: 24px 24px;
  }
}

.contact-form {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  grid-template-rows: auto;
  row-gap: 20px;
  grid-template-areas: "name email" "phone department" "message message" "submit submit";
}
@media screen and (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "email" "phone" "department" "message" "submit";
  }
}
.contact-form .contact-form-name {
  grid-area: name;
}
.contact-form .contact-form-email {
  grid-area: email;
}
.contact-form .contact-form-phone {
  grid-area: phone;
}
.contact-form .contact-form-department {
  grid-area: department;
}
.contact-form .contact-form-message {
  grid-area: message;
}
.contact-form .contact-form-submit {
  grid-area: submit;
}
.contact-form p {
  margin: 0;
}

.tour-2024-section {
  position: relative;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 40px 40px;
  overflow-x: hidden;
  background: url(../images/hives-tour-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .tour-2024-section {
    padding: 24px 24px;
  }
}
.tour-2024-section .tour-2024-container {
  margin: 40px auto;
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .tour-2024-section .tour-2024-container .tour-2024-dates-content img {
    width: 150%;
    max-width: 150%;
  }
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 80px 0px 40px;
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container h1 {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container h1 {
    font-size: 2rem;
    width: 100%;
  }
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container .tour-2024-dates {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container .tour-2024-dates {
    width: 100%;
  }
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container .tour-2024-dates a {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container .tour-2024-dates a {
    font-size: 1rem;
  }
}
.tour-2024-section .tour-2024-container .tour-2024-dates-content .tour-2024-dates-container p {
  margin: 0;
}

@media (max-width: 925px) and (min-width: 480px) {
  .page-template-page-two-kinds-of-trouble .page-title,
  .page-two-kinds-of-trouble .page-title {
    line-height: 1.25em;
  }
}
@media (max-width: 517px) and (min-width: 480px) {
  .page-template-page-two-kinds-of-trouble .page-title,
  .page-two-kinds-of-trouble .page-title {
    font-size: 6.4rem;
  }
}
@media (max-width: 480px) {
  .page-template-page-two-kinds-of-trouble #page-container .page-content ul,
  .page-two-kinds-of-trouble #page-container .page-content ul {
    margin-left: 0px;
    padding-left: 15px;
  }
}
.page-deck #password-cover {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background-color: #050102;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity 1s;
  z-index: 9999;
}
.page-deck #password-cover form {
  width: 90%;
  max-width: 590px;
  margin: auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-deck #password-cover form input[type=password] {
  max-width: calc(100% - 102px);
  border: solid 1px transparent;
  transition: border 0.25s;
}
@media (max-width: 500px) {
  .page-deck #password-cover form input[type=password] {
    max-width: 100%;
  }
}
.page-deck #password-cover form input[type=password].invalid {
  border: solid 1px red;
}
.page-deck #password-cover form input[type=submit] {
  min-width: 82px;
}
.page-deck #password-cover.hide {
  opacity: 0;
  pointer-events: none;
}
.page-deck .page-title {
  margin-bottom: 40px;
}
.page-deck #mobile {
  display: none;
}
@media (max-width: 1024px) {
  .page-deck #desktop {
    display: none;
  }
  .page-deck #mobile {
    display: block;
  }
}

body.splash-active {
  overflow: hidden;
}

div .kl-private-reset-css-Xuajs1 div[role=dialog] {
  display: none !important;
}

#page {
  z-index: 99999;
}

/*
// Display fullscreen popup on home page
div#dynamic-react-root + div .kl-private-reset-css-Xuajs1 div[role="dialog"] {
	display: flex !important;
}
*//*# sourceMappingURL=styles.css.map */