/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

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

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

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

img {
  height: auto;
  max-width: 100%;
}

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

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

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

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

.media-responsive > img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

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

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

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

@font-face {
  font-family: 'Hardwick WF';
  src: url("../fonts/HardwickWF.woff2") format("woff2"), url("../fonts/HardwickWF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  background-color: #3c534d;
  background-image: url("../img/texture-bg.jpg");
  background-size: cover;
  background-repeat: center;
  color: #d0c9b9;
  font-family: "Hardwick WF", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

a {
  color: inherit;
}

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

.container {
  max-width: 76.875rem;
}

h2 {
  color: #22251e;
  -webkit-text-stroke: 2px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  font-size: 2.25rem;
  letter-spacing: .05em;
  padding: 1em 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-family: "Hardwick WF", "sans-serif";
}

@media screen and (max-width: 460px) {
  h2 {
    font-size: 1.875rem;
  }
}

.social {
  min-width: 8.125rem;
  font-size: 1.375rem;
  color: #dd953e;
}

.social li {
  display: inline-block;
}

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

.btn, .music-wrap .release .hover a {
  font-size: 1.375rem;
  color: #22251e;
  -webkit-text-stroke: 1px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  background-color: #dd953e;
}

.btn:hover, .music-wrap .release .hover a:hover, .btn:active, .music-wrap .release .hover a:active, .btn:focus, .music-wrap .release .hover a:focus, .btn:target, .music-wrap .release .hover a:target {
  color: #d0c9b9;
  background-color: #22251e;
}

.page-template-home #header, .page-template-home #footer {
  background-image: url("../img/texture-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.page-template-home #main #hero img {
  display: block;
  width: 100%;
  height: auto;
}

.page-template-home #main h2 {
  color: #dd953e;
}

.page-template-home #main #teaser {
  padding: 5rem 0;
}

.page-template-home #main #teaser .container {
  max-width: 87.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .page-template-home #main #teaser .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-home #main #teaser .video {
  border: 1px solid #dd953e;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  width: 100%;
  max-width: 43.75rem;
}

.page-template-home #main #teaser .info {
  padding-left: 1.875rem;
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .page-template-home #main #teaser .info {
    padding: 1.875rem 0 0;
    text-align: center;
  }
}

.page-template-home #main #teaser .title {
  font-family: "Hardwick WF", sans-serif;
  font-size: 2.1875rem;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

.page-template-home #main #teaser .title span {
  display: inline-block;
}

.page-template-home #main #teaser .title span:nth-child(1) {
  display: block;
}

.page-template-home #main #teaser .title span:nth-child(even) {
  color: #d0c9b9;
  font-style: italic;
}

@media screen and (max-width: 1250px) {
  .page-template-home #main #teaser .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 900px) {
  .page-template-home #main #teaser .title {
    text-align: center;
  }
}

.page-template-home #main #teaser .copy {
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media screen and (max-width: 1250px) {
  .page-template-home #main #teaser .copy {
    font-size: 1.125rem;
  }
}

.page-template-home #main #teaser .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .page-template-home #main #teaser .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-home #main #teaser .btn-wrap a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.1875rem solid #d0c9b9;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: .8em;
}

.page-template-home #main #teaser .btn-wrap a + a {
  margin-left: 0.625rem;
}

@media screen and (max-width: 600px) {
  .page-template-home #main #teaser .btn-wrap a + a {
    margin: 0.625rem 0 0;
  }
}

.page-template-home #main #teaser .btn-wrap a:hover, .page-template-home #main #teaser .btn-wrap a:active, .page-template-home #main #teaser .btn-wrap a:focus, .page-template-home #main #teaser .btn-wrap a:target {
  background-color: #d0c9b9;
  color: #22251e;
}

.page-template-home #main #featured {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 5rem 0 2.5rem;
}

.page-template-home #main #featured .container {
  max-width: 93.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .page-template-home #main #featured .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 37.5rem;
    text-align: center;
  }
}

.page-template-home #main #featured .title {
  font-size: 2.875rem;
  -webkit-text-stroke: 2px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  text-transform: uppercase;
  margin: 0;
  color: #d0c9b9;
}

@media screen and (max-width: 1250px) {
  .page-template-home #main #featured .title {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 800px) {
  .page-template-home #main #featured .title {
    padding-top: 1.875rem;
  }
}

.page-template-home #main #featured .out {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.625rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-home #main #featured .out span {
  display: block;
  font-size: 2.25rem;
  -webkit-text-stroke: 2px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  text-transform: uppercase;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 1250px) {
  .page-template-home #main #featured .out {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 990px) {
  .page-template-home #main #featured .out {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-home #main #featured .out span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 800px) {
  .page-template-home #main #featured .out {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-template-home #main #featured .out img {
  display: block;
}

