@charset "UTF-8";
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinHeading {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeinHeading {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinHeading {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeinHeading {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeinHeading {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes ticker-reverse {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes ticker-reverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  animation: ticker 24s linear infinite;
}
@media screen and (max-width: 768px) {
  .ticker-wrap .ticker {
    animation: ticker 20s linear infinite;
  }
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
}
.ticker-wrap .ticker__item h2 {
  font-family: "Druk Wide", sans-serif;
}
.ticker-wrap .ticker.ticker--reverse {
  animation: ticker-reverse 24s linear infinite;
}
@media screen and (max-width: 768px) {
  .ticker-wrap .ticker.ticker--reverse {
    animation: ticker-reverse 20s linear infinite;
  }
}

@keyframes noise {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
/* 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;
}

ol, 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;
}

body {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 28px;
  }
}

@font-face {
  font-family: "Druk Wide";
  src: url("Druk Wide Medium.otf") format("woff2");
}
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre {
  color: black;
  font-family: "Work Sans", sans-serif;
}

h1, h2, h3 {
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  letter-spacing: 0;
}

h3 {
  line-height: 1.2;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
a h2 {
  letter-spacing: 0;
}

p a {
  text-decoration: underline;
  text-transform: initial;
  letter-spacing: 0px;
  transition: 0.2s ease-in-out;
  font-family: "Work Sans", sans-serif;
}
p a:hover {
  color: #8e5f44;
}

.type--extended {
  font-family: "Druk Wide", sans-serif;
}

.type--xxxs {
  font-size: 0.4em;
  line-height: 1.3em;
  letter-spacing: 0.5px;
}

.type--xxs {
  font-size: 0.55em;
  line-height: 1.3em;
  letter-spacing: 0.5px;
}

.type--xs {
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .type--xs {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
}

.type--s {
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .type--s {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
}

.type--ms {
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  .type--ms {
    font-size: 2.3em;
  }
}

.type--m {
  font-size: 1.75em;
}
@media screen and (max-width: 480px) {
  .type--m {
    font-size: 1.5em;
  }
}

.type--l {
  font-size: 2.2em;
}
@media screen and (max-width: 768px) {
  .type--l {
    font-size: 1.7em;
  }
}

.type--xl {
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .type--xl {
    font-size: 3.5em;
  }
}

.type--xxl {
  font-size: 5em;
}
@media screen and (max-width: 768px) {
  .type--xxl {
    font-size: 5.5em;
  }
}

.type--xxxl {
  font-size: 7.5em;
}
@media screen and (max-width: 768px) {
  .type--xxxl {
    font-size: 6.5em;
  }
}

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

.type--uppercase {
  text-transform: uppercase;
}

.type--outlined {
  color: transparent;
  -webkit-text-stroke: 1px #8e5f44;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.type--grey {
  opacity: 0.7;
}

.page--heading {
  position: fixed;
  top: -120px;
  width: 120%;
  z-index: -100;
  left: -50px;
  opacity: 0.3;
  -webkit-animation: fadeinHeading 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeinHeading 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadeinHeading 2.5s;
  /* Internet Explorer */
  -o-animation: fadeinHeading 2.5s;
  /* Opera < 12.1 */
  animation: fadeinHeading 2.5s;
}
@media screen and (max-width: 768px) {
  .page--heading {
    top: 60px;
  }
}

#luxy {
  will-change: opacity;
  background-color: #e0e0e0;
}

.container--xl {
  display: block;
  margin: 0 70px;
  max-width: 1680px;
}
@media screen and (max-width: 1024px) {
  .container--xl {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  .container--xl {
    margin: 0 auto;
  }
}

.container--l {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .container--l {
    max-width: 90%;
  }
}

.container__inner {
  margin: 0 100px;
  display: block;
}
@media screen and (max-width: 1150px) {
  .container__inner {
    margin: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .container__inner {
    margin: 0 15px;
  }
}

.container__inner--s {
  margin: 0 280px;
}
@media screen and (max-width: 1150px) {
  .container__inner--s {
    margin: 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .container__inner--s {
    margin: 0 50px;
  }
}

.margin-bottom--xxxl {
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .margin-bottom--xxxl {
    margin: 100px auto;
  }
}

.margin--xl {
  margin: 50px auto;
}

.margin--l {
  margin: 30px auto;
}

.margin--m {
  margin: 20px auto;
}

.margin--s {
  margin: 10px auto;
}

.margin-top--l {
  margin-top: 50px;
}

.margin-top--m {
  margin-top: 30px;
}

.margin-top--m {
  margin-top: 20px;
}

.margin-bottom--xs {
  margin-bottom: 5px;
}

.margin-bottom--s {
  margin-bottom: 10px;
}

.margin-bottom--xxl {
  margin-bottom: 100px;
}

.margin-bottom--xxxl {
  margin-bottom: 150px;
}

.margin-bottom--xl {
  margin-bottom: 50px;
}

.margin-bottom--l {
  margin-bottom: 30px;
}

.margin-bottom--m {
  margin-bottom: 20px;
}

.margin-bottom--s {
  margin-bottom: 10px;
}

.media--50-50 {
  display: grid;
  grid-template-columns: 5fr 5fr;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .media--50-50 {
    grid-template-columns: 1fr;
  }
}
.media--50-50 img {
  width: 100%;
  height: auto;
}
.media--50-50 div {
  align-self: center;
}

#noise {
  animation: noise 6s steps(10) infinite;
  background-image: url("../assets/noise_grain.png");
  background-repeat: repeat;
  height: 400%;
  left: -50%;
  opacity: 0.05;
  position: fixed;
  top: -150%;
  width: 300%;
  z-index: 2;
  pointer-events: none;
}

table {
  line-height: 1.6;
}
table tr, table td {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  max-width: 30px !important;
}
table th {
  font-family: "Druk Wide";
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 10px;
  max-width: 30px !important;
}

.hero {
  height: 100vh;
  min-height: 600px;
  position: relative;
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s;
}

.vimeo-wrapper, .video-background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .vimeo-wrapper, .video-background-image {
    padding-top: 250px;
  }
}

.vimeo-wrapper video {
  width: 100vw;
  height: 64vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .vimeo-wrapper video {
    min-height: 60vh;
    top: 30%;
  }
}

.video-background-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .video-background-image {
    display: block;
  }
}

.hero__imagery {
  position: fixed;
  height: 100vh;
  right: 0;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
}

.hero__video {
  height: 50%;
  width: 60%;
  left: 20% !important;
  top: 10%;
}
@media screen and (min-width: 768px) {
  .hero__video {
    height: 45%;
  }
}

.hero__video {
  position: absolute;
  z-index: -1;
  top: 13vh;
  left: 27%;
  transform: scale(0.6);
  pointer-events: none !important;
}
@media screen and (max-height: 700px) {
  .hero__video {
    top: 50px;
  }
}
@media screen and (min-height: 1000px) {
  .hero__video {
    top: 20vh;
  }
}
@media screen and (min-height: 1300px) {
  .hero__video {
    top: 23vh;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1200px) {
  .hero__video {
    transform: scale(1) !important;
  }
}
@media screen and (min-width: 1024px) {
  .hero__video {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1300px) {
  .hero__video {
    left: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .hero__video {
    left: 20%;
    transform: scale(0.58);
    top: 15vh;
  }
}
@media screen and (max-width: 1024px) {
  .hero__video {
    transform: translate(-5%, 10%);
  }
}
@media screen and (max-width: 600px) {
  .hero__video {
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  .hero__video {
    transform: translate(-10%, 0);
  }
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  position: absolute;
  bottom: 50px;
  left: 70px;
  max-width: 50%;
}
@media screen and (max-width: 1280px) {
  .hero__content {
    max-width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .hero__content {
    left: 20px;
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .hero__content {
    max-width: 80%;
    left: 20px;
    bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .hero__content {
    bottom: 60px;
  }
}

.hero__content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 900;
}

.hero__content h2 span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .hero__content h2 span {
    padding: 0 6px;
    line-height: 1.35;
  }
}

.archive--music {
  padding-top: 170px;
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s;
}

.music_featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .music_featured {
    flex-wrap: wrap;
  }
}
.music_featured__background_image {
  position: absolute;
  position: absolute;
  width: 50%;
  right: 13%;
  top: -20%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .music_featured__background_image {
    display: none;
  }
}
.music_featured__background_image img {
  width: 130%;
}
.music_featured__background_image--mobile {
  position: absolute;
  z-index: -1;
  left: -50px;
  top: -40px;
  width: calc(100% + 85px);
  overflow-y: hidden;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .music_featured__background_image--mobile {
    display: flex;
  }
}
.music_featured__background_image--mobile img {
  width: 110%;
}
.music_featured__content {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .music_featured__content {
    width: 100%;
  }
}
.music_featured__content__details {
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .music_featured__content__details {
    margin-top: 100px;
    max-width: 100%;
  }
}
.music_featured__content__details .music_featured__content__details--new span {
  padding: 6px 13px;
}
.music_featured__content__details h1 {
  margin: 5px auto;
}
.music_featured__content__details span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .music_featured__content__details span {
    padding: 0 6px;
    line-height: 1.35;
  }
}
.music_featured__content__details img {
  max-width: 350px;
  height: auto;
}
.music_featured__single__content {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .music_featured__single__content {
    width: 100%;
  }
}
.music_featured__single__content__details img {
  max-width: 350px;
  height: auto;
}
.music_featured__buttons {
  display: flex;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .music_featured__buttons {
    justify-content: space-between;
  }
}
.music_featured__buttons .cta::after {
  content: "▾" !important;
  position: absolute !important;
  top: 7px !important;
  right: 10px !important;
  color: #FFFFFF;
  font-size: 20px;
  transition: 0.25s all ease !important;
  pointer-events: none !important;
}
.music_featured .button--stream:hover .cta::after {
  transform: rotate(180deg);
  color: #8e5f44;
}
@media screen and (max-width: 768px) {
  .music_featured .button--stream:hover {
    width: 48%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .music_featured .button--stream .button-holder, .music_featured .button--stream .button {
    width: 100% !important;
  }
}
.music_featured__image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .music_featured__image {
    width: 100%;
  }
}
.music_featured__image img {
  width: 100%;
  height: auto;
}
.music_featured__single__image {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .music_featured__single__image {
    width: 100%;
  }
}
.music_featured__single__image img {
  width: 100%;
  height: auto;
}

#search-filter-form-199 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #search-filter-form-199 {
    margin-top: 300px;
  }
}

@media screen and (max-width: 768px) {
  .searchandfilter label {
    display: block;
  }
  .searchandfilter label .select {
    width: 100%;
  }
}

.music_grid {
  display: flex;
  padding: 20px 0 100px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.music_grid__album {
  width: 31.5%;
  margin-right: 2.5%;
  position: relative;
  z-index: 3;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .music_grid__album {
    margin-bottom: 100px;
  }
}
.music_grid__album:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .music_grid__album:nth-child(3n) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 1024px) {
  .music_grid__album {
    width: 48%;
    margin-right: 3.5%;
  }
  .music_grid__album:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .music_grid__album {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .music_grid__album h2 {
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .music_grid__album h2 {
    font-size: 32px;
  }
}
.music_grid__album__image img {
  width: 100%;
  height: auto;
}
.music_grid__album .cta {
  padding-left: 20px;
}
.music_grid__album .cta::after {
  content: "▾" !important;
  position: relative !important;
  color: #FFFFFF;
  font-size: 13px;
  transition: 0.25s all ease !important;
  pointer-events: none !important;
  padding: 0 10px;
  display: inline-block;
}
.music_grid__album:after {
  background: #FFFFFF;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -125px;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.music_grid__album:hover {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .music_grid__album:hover {
    z-index: 1;
  }
}
.music_grid__album:hover:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .music_grid__album:hover:after {
    opacity: 0;
  }
}
.music_grid__album:hover .button {
  background: #8e5f44 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.music_grid__album:hover .button--stream {
  background: white;
  cursor: pointer;
}
.music_grid__album:hover .button--stream .stream_links {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .music_grid__album:hover .button--stream .stream_links {
    opacity: 0;
  }
}
.music_grid__album:hover .button--stream .cta {
  color: #8e5f44;
}
.music_grid__album:hover .button--stream .cta::after {
  transform: rotate(180deg);
  transform-origin: center;
  color: #8e5f44;
}
.music_grid__buttons {
  display: flex;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .music_grid__buttons .holder, .music_grid__buttons .button--stream {
    width: 100%;
  }
}
.music_grid__buttons .holder .button-holder, .music_grid__buttons .holder .button, .music_grid__buttons .button--stream .button-holder, .music_grid__buttons .button--stream .button {
  width: auto;
}

.music-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.music-shop__tile {
  width: 48%;
}
.music-shop__tile:first-child {
  margin-right: 1%;
}
.music-shop__tile:nth-child(2) {
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  .music-shop__tile {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 850px) {
  .music-shop__tile .button {
    display: none !important;
  }
}

.music-shop__tile__image {
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.music-shop__tile__image .type--outlined {
  transition: all 0.2s ease-in-out;
}
.music-shop__tile__image:hover {
  transform: scale(1.15);
  opacity: 0.8;
}
.music-shop__tile__image:hover .type--outlined {
  color: #8e5f44;
}
@media screen and (max-width: 768px) {
  .music-shop__tile__image:hover {
    transform: none;
    opacity: 1;
  }
}
.music-shop__tile__image h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 6.25em;
}
@media screen and (max-width: 1280px) {
  .music-shop__tile__image h2 {
    font-size: 5em;
  }
}
@media screen and (max-width: 1024px) {
  .music-shop__tile__image h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) {
  .music-shop__tile__image h2 {
    font-size: 4em;
  }
}
.music-shop__tile__image img {
  width: 70%;
  margin: 0 auto;
  height: 500px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .music-shop__tile__image img {
    height: 350px;
    width: 90%;
  }
}

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

.nav__desktop {
  z-index: 10;
  position: fixed;
  width: calc(100% - 68px);
  padding: 34px;
  pointer-events: none;
}
.nav__desktop .nav__container {
  display: flex;
  justify-content: space-between;
}
.nav__desktop #primary-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav__desktop .menu-item {
  z-index: 9;
  display: inline-block;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .nav__desktop .menu-item {
    display: none;
  }
  .nav__desktop .menu-item:hover {
    box-shadow: 0px;
  }
}
.nav__desktop .menu-item a {
  display: block;
  font-family: "Druk Wide", sans-serif;
  font-size: 9px;
  margin-bottom: 4px;
  padding: 5px;
  text-align: right;
  transition: all 0.25s ease-in-out;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (min-width: 1600px) {
  .nav__desktop .menu-item a {
    font-size: 14px;
  }
}
.nav__desktop .menu-item a:hover {
  color: #6596b5;
}
.nav__desktop .current-menu-item {
  position: relative;
}
.nav__desktop .current-menu-item:after {
  position: absolute;
  background: #FFFFFF;
  top: 0;
  bottom: 4px;
  right: -4px;
  left: -4px;
  z-index: -1;
  content: " ";
}
.nav__desktop .current-menu-item a {
  color: black;
}
.nav__desktop .nav__top {
  display: flex;
  justify-content: space-between;
}
.nav__desktop .nav__social {
  display: flex;
  z-index: 9;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .nav__desktop .nav__social {
    display: none;
  }
}
.nav__desktop .nav__social a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nav__desktop .nav__social a:hover {
  opacity: 0.7;
}
.nav__desktop .nav__logo {
  display: block;
  z-index: 10;
  height: 40px;
  pointer-events: auto;
}
.nav__desktop .nav__logo svg {
  width: 100%;
}
.nav__desktop .nav__logo svg path {
  fill: #FFFFFF;
}
@media screen and (min-width: 1600px) {
  .nav__desktop .nav__logo svg {
    width: 300px;
    height: 40.5px;
  }
}

.no-scroll .nav__desktop {
  z-index: 10;
  background: none;
}
.no-scroll .nav__logo svg path {
  fill: #FFFFFF;
}

.nav__mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #1e1e1e;
  background-size: cover;
  background-position: center;
}
.nav__mobile .nav__main {
  text-align: center;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.nav__mobile .nav__main #primary-menu-list li {
  margin: 20px auto;
}
.nav__mobile .nav__main #primary-menu-list li a {
  font-size: 2.5em;
  color: transparent;
  -webkit-text-stroke: 1px #8e5f44;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  font-family: "Druk Wide", sans-serif;
}
.nav__mobile #social-menu-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 50px auto 20px auto;
  align-items: center;
  justify-content: center;
}
.nav__mobile #social-menu-list a {
  font-size: 0.5em;
  color: #FFFFFF;
  opacity: 0.5;
  font-family: "Druk Wide", sans-serif;
  padding: 0 10px;
}

@media (orientation: landscape) {
  .nav__mobile .nav__main li a {
    font-size: 2.5em;
  }
}
.nav__social {
  display: flex;
  width: 180px;
  justify-content: space-between;
}

.nav__main #menu-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav__main #menu-main {
    justify-content: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .nav__main {
    margin: 0 auto;
  }
}

.nav__logo {
  background: none !important;
  padding: 0px;
  width: 200px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav__logo {
    width: 150px;
  }
}
.nav__logo a {
  position: relative;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .nav__logo a {
    width: 100%;
    height: 50px;
    padding: 0px !important;
  }
}
.nav__logo a:hover {
  color: transparent !important;
  box-shadow: 0px 0px !important;
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  .no-scroll .hamburger-box {
    width: 40px !important;
  }
}

.hamburger {
  mix-blend-mode: difference;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 38px;
  right: 35px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger .hamburger-box {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger .hamburger-box {
    width: 30px;
    height: 20px;
  }
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition: background-color 0.125s 0.175s ease-in;
}
@media screen and (max-width: 768px) {
  .hamburger .hamburger-inner {
    width: 25px;
    height: 3px;
  }
}
.hamburger .hamburger-inner::before {
  top: -10px;
  content: "";
  display: block;
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
@media screen and (max-width: 768px) {
  .hamburger .hamburger-inner::before {
    top: -8px;
  }
}
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
  bottom: -10px;
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
@media screen and (max-width: 768px) {
  .hamburger .hamburger-inner::after {
    top: 8px;
  }
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    height: 4px;
  }
}
.hamburger.is-active {
  display: inline-block;
}
.hamburger.is-active:hover.hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger.is-active.hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.nav__social:hover {
  cursor: pointer;
}

#news {
  margin-top: 38vh;
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 25vh;
  }
}
@media screen and (max-width: 768px) {
  #news .news__details {
    text-align: center;
    position: relative;
  }
}
#news .news__slider__background {
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: -125px;
  bottom: -120px;
  left: 40%;
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  #news .news__slider__background {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  #news .news__slider__background {
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  #news .news__slider__background {
    top: 150;
    left: 20px;
  }
}
#news .slick-slide {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #news .slick-slide {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
}
#news .slick-slide .news__slider__details {
  width: 45%;
}
@media screen and (min-width: 1600px) {
  #news .slick-slide .news__slider__details {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  #news .slick-slide .news__slider__details {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #news .slick-slide .news__slider__details {
    width: 100%;
  }
}
#news .slick-slide .news__slider__image {
  width: 55%;
}
@media screen and (min-width: 1600px) {
  #news .slick-slide .news__slider__image {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  #news .slick-slide .news__slider__image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #news .slick-slide .news__slider__image {
    width: 100%;
  }
}
#news .slick-slide .news__slider__image img {
  height: 589px;
  width: 589px;
  object-fit: cover;
  margin: 0 70px;
}
@media screen and (min-width: 1600px) {
  #news .slick-slide .news__slider__image img {
    margin: 0 100px 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #news .slick-slide .news__slider__image img {
    height: 480px;
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  #news .slick-slide .news__slider__image img {
    height: 350px;
    width: 350px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  #news .slick-slide .news__slider__image img {
    height: 300px;
    width: 300px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #news .slick-slide .news__slider__image img {
    height: 320px;
    width: 320px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #news .slick-slide .news__slider__details {
    padding-right: 0px;
    margin-top: 20px;
  }
}
#news .news__slider__details--container {
  margin-right: 70px;
}
#news .news__slider__details--container h3 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #news .news__slider__details--container {
    margin-left: 65px;
    margin-right: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_buttons_wrapper {
    margin-left: 60px;
    margin-right: 20px;
  }
}
#news .news_buttons {
  display: flex;
  justify-content: space-between;
  margin-left: 55%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #news .news_buttons {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  #news .news_buttons {
    margin-left: 45%;
  }
}
#news .news__button {
  display: flex;
  justify-content: center;
}
#news .news__slider {
  display: grid;
}
@media screen and (max-width: 768px) {
  #news .news__slider {
    margin-top: -100px;
  }
}
#news .news__slider__arrows {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #news .news__slider__arrows {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#news .news__slider__arrows .pagingInfo {
  color: #8e5f44;
  font-family: "Druk Wide", sans-serif;
  line-height: 1em;
  margin-top: -9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: 4px;
  font-size: 0.45em;
}
@media screen and (max-width: 768px) {
  #news .news__slider__arrows .pagingInfo {
    margin-top: 3px;
  }
}
#news .news__slider--next, #news .news__slider--prev {
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}
#news .news__slider--next:before, #news .news__slider--next:after, #news .news__slider--prev:before, #news .news__slider--prev:after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  right: 0;
}
#news .news__slider--next:before, #news .news__slider--prev:before {
  width: 30px;
  height: 2px;
  background: #8e5f44;
  margin-top: 1px;
  left: 0;
}
#news .news__slider--next:after, #news .news__slider--prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #8e5f44;
  margin-top: -3px;
  left: 30px;
}
#news .news__slider--next.slick-disabled, #news .news__slider--prev.slick-disabled {
  opacity: 0.5;
}
#news .news__slider--prev {
  margin-left: 2px;
}
#news .news__slider--prev:after {
  left: -2px;
  transform: rotate(180deg);
}

