@charset "UTF-8";
@import url("https://use.typekit.net/iwv7pvb.css");
@font-face {
  font-family: 'GT Pressura Mono';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GTPressuraMono.eot");
  /* IE9*/
  src: url("../fonts/GTPressuraMono.eot?#iefix") format("embedded-opentype"), url("../fonts/GTPressuraMono.woff2") format("woff2"), url("../fonts/GTPressuraMono.woff") format("woff"), url("../fonts/GTPressuraMono.ttf") format("truetype");
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

body {
  font-family: antarctican-mono, sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  background: #2e969b;
  margin: 0;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}

.site-header .header-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .header-img {
  max-width: 240px;
  margin: 0 1em;
}

@media screen and (max-width: 768px) {
  .site-header .header-img {
    max-width: 150px;
  }
}

.main-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.main-nav ul li a {
  color: #fdf5be;
  margin: 0 .5em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.main-nav ul li a:hover {
  border-bottom-color: #fdf5be;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .main-nav ul li a {
    font-size: .8em;
    margin: 0 .25em;
  }
}

.main-nav__left ul li {
  display: none;
}

.main-nav__left ul li:nth-child(-n+2) {
  display: block;
}

.main-nav__right ul li {
  display: none;
}

.main-nav__right ul li:nth-last-of-type(-n+2) {
  display: block;
}

.header-cta {
  color: #fdf5be;
  margin: .5em 0 0;
  text-decoration: none;
  min-width: 250px;
  text-align: center;
  text-transform: none;
  border-bottom: 1px solid transparent;
}

.header-cta__1, .header-cta__2 {
  display: block;
}

.header-cta__1 {
  font-size: 1.2em;
}

.header-cta__2 {
  font-size: 0.75em;
}

.header-cta:hover {
  border-bottom-color: #fdf5be;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .header-cta {
    font-size: .8em;
    margin: 0 .25em;
  }
}

.socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .5em;
}

@media screen and (max-width: 768px) {
  .socials {
    margin-top: 0;
  }
}

.socials .social-link {
  font-size: 1em;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 .5em;
  color: #fdf5be;
}

@media screen and (max-width: 768px) {
  .socials .social-link {
    font-size: 1em;
    margin: .5em .25em;
  }
}

.socials .social-link:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .socials .social-link a {
    margin: 0 .25em;
  }
}

.page-bg-img {
  position: fixed;
  z-index: -1;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: auto;
}

.page-bg-img img {
  width: 100%;
}

#volume {
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: .5rem;
  right: 2rem;
  font-size: 2rem;
  z-index: 10;
}

#volume #volume-off {
  display: none;
}

#player-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#player {
  position: absolute;
  height: 100vh;
  overflow: hidden;
}

.page-template-page-home-holding {
  background: #fff;
}

.page-template-page-home-holding .holding-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

@media screen and (max-width: 768px) {
  .page-template-page-home-holding .holding-container {
    width: 90%;
  }
}

.page-template-page-home-holding .holding-container .holding-img {
  width: 100%;
}

.page-template-page-home-holding .holding-container .socials {
  margin-top: 5%;
}

.page-template-page-home-holding .holding-container .socials .social-link {
  font-size: 2em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .page-template-page-home-holding .holding-container .socials .social-link {
    font-size: 1.8em;
    margin: 0 .25em;
  }
}

.page-template-page-home-holding .holding-container .page-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5%;
}

.page-template-page-home-holding .holding-container .page-links .page-link {
  font-size: 2em;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 .5em;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}

.page-template-page-home-holding .holding-container .page-links .page-link:hover {
  border-bottom-color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .page-template-page-home-holding .holding-container .page-links .page-link {
    border-bottom: 1px solid #000;
    font-size: 1.8em;
    margin: 0 .25em;
  }
}

.page-template-page-home {
  background: #000;
}

.page-template-page-home .site-header {
  margin-top: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
  z-index: 1;
  background: #000;
}