.page-template-home #main #featured .out a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  border: 3px solid #3c534d;
  font-size: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c534d;
}

.page-template-home #main #featured .out a + a {
  margin-left: 0.625rem;
}

.page-template-home #main #featured .out a:hover, .page-template-home #main #featured .out a:active, .page-template-home #main #featured .out a:focus, .page-template-home #main #featured .out a:target {
  background-color: #3c534d;
  color: #22251e;
}

@media screen and (max-width: 990px) {
  .page-template-home #main #featured .out a {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 1.5625rem;
  }
}

.page-template-home #main #featured .cover {
  display: block;
  -ms-flex-preferred-size: 31.25rem;
      flex-basis: 31.25rem;
  -webkit-box-shadow: 0 0 0.9375rem #000A;
          box-shadow: 0 0 0.9375rem #000A;
  margin-right: 3.125rem;
}

@media screen and (max-width: 800px) {
  .page-template-home #main #featured .cover {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 0;
  }
}

.page-template-home #main #featured .cover img {
  width: 100%;
  height: auto;
  border: #dd953e 1px solid;
}

.page-template-home #main #featured .tracks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .page-template-home #main #featured .tracks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-home #main #featured .tracks ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1.875rem;
  font-size: 1.5rem;
  color: #22251e;
  line-height: 1.7em;
  text-transform: uppercase;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 13.75rem;
  padding-left: 0;
}

.page-template-home #main #featured .tracks ul li {
  padding-right: 1.25rem;
}

@media screen and (max-width: 1250px) {
  .page-template-home #main #featured .tracks ul {
    font-size: 1.125rem;
    max-height: none;
    margin-right: 0;
  }
  .page-template-home #main #featured .tracks ul li {
    padding-right: 0;
  }
}

.page-template-home #main #featured .tracks ul .disc {
  color: #dd953e;
}

@media screen and (max-width: 800px) {
  .page-template-home #main #featured {
    padding: 3.125rem 0;
  }
}

.page-template-home #main #shop {
  text-align: center;
  padding-bottom: 3.75rem;
}

.page-template-home #main #shop .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-home #main #shop .wrap .item {
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
  margin-bottom: 2.5rem;
}

.page-template-home #main #shop .wrap .item div {
  min-height: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .page-template-home #main #shop .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-home #main #shop .wrap .item {
    padding: 1.875rem 0;
  }
}

.page-template-home #main #shop .item {
  padding: 0 1.875rem;
  text-align: center;
}

.page-template-home #main #shop .item img {
  display: block;
  margin: 0 auto;
}

.page-template-home #main #shop .item .btn, .page-template-home #main #shop .item .music-wrap .release .hover a, .music-wrap .release .hover .page-template-home #main #shop .item a {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  border: 0.125rem solid #dd953e;
  background-color: transparent;
}

.page-template-home #main #shop .item .btn:hover, .page-template-home #main #shop .item .music-wrap .release .hover a:hover, .music-wrap .release .hover .page-template-home #main #shop .item a:hover, .page-template-home #main #shop .item .btn:active, .page-template-home #main #shop .item .music-wrap .release .hover a:active, .music-wrap .release .hover .page-template-home #main #shop .item a:active, .page-template-home #main #shop .item .btn:focus, .page-template-home #main #shop .item .music-wrap .release .hover a:focus, .music-wrap .release .hover .page-template-home #main #shop .item a:focus, .page-template-home #main #shop .item .btn:target, .page-template-home #main #shop .item .music-wrap .release .hover a:target, .music-wrap .release .hover .page-template-home #main #shop .item a:target {
  background-color: #dd953e;
}

.page-template-home #main #video {
  padding: 6.25rem 0 4.375rem;
  background-image: url("../img/videos-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
}

.page-template-home #main #video .btn, .page-template-home #main #video .music-wrap .release .hover a, .music-wrap .release .hover .page-template-home #main #video a {
  margin-top: 1.875rem;
  background-color: #3c534d;
}

.page-template-home #main #video .btn:hover, .page-template-home #main #video .music-wrap .release .hover a:hover, .music-wrap .release .hover .page-template-home #main #video a:hover, .page-template-home #main #video .btn:active, .page-template-home #main #video .music-wrap .release .hover a:active, .music-wrap .release .hover .page-template-home #main #video a:active, .page-template-home #main #video .btn:focus, .page-template-home #main #video .music-wrap .release .hover a:focus, .music-wrap .release .hover .page-template-home #main #video a:focus, .page-template-home #main #video .btn:target, .page-template-home #main #video .music-wrap .release .hover a:target, .music-wrap .release .hover .page-template-home #main #video a:target {
  background-color: #22251e;
}