.archive--news {
  padding-top: 170px;
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s;
}
.archive--news .news_featured {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured {
    display: block;
    margin: 0 35px 100px 35px;
  }
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured .button {
    border: 1px solid #8e5f44 !important;
    background: none !important;
    color: #8e5f44 !important;
  }
}
.archive--news .news_featured__date--mobile {
  background: #1e1e1e;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 86px;
  width: 86px;
  color: #FFFFFF;
  text-align: center;
  align-content: center;
  justify-content: center;
  display: none;
}
.archive--news .news_featured__date--mobile span {
  font-size: 20px;
  display: block;
  padding: 10px 0;
}
.archive--news .news_featured__date--mobile p {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured__date--mobile {
    display: grid;
  }
}
.archive--news .news_featured__date span {
  background-color: #FFFFFF;
  padding: 6px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured__date span {
    padding: 0 6px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured__date {
    display: none;
  }
}
.archive--news .news_featured h2 span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured h2 span {
    background-color: transparent;
    padding: 0;
    line-height: 1.2;
    font-size: 35px;
  }
}
.archive--news .news_featured__image {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured__image {
    width: 100%;
  }
}
.archive--news .news_featured__image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.archive--news .news_featured__details {
  margin-top: 20px;
  margin-left: -50px;
  margin-right: 70px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_featured__details {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.archive--news .news_articles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.archive--news .news_article {
  padding-bottom: 50px;
  width: 31%;
  position: relative;
  margin-right: 3.5%;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_article {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .archive--news .news_article {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 0;
  }
}
.archive--news .news_article:after {
  background: #FFFFFF;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: 0px;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.archive--news .news_article:hover:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .archive--news .news_article:hover:after {
    opacity: 0;
  }
}
.archive--news .news_article:hover .button {
  background: #8e5f44 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_article:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .archive--news .news_article:nth-child(3n) {
    margin-right: 0;
  }
}
.archive--news .news_article h2 {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .archive--news .news_article h2 {
    font-size: 35px;
  }
}
.archive--news .news_article__date {
  background: #1e1e1e;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 86px;
  width: 86px;
  color: #FFFFFF;
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
}
.archive--news .news_article__date span {
  font-size: 20px;
  display: block;
  padding: 10px 0;
}
.archive--news .news_article__date p {
  color: #FFFFFF;
}
.archive--news .news_article__image img {
  width: 100%;
  height: auto;
}

.news_single {
  padding-top: 170px;
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s;
}
.news_single_top {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news_single_top {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
.news_single__image {
  margin-top: -120px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_single__image {
    margin-top: 0;
  }
}
.news_single__image img {
  width: 100%;
  height: auto;
}
.news_single__image--caption {
  font-size: 0.5em;
  font-family: "Druk Wide", sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .news_single__image--caption {
    display: none;
  }
}
.news_single__image--caption--mobile {
  display: none;
  font-size: 0.75em;
  font-family: "Druk Wide", sans-serif;
  text-transform: uppercase;
  margin: 50px 0 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news_single__image--caption--mobile {
    display: block;
    font-size: 0.55em;
  }
}
@media screen and (max-width: 768px) {
  .news_single__heading {
    margin-top: -120px;
  }
}
.news_single__heading .news_single__heading--date span {
  padding: 6px 13px;
}
.news_single__heading span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news_single__heading span {
    padding: 0 6px;
    line-height: 1.35;
  }
}
.news_single__heading p {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .news_single__content {
    margin-top: 50px;
  }
}
.news_single__content h2 {
  font-size: 1.75em;
  font-weight: 600;
  margin: 0 210px 20px 210px;
}
@media screen and (max-width: 1150px) {
  .news_single__content h2 {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content h2 {
    font-size: 1.5em;
    margin: 0 20px 20px 20px;
  }
}
.news_single__content h3 {
  margin: 0 210px 20px 210px;
  font-size: 1.3em;
  font-weight: 600;
}
@media screen and (max-width: 1150px) {
  .news_single__content h3 {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content h3 {
    font-size: 1.8em;
    margin: 0 20px 20px 20px;
  }
}
.news_single__content b, .news_single__content strong {
  font-weight: 600;
}
.news_single__content i, .news_single__content em {
  font-style: italic;
}
.news_single__content a {
  color: #8e5f44;
  font-weight: 600;
  text-decoration: underline;
}
.news_single__content a:hover {
  color: #6b4736;
}
.news_single__content p {
  margin-bottom: 20px;
  line-height: 1.6;
  margin: 0 210px 20px 210px;
}
@media screen and (max-width: 768px) {
  .news_single__content p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1150px) {
  .news_single__content p {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content p {
    margin: 0 20px 20px 20px;
  }
}
.news_single__content ul, .news_single__content ol {
  margin: 0 210px 50px 210px;
}
@media screen and (max-width: 1150px) {
  .news_single__content ul, .news_single__content ol {
    margin: 0 70px 50px 70px;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content ul, .news_single__content ol {
    margin: 20px;
  }
}
.news_single__content ul li {
  list-style-type: disc;
  margin-left: 40px;
  color: #1e1e1e;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
}
.news_single__content ol li {
  counter-increment: customlistcounter;
  margin-left: 40px;
  color: #1e1e1e;
  display: table-row;
  font-family: "Work Sans", sans-serif;
}
.news_single__content ol li:first-child {
  counter-reset: customlistcounter;
}
.news_single__content ol li:before {
  content: counter(customlistcounter) " ";
  font-weight: bold;
  width: 3em;
  display: table-cell;
}
.news_single__content ol {
  margin: 0 220px 50px 220px;
}
@media screen and (max-width: 1150px) {
  .news_single__content ol {
    margin: 0 90px 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content ol {
    margin-left: 40px;
  }
}
.news_single__content .wp-block-table {
  margin: 1em 3em 1em 210px !important;
}
@media screen and (max-width: 1150px) {
  .news_single__content .wp-block-table {
    margin: 1em 3em 1em 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content .wp-block-table {
    margin: 1em 2em 1em 20px !important;
  }
}
.news_single__content .wp-block-table tr, .news_single__content .wp-block-table td {
  font-family: "Work Sans", sans-serif;
}
.news_single__content .wp-block-image .alignleft {
  width: 30%;
  margin: 1em 3em 1em 210px !important;
}
@media screen and (max-width: 1150px) {
  .news_single__content .wp-block-image .alignleft {
    margin: 1em 3em 1em 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content .wp-block-image .alignleft {
    margin: 1em 2em 1em 20px !important;
  }
}
.news_single__content figure {
  text-align: center;
  margin: 100px 0;
}
.news_single__content figure figcaption {
  width: 100%;
  text-align: left;
  font-size: 0.5em;
  font-family: "Druk Wide", sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 1.5;
}
.news_single__content figure img {
  width: 100%;
  height: auto;
}
.news_single__content blockquote {
  margin: 50px 210px 50px 210px;
  border-left: 13px solid #1e1e1e;
  padding-left: 50px;
}
@media screen and (max-width: 1150px) {
  .news_single__content blockquote {
    margin: 50px 70px 50px 70px;
  }
}
@media screen and (max-width: 768px) {
  .news_single__content blockquote {
    margin: 50px 20px 50px 20px;
  }
}
.news_single__content blockquote p {
  margin: 0 0 20px 0;
  font-style: italic;
}
.news_single__content blockquote cite {
  font-size: 0.5em;
  font-family: "Druk Wide", sans-serif;
  text-transform: uppercase;
}
.news_single__content__tags {
  font-weight: 600;
}
.news_single__content__tags a {
  color: #8e5f44;
  text-decoration: underline;
}

.news_single_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.55em;
  line-height: 1.3em;
  letter-spacing: 0.25px;
  font-family: "Druk Wide", sans-serif;
  color: #8e5f44;
  margin-bottom: 150px;
}
.news_single_bottom__prev, .news_single_bottom__next {
  width: 33%;
  display: flex;
  align-items: center;
}
.news_single_bottom__prev:hover p, .news_single_bottom__next:hover p {
  color: #6b4736;
}
.news_single_bottom__prev:hover--arrow:before, .news_single_bottom__prev:hover--arrow:after, .news_single_bottom__next:hover--arrow:before, .news_single_bottom__next:hover--arrow:after {
  color: #6b4736;
  border-color: #6b4736;
}
.news_single_bottom__prev p, .news_single_bottom__next p {
  color: #8e5f44;
  transition: 0.3s all ease-in-out;
}
.news_single_bottom .desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .news_single_bottom .desktop {
    display: none;
  }
}
.news_single_bottom .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .news_single_bottom .mobile {
    display: block;
  }
}
.news_single_bottom__prev--arrow, .news_single_bottom__next--arrow {
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  margin-top: -5px;
}
.news_single_bottom__prev--arrow:before, .news_single_bottom__prev--arrow:after, .news_single_bottom__next--arrow:before, .news_single_bottom__next--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  right: 0;
}
.news_single_bottom__prev--arrow:before, .news_single_bottom__next--arrow:before {
  width: 30px;
  height: 2px;
  background: #8e5f44;
  margin-top: 1px;
  left: 0;
}
.news_single_bottom__prev--arrow:after, .news_single_bottom__next--arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #8e5f44;
  margin-top: -3px;
  left: 30px;
}
.news_single_bottom__next--arrow {
  margin-left: 10px;
}
.news_single_bottom__prev--arrow {
  margin-left: 2px;
  margin-right: 10px;
}
.news_single_bottom__prev--arrow:after {
  left: -2px;
  transform: rotate(180deg);
}
.news_single_bottom__next {
  justify-content: flex-end;
}
.news_single_bottom__share {
  display: flex;
  align-items: center;
  color: #8e5f44;
  width: 33%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news_single_bottom__share {
    flex-wrap: wrap;
    text-align: center;
  }
}
.news_single_bottom__share p {
  padding-right: 20px;
  color: #8e5f44;
}
@media screen and (max-width: 768px) {
  .news_single_bottom__share p {
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
.news_single_bottom__share a {
  font-size: 16px;
  padding-right: 5px;
  color: #8e5f44;
  transition: 0.3s all ease-in-out;
}
.news_single_bottom__share a:hover {
  color: #6b4736;
}
@media screen and (max-width: 768px) {
  .news_single_bottom__share a:last-child {
    padding-right: 0;
  }
}

.button, .bit-upcoming-events-show-all-button {
  height: 38px;
  width: 148px;
  background: #8e5f44 !important;
  color: #FFFFFF !important;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  transition: 0.3s;
  padding: 0;
  cursor: pointer;
  margin: 0;
  font-family: "Druk Wide", sans-serif;
  font-size: 0.45em !important;
  border: 1px solid #8e5f44;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .button, .bit-upcoming-events-show-all-button {
    height: 57px;
    width: 222px;
  }
}
.button:before, .bit-upcoming-events-show-all-button:before {
  display: none;
}
.button:hover, .bit-upcoming-events-show-all-button:hover {
  opacity: 0.8 !important;
  background: none !important;
  border: 1px solid #8e5f44;
  color: #8e5f44 !important;
}

.button--center {
  margin: 0 auto;
}

.button--outline {
  border: 1px solid #8e5f44 !important;
  background: none !important;
  color: #8e5f44 !important;
}
.button--outline:hover {
  background: #8e5f44 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.button--stream {
  height: 38px;
  width: 148px;
  border: 1px solid #8e5f44 !important;
  background: #8e5f44;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  transition: 0.3s;
  padding: 0;
  cursor: pointer;
  margin: 0;
  font-family: "Druk Wide", sans-serif;
  font-size: 0.45em !important;
}
@media screen and (min-width: 1600px) {
  .button--stream {
    height: 57px;
    width: 222px;
  }
}
.button--stream.mobile-show {
  background: #FFFFFF !important;
  cursor: pointer !important;
}
.button--stream.mobile-show .stream_links {
  opacity: 1 !important;
  pointer-events: all !important;
}
.button--stream.mobile-show .stream_links .cta {
  color: #8e5f44 !important;
}
.button--stream.mobile-show .stream_links .cta::after {
  transform: rotate(180deg);
  color: #8e5f44;
}
.button--stream .stream_links {
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.button--stream:hover {
  background: white;
  cursor: pointer;
}
.button--stream:hover .stream_links {
  opacity: 1;
  pointer-events: all;
}
.button--stream:hover .cta {
  color: #8e5f44;
}
@media screen and (max-width: 768px) {
  .button--stream .button--stream--hover {
    display: flex;
  }
}
.button--stream--outline {
  background: transparent !important;
  color: #8e5f44 !important;
}
.button--stream--outline .cta {
  color: #8e5f44 !important;
}
.button--stream--outline:hover {
  background: #FFFFFF !important;
}
.button--stream .cta {
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}

.stream_links {
  width: 100%;
  height: 80px;
  background: white;
  position: absolute;
  top: 38px;
  left: -1;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  border-left: 1px solid #8e5f44;
  border-bottom: 1px solid #8e5f44;
  border-right: 1px solid #8e5f44;
  z-index: 3;
}
.stream_links a {
  display: block;
  width: 90%;
  color: #8e5f44;
  margin: 10px auto;
  text-align: center;
  font-family: "Druk Wide", sans-serif;
  font-size: 1em !important;
  letter-spacing: 1;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.stream_links a:hover {
  color: #6b4736;
  cursor: pointer;
}

select {
  /* Reset Select */
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: 0 !important;
  border: 1px solid #8e5f44 !important;
  box-shadow: none !important;
  /* Personalize */
  flex: 1 !important;
  padding: 0 1em !important;
  color: #8e5f44 !important;
  background-color: transparent !important;
  background-image: none !important;
  cursor: pointer !important;
  font-family: "Druk Wide", sans-serif !important;
  font-size: 0.45em !important;
  text-transform: uppercase;
  height: 38px;
  width: 148px;
  border-radius: 0 !important;
  min-width: 0 !important;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none !important;
}

/* Custom Select wrapper */
.select {
  height: 38px;
  width: 148px;
  position: relative !important;
  display: flex !important;
  border-radius: 0px !important;
  overflow: hidden !important;
}

/* Arrow */
.select::after {
  content: "▾" !important;
  position: absolute !important;
  top: 7px !important;
  right: 10px !important;
  color: #8e5f44;
  font-size: 20px;
  transition: 0.25s all ease !important;
  pointer-events: none !important;
}

/* Transition */
.select:hover::after {
  color: #8e5f44 !important;
}

.page-bio {
  padding-top: 250px !important;
}
.page-bio__background_image {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.page-bio__background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-bio p {
    font-size: 16px !important;
  }
}
.page-bio__featured_album {
  margin: 0 210px 150px 210px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  .page-bio__featured_album {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .page-bio__featured_album {
    font-size: 1.5em;
    margin: 0 20px 20px 20px;
  }
}
.page-bio__featured_album--image {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .page-bio__featured_album--image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-bio__featured_album--image img {
  width: 100%;
  height: auto;
}
.page-bio__featured_album--details {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-bio__featured_album--details {
    width: 100%;
  }
}
.page-bio__featured_album--details h3 {
  margin: 0 10px !important;
}
@media screen and (max-width: 768px) {
  .page-bio__featured_album--details h3 {
    font-size: 32px !important;
  }
}

footer {
  padding: 80px 0 10px 0;
  width: 100%;
  background: #1e1e1e;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}
footer .footer__logo {
  width: 20%;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  footer .footer__logo {
    width: 100%;
    margin-right: 0;
  }
}
footer .footer__logo svg path {
  fill: #FFFFFF;
}
footer a, footer p {
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer__text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 1280px) {
  footer .footer__text {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__text {
    align-items: center;
    display: block;
    width: 90%;
    margin-top: 30px;
  }
}
footer .footer__text .nav__main {
  width: 100%;
}
footer .footer__links {
  width: 50%;
  margin-right: 10px;
}
footer .footer__links.type--xxs {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .footer__links {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 480px) {
  footer .footer__links {
    width: calc(100% - 80px);
  }
}

.newsletter__legal {
  color: white;
  font-size: 12px;
  text-transform: unset;
  margin-top: 10px;
}
.newsletter__legal a {
  font-size: 12px;
  text-transform: unset;
  margin-top: 10px;
  color: #8e5f44;
}

.footer--bottom {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer--bottom {
    width: auto;
    flex-wrap: wrap;
    margin: 0 35px;
  }
}

.footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
}
.footer__right i {
  margin-left: 10px;
}
.footer__right p {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: flex-start;
  }
  .footer__right p {
    color: #e0e0e0;
  }
  .footer__right .type--xxs {
    font-size: 9px;
  }
}
.footer__right--link {
  transition: 0.3s all ease-in-out;
  margin-right: 20px;
}

.footer--top {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (max-width: 1280px) {
  .footer--top {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer--top {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 0 35px;
    justify-content: space-between;
  }
}

.footer__newsletter {
  margin-top: 150px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__newsletter {
    width: 100%;
    margin-top: 50px;
  }
}
.footer__newsletter h2 {
  position: absolute;
  top: -50px;
  left: -85px;
  font-size: 4.5em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .footer__newsletter h2 {
    left: -50px;
    font-size: 2.3em;
    top: -10px;
  }
}
.footer__newsletter #mc_embed_signup form {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer__newsletter #mc_embed_signup .clear {
    width: auto !important;
  }
}
.footer__newsletter #mc_embed_signup_scroll {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .footer__newsletter #mc_embed_signup_scroll {
    max-width: 100%;
  }
}
.footer__newsletter #mc_embed_signup label {
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-size: 26px;
  padding-bottom: 20px !important;
}
.footer__newsletter #mc_embed_signup input.email {
  border: 0 !important;
  outline: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  font-family: "Druk Wide", sans-serif !important;
  text-transform: uppercase;
  font-size: 0.5em !important;
  letter-spacing: 0.5;
  color: #FFFFFF !important;
  opacity: 1 !important;
  margin-right: 20px;
  margin-bottom: 0px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__newsletter #mc_embed_signup input.email {
    margin-bottom: 20px;
  }
}
.footer__newsletter #mc_embed_signup .button {
  border-radius: 0 !important;
  background: url("../assets/email_arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  color: transparent !important;
  border: 0;
  display: block;
  width: 10px;
  height: 10px;
}
.footer__newsletter #mc_embed_signup .email-input {
  position: relative;
}
.footer__newsletter #mc_embed_signup .newsletter-signup-button {
  position: absolute;
  right: 0;
  top: 0;
}

#footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #footer-menu-list {
    justify-content: flex-start;
  }
}
#footer-menu-list .menu-item {
  padding-right: 20px;
}
#footer-menu-list .menu-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #footer-menu-list .menu-item {
    padding-bottom: 20px;
  }
}
#footer-menu-list .menu-item a {
  color: #FFFFFF;
  font-family: "Druk Wide", sans-serif;
  font-size: 9px;
  transition: 0.3s all ease-in-out;
}
#footer-menu-list .menu-item a:hover {
  color: #8e5f44;
}

