/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[type="button"],
[type="color"],
[type="date"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[role="button"],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

iframe,
embed,
object,
video {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap.center-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.center-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap.center-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;';
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

html {
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

@media screen and (max-width: 1230px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #b81218;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

a {
  color: inherit;
}

a:hover, a:active, a:focus, a:target {
  color: #245d2d;
}

.container {
  max-width: 76.875rem;
  margin: 0 auto;
}

#header {
  padding-top: 2.5rem;
}

#header .container {
  max-width: 76.875rem;
  max-width: 93.75rem;
}

@media screen and (max-width: 1030px) {
  #header {
    padding-top: 0.625rem;
  }
}

#header .social {
  padding: 0 0 1.875rem;
}

@media screen and (max-width: 760px) {
  #header .social {
    padding-bottom: 0.9375rem;
  }
}

#header .social a {
  color: #eeb47b;
}

#header .social a:hover, #header .social a:active, #header .social a:focus, #header .social a:target {
  color: #fff;
}

#header h1 {
  margin: 0 0 1.5625rem;
  text-align: center;
}

#header .date {
  font-size: 1.875rem;
  color: #245d2d;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: .5em;
  text-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 760px) {
  #header .date {
    font-size: 1.4375rem;
    margin: 0.625rem 0;
  }
}

#header .song {
  font-size: 1.875rem;
  color: #245d2d;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.8);
}

#header .song span {
  display: inline-block;
}

@media screen and (max-width: 760px) {
  #header .song {
    font-size: 1.4375rem;
    margin: 0.625rem 0;
  }
}

#header .presave {
  font-weight: 900;
  font-size: 1.875rem;
  color: #245d2d;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 760px) {
  #header .presave {
    font-size: 1.5rem;
    margin: 0.625rem auto;
  }
}

#header .music {
  padding: 1.875rem 0 1.875rem;
  text-align: center;
}

#header .music .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 919px) {
  #header .music .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#header .music .wrap img {
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.5));
}

#header .music .wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.25rem;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 919px) {
  #header .music .wrap > div:first-child {
    margin-top: 2.5rem;
  }
}

#header .music .title {
  height: 10.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 919px) {
  #header .music .title {
    display: block;
    height: auto;
    margin: 1em 0;
  }
}

#header .music p {
  font-size: 2.25rem;
  color: #eeb47b;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-shadow: 0 0 0.3125rem rgba(100, 100, 100, 0.5);
}

#header .music p.ft {
  margin-top: -1em;
  font-size: 1rem;
}

#header .music p.ft span {
  display: inline-block;
}

#header .music a {
  display: inline-block;
  border: 2px solid;
  border-radius: 1.875rem;
  padding: 0.75rem 0.625rem;
  width: 23.75rem;
  font-size: 1.375rem;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #245d2d;
  color: #fff;
  border-color: #fff;
}

#header .music a:hover, #header .music a:active, #header .music a:focus, #header .music a:target {
  color: #245d2d;
  background-color: #fff;
}

#header .tracklist {
  height: 38.75rem;
  width: 100%;
  max-width: 58.75rem;
  margin: 0 auto 3.125rem;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 860px) {
  #header .tracklist {
    height: auto;
  }
}

#header .tracklist li {
  display: inline-block;
  position: relative;
  margin: 0.9375rem 0;
}

@media screen and (min-width: 861px) {
  #header .tracklist li {
    width: 50%;
  }
}

#header .tracklist li span {
  display: inline-block;
}

#header .tracklist li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#header .tracklist li.double img:nth-child(1) {
  left: 25%;
}

#header .tracklist li.double img:nth-child(2) {
  left: 75%;
}

#header .tracklist .reveal {
  height: 1.75rem;
  -webkit-filter: drop-shadow(0 0.3125rem 0.375rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3125rem 0.375rem rgba(0, 0, 0, 0.3));
}

#header .tracklist .wide1 {
  width: 11.25rem;
}

#header .tracklist .wide2 {
  width: 18.75rem;
}

#header .tracklist .wide3 {
  width: 26.25rem;
}

#header .tracklist .gold {
  background-color: #eeb47b;
}

#header .tracklist .gold.stripe::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  height: 0.625rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #245d2d;
}

#header .tracklist .green {
  background-color: #245d2d;
}

#header .tracklist .green.stripe::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  height: 0.625rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ed0101;
}

#header .tracklist .red {
  background-color: #ed0101;
}

#header .tracklist .red.stripe::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  height: 0.625rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #245d2d;
}

.social {
  font-size: 1.375rem;
  text-align: center;
}

.social li {
  display: inline-block;
}

.social li + li {
  margin-left: .6em;
}

.social a {
  color: #eeb47b;
}

.social a:hover, .social a:active, .social a:focus, .social a:target {
  color: #fff;
}

.cta {
  background-color: #b81218;
  background-image: url("../img/cta-bg.png");
  background-size: cover;
  background-position: center right;
  padding: 6.25rem 0 7.5rem;
}