.page-template-page-home .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  -webkit-animation: fadeOut 1s 1.2s ease-in-out forwards;
          animation: fadeOut 1s 1.2s ease-in-out forwards;
}

.page-template-page-home .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeIn 1s 1.2s ease-in-out forwards;
          animation: fadeIn 1s 1.2s ease-in-out forwards;
}

@media screen and (min-width: 1440px) {
  .page-template-page-home .video {
    top: 3%;
  }
}

.page-template-page-home .video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.page-template-page-home #controls {
  position: absolute;
  z-index: 1;
  bottom: 45px;
  right: 45px;
  font-size: .8rem;
}

@media screen and (max-width: 768px) {
  .page-template-page-home #controls {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 145px;
  }
}

.page-template-page-home #controls a {
  color: #fdf5be;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-template-page-home #controls a:hover {
  border-bottom-color: #fdf5be;
  -webkit-transition: .2s;
  transition: .2s;
}

.page-template-page-home .site-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: black;
}

.music-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .music-container {
    margin: 25px auto;
  }
}

.music-container .release-block {
  width: 30%;
  max-width: 300px;
  margin: 0 1.6665% 42px;
}

@media screen and (max-width: 768px) {
  .music-container .release-block {
    width: 100%;
  }
}

.music-container .release-block__img--link {
  display: block;
  width: 100%;
}

.music-container .release-block__img--link:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.music-container .release-block .cta-btn {
  text-decoration: none;
  color: #fdf5be;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 80%;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.music-container .release-block .cta-btn:hover {
  color: #ff6a1a;
  background: #fdf5be;
  border-color: #fdf5be;
  cursor: pointer;
}

.playlist-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 750px;
  margin: 50px auto 150px;
}

@media screen and (max-width: 768px) {
  .playlist-container {
    margin: 50px auto;
  }
}

.playlist-container__left, .playlist-container__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

@media screen and (max-width: 768px) {
  .playlist-container__left, .playlist-container__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.playlist-container__right .playlist-copy {
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.playlist-container__right .cta-btn {
  text-decoration: none;
  color: #fdf5be;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 100%;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 1rem;
}

.playlist-container__right .cta-btn:hover {
  color: #ff6a1a;
  background: #fdf5be;
  border-color: #fdf5be;
  cursor: pointer;
}

.live-dates-container {
  width: 90%;
  max-width: 700px;
  margin: 50px auto;
  color: white;
  padding: 1em 2em;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .live-dates-container {
    margin: 25px auto 50px;
    width: 100%;
    padding: 0 !important;
  }
}

.live-dates-container .gig-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .live-dates-container .gig-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

.live-dates-container p.gig-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media screen and (max-width: 768px) {
  .live-dates-container p.gig-date {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: .5em 0;
  }
}

.live-dates-container p.gig-venue {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 768px) {
  .live-dates-container p.gig-venue {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: .5em 0;
  }
}

.live-dates-container .gig-tickets {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

@media screen and (max-width: 768px) {
  .live-dates-container .gig-tickets {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: .5em 0;
  }
}

.live-dates-container .gig-tickets .sg-btn {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.live-dates-container .gig-tickets .sg-btn:hover {
  color: #000;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .live-dates-container .gig-tickets .sg-btn {
    margin-top: 0;
  }
}

.live-dates-container .no-dates {
  text-align: center;
}

.live-dates-container #powered {
  display: none;
}

.page-template-page-music,
.page-template-page-live,
.page-template-page-live-songkick {
  background: url("../img/Re-Animator-bg.jpg");
  background-size: cover;
}

.page-template-page-music .date .end, .page-template-page-music .date .start,
.page-template-page-live .date .end,
.page-template-page-live .date .start,
.page-template-page-live-songkick .date .end,
.page-template-page-live-songkick .date .start {
  font-style: italic;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=styles.css.map */