@media screen and (max-width: 768px) {
  #videos {
    margin-top: 350px;
  }
}
@media screen and (max-width: 480px) {
  #videos {
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  #videos .videos__details {
    text-align: center;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #videos .container--l {
    width: 85%;
  }
}
#videos .videos__slider__background {
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: -125px;
  bottom: -100px;
  left: 40%;
  z-index: -1;
}
#videos .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  #videos .slick-list {
    margin: 0;
  }
}
#videos .slick-slide {
  height: 650px;
  align-items: center;
  position: relative;
  margin: 0 10px;
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  #videos .slick-slide {
    flex-wrap: wrap-reverse;
    padding-bottom: 20px;
    height: 400px;
    margin: 0 35px;
  }
}
#videos .slick-slide .videos__slider__details, #videos .slick-slide .videos__slider__image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__details, #videos .slick-slide .videos__slider__image {
    width: 100%;
  }
}
#videos .slick-slide .videos__slider__details .videos__slider__details--artist span {
  padding: 8px 6px;
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__details .videos__slider__details--artist span {
    line-height: 3.5;
  }
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__image {
    height: 300px;
  }
}
#videos .slick-slide .videos__slider__image img {
  object-fit: cover;
}
#videos .slick-slide .videos__slider__image img, #videos .slick-slide .videos__slider__image iframe {
  height: 650px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__image img, #videos .slick-slide .videos__slider__image iframe {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
}
#videos .slick-slide .videos__slider__image svg {
  position: absolute;
  z-index: 2;
  width: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__image svg {
    height: 70%;
  }
}
#videos .slick-slide .videos__slider__image svg:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__image svg:hover {
    transform: none;
  }
}
#videos .slick-slide .videos__slider__image img {
  z-index: 1;
}
#videos .slick-slide .videos__slider__image iframe {
  z-index: 0;
}
#videos .slick-slide .videos__slider__details {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: -5%;
  opacity: 1;
}
#videos .slick-slide .videos__slider__details p span, #videos .slick-slide .videos__slider__details h3 span {
  background-color: #FFFFFF;
  padding: 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__details p span, #videos .slick-slide .videos__slider__details h3 span {
    padding: 0 6px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 768px) {
  #videos .slick-slide .videos__slider__details {
    padding-right: 0px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -20px;
  }
}
#videos .videos__slider__details--container {
  max-width: 65%;
}
@media screen and (max-width: 768px) {
  #videos .videos__slider__details--container {
    max-width: 100%;
    margin: 0 auto;
  }
}
#videos .videos_buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #videos .videos_buttons {
    flex-flow: row-reverse;
    align-items: center;
  }
}
#videos .videos__button {
  display: flex;
  justify-content: center;
}
#videos .videos__slider {
  display: grid;
  margin-top: -120px;
}
#videos .videos__slider__arrows {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #videos .videos__slider__arrows {
    margin-bottom: 0px;
  }
}
#videos .videos__slider__arrows .videosPagingInfo {
  color: #8e5f44;
  font-family: "Druk Wide", sans-serif;
  line-height: 1em;
  margin-top: -9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: 4px;
  font-size: 0.45em;
}
#videos .videos__slider--next, #videos .videos__slider--prev {
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}
#videos .videos__slider--next:before, #videos .videos__slider--next:after, #videos .videos__slider--prev:before, #videos .videos__slider--prev:after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  right: 0;
}
#videos .videos__slider--next:before, #videos .videos__slider--prev:before {
  width: 30px;
  height: 2px;
  background: #8e5f44;
  margin-top: 1px;
  left: 0;
}
#videos .videos__slider--next:after, #videos .videos__slider--prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #8e5f44;
  margin-top: -3px;
  left: 30px;
}
#videos .videos__slider--next.slick-disabled, #videos .videos__slider--prev.slick-disabled {
  opacity: 0.5;
}
#videos .videos__slider--prev {
  margin-left: 2px;
}
#videos .videos__slider--prev:after {
  left: -2px;
  transform: rotate(180deg);
}