@media screen and (max-width: 1030px) {
  .cta {
    background-position: center right;
    padding: 3.75rem 0 3.75rem;
    text-align: center;
  }
}

.cta .content {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1030px) {
  .cta .content {
    margin: 0 auto;
  }
}

.cta .link-wrap {
  margin-bottom: 6.25rem;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .cta .link-wrap {
    margin-bottom: 1.875rem;
  }
}

.cta .link-wrap > a {
  display: inline-block;
  border: 2px solid;
  border-radius: 1.875rem;
  padding: 0.625rem;
  width: 17.5rem;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .cta .link-wrap > a {
    display: block;
    margin: 0 auto;
    width: 24.375rem;
  }
  .cta .link-wrap > a + a {
    margin: 1.25rem auto 0;
  }
}

.cta .link-wrap > a span {
  display: inline-block;
  line-height: 1;
  font-size: 1.4375rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  .cta .link-wrap > a span {
    font-size: 1.125rem;
  }
}

.cta .link-wrap > a i {
  font-size: 2.1875rem;
  margin-right: 0.9375rem;
}

.cta .link-wrap > a:nth-child(1) {
  background-color: #245d2d;
  color: #fff;
  border-color: #245d2d;
}

.cta .link-wrap > a:nth-child(1):hover, .cta .link-wrap > a:nth-child(1):active, .cta .link-wrap > a:nth-child(1):focus, .cta .link-wrap > a:nth-child(1):target {
  color: #245d2d;
  background-color: #fff;
}

.cta .link-wrap > a:nth-child(2) {
  background-color: #fff;
  color: #b81218;
  border-color: #b81218;
}

.cta .link-wrap > a:nth-child(2):hover, .cta .link-wrap > a:nth-child(2):active, .cta .link-wrap > a:nth-child(2):focus, .cta .link-wrap > a:nth-child(2):target {
  color: #fff;
  background-color: #b81218;
}

.cta form {
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 1030px) {
  .cta form {
    text-align: center;
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  }
  .cta form input::-webkit-input-placeholder {
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  }
  .cta form input:-ms-input-placeholder {
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  }
  .cta form input::-ms-input-placeholder {
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  }
  .cta form input::placeholder {
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  }
}

.cta form p {
  font-size: 1.6875rem;
  color: #fff;
  font-weight: 900;
  margin: 0 0 2.5rem;
}

.cta form input {
  border-bottom: 0.125rem solid #245d2d;
  color: #9ec2d1;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.1875rem 0;
}

.cta form input::-webkit-input-placeholder {
  color: #fff;
}

.cta form input:-ms-input-placeholder {
  color: #fff;
}

.cta form input::-ms-input-placeholder {
  color: #fff;
}

.cta form input::placeholder {
  color: #fff;
}

.cta form input[type='text'] {
  width: 48%;
  margin-left: 2%;
}

.cta form input[type='email'] {
  width: 48%;
}

@media screen and (max-width: 600px) {
  .cta form input[type='text'] {
    width: 100%;
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .cta form input[type='email'] {
    width: 100%;
  }
}

.cta form button {
  display: block;
  width: 6.875rem;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  margin: 1.25rem auto 0 0;
  background-color: #b81218;
  border: 2px solid #b81218;
  text-align: center;
  padding: 0.3125rem 0.9375rem 0.4375rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
}

.cta form button:hover, .cta form button:active, .cta form button:focus, .cta form button:target {
  color: #b81218;
  background-color: #fff;
}

@media screen and (max-width: 1030px) {
  .cta form button {
    margin-left: auto;
  }
}

#video {
  padding: 4.375rem 0 3.125rem;
}

#shop {
  padding: 4.375rem 0 5rem;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  #shop {
    padding-top: 3.75rem;
  }
}

#shop h2 {
  font-size: 2.25rem;
  font-weight: 900;
  color: #eeb47b;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 3.75rem;
}

@media screen and (max-width: 1030px) {
  #shop h2 {
    margin: 0 auto 1.25rem;
  }
}

#shop .merch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 832px) {
  #shop .merch-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .merch-wrap .item {
    margin: 0.625rem auto;
  }
}

#shop .item {
  text-align: center;
  margin: 0 0.9375rem;
}

#shop .item img {
  width: 23.75rem;
  display: inline-block;
}

@media screen and (max-width: 760px) {
  #shop .item:nth-child(1) {
    margin-bottom: 1.5625rem;
  }
  #shop .item:nth-child(1) img {
    margin: -10% 0 -18%;
  }
}

#shop .item p {
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: .8em 0 1em;
}

#shop .item p span {
  color: #eeb47b;
}

#shop .item a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  background-color: #245d2d;
  border: 2px solid #fff;
  text-align: center;
  padding: 0.3125rem 1.5625rem 0.4375rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
}

#shop .item a:hover, #shop .item a:active, #shop .item a:focus, #shop .item a:target {
  color: #245d2d;
  background-color: #fff;
}

#shop .official {
  font-size: 1.25rem;
  letter-spacing: .1em;
  font-weight: 900;
  display: inline-block;
  margin-top: 3.75rem;
  text-decoration: underline;
  text-transform: uppercase;
  color: #eeb47b;
}

