/* Text Elements */

h1 {
  color: #fff;
  font-size: 3.4375rem;
  font-family: 'Nixie One', cursive;
}

h1.intro-heading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 15px;
  font-weight: 700;
  font-size: 1.88rem;
  font-family: 'Fira Sans Extra Condensed', cursive;
  line-height: 1.4;
}

h1.heading-1 {
  color: #000;
  text-align: center;
  letter-spacing: 16px;
  font-family: 'Fira Sans Extra Condensed', cursive;
}

h2.section-heading {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #252525;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 1.21rem;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: 'Fira Sans Extra Condensed', cursive;
  line-height: 1.1;
}

h3.text-heading {
  margin-top: 1.5384615384615385rem;
  margin-bottom: .5769230769230769rem;
  color: #3f3f3f;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 13px;
  font-weight: 400;
  font-size: 1.625rem;
  font-family: 'Fira Sans Extra Condensed', cursive;
}

h4.text-subheading {
  text-align: center;
  letter-spacing: 8px;
  font-size: 15px;
  font-family: 'Fira Sans Extra Condensed', cursive;
}

h5.modal-heading {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: .8rem;
  padding-bottom: .6rem;
  padding-left: .6rem;
  width: 100%;
  background-color: #4a4a4a;
  color: #fff;
  text-align: left;
  font-size: .9375rem;
}

h5.artist-name {
  padding-top: .7142857142857143rem;
  padding-left: .35714285714285715rem;
  color: #e3e3e3;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .06666666666666667rem;
  font-size: 1.75rem;
  font-family: 'Ropa Sans', sans-serif;
}

h6 {
  color: #fff;
  font-family: 'Ropa Sans', sans-serif;
}

h6.sub-intro {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
}

h6 span.highlight {
  font-style: italic;
}

h6.sub-intro.top-intro {
  margin-top: 3.6363636363636362rem;
  margin-bottom: 0;
  font-family: 'Nixie One', cursive;
}