.page-template-home #main #video .media-responsive {
  border: 1px solid #22251e;
}

.page-template-home #main #music {
  padding-bottom: 2.5rem;
}

.page-template-home #main #tour {
  padding-bottom: 3.75rem;
  text-align: center;
}

.page-template-home #main #tour .bit-widget {
  background-color: transparent;
  font-family: inherit;
}

.page-template-home #main #tour .bit-widget .bit-follow-section-wrapper {
  display: none;
}

.page-template-home #main #tour .bit-widget .bit-button {
  font-weight: normal;
  font-size: 1.375rem;
  -webkit-text-stroke: 1px #22251e;
  -webkit-text-fill-color: #d0c9b9;
}

.page-template-home #main #tour .seated-events-table {
  text-align: left;
}

.page-template-home #main #tour .seated-event-row:nth-child(n+7), .page-template-home #main #tour .bit-event:nth-child(n+7) {
  display: none;
}

.page-template-home #main #tour .seated-follow-box {
  display: none;
}

.page-template-home #main #tour .seated-event-link1 {
  font-size: 1.375rem;
  color: #22251e;
  -webkit-text-stroke: 1px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  background-color: #dd953e;
}

.page-template-home #main #tour .seated-event-link1:hover, .page-template-home #main #tour .seated-event-link1:active, .page-template-home #main #tour .seated-event-link1:focus, .page-template-home #main #tour .seated-event-link1:target {
  color: #d0c9b9;
  background-color: #22251e;
}

.page-template-default #main .bit-widget {
  background-color: transparent;
  font-family: inherit;
}

.page-template-default #main .bit-widget .bit-follow-section-wrapper {
  display: none;
}

.page-template-default #main .bit-widget .bit-button {
  font-weight: normal;
  font-size: 1.375rem;
  -webkit-text-stroke: 1px #22251e;
  -webkit-text-fill-color: #d0c9b9;
}

.page-template-default #main .seated-events-table {
  text-align: left;
}

.page-template-default #main .seated-follow-box {
  display: none;
}

.page-template-default #main .seated-event-link1 {
  font-size: 1.375rem;
  color: #22251e;
  -webkit-text-stroke: 1px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  background-color: #dd953e;
}

.page-template-default #main .seated-event-link1:hover, .page-template-default #main .seated-event-link1:active, .page-template-default #main .seated-event-link1:focus, .page-template-default #main .seated-event-link1:target {
  color: #d0c9b9;
  background-color: #22251e;
}

.page-template-video .featured {
  margin-bottom: 6.875rem;
}

.page-template-video .featured p {
  font-size: 1rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #d0c9b9;
  line-height: 1.5;
  text-align: center;
}

.page-template-video .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-video .video-wrap > a {
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  margin-bottom: 5rem;
}

@media screen and (max-width: 700px) {
  .page-template-video .video-wrap > a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1.875rem;
  }
}

.page-template-video .video-wrap > a p {
  font-size: 1rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #d0c9b9;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  .page-template-video .video-wrap > a p {
    text-align: center;
    letter-spacing: .05em;
  }
}

.page-template-video .video-wrap > a .media-responsive {
  border: 1px solid #22251e;
}

.page-template-video .wp-pagenavi {
  text-align: center;
  display: block;
  color: #d0c9b9;
}

.page-template-video .wp-pagenavi a {
  display: inline-block;
  border: none;
}

.page-template-video .wp-pagenavi .previouspostslink, .page-template-video .wp-pagenavi .nextpostslink {
  border: none;
}

.page-template-video .wp-pagenavi .current {
  color: #22251e;
  background-color: #dd953e;
}

.page-template-video .wp-pagenavi .extend {
  border: none;
}

.page-template-music #main h2 {
  padding: 4.375rem 0;
  color: #dd953e;
}

.page-template-music #main .container {
  max-width: 93.75rem;
}

.music-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.music-wrap .release {
  position: relative;
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-bottom: 2%;
}

.music-wrap .release.filler {
  margin: 0;
  height: 0;
}