.archive--videos {
  padding-top: 170px;
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s;
}
.archive--videos .video_featured {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  .archive--videos .video_featured {
    flex-wrap: wrap;
    margin: 0 35px 100px 35px;
  }
}
.archive--videos .video_featured .video_featured__date span {
  padding: 6px 13px;
}
.archive--videos .video_featured__image {
  width: 60%;
  position: relative;
  min-height: 379px;
}
@media screen and (max-width: 768px) {
  .archive--videos .video_featured__image {
    width: 100%;
    min-height: 0;
  }
}
.archive--videos .video_featured__image--cover {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
  z-index: 2;
}
.archive--videos .video_featured__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive--videos .video_featured__image .clicked-video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.archive--videos .video_featured__image iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 0;
}
.archive--videos .video_featured__image svg {
  position: absolute;
  z-index: 2;
  width: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.archive--videos .video_featured__image svg:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .archive--videos .video_featured__image svg:hover {
    transform: none;
  }
}
.archive--videos .video_featured__details {
  width: 40%;
  right: 50px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .archive--videos .video_featured__details {
    width: 100%;
    position: relative;
    right: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .archive--videos .video_featured__details h2 {
    font-size: 2.3em;
  }
}
.archive--videos .video_featured__details span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .archive--videos .video_featured__details span {
    background-color: transparent;
    padding: 0;
    line-height: 1.2;
  }
}
.archive--videos .videos {
  display: flex;
  flex-wrap: wrap;
}
.archive--videos .videos .video {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .archive--videos .videos .video {
    width: 100%;
    margin-right: 0;
  }
}
.archive--videos .videos .video:nth-child(2n) {
  margin-right: 0;
}
.archive--videos .videos .video .clicked-video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.archive--videos .videos .video__image {
  position: relative;
  margin-bottom: 20px;
}
.archive--videos .videos .video__image--cover {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
  z-index: 2;
}
.archive--videos .videos .video__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive--videos .videos .video__image iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 0;
}
.archive--videos .videos .video__image svg {
  position: absolute;
  z-index: 2;
  width: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.archive--videos .videos .video__image svg:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .archive--videos .videos .video__image svg:hover {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .archive--videos .videos .video__details {
    margin-top: 50px;
  }
}

.slick-slide.slick-center {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: videoZoom 0.8s 1 ease-in-out forwards;
  animation: videoZoom 0.8s 1 ease-in-out forwards;
}
.slick-slide.slick-center .videos__slider__details {
  opacity: 1 !important;
}

@keyframes videoZoom {
  from {
    -webkit-transform: scale(0.9) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
.videos_single {
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s;
}
.videos_single img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .videos_single__heading {
    text-align: center;
  }
}

.videos_next .videos_article {
  border-bottom: 0px;
}

#page-tour .nav__desktop {
  position: fixed;
}
#page-tour .page__tour__content {
  padding-top: 170px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
#page-tour .page__tour__content .tour__dates {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #page-tour .page__tour__content .tour__dates {
    margin-top: 100px !important;
  }
}
#page-tour .page__tour__content .tour__image {
  width: 100% !important;
}
#page-tour .page__tour__content .tour__image img {
  top: -200px !important;
}
@media screen and (max-width: 768px) {
  #page-tour .page__tour__content .tour__image {
    left: -130% !important;
    top: 150px !important;
    width: 190% !important;
  }
  #page-tour .page__tour__content .tour__image img {
    margin-left: 0;
  }
}
#page-tour .page__tour__content .bit-event {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1150px) {
  #page-tour .page__tour__content .bit-event {
    flex-wrap: wrap;
  }
}
#page-tour .page__tour__content .tour__image {
  position: fixed;
  top: 100px !important;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