p.paragraph {
  margin-top: .125rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

p.paragraph.summery-p {
  margin: 1.1764705882352942rem auto .9411764705882353rem;
  width: 90%;
  color: #747474;
  text-align: center;
  font-size: 1.0625rem;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.impression-p {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #4e4e4e;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.impression-p.right-border-medium {
  border-right: .0625rem solid rgba(78, 78, 78, .4);
}

p.paragraph span.opener {
  color: #d4d4d4;
}

p.paragraph a.footer-link {
  color: #fff;
  text-decoration: underline;
}

p.paragraph.copyright {
  color: #ececec;
  font-size: .875rem;
}

p.paragraph.schedule-p {
  margin-bottom: .1875rem;
  padding-left: .625rem;
  color: #b5b5b5;
  text-align: left;
}

p.paragraph.explanation {
  text-align: left;
}

p.paragraph span.code {
  background-color: #ececec;
}

p.paragraph span.paragraph-text-1 {
  font-family: 'Source Code Pro', cursive;
}

p.paragraph span.highlight {
  font-weight: 700;
}

a.link-text {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.link-overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin-top: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
  background-color: rgba(227, 227, 227, .4);
  text-align: center;
}

a.link-text.artist {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 2%;
  margin-left: 2%;
  padding: .5625rem .625rem;
  background-color: #5c194a;
  color: #fdedf9;
  text-transform: uppercase;
  font-size: 1.0625rem;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

a.link-text.artist.sunday {
  background-color: #191d5c;
  color: #d7d9f4;
}

a.link-text.artist.monday {
  background-color: #4a44db;
  color: #cfcef1;
}

a.link-text.artist-close {
  margin-bottom: 0;
}

a.link-text.artist:hover {
  background-color: #4d153e;
  color: #fff;
  -webkit-transform: scale(1.04, 1.04);
     -moz-transform: scale(1.04, 1.04);
       -o-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}

a.link-text.artist.sunday:hover {
  background-color: #0f1243;
  color: #fff;
}

a.link-text.artist.monday:hover {
  background-color: #4541b1;
  color: #fff;
}

/* Interaction Elements */

a.link-button {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

a.link-button.impression-btn {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin-bottom: 1.875rem;
  color: #de4344;
  text-align: center;
}

a.link-button.get-btn {
  padding: .5333333333333333rem .4rem .5rem;
  border: .0625rem solid rgba(255, 255, 255, .25);
  -webkit-transition-delay: .03s;
     -moz-transition-delay: .03s;
       -o-transition-delay: .03s;
          transition-delay: .03s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.get-btn.reversed-btn {
  display: inline-block;
  margin-top: .5333333333333333rem;
  padding: .8666666666666667rem;
  border-color: rgba(37, 37, 37, .25);
  color: #252525;
  text-align: center;
}

a.link-button.get-btn.reversed-btn:hover {
  border-color: rgba(37, 37, 37, .7);
}

a.link-button.get-btn:hover {
  border-width: .125rem;
  border-color: rgba(255, 255, 255, .7);
}

a.link-button.impression-btn:hover {
  text-decoration: underline;
}

/* Layout Elements */

body > .row.header-row {
  min-height: 100vw;
  background-color: #000;
  background-image: url('../images-gallery/Five_Things_To_Say_Artwork_titletop.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-size: contain;
}

body > .row > [class*='small-'].nav-col {
  position: relative;
  margin-top: 0;
  background-color: transparent;
}

body > .row.section-row {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

body > .row > [class*='small-'].footor-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #43a373;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body > .row > [class*='small-'].top-bar {
  position: fixed;
  z-index: 60;
  display: block;
  min-height: 4.625rem;
  border-bottom: .0625rem solid #000;
  background-color: #252525;
}

body > .row.gallery-row {
  margin-top: 1.875rem;
  margin-bottom: 5rem;
  max-width: none;
}

body > .row.header-row.tickets {
  background-color: #689d4e;
}

body > .row > [class*='small-'].copyright.footor-col {
  padding-bottom: 1.25rem;
  background-color: #080707;
}

body > .row > [class*='small-'].section {
  text-align: center;
}

body > .row > [class*='small-'].button-col {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
  text-align: center;
}

body > .row.buy-row {
  margin-bottom: 5rem;
}

body > .row > [class*='small-'].lineup-col {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

body > .row > [class*='small-'].hero-col {
  margin-top: 2.5rem;
  padding-top: 200px;
  padding-bottom: .625rem;
  border-width: .125rem;
  border-color: #fff;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
}

body > .row#gallery-header {
  background-image: url('../images-small/smoke-singing.jpg');
  background-size: cover;
}

body > .row#lineup-header {
  background-image: url('../images-small/lineup-pointer.jpg');
  background-size: cover;
}

body > .row > [class*='small-'].image-container-col {
  position: relative;
  overflow: hidden;
  padding: .0625rem;
}

body.grid-1 {
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row > [class*='small-'].column-2 {
  text-align: center;
}

body > .row > [class*='small-'].column-3 {
  text-align: center;
}

.subgrid.artist-profile-container {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: none;
  padding-bottom: 1.25rem;
  background-color: #191d5c;
}

.subgrid.header-grid {
  max-width: none;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

.container.connect-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: none;
  margin: .125rem 1% .0625rem;
  padding: 0;
  border: .0625rem solid rgba(104, 157, 78, .4);
  background-color: rgba(40, 40, 40, .8);
}

.container.m-content-wrapper {
  position: relative;
  margin-top: .8125rem;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.container.modal-top-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  padding-right: .625rem;
  padding-left: .625rem;
  background-color: #191d5c;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.rule.rule-1 hr {
  border-top-width: .0625rem;
}

.rule.rule-1 {
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
     -moz-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

.rule.middle.rule-1 {
  border-bottom: .0625rem solid #252525;

  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
     -moz-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}

.rule.middle.rule-1 hr {
  border-top-color: #0a0a0a;
}

a.responsive-picture.event-impression {
  max-width: none;
}

a.glyph.modal-close {
  float: right;
  margin-right: 3%;
  padding: .35rem .15rem .1rem .25rem;
  font-size: 1.25rem;
}

a.glyph.modal-next {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin-right: 0;
  padding: .2916666666666667rem .5833333333333334rem;
  background-color: rgba(37, 37, 37, .6);
  color: #cfcfcf;
  font-size: 1.5rem;
  line-height: 1;
}

div.responsive-picture.modal-image {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: none;
  width: 100%;
}

a.responsive-picture.gallery-image-link {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: none;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.glyph.home-icon {
  float: right;
  color: #de4344;
  text-align: center;
  font-size: 1.5rem;
}

a.glyph.artist-close-icon {
  margin-top: .13636363636363635rem;
  margin-bottom: -.045454545454545456rem;
  margin-left: 1%;
  padding: .22727272727272727rem;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
}

div.responsive-picture.profile-img {
  max-width: none;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
}

a.responsive-picture.picture-link-2 {
  max-width: none;
}

a.responsive-picture.picture-link-3 {
  max-width: none;
}

a.responsive-picture.picture-link-4 {
  max-width: none;
}

div.responsive-picture.picture-1 {
  max-width: none;
}

div.responsive-picture.picture-2 {
  max-width: none;
}

a.responsive-picture.gallery-image-link:hover {
  margin-top: 0;
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.intro-heading {
    font-size: 2.5rem;
  }

  h2.section-heading {
    margin-top: 2.0833333333333335rem;
    font-size: 1.875rem;
  }

  h5.modal-heading {
    margin-top: 4.666666666666667rem;
    max-width: none;
  }

  h5.artist-name {
    margin-top: 2.625rem;
    padding-left: 1.25rem;
  }

  h6.sub-intro {
    margin-bottom: 5.454545454545454rem;
  }

  h6.sub-intro.top-intro {
    margin-top: 5.454545454545454rem;
    font-size: 1.75rem;
  }

  p.paragraph.schedule-p {
    padding-left: 1.25rem;
  }

  a.link-text.artist {
    font-size: 1.125rem;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 1.125rem;
  }

  /* Layout Elements */

  body > .row.gallery-row {
    margin-top: 3.75rem;
  }

  body > .row > [class*='small-'].hero-col {
    padding-top: 200px;
    background-color: transparent;
  }

  body > .row.header-row {
    position: relative;
    min-height: 37.5rem;
    background-attachment: fixed;
  }

  body > .row > [class*='small-'].nav-col {
    position: absolute;
    bottom: 0;
  }

  body > .row.section-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: none;
  }

  .subgrid.artist-profile-container {
    padding-bottom: 0;
  }

  .subgrid > .row.artist-profile-row {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 56.25rem;
    background-color: #191d5c;
  }

  .subgrid > .row > [class*='small-'].artist-profile-col {
    padding-right: 0;
    padding-left: 0;
  }

  .container.modal-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 75rem;
  }

  .container.m-content-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 56.25rem;
  }

  .container.modal-top-bar {
    z-index: 99;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: #0f1243;
  }

  a.glyph.modal-next {
    bottom: auto;
    margin-top: .8333333333333334rem;
  }

  a.glyph.modal-close {
    margin-top: 0;
  }

  div.responsive-picture.modal-image {
    max-width: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.section-heading {
    text-transform: lowercase;
    letter-spacing: 1.21rem;
    font-family: 'Fira Sans Extra Condensed', Verdana, Geneva, sans-serif;
  }

  h3.text-heading {
    letter-spacing: 16px;
    font-family: 'Fira Sans Extra Condensed', cursive;
    line-height: 1.2;
  }

  h4.text-subheading {
    font-size: 15px;
  }

  p.paragraph.impression-p.right-border-large {
    border-right: 0 solid #4e4e4e;
  }

  p.paragraph.impression-p.right-border-medium {
    border-right-width: 0;
    border-right-color: #4e4e4e;
  }

  a.link-text.artist {
    background-color: #5c194a;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 1.1875rem;
  }

  a.link-button.get-btn.reversed-btn {
    position: relative;
    right: auto;
    left: auto;
    display: inline-block;
    -ms-flex-order: -2;
    float: none;
    clear: none;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
       -moz-box-ordinal-group: -1;
            order: -2;
  }

  /* Layout Elements */

  body > .row.header-row {
    margin-bottom: 3.75rem;
    min-height: 70vw;
    max-width: none;
    background-attachment: fixed;
    background-size: cover;
  }

  body > .row.footer-row {
    margin-top: 11.25rem;
    max-width: none;
    background-color: #689d4e;
  }

  body > .row.section-row {
    margin: 5.625rem 4rem 2.8125rem;
    min-width: 0;
    max-width: none;
  }

  body > .row.gallery-row {
    margin-top: 2.5rem;
  }

  body > .row > [class*='small-'].hero-col {
    margin-right: 6px;
    padding: 200px 20.25rem .625rem 3rem;
    background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:      -o-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:         linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
  }

  body > .row#lineup-header {
    background-image: url('../images-large/lineup-pointer.jpg');
    background-position: left center;
    background-size: cover;
  }

  body.grid-1 {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='small-'].impression-cnt {
    min-height: 48rem;
  }

  body > .row > [class*='small-'].section {
    padding-right: .937rem;
  }

  .subgrid > .row.subgrid-row-1 {
    max-width: 75rem;
  }

  .subgrid.header-grid {
    margin-right: auto;
    margin-left: auto;
  }

  .subgrid > .row.artist-profile-row {
    max-width: 75rem;
    box-shadow: #1b0b0b 0 7px 5px 2px;
  }

  .container.connect-container {
    margin-right: auto;
    margin-left: 0;
    max-width: 43.75rem;
  }

  .container.modal-container {
    top: .1875rem;
    right: .4375rem;
    bottom: 0;
    left: .375rem;
    max-width: none;
  }
}