/*
Theme Name: triforce-quartet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: triforce-quartet
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

triforce-quartet is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
#page {
  height: 100%;
  max-width: 100vw;
}

main {
  max-width: 100vw;
  min-height: 100%;
  margin-bottom: -1.5rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

#primary {
  min-height: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  position: fixed;
  width: 100%;
  height: 4.5em;
  z-index: 999;
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.5s, -webkit-backdrop-filter 0.5s, border-bottom 0.5s;
}

#primary-menu {
  width: 75%;
  height: 4.5em;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  text-align: center;
}

.menu li {
  flex-grow: 1;
  font-family: "Amiri", serif;
  font-size: 1.06443037974684em;
  line-height: 4.5rem;
  position: relative;
}

.menu a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  transition: color 0.2s;
}

.menu a:hover {
  color: #e6be8a;
}

.menu svg {
  height: 5em;
  fill: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.2s;
  cursor: pointer;
}

.menu .menu-item-37 {
  flex-grow: 2;
}

.site-branding {
  width: 75%;
  height: 1.5em;
  margin: -0.75em auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  pointer-events: none;
}

.site-branding hr {
  border: 0;
  height: 1px;
  background: #fff;
  flex-grow: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.name-container {
  width: 180px;
  position: relative;
  height: 1.5em;
  overflow: hidden;
  transition: width ease 0.5s;
}

.menu-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Amiri", serif;
  font-size: 0.895071874919683em;
  text-transform: uppercase;
  color: #fff;
}

.mobile-header {
  width: 90%;
  height: 3em;
  margin: 0 auto;
  padding: 0 1.25vw;
  box-sizing: border-box;
  display: none;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.mobile-home {
  width: 3.33333em;
  height: 3.33333em;
  fill: #fff;
}

.mobile-name {
  width: calc(100% - 4.5rem);
  font-family: "Amiri", serif;
  font-size: 0.895071874919683em;
  text-transform: uppercase;
  padding-left: 1.25vw;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
}

.menu-access {
  display: block;
  text-align: right;
  width: 1em;
  height: 3em;
  line-height: 3em;
  cursor: pointer;
  font-family: "Material Icons", sans-serif;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.menu-access:hover {
  color: #e6be8a;
}

.mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #272522;
  top: 0;
  padding-top: 3em;
  transform: translateY(-100%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  display: none;
}

.menu-open {
  transform: translateY(0);
}

.mobile-navigation li {
  height: calc(16.666667vh - 0.5rem);
  width: 100%;
  line-height: 16.666667vh;
  text-align: center;
  font-size: 1.79012658227849em;
}

.mobile-navigation a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.mobile-navigation a:hover {
  color: #e6be8a;
}

.mobile-navigation .menu {
  height: 100vh;
}

.mobile-close {
  position: absolute;
  width: 1em;
  height: 3em;
  top: 0;
  right: 6.25vw;
  font-family: "Material Icons", sans-serif;
  text-align: center;
  line-height: 3em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.mobile-close:hover {
  color: #e6be8a;
}

.scrolled {
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}

.scrolled .main-navigation a,
.scrolled .mobile-name,
.scrolled .menu-access {
  color: #272522;
}

.scrolled svg {
  fill: #272522;
}

.scrolled hr {
  opacity: 0;
}

.dark-menu .menu a,
.dark-menu .menu-name,
.dark-menu .mobile-name,
.dark-menu .menu-access {
  color: #272522;
}

.dark-menu .menu a:hover,
.dark-menu .menu-access:hover {
  color: #e6be8a;
}

.dark-menu .menu svg,
.dark-menu .mobile-home {
  fill: #272522;
}

.dark-menu hr {
  background: #272522;
}

@media (max-width: 700px) {
  #masthead {
    height: 3em;
  }

  .main-navigation {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .site-branding {
    width: 90%;
  }

  .name-container {
    display: none;
  }

  .mobile-navigation {
    display: block;
  }

  .menu-item-37 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
  width: 100%;
  min-height: 1.5rem;
  line-height: 1.5rem;
  background: #272522;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  text-align: center;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 0.895071874919683em;
  flex-wrap: wrap;
}

#colophon a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

#colophon a:hover {
  color: #e6be8a;
}

.copyright {
  width: 100%;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.hero-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  /* overflow: hidden; */
}

.hero-bg1 {
  background-image: url("img/triforce-1.jpg");
}