#page-tour .page__tour__content .tour__image img {
  width: 75% !important;
  margin: 0 auto 0 12% !important;
}
@media screen and (max-width: 500px) {
  #page-tour .page__tour__content .tour__image img {
    top: -150px !important;
  }
}
#page-tour .page__tour__content .bit-top-track-button, #page-tour .page__tour__content .bit-nav-bar-container {
  display: block;
}
@media screen and (max-width: 768px) {
  #page-tour .page__tour__content .bit-top-track-button, #page-tour .page__tour__content .bit-nav-bar-container {
    display: none !important;
  }
}
#page-tour .page__tour__content .bit-top-track-button .bit-event-list-title, #page-tour .page__tour__content .bit-nav-bar-container .bit-event-list-title {
  display: none;
}
#page-tour .page__tour__content .bit-top-track-button {
  margin-right: 0;
  width: 50%;
  padding-right: 0;
  text-align: right;
  color: #FFFFFF;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: "Druk Wide", sans-serif;
  font-size: 9;
}
#page-tour .page__tour__content .bit-logo-desktop svg path {
  fill: #FFFFFF;
}
#page-tour .page__tour__content .bit-logo-desktop g {
  opacity: 1;
}

#tour {
  overflow: hidden;
  max-width: 100%;
  margin-top: 300px;
  padding-top: 50px;
}
#tour .tour__content {
  margin-top: -200px;
}