#shop .official:hover, #shop .official:active, #shop .official:focus, #shop .official:target {
  color: #fff;
}

#tour {
  text-align: center;
}

#tour p {
  font-size: 0.875rem;
  padding: 0 0.625rem;
  margin: 1em auto 3.125rem;
  max-width: 50rem;
}

#tour p a {
  text-decoration: underline;
}

#tour .desktop {
  display: inline-block;
  width: 50rem;
  height: auto;
}

#tour .mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  #tour .desktop {
    display: none;
  }
  #tour .mobile {
    display: block;
  }
}

#tour #shows {
  width: 100%;
  max-width: 60.625rem;
  margin: 3.125rem auto 3.75rem;
}

#tour .event {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #000;
}

@media screen and (max-width: 760px) {
  #tour .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  #tour .event > div {
    margin-top: 0.1875rem;
  }
}

#tour .event .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#tour .event .location {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

#tour .event .venue {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#tour .event .tickets {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#tour .event .tickets a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 900;
  color: #000;
  background-color: #fff;
  border: 2px solid #245d2d;
  text-align: center;
  padding: 0.3125rem 1.5625rem 0.4375rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
}

#tour .event .tickets a:hover, #tour .event .tickets a:active, #tour .event .tickets a:focus, #tour .event .tickets a:target {
  color: #fff;
  background-color: #245d2d;
}

#tour .tour-more {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 900;
  color: #000;
  background-color: #fff;
  border: 2px solid #245d2d;
  text-align: center;
  padding: 0.3125rem 1.5625rem 0.4375rem;
  border-radius: 1.25rem;
  margin-top: 1.25rem;
  text-transform: uppercase;
}

#tour .tour-more:hover, #tour .tour-more:active, #tour .tour-more:focus, #tour .tour-more:target {
  color: #fff;
  background-color: #245d2d;
}

#footer {
  text-align: center;
}

.copyright {
  display: inline-block;
  margin-top: 1.875rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media screen and (max-width: 760px) {
  .copyright {
    font-size: 0.5625rem;
  }
}

.copyright img {
  float: left;
  padding-right: 1.25rem;
}

@media screen and (max-width: 760px) {
  .copyright img {
    padding-right: 0.625rem;
  }
}

#vote {
  position: relative;
  text-align: center;
  padding-top: 3.125rem;
  width: 53.75rem;
  max-width: 100%;
  margin: 1.875rem auto;
}

#vote > div {
  background-color: #fff;
  border: 0.9375rem solid #245d2d;
  padding: 3.125rem;
}

@media screen and (max-width: 500px) {
  #vote > div {
    padding: 1.875rem 0.625rem;
  }
}

#vote p {
  font-size: 3.625rem;
  color: #245d2d;
  text-transform: uppercase;
  margin: 0 0 3.125rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.3125rem solid #000;
}

@media screen and (max-width: 500px) {
  #vote p {
    font-size: 2.5rem;
  }
}

#vote p b {
  display: block;
}

#vote .mfp-close {
  color: #fff;
  font-size: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#vote .select {
  font-size: 3.625rem;
}

#vote .select span {
  display: inline-block;
  margin-left: 0.625rem;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
}

#vote .select:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3.4375rem;
  height: 3.4375rem;
  border: 0.625rem solid #fff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 1.25rem rgba(100, 100, 100, 0.5);
}

#vote .select.selected:before {
  background-color: #245d2d;
}

#vote #vote-link {
  display: block;
  width: 12.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  margin: 3.125rem auto 0;
  background-color: #000;
  border: 2px solid #000;
  text-align: center;
  padding: 0.9375rem;
  border-radius: 1.875rem;
  text-transform: uppercase;
}

#vote #vote-link:hover, #vote #vote-link:active, #vote #vote-link:focus, #vote #vote-link:target {
  color: #245d2d;
  background-color: #fff;
}

.popup {
  position: relative;
  text-align: center;
  margin: 1.25rem auto;
  padding: 1.875rem;
  background-color: #9ec2d1;
  width: 100%;
  max-width: 37.5rem;
}

.popup form {
  margin: 0 auto;
  max-width: 26.875rem;
  text-transform: uppercase;
}

.popup form p {
  font-size: 1.125rem;
  font-weight: 900;
  margin: 0 0 1.5625rem;
}

.popup form input {
  border-bottom: 0.125rem solid #245d2d;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.1875rem 0;
}

.popup form input::-webkit-input-placeholder {
  color: #000;
}

.popup form input:-ms-input-placeholder {
  color: #000;
}

.popup form input::-ms-input-placeholder {
  color: #000;
}

.popup form input::placeholder {
  color: #000;
}

.popup form button {
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  margin-top: 1.25rem;
  background-color: #245d2d;
  border: 2px solid #245d2d;
  text-align: center;
  padding: 0.3125rem 0.9375rem 0.4375rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
}

.popup form button:hover, .popup form button:active, .popup form button:focus, .popup form button:target {
  color: #245d2d;
  background-color: #fff;
}