.hero-bg2 {
  background-image: url("img/triforce-2.png");
}

.hero-bg3 {
  background-image: url("img/triforce-3.png");
}

.hero-bg4 {
  background-image: url("img/triforce-4.png");
}

.hero {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.hero-pointer {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  font-family: "Material Icons";
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
  transform: translateX(-50%);
  animation: bop 3s ease-in-out infinite alternate;
}

@keyframes bop {
  from {
    bottom: 5vh;
  }
  to {
    bottom: 2.5vh;
  }
}

.index-logo {
  margin: 0 auto;
  width: 75vw;
  margin-top: 10vh;
  padding: 0 1.25vw;
  box-sizing: border-box;
  text-align: center;
  font-family: "Amiri", serif;
  color: #fff;
  font-size: 1.06443037974684em;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.375em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.minuet-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -67%);
  margin-top: 0;
}

.index-logo img {
  width: 47.5vw;
  display: block;
  margin: 0 auto;
}

.minuet-logo img {
  width: 35vw;
}

@media (max-width: 800px) {
  .index-logo img {
    width: 72.5vw;
  }

  .minuet-logo {
    transform: translate(-50%, -75%);
  }

  .minuet-logo img {
    width: 60vw;
  }
}

@media (min-width: 1280px) {
  .index-logo img {
    width: 35vw;
  }
}

.minuet-wrap {
  background: #000;
  background-image: url("img/minuet_bg.jpg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.minuet-wrap figure {
  position: absolute;
  background: teal;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(56, 126, 127, 1) 0%,
    rgba(56, 126, 127, 0.5) 50%,
    rgba(56, 126, 127, 0) 75%
  );
  -webkit-filter: blur(0.1rem);
  filter: blue(0.1rem);
  animation-name: particle;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

.minuet-wrap figure:nth-of-type(1) {
  top: 71%;
  left: 28%;
  width: 1.45rem;
  height: 1.45rem;
  animation-duration: 7s;
  animation-delay: 1s;
}
.minuet-wrap figure:nth-of-type(2) {
  top: 41%;
  left: 17%;
  width: 1.11rem;
  height: 1.11rem;
  animation-duration: 6s;
  animation-delay: 0s;
}
.minuet-wrap figure:nth-of-type(3) {
  top: 27%;
  left: 6%;
  width: 1.73rem;
  height: 1.73rem;
  animation-duration: 9s;
  animation-delay: 1.25s;
}
.minuet-wrap figure:nth-of-type(4) {
  top: 73%;
  left: 61%;
  width: 1.91rem;
  height: 1.91rem;
  animation-duration: 11s;
  animation-delay: .5s;
}
.minuet-wrap figure:nth-of-type(5) {
  top: 66%;
  left: 14%;
  width: 1.63rem;
  height: 1.63rem;
  animation-duration: 10s;
  animation-delay: 0s;
}
.minuet-wrap figure:nth-of-type(6) {
  top: 58%;
  left: 21%;
  width: 1.02rem;
  height: 1.02rem;
  animation-duration: 7s;
  animation-delay: 1.5s;
}
.minuet-wrap figure:nth-of-type(7) {
  top: 20%;
  left: 80%;
  width: 1.42rem;
  height: 1.42rem;
  animation-duration: 8s;
  animation-delay: 2.5s;
}
.minuet-wrap figure:nth-of-type(8) {
  top: 32%;
  left: 83%;
  width: 1.73rem;
  height: 1.73rem;
  animation-duration: 10s;
  animation-delay: 0.5s;
}

@keyframes particle {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  25%,
  75% {
    opacity: 1;
  }

  100% {
    transform: translateY(-200%);
    opacity: 0;
  }
}

.quadforce-wrap {
  background-image: url('img/quadforce_bg.jpg');
  background-size: cover;
  background-position: center bottom;
  display: flex;
  justify-content: center;
  align-items: bottom;
}

.quadforce-wrap figure {
  width: 100%;
  height: 100%;
  /* background-color: green; */
  margin: 0;
  position: relative;
}

.quadforce-wrap  figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center bottom;
}