@media screen and (max-width: 768px) {
  #tour .tour__details, #page-tour .tour__details {
    text-align: center;
    position: relative;
  }
}
#tour .tour__content, #page-tour .tour__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #tour .tour__content, #page-tour .tour__content {
    flex-wrap: wrap;
    position: relative;
  }
}
#tour .tour__content .tour__image, #page-tour .tour__content .tour__image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #tour .tour__content .tour__image, #page-tour .tour__content .tour__image {
    width: 100%;
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  #tour .tour__content .tour__image, #page-tour .tour__content .tour__image {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #tour .tour__content .tour__image, #page-tour .tour__content .tour__image {
    height: 50px;
  }
}
#tour .tour__content .tour__dates, #page-tour .tour__content .tour__dates {
  width: 70%;
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #tour .tour__content .tour__dates, #page-tour .tour__content .tour__dates {
    width: 100%;
    margin-top: 250px;
  }
}
@media screen and (max-width: 480px) {
  #tour .tour__content .tour__dates, #page-tour .tour__content .tour__dates {
    margin-top: 300px;
  }
}
#tour .tour__content .tour__dates .button, #page-tour .tour__content .tour__dates .button {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #tour .tour__content .tour__dates .button, #page-tour .tour__content .tour__dates .button {
    margin: 0 auto;
  }
}
#tour .tour__content .tour__image img, #page-tour .tour__content .tour__image img {
  width: 220%;
  position: relative;
  z-index: 0;
  margin-left: -65%;
  top: -20px;
}
@media screen and (max-width: 1024px) {
  #tour .tour__content .tour__image img, #page-tour .tour__content .tour__image img {
    width: 250%;
  }
}
@media screen and (max-width: 850px) {
  #tour .tour__content .tour__image img, #page-tour .tour__content .tour__image img {
    width: 350%;
    margin-left: -85%;
  }
}
@media screen and (max-width: 768px) {
  #tour .tour__content .tour__image img, #page-tour .tour__content .tour__image img {
    position: absolute;
    width: 150%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 480px) {
  #tour .tour__content .tour__image img, #page-tour .tour__content .tour__image img {
    width: 200%;
    margin-left: -40%;
  }
}
#tour .bit-top-track-button, #tour .bit-nav-bar-container, #page-tour .bit-top-track-button, #page-tour .bit-nav-bar-container {
  display: none;
}
@media screen and (max-width: 768px) {
  #tour .bit-upcoming-events-show-all-button, #page-tour .bit-upcoming-events-show-all-button {
    margin: 0 auto;
  }
}
#tour .bit-widget.bit-layout-desktop .bit-details, #page-tour .bit-widget.bit-layout-desktop .bit-details {
  align-items: flex-start;
}
#tour .bit-event, #page-tour .bit-event {
  background: #FFFFFF;
  margin: 20px 0px 60px 20px;
  border: 0px;
  padding: 30px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #tour .bit-event, #page-tour .bit-event {
    margin: 20px 20px 80px 0px;
    padding: 20px 0;
  }
}
#tour .bit-details, #page-tour .bit-details {
  position: relative;
  flex-flow: column-reverse;
}
#tour .bit-location, #page-tour .bit-location {
  margin-left: 95px;
  font-family: "Druk Wide", sans-serif;
  opacity: 0.7;
  font-size: 0.56em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1600px) {
  #tour .bit-location, #page-tour .bit-location {
    font-size: 0.84em;
  }
}
@media screen and (max-width: 768px) {
  #tour .bit-location, #page-tour .bit-location {
    margin: 0 20px 10px 20px;
    font-size: 0.62em;
  }
}
#tour .bit-event-buttons, #page-tour .bit-event-buttons {
  display: flex;
  align-items: center;
  flex-flow: row;
  margin-left: 95px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #tour .bit-event-buttons, #page-tour .bit-event-buttons {
    margin-left: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  #tour .bit-event-buttons, #page-tour .bit-event-buttons {
    flex-wrap: wrap;
  }
}
#tour .bit-event-buttons div, #page-tour .bit-event-buttons div {
  width: 50%;
  margin-right: 20px;
  margin-top: 0 !important;
  font-family: "Druk Wide", sans-serif;
}
@media screen and (max-width: 768px) {
  #tour .bit-event-buttons div, #page-tour .bit-event-buttons div {
    margin-bottom: 10px;
    width: 40%;
  }
}
#tour .bit-event-buttons .bit-offers-text, #tour .bit-event-buttons .bit-button, #page-tour .bit-event-buttons .bit-offers-text, #page-tour .bit-event-buttons .bit-button {
  font-family: "Druk Wide", sans-serif;
  font-size: 9px !important;
  letter-spacing: 1px;
  width: 148px;
  height: 38px;
  padding-bottom: 4px;
}
@media screen and (min-width: 1600px) {
  #tour .bit-event-buttons .bit-offers-text, #tour .bit-event-buttons .bit-button, #page-tour .bit-event-buttons .bit-offers-text, #page-tour .bit-event-buttons .bit-button {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  #tour .bit-event-buttons .bit-offers-text, #tour .bit-event-buttons .bit-button, #page-tour .bit-event-buttons .bit-offers-text, #page-tour .bit-event-buttons .bit-button {
    font-size: 8px !important;
    width: 120px;
  }
}
#tour .bit-event-buttons .bit-offers-container .bit-button, #page-tour .bit-event-buttons .bit-offers-container .bit-button {
  transition: 0.3s;
}
#tour .bit-event-buttons .bit-offers-container .bit-button:hover, #page-tour .bit-event-buttons .bit-offers-container .bit-button:hover {
  opacity: 0.8;
}
#tour .bit-event-buttons .bit-rsvp-container .bit-button, #page-tour .bit-event-buttons .bit-rsvp-container .bit-button {
  transition: 0.3s;
}
#tour .bit-event-buttons .bit-rsvp-container .bit-button:hover, #page-tour .bit-event-buttons .bit-rsvp-container .bit-button:hover {
  background: #8e5f44;
  color: #FFFFFF;
  opacity: 0.8;
}
#tour .bit-date, #tour .bit-my-date, #page-tour .bit-date, #page-tour .bit-my-date {
  background: black;
  position: absolute;
  top: -50px;
  left: -20px;
  height: 86px;
  width: 86px;
  color: white;
  text-align: center;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Druk Wide", sans-serif;
  line-height: 1.5;
  display: grid;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  #tour .bit-date, #tour .bit-my-date, #page-tour .bit-date, #page-tour .bit-my-date {
    font-size: 13.5px;
    left: -50px;
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #tour .bit-date, #tour .bit-my-date, #page-tour .bit-date, #page-tour .bit-my-date {
    right: -30px;
    top: -80px;
    left: auto;
  }
}
#tour .bit-date span, #tour .bit-my-date span, #page-tour .bit-date span, #page-tour .bit-my-date span {
  font-size: 20px;
}
@media screen and (min-width: 1600px) {
  #tour .bit-date span, #tour .bit-my-date span, #page-tour .bit-date span, #page-tour .bit-my-date span {
    font-size: 30px;
  }
}
#tour .bit-venue, #page-tour .bit-venue {
  font-size: 2.19em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  color: #1e1e1e;
  font-family: "Work Sans", sans-serif;
  margin-left: 95px;
  margin-right: 50px;
}
@media screen and (min-width: 1600px) {
  #tour .bit-venue, #page-tour .bit-venue {
    font-size: 3.3em;
  }
}
@media screen and (max-width: 768px) {
  #tour .bit-venue, #page-tour .bit-venue {
    margin: 0 20px;
    font-size: 27px;
  }
}
#tour .bit-upcoming-events, #page-tour .bit-upcoming-events {
  border-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