@media screen and (max-width: 1080px) {
  .music-wrap .release {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}

@media screen and (max-width: 700px) {
  .music-wrap .release {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}

@media screen and (max-width: 400px) {
  .music-wrap .release {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1.875rem;
  }
}

.music-wrap .release img {
  width: 100%;
  height: auto;
  display: block;
}

.music-wrap .release .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.music-wrap .release .hover:hover, .music-wrap .release .hover:active, .music-wrap .release .hover:focus, .music-wrap .release .hover:target {
  opacity: 1;
}

.music-wrap .release .hover:focus-within {
  opacity: 1;
}

.bg {
  background-image: url("../img/texture-bg.jpg");
  background-size: cover;
  background-position: center;
}

#header {
  padding: 0.9375rem 0 0.625rem;
  position: relative;
}

#header .container {
  max-width: 87.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header h1 a:hover, #header h1 a:active, #header h1 a:focus, #header h1 a:target {
  opacity: .7;
}

#header .menu-toggle {
  display: none;
}

@media screen and (max-width: 1000px) {
  #header .menu-toggle {
    display: block;
    position: relative;
    z-index: 10;
    color: #dd953e;
    font-size: 1.875rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #header .menu-toggle .fa-times {
    display: none;
  }
  #header .menu-toggle.open .fa-times {
    display: inline;
  }
  #header .menu-toggle.open .fa-bars {
    display: none;
  }
}

#header .menu-toggle:hover, #header .menu-toggle:active, #header .menu-toggle:focus, #header .menu-toggle:target {
  color: #ffda8f;
}

#header #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #menu .nav {
  text-transform: uppercase;
  text-shadow: 0 0 0.625rem #000A;
  color: #d0c9b9;
  letter-spacing: .1em;
  font-size: 1.375rem;
}

#header #menu .nav ul {
  list-style: none;
  margin: 0;
}

#header #menu .nav li {
  display: inline-block;
}

#header #menu .nav li + li {
  margin-left: 2em;
}

@media screen and (max-width: 1300px) {
  #header #menu .nav li + li {
    margin-left: 1em;
  }
}

#header #menu .nav a {
  display: block;
}

#header #menu .nav .menu-item-has-children {
  position: relative;
}

#header #menu .nav .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #22251e;
  opacity: 0;
  padding: 0.625rem;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#header #menu .nav .menu-item-has-children .sub-menu li {
  margin: 0.625rem 0;
}

#header #menu .nav .menu-item-has-children:hover .sub-menu, #header #menu .nav .menu-item-has-children:active .sub-menu, #header #menu .nav .menu-item-has-children:focus .sub-menu, #header #menu .nav .menu-item-has-children:target .sub-menu {
  opacity: 1;
  pointer-events: all;
}

#header #menu .social {
  margin-left: 1.875rem;
  color: #dd953e;
}

#header #menu .social a {
  display: block;
}

@media screen and (max-width: 1000px) {
  #header #menu {
    display: block;
    position: absolute;
    top: -31.25rem;
    right: 0;
    z-index: 8;
    -webkit-transition: top .4s;
    transition: top .4s;
    padding: 1.875rem;
    background-color: #22251e;
  }
  #header #menu.open {
    top: 0;
  }
  #header #menu .social {
    margin-left: 0;
    margin-top: 1.875rem;
  }
  #header #menu .nav li {
    display: block;
  }
  #header #menu .nav li + li {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

#footer {
  padding: 4.375rem 0;
}

#footer .newsletter {
  margin: 0 auto 4.375rem;
  width: 31.25rem;
  max-width: 100%;
}

#footer .newsletter .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .newsletter input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  padding: 0.4375rem 0;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #d0c9b9;
  display: inline-block;
  border-bottom: 1px solid #dd953e;
}

#footer .newsletter input::-webkit-input-placeholder {
  color: #d0c9b9;
}

#footer .newsletter input:-ms-input-placeholder {
  color: #d0c9b9;
}

#footer .newsletter input::-ms-input-placeholder {
  color: #d0c9b9;
}

#footer .newsletter input::placeholder {
  color: #d0c9b9;
}

#footer .newsletter .newsletter-submit {
  margin-left: 0.3125rem;
  font-size: 1.375rem;
  color: #22251e;
  -webkit-text-stroke: 1px #22251e;
  -webkit-text-fill-color: #d0c9b9;
  text-transform: uppercase;
  display: inline-block;
  background-color: #dd953e;
}

#footer .newsletter .newsletter-submit:hover, #footer .newsletter .newsletter-submit:active, #footer .newsletter .newsletter-submit:focus, #footer .newsletter .newsletter-submit:target {
  color: #d0c9b9;
  background-color: #22251e;
}

#footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 700px) {
  #footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer .copyright {
  font-size: 0.625rem;
  width: 100%;
  max-width: 37.5rem;
  color: #d0c9b9;
}

#footer .copyright img {
  float: left;
  padding-right: 0.625rem;
}

#footer .copyright a {
  display: inline-block;
}

#footer .social {
  min-width: 9.375rem;
  text-align: center;
}