.quadforce-wrap figure img.logo {
  object-fit: contain;
  object-position: center 20%;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (orientation: landscape) {
  .quadforce-wrap figure {
      max-width: 100vh;
      min-width: 100vw;
  }
}

@media (min-width: 640px) and (orientation: landscape) {
  .quadforce-wrap figure {
      max-width: 100vh;
      min-width: 640px;
  }
}



.hero-content {
  width: 100%;
  background: #892626;
  padding: 3rem 12.5vw;
  box-sizing: border-box;
}

.minuet-content {
  background: #000;
}

.tracklist-container {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6rem 0;
  width: 75vw;
}

.tracklist-links {
  width: 22.5vw;
  margin: 0 1.25vw;
  text-align: center;
  line-height: 1.5rem;
}

.tracklist-links a {
  color: #fff;
  text-decoration: none;
  font-family: "Amiri", serif;
  line-height: 2rem;
  box-sizing: border-box;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  display: inline-block;
  padding: 0 2.5vw;
  position: relative;
  white-space: nowrap;
  border-radius: 1px;
  border: 1px solid #fff;
  width: 100%;
  font-size: 0.895071874919683rem;
  display: inline-block;
  margin-top: 0.75em;
  clear: both;
}

.tracklist-links a:hover {
  background: #e6be8a;
}

.tracklist-links img {
  width: 100%;
}

.tracklist {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0 1.25vw;
  box-sizing: border-box;
  width: 47.5vw;
}

.tracklist ol {
  list-style-position: inside;
}

.tracklist li {
  color: #fff;
  line-height: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.75rem 1.25vw 0.75rem calc(2.5vw + 1rem);
  margin: 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.tracklist li:hover,
.tracklist li:hover.play-button::before {
  color: #e6be8a;
}

.play-button::before,
.playing::before {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 1.25vw;
  font-family: "Material Icons";
  line-height: 1rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  width: 1rem;
  height: 1rem;
  transition: color 0.2s;
}

.playing {
  color: #e6be8a;
}

.play-button::before {
  content: "play_circle_filled";
}

.playing::before {
  content: "pause_circle_filled";
  color: #e6be8a;
}

.prev-album {
  width: 100%;
  color: #272522;
}

.blur-overlay {
  width: 100%;
  height: 100%;
  padding: 6em 12.5vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(15px);
}

.available {
  display: block;
  width: 75vw;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 1.06443037974684em;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.75em;
  margin: 0 auto 3rem;
}

.prev-content {
  padding: 0 1.25vw;
  box-sizing: border-box;
}

.prev-title {
  display: block;
  font-family: "Amiri", serif;
  font-size: 1.79012658227849em;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
  font-variant: small-caps;
}

.prev-desc {
  display: block;
  font-family: "Amiri", serif;
  font-size: 1.26582278481013em;
  line-height: 1.5rem;
}

.prev-content a,
.events-container > a,
.events-holder > a,
.about a,
.wpcf7-submit {
  color: #272522;
  margin: 1.5em 0;
  text-decoration: none;
  font-family: "Amiri", serif;
  line-height: 2rem;
  box-sizing: border-box;
  -webkit-transition: color 0.2s, background 0.2s;
  -moz-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  display: inline-block;
  padding: 0 1.5rem;
  position: relative;
  white-space: nowrap;
  border-radius: 1px;
  border: 1px solid #272522;
  font-size: 0.895071874919683rem;
  background: rgba(39, 37, 34, 0);
  cursor: pointer;
}

.prev-content a:hover,
.events-container > a:hover,
.events-holder > a:hover,
.wpcf7-submit:hover {
  color: #fff;
  background: #272522;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events-holder {
  width: 100%;
  padding: 4.5rem 12.5vw 4.5rem;
  background: #fffbf6;
  box-sizing: border-box;
  text-align: center;
}

.events-holder {
  white-space: nowrap;
  float: left;
}

.events-holder * {
  white-space: normal;
}

.events-holder h2,
.about-page-container h2,
.about h2 {
  text-align: center;
  font-size: 1.26582278481013em;
  font-family: "Amiri", serif;
  text-transform: uppercase;
  letter-spacing: 0.75em;
  margin-bottom: 4.5rem;
  width: 100%;
}

.events-holder > img {
  width: 35vw;
  height: 23.3333vw;
  margin: 0 1.25vw 1.5rem;
  float: left;
}

.events-holder > h3 {
  width: 100%;
  font-family: Amiri;
  text-transform: uppercase;
  margin: 4.5rem 0 3rem;
  letter-spacing: 0.25em;
  font-size: 1.25rem;
}

.events-holder > h3:first-child {
  margin: 0 0 3rem;
}

.events-container {
  width: 50vw;
  float: left;
}

.event-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
  margin: 0 0 3rem;
  min-height: 10vw;
  box-sizing: border-box;
  flex-wrap: wrap; /*added*/
}

.event-date {
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.5rem;
  /*width: 11.25vw;
	padding: 1.25vw; 
	margin-right: 1.25vw; */
  box-sizing: border-box;
  background-color: #e6a38a;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.event-date-small {
  display: block;
  font-size: 0.8409em;
  width: 100%;
}

.event-date-large {
  display: block;
  font-size: 1.1892em;
  width: 100%;
}

.event-info {
  width: 100%;
  padding: 1.5rem;
  /*width: 50vw; 
	padding: 1.5em 1.25vw; */
  box-sizing: border-box;
  color: #272522;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 0.8409rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}

.event-info h3 {
  font-size: 1.1892rem;
  display: block;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.75rem;
}

.event-link {
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0 1.25vw;
  box-sizing: border-box;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 1.06443037974684em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.event-link a {
  text-align: center;
  color: #272522;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  line-height: 1rem;
  transition: color 0.2s, border-bottom 0.2s;
  margin: 0 auto;
}

.event-link a:hover {
  color: #e6be8a;
  border-bottom: 1px solid #e6be8a;
}

.event-location {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.events-holder > a {
  margin: 1.5em auto;
}

.events-holder iframe {
  width: 22.5vw !important;
  margin: 0 1.25vw;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-container {
  width: 100%;
  height: 61.8046971vw;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url("img/about.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4.5rem 12.5vw;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.about {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.about h2 {
  color: #fff;
  text-shadow: 0 0 10px #000;
  margin-bottom: 0.75rem;
}

.about a {
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}

.about a:hover {
  color: #272522;
  background: #fff;
}

/*--------------------------------------------------------------
# Category: Music
--------------------------------------------------------------*/

.tag-album:first-child .tracklist-container {
  padding: 9rem 0;
}

.compilation-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 3rem 0;
}

.compilation-wrapper .event-wrap {
  width: 72.5vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
  margin: 0 1.25vw 3rem;
  min-height: 10vw;
  flex-wrap: unset;
}

.compilation-wrapper .event-date {
  width: 11.25vw;
  height: 11.25vw;
  padding: 1.25vw;
  margin-right: 1.25vw;
  box-sizing: border-box;
  background-color: #e6a38a;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.compilation-wrapper .event-info {
  width: 50vw;
  padding: 1.5em 1.25vw;
  box-sizing: border-box;
  color: #272522;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 0.8409rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}

.compilation-wrapper .event-info h3 {
  font-size: 1.1892rem;
  display: block;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.75rem;
}

.compilation-wrapper .event-link {
  width: 12.5vw;
  padding: 0 1.25vw;
  box-sizing: border-box;
  text-align: center;
  font-family: "Amiri", serif;
  font-size: 1.06443037974684em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.compilation-wrapper .event-link a {
  padding-right: 1em;
  box-sizing: border-box;
  text-align: center;
  color: #272522;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  line-height: 1rem;
  transition: color 0.2s, border-bottom 0.2s;
}

.event-link a:hover {
  color: #e6be8a;
  border-bottom: 1px solid #e6be8a;
}

.tag-compilation {
  width: 50%;
}

.tag-compilation .entry-header {
  width: 50vw;
  height: 50vw;
}

.tag-compilation .entry-content {
  width: 37.5vw;
  padding: 1.5em 1.25vw 3em;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.tag-compilation .tracklist {
  display: block;
  padding: 1.5em 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  color: #272522;
}

.tag-compilation .release {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Amiri", serif;
  font-style: italic;
  font-size: 0.895071874919683em;
  margin-top: 1.5rem;
}

.tag-compilation a {
  margin: 0 0.625vw 0.5em;
  display: inline-block;
  padding-right: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #272522;
  font-family: "Amiri", serif;
  font-size: 1.06443037974684em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: color 0.2s, border-bottom 0.2s;
  -moz-transition: color 0.2s, border-bottom 0.2s;
  transition: color 0.2s, border-bottom 0.2s;
}

.tag-compilation a:hover {
  color: #e6be8a;
  border-bottom: 1px solid #e6be8a;
}

.tag-compilation a::after {
  font-family: "Material Icons";
  position: absolute;
  width: 1rem;
  content: "chevron_right";
}

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

.hero-img {
  width: 100%;
  height: 61.8046972vw;
  max-height: 70vh;
}

.intro-text {
  width: 75vw;
  padding: 0 1.25vw;
  box-sizing: border-box;
  display: block;
  margin: 3rem auto 4.5rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #272522;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.intro-text p {
  margin-bottom: 1.5rem;
}

.profiles {
  width: 75vw;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  color: #272522;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.profile-pic {
  width: 100%;
}

.profiles div {
  width: 37.5vw;
  padding: 0 1.25vw;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

.profiles p {
  margin-bottom: 1.5rem;
}

.profiles h2 {
  font-family: "Amiri", serif;
  font-size: 1.79012658227849rem;
}

.profiles h3 {
  font-family: "Amiri", serif;
  font-size: 1.26582278481013rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}

/*--------------------------------------------------------------
# Media Page
--------------------------------------------------------------*/

.media-container,
.about-page-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 7.5rem 12.5vw;
  box-sizing: border-box;
  background: #fffbf6;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.about-page-container .intro-text {
  margin: 0 auto;
}

.media-container iframe {
  width: 72.5vw;
  height: 44.2016129vw;
  margin: 1.5rem auto;
}

.media-container div {
  width: 35vw;
  height: 21.631644vw;
  margin: 1.25vw;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

form {
  font-family: "Amiri", serif;
  font-size: 1.06443037974684em;
  line-height: 1.5rem;
  font-variant: small-caps;
  width: 50vw;
  padding: 0 1.25vw;
  display: block;
  float: left;
  box-sizing: border-box;
}

form input,
form textarea {
  min-height: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
  padding: 0.75rem;
  margin-top: 0.375rem;
  margin-bottom: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0;
}

.wpcf7 {
  float: left;
  display: block;
}

@media (max-width: 800px) {
  .hero-content {
    padding: 0;
  }

  .tracklist-container {
    width: 100%;
  }

  .tracklist-links {
    width: 28.33333333vw;
    margin: 0 2.5vw;
  }

  .tracklist {
    width: 66.66666666vw;
    padding: 0 2.5vw;
  }

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

  .blur-overlay .tracklist-links {
    margin: 0 0 1.5rem;
  }

  .event-wrap {
    flex-wrap: wrap;
  }

  .event-date {
    width: 100%;
    margin: 0;
    padding: 0.75rem 1.5rem;
  }

  .event-info {
    width: 100%;
    padding: 1.5rem;
  }

  .event-link {
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .event-link a {
    margin: 0 auto;
  }

  .profiles div {
    width: 100%;
  }

  .about-page-container div,
  .about-page-container form {
    width: 100%;
  }

  .compilation-wrapper .event-wrap {
    width: 47.5vw;
    margin: 0 1.25vw;
    flex-wrap: wrap;
  }

  .compilation-wrapper .event-link {
    width: 100%;
  }

  .compilation-wrapper .event-date {
    width: 47.5vw;
    height: 47.5vw;
  }
}

@media (max-width: 550px) {
  .blur-overlay {
    padding: 6em 2.5vw;
  }

  .available {
    width: 100%;
    padding: 0 1.25vw;
    box-sizing: border-box;
  }

  .blur-overlay .tracklist-links {
    width: 50vw;
  }

  .tracklist-links {
    width: calc(100% - 5vw);
    margin: 0 2.5vw 3rem;
  }

  .tracklist {
    width: 100%;
    padding: 0 2.5vw;
  }

  .media-container div {
    width: 75vw;
    height: 46.3535228vw;
    margin: 1.5rem 0;
  }

  .media-container iframe {
    width: 75vw;
    height: 45.7258065vw;
  }

  .compilation-wrapper .event-date {
    width: 75vw;
    height: 75vw;
  }

  .compilation-wrapper .event-wrap {
    width: 75vw;
    margin: 0 1.25vw 3rem;
  }

  .compilation-wrapper .event-date {
    width: 75vw;
    height: 75vw;
  }

  .events-container {
    width: 100%;
  }

  .events-holder iframe {
    width: 100% !important;
    margin: 3rem 0 0;
  }

  .events-holder {
    white-space: normal;
  }

  iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
    margin-top: 3rem !important;
  }
}