#tour .bit-upcoming-events-show-all-button, #page-tour .bit-upcoming-events-show-all-button {
  display: none !important;
}

.parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.parallax img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .parallax img {
    width: 150%;
    margin-left: -25%;
  }
}

.parallax--top {
  z-index: -10;
}

.parallax--back {
  z-index: -20;
}

.default-page {
  padding-top: 170px;
}
.default-page h1 {
  margin: 0 210px 20px 210px;
}
@media screen and (max-width: 1150px) {
  .default-page h1 {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .default-page h1 {
    font-size: 1.5em;
    margin: 0 20px 20px 20px;
  }
}
.default-page h1 span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .default-page h1 span {
    padding: 0 6px;
    line-height: 1.35;
  }
}
.default-page h2 {
  font-size: 1.75em;
  font-weight: 600;
  margin: 0 210px 20px 210px;
}
@media screen and (max-width: 1150px) {
  .default-page h2 {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .default-page h2 {
    font-size: 1.5em;
    margin: 0 20px 20px 20px;
  }
}
.default-page h3 {
  margin: 0 210px 20px 210px;
  font-size: 1.3em;
}
@media screen and (max-width: 1150px) {
  .default-page h3 {
    margin: 0 70px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .default-page h3 {
    font-size: 1.8em;
    margin: 0 20px 20px 20px;
  }
}
.default-page b, .default-page strong {
  font-weight: 600;
}
.default-page i, .default-page em {
  font-style: italic;
}
.default-page a {
  color: #8e5f44;
  font-weight: 600;
  text-decoration: underline;
}
.default-page p {
  line-height: 1.6;
  margin: 0 210px 20px 210px !important;
}
@media screen and (max-width: 1150px) {
  .default-page p {
    margin: 0 70px 20px 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .default-page p {
    margin: 0 20px 20px 20px !important;
  }
}
.default-page ul, .default-page ol {
  margin: 0 210px 50px 210px;
}
@media screen and (max-width: 1150px) {
  .default-page ul, .default-page ol {
    margin: 0 70px 50px 70px;
  }
}
@media screen and (max-width: 768px) {
  .default-page ul, .default-page ol {
    margin: 20px;
  }
}
.default-page ul li {
  list-style-type: disc;
  margin-left: 40px;
  color: #1e1e1e;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
}
.default-page ol li {
  counter-increment: customlistcounter;
  margin-left: 40px;
  color: #1e1e1e;
  display: table-row;
  font-family: "Work Sans", sans-serif;
}
.default-page ol li:first-child {
  counter-reset: customlistcounter;
}
.default-page ol li:before {
  content: counter(customlistcounter) " ";
  font-weight: bold;
  width: 3em;
  display: table-cell;
}
.default-page ol {
  margin: 0 220px 50px 220px;
}
@media screen and (max-width: 1150px) {
  .default-page ol {
    margin: 0 90px 20px 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .default-page ol {
    margin-left: 40px !important;
  }
}
.default-page .wp-block-image .alignleft {
  width: 30%;
  margin: 1em 3em 1em 210px !important;
}
@media screen and (max-width: 1150px) {
  .default-page .wp-block-image .alignleft {
    margin: 1em 3em 1em 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .default-page .wp-block-image .alignleft {
    margin: 1em 2em 1em 20px !important;
  }
}
.default-page figure {
  text-align: center;
  margin: 100px 0;
}
.default-page figure figcaption {
  width: 100%;
  text-align: left;
  font-size: 0.4em;
  font-family: "Druk Wide", sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 1.5;
}
.default-page figure img {
  width: 100%;
  height: auto;
}
.default-page blockquote {
  margin: 50px 210px 50px 210px;
  border-left: 13px solid #1e1e1e;
  padding-left: 50px;
}
@media screen and (max-width: 1150px) {
  .default-page blockquote {
    margin: 50px 70px 50px 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .default-page blockquote {
    margin: 50px 20px 50px 20px !important;
  }
}
.default-page blockquote p {
  margin: 0 0 20px 0 !important;
  font-style: italic;
}
.default-page blockquote cite {
  font-size: 0.4em;
  font-family: "Druk Wide", sans-serif;
  text-transform: uppercase;
}

.page--404 .page--heading {
  top: 0 !important;
}
@media screen and (max-width: 768px) {
  .page--404 .page--heading {
    top: 20% !important;
  }
}
.page--404 .default-page {
  height: 80vh;
  display: flex;
  justify-content: center;
}
.page--404 .error-content {
  margin-top: 150px;
}
.page--404 .button__wrapper {
  margin: 0 auto;
}
.page--404 .button__wrapper .button {
  margin: 0 auto;
}
.page--404 .error--image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page--404 .error--image {
    top: 50px;
  }
}
.page--404 .error--image img {
  width: 900px;
  max-height: 1200px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page--404 .error--image img {
    width: 100%;
  }
}
.page--404 p {
  font-weight: 800;
  text-align: center;
}
.page--404 span {
  background-color: #FFFFFF;
  padding: 2px 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .page--404 span {
    padding: 0 6px;
    line-height: 1.35;
  }
}

body {
  background: #e0e0e0;
  position: relative !important;
  -webkit-animation: fadein 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.5s;
  /* Internet Explorer */
  -o-animation: fadein 1.5s;
  /* Opera < 12.1 */
  animation: fadein 1.5s;
}

.no-scroll {
  overflow: hidden;
}

.default-page {
  min-height: 40vh;
}
.default-page p {
  margin: 0 0 20px 0;
}

li {
  color: white;
  font-family: "acumin-pro", Arial, sans-serif;
}

/*# sourceMappingURL=build.css.map */
