
/*
 * core.css - all global CSS code belongs in this file
 */

/* ========================================================
 CUSTOM CSS
 ========================================================== */


/*
 BOOTSTRAP OVERRIDES
 ---------------------------------------------------------- */
/* Sets Box model */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

html {
  min-width: 320px;
  overflow: auto;
}

@media screen and (min-width: 533px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 22px;
  }
}

body {
  background-image: url('../_img/bg-main.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #100e0b;
  background-size:cover;
  background-attachment: fixed;
  font-family: trade-gothic-next-condensed, sans-serif;
  color:#fff3c8;
  overflow:hidden;
}
.webp body {
  background-image: url('../_img/bg-main.webp');
}
@media (max-width: 1024px) {
  body{background-image: url('../_img/bg-main-tablet.jpg');}
  .webp body{background-image: url('../_img/bg-main-tablet.webp');}
}
@media (max-width: 533px) {
  body{background-image: url('../_img/bg-main-mobile.jpg');}
  .webp body{background-image: url('../_img/bg-main-mobile.webp');}
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

p {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1.375em;
  text-transform: none;
  letter-spacing: normal;
  letter-spacing: .01em;
}

img { outline: none; border: 0; }

.w100, .img-responsive { display: inline; }

em, i { font-family: trade-gothic-next-condensed, sans-serif; font-style: italic; font-synthesis:none; }

strong, b { font-weight: 700; font-synthesis:none; }

a { color:#d81214; text-decoration: none; transition: all .2s; }
a img { transition: all .2s; }

a:hover {
  color:#fff3c8;
}

sup {
  font-size:.75em;
  vertical-align: text-top;
}

.fade-sides {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent 100%);
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

h1, h2, h3 {
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#fff3c8;
  letter-spacing: .05em;
  text-transform:uppercase;
}

h1 {
  margin: .5em auto .625em;
}

.red {
  color:#d81214;
}

.tan {
  color:#fff3c8;
}

.center {
  text-align:center;
}


/*
 GLOBAL
 ---------------------------------------------------------- */

#outerwrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}

.home #outerwrapper {
  overflow:hidden;
}

#outerwrapper > .container {
  max-width: none;
  width: 100%;
}

#content {
  position: relative;
  padding: 4em 0 5em;
  z-index: 2;
}

#content .nav {
  margin: .75em auto 1.625em;
  font-size: 2.25em;
  line-height: 1.2;
}
@media (max-width: 532px) {
  #content .nav {
    font-size: 1.5em;
  }
}

#content .nav a {
  white-space: nowrap;
  width: 10em;
  margin: 0 0.5em;
  filter: drop-shadow(.075em .075em .0625em rgba(0,0,0,.75));
  color: #fff3c8;
}
@media (max-width:767px) {
  #content .nav a {
    margin: 0.25em;
  }
}
@media (max-width:532px) {
  #content .nav a {
    font-size: 1.25em;
    width: auto;
  }
}
#content .nav a.active,
#content .nav a:active,
#content .nav a:hover {
  color:#d81214;
}

.about #content, .about-timeline #content {
  padding-top:0;
}

/*
 LANDING PAGE
 ---------------------------------------------------------- */
#landing {
  overflow:visible;
}

.load-img {
  position:absolute;
  top:-80px;
  left:0;
  z-index:30;
    max-width:1200px;
    right:0;
    margin:auto;
}


#art {
  text-align:center;
  width:90%;
  max-width:1200px;
  position:relative;
  z-index:40;
  margin:auto;
  padding-top:22%;
}
@media (min-height:700px) {
  #art {
    padding-top:18%;
  }
}
@media (min-width:768px) and (max-width:900px) {
  #art {
    padding-top:35%;
  }
}
@media (max-width:767px) {
  #art {
    padding-top:65%;
    width:100%;
    margin-left:-2%;
  }
}


#photos, #photos-new {
  position:relative;
  width:100%;
  z-index:10;
  max-width:900px;
  margin:auto;
}

#photos > div,
#photos-new > div {
  opacity: 0;
  transition: opacity 1s;
}

#photos > div.active,
#photos-new > div.active {
  opacity: 1;
}

#photos > div:not(:first-child),
#photos-new > div:not(:first-child) {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    text-align:center;
    width:100%;
}

#photos > div:first-child,
#photos-new > div:first-child {
    position: relative;
    text-align:center;
    width:100%;
}

#photos img,#photos-new img {
  opacity:0;
}

.top-img {
  margin-top: -5%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-img {
    margin-top: -10%;
  }
}

#photos .top-img img,#photos-new .top-img img {
  opacity:1!important;
}
  
@media (max-width:767px) {

  #photos, .load-img , #photos-new {
    top:0;
  }
}

/*
 NAV
 ---------------------------------------------------------- */

#masthead {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:none;
  height:50px;
  font-family: garage-gothic, sans-serif;
  font-weight:700;
  z-index:5;
}

#masthead.scrolled {
  background:rgba(0,0,0,0.7) !important;
  transition: background-color 200ms linear;
}

.logo {
  width:170px;
  position: absolute;
  left:50px;
}

.hamburger {
  color:#fff3c8;
  background: transparent;
  border: 0;
  font-size:30px;
  position:absolute;
  left:13px;
  top:7px;
  padding: 0;
}

#nav button.menu-close {
  color:#e0c68a;
  background: transparent;
  border: 0;
  font-size:1.125em;
  line-height: .8;
  position:absolute;
  right:13px;
  top:13px;
  padding: 0;
}

.visually-hidden{
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hamburger {
  opacity:0;
}

.hamburger:hover, #nav button.menu-close:hover {
  color:#fff;
  cursor: pointer;
}

#nav {
  position:fixed;
  top:0;
  left:-200px;
  height:100%;
  z-index:10000000;
  background:#000000;
  width:200px;
  padding:0 10px 15px;
  transition: all .3s ease;
  opacity:0;
}

#nav.open {
  left:0px;
  opacity:1;
}

#nav ul a {
  clear: both;
  display: block;
  text-align: left;
  padding: 0.2em 0 0 0;
  color: #e0c68a;
  text-transform: uppercase;
  font-size: 1.875em;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
}

#nav > ul {
  margin-top:50px;
}

#nav ul.sub-menu {
  display:block;
}

#nav li.active ul.sub-menu {
  display:block;
}

#nav a:active {
  color: #fff;
}

#nav a:hover {
  color: #fff;
}

ul.sub-menu {
  margin-left:20px;
}

.has-sub {
  position:relative;
}

.arrow {
  color:#ffebc4;
  font-size:30px;
  display:inline-block;
  margin-left:15px;
  vertical-align:super;
  position:absolute;
  top:3px;
  right:80px;
  display:none;
}

.has-sub:hover > a, .has-sub:hover .arrow {
  color:#fff!important;
}

.arrow:hover {
  cursor:pointer;
}

.tix-btn {
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  width:210px;
  background:#d81214;
  text-align:center;
}

.tix-btn a {
  color:#fff3c8;
  font-size:45px;
  letter-spacing: .05em;
  display:block;
  box-shadow:0 0 2px #000;
  padding:5px 0;
}

.tix-btn:hover {
  background:#fff3c8;
  transition: background 200ms linear;
}

.tix-btn a:hover {
  text-decoration:none;
  color:#d81214;
  transition: color 200ms linear;
}



/*
 SOCIAL ICONS
----------------------- */
.social div {
  display: inline-block;
}

.social div a {
  display: inline-block;
  padding: 0 .25rem;
  height: 1.875rem;
}

.social a svg {
  display: block;
  width: auto;
  height: 100%;
}

.social a svg path {
  fill: #fff3c8;
  transition: fill .2s;
}

.social a:hover svg path {
  fill: #d81114;
}

.home .social-icons .icon-listen {
  display:none!important;
}


@media (max-width:767px) {

  .logo {
    max-width:116px;
    top:8px;
  }

  .tix-btn a {
    font-size:35px;
    padding:5px 0;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#d81214;
  }

  .tix-btn a:hover {
    color:#fff3c8;
  }

}


@media (max-width:350px) {
  .logo {
    display:none;
  }
}


/*
 FOOTER
 ---------------------------------------------------------- */

.page-nav {
  text-align:center;
  text-transform:uppercase;
  font-size: 1.375em;
  width: 100%;
  margin: 0 auto;
  opacity:0;
}

.gal-loaded .page-nav, .bio-loaded .page-nav {
  opacity:1;
}

.buzz .page-nav {
  opacity:1;
}

.page-nav a {
  display: inline-block;
  margin: .25em .125em;
  background: rgba(0,0,0,.75);
  padding: .0625em .1875em;
  color:#fff3c8;
}


/*
 FOOTER
 ---------------------------------------------------------- */
#footer {
  padding-top: 2em;
  text-align: center;
  position:relative;
  width: 100%;
}
#footer p {
  font-family: garage-gothic, sans-serif;
  letter-spacing:.07em;
  line-height:1.2em;
  text-transform:uppercase;
  margin: 1em auto;
}
@media (max-width:767px) {
  #footer {
    margin-bottom: 55px;
  }
  #footer p {
    font-size: 1em;
  }
}
#footer a.address {
  color:#fff3c8!important;
}
#partner-nrdc {
  position:absolute;
  right:50px;
  bottom:60px;
  width:65px;
}
#partner-bwaygreen {
  position:absolute;
  right:150px;
  bottom:55px;
  width:100px;
}
#partner-music-climate {
  position:absolute;
  right:150px;
  bottom:115px;
  width:100px;
}
@media (max-width:767px) {
  #footer .partner {
    position:relative!important;
    right:auto!important;
    bottom:auto!important;
  }
  #partner-nrdc {
    margin:0 auto;
    width:45px;
  }
  #partner-bwaygreen {
    margin:.75em auto;
  }
  #partner-music-climate {
    margin:0 auto;
  }
}
@media (min-width:768px) and (max-width:900px) {
  #partner-bwaygreen {
    right:33px;
    bottom:150px;
  }
  #partner-nrdc {
    right:50px;
    bottom:30px;
  }
  #partner-music-climate {
    right:34px;
    bottom:215px;
  }
}

/*
 BROADWAY
 ---------------------------------------------------------- */

#home {
  text-align:center;
  position:relative;
}

@media (max-width: 767px) {
  #home {
    min-height:auto;
  }
}

.art {
  width: 90%;
  position: relative;
  z-index: 60;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  margin-top: -270px;
  filter: drop-shadow(0.25em 0.125em 0.25em rgba(0,0,0,.25));
}

@media (max-width: 1023px) {
  .art {
    width:100%;
    margin-top: -29%;
  }
  .art.mobile > :first-child img {
    width: 133%;
    transform: translate(-47.2%);
    left: 50%;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .art.mobile > :first-child img {
    max-width: 682px;
  }
}
@media (min-width:768px) and (max-width:904px) {
  .art {
    max-width:780px;
    margin-top: -18%;
  }
}

.top-quo {
  width: 85%;
  margin: 1.5em auto 0;
  text-align: center;
  max-width: 640px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0.25em 0.125em 0.25em rgba(0,0,0,.75)) brightness(1.1);
}

.home #photos, .tour #photos,.home #photos-new, .tour #photos-new {
  z-index:1;
}

@media (max-width: 767px) {
  .top-quo {
    width:100%;
    max-width: 420px;
  }
  .art-rotate.hidden-mobile {
    display:none;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .top-quo {
    width:530px;
  }
}

/*
  TICKETS SECTION
 ---------------------------------------------------------- */
#tickets {
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em 2em;
  max-width: 1240px;
  margin: 3em auto;
  padding: 0 1.5em;
}
.cal {
  flex: 0 0 calc(66.6667% - 1.5em);
}
#cal {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.page-loaded #cal {
  height: auto;
  padding-bottom: 0;
}
.preload {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.sidebar {
  flex: 0 0 calc(33.3333% - 1.5em);
  min-width: 11em;
  margin-top: 2.75em;
}
.columns {
  flex: 0 0 100%;
  display: flex;
}
@media (min-width: 768px){
  .cal {
    order: 1;
  }
  .sidebar {
    order: 0;
  }
  .columns {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3em;
  }
  #tickets .columns > div {
    flex: 0 0 calc(33.3333% - 1.5em);
  }
  #tickets .columns > div.col-2-3 {
    flex: 0 0 calc(66.6667% - 1.5em);
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 767px){
  #tickets {
    display: block;
    max-width: 22em;
  }
  .columns {
    display: block;
  }
  #tickets .sidebar p:last-child,
  #tickets .columns > div:not(:last-child) p:last-child {
    margin-bottom: 1.5em;
  }
}

.info h3 {
  margin: 0;
  font-size: 1.25em;
}

.info p {
  font-size: .875em;
}

.info a {
  color:#d81214;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight:700;
}

.info a:hover {
  color:#fff3c8;
}

@media (max-width:767px) {
  .info {
    text-align:center;
    font-size: 1.125em;
  }
}

.avail-line {
  text-align:center;
  font-family: garage-gothic, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff3c8;
  letter-spacing: .05em;
  padding: 0 0 .5em;
  text-transform:uppercase;
  font-size: 1.625em;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto;
}

.avail-line .avail-star {
  color: #d81214;
  font-size: .8em;
  display: inline-block;
  position: relative;
  top: -0.125em;
}

/* --- MAP ---  */

#map {
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  border: 4px solid #fff3c8;
  background: #fff;
  width: 100%;
  margin: 2em auto;
}

#map:not(.preview) a {
  opacity:0;
  pointer-events: none;
}
#map:not(.live) iframe {
  opacity:0;
  pointer-events: none;
}
#map a {
  transition: all .5s;
}
#map iframe {
  filter: saturate(0);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  transition: all .5s;
}
#map.live {
  filter: brightness(.85)
}
#map.live:hover {
  filter: brightness(1)
}
#map.preview:hover {
  filter: brightness(1.125)
}

@media (max-width: 767px) {
  #map {
    width:100%;
  }
  #cal-block-sm {
    padding: 0;
  }
  #monthStart, #curMon, .first-date {
    display:none;
  }
  #selected-show, .select-directions {
    background:#d8121a;
    color:#fff3c8;
    text-align:center;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    padding-bottom:20px;
  }
  .select-directions {
    padding:20px 0;
    text-transform: uppercase;
    font-size:24px;
    letter-spacing: .05em;
  }
  .perf-select-line {
    display:block;
    padding:20px 0 5px 0;
    text-transform:uppercase;
    font-size:25px;
    letter-spacing: .05em;
  }
  .perf a {
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color:#fff3c8;
    text-transform:uppercase;
    letter-spacing: .05em;
  }
  .tix-button a {
    width: 100%;
    margin: 5px auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    background:#d8121a;
    display: block;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 38px;
    color:#fff3c8;
    letter-spacing: .05em;
  }
  .tix-button a:hover {
    background:#867261;
  }
  .mbsc-mobiscroll .mbsc-fr-w {
    min-width: 224px;
  }
  .mbsc-sel-gr-whl {
    border-right: 2px solid #83715f;
    background: #fff;
    background: linear-gradient( 180deg,
      rgba(131, 113, 95,.1) 0,
      rgba(131, 113, 95,.025) 30%,
      transparent 40%,
      transparent 70%,
      rgba(131, 113, 95,.025) 90%,
      rgba(131, 113, 95,.1));
  }
  .mbsc-mobiscroll .mbsc-sc-whl-gr {
    padding: 0em;
    background: linear-gradient( 180deg,
      rgba(131, 113, 95,.3) 0,
      rgba(131, 113, 95,.1) 30%,
      transparent 40%,
      transparent 70%,
      rgba(131, 113, 95,.1) 90%,
      rgba(131, 113, 95,.3));
    max-width:700px!important;
  }
  .mbsc-mobiscroll .mbsc-sc-whl-w {
    margin:0;
    border-left:2px solid #d81214;
    border-right:0px;
  }
  .mbsc-mobiscroll .mbsc-sc-whl-l {
    border:0px solid transparent;
    box-shadow:0px 11px 8px -10px rgba(131, 113, 95, .4),
         0px -11px 8px -10px rgba(131, 113, 95, .4);
  }
  .mbsc-mobiscroll .mbsc-sc-itm {
    color:#000;
    font-weight:500;
    font-size:20px;
        font-family: trade-gothic-next-condensed, sans-serif;
  }
  .mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
  .mbsc-mobiscroll .mbsc-sc-itm:focus,
  .mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
  .mbsc-mobiscroll .mbsc-sc-itm:focus {
    background:transparent;
  }
  .mbsc-sc-whl-w.mbsc-comp:nth-of-type(2) {
    border-right:2px solid #d8121a;
  }
  .mbsc-sel-gr-whl {
    border-right:0;
  }
  .mbsc-sc-itm {
    font-family:'Trade Gothic LT W05 Bold';
  }
}




/*
 ABOUT
 ---------------------------------------------------------- */

#about {
  padding: 0 1.5em;
}

#about h2 {
  text-align:center;
  margin:0;
  padding:0;
  font-size: 2.25em;
  line-height: .9;
  padding: 0.125em 0;
  margin: .375em auto .5em;
}
#about h2 sup {
  vertical-align: super;
  font-size: .4375em;
  position: relative;
  top: -0.375em;
  left: -0.125em;
}
@media (max-width: 532px) {
  #about h2 {
    font-size: 7vw;
  }
}
@media (min-width: 899px) {
  #about h2 br {
    display: none;
  }
}

.blurb {
  max-width: 1000px;
}
.blurb-text p {
  text-align: center;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
.about-quote {
  text-align:center;
  margin:-1em auto 20px;
  width:60%;
  max-width:700px;
  position:relative;
  z-index:90;
}
@media (max-width: 767px) {
  .about-quote {
    top:0;
    width:80%;
  }
}
.about-img {
  max-width:1200px;
  margin:0 auto;
  position:relative;
}

/*
MEDIA
 ----------------------------------------------------------------------------*/
#media {
  position:absolute;
  top:18em;
  height:5px;
  width:5px;
}


.flickity-button {
  background: rgba(255, 255, 255, 0.6);
}

.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  border-radius:0;
}

.flickity-prev-next-button.next {
    right: 0px;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

.flickity-button-icon {
  fill: #d81214;
}

.flickity-button:disabled {
  display: none;
}

.flickity-button:hover {
    background: rgba(255, 238, 192, 1);
    cursor: pointer;
}

.main-carousel {
  width:100%;
  height:auto;
  margin:9em auto 1em;
  max-width:1100px;
}

.carousel-cell {
  width:50%;
  border-bottom:1px solid rgba(197, 0, 0, 0.25);
}

.grid-cell {
  text-align:center;
  position:relative;
}

.quote-cell {
  font-size:4.2vw;
  line-height:1em;
}

.quote-cell .mid {
  font-size:125%;
}

.quote-cell .lg {
  font-size:145%;
}

.quote-cell .sm {
  font-size:80%;
}

.quote-text {
  padding-top:2em;
  display:block;
  text-align:center;
  font-family:'Gothic No13 W01 Regular';
  line-height:1.1em;
}

.quote-text em {
  font-family:'Gothic No13 W01 Regular';
}

.quote-text img {
  display:block;
  margin:0 auto;
  max-width:110px;
}

.quote-text img.nyt {
  max-width:210px;
}

.quote-text .cite {
  display:block;
  font-family: garage-gothic, sans-serif;
  font-size:50%;
  text-shadow:none;
  font-style:none!important;
  font-weight:normal;
  margin-top:-10px;
}

.quote-text .quo {
  font-size:70%;
  display:inline-block;
  vertical-align: text-top;
  margin-top:-10px;
}

cite {
  font-style:none!important;
}

.read-more {
  position:absolute;
  bottom:10px;
  right:0px;
  left:0px;
  display:block;
  color:#fff;
  font-size:2.5vw;
}

.news-img {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

.news-title {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  background:rgba(0,0,0,.8);
  padding:.5em;
}

.news-title h3 {
  font-size:1.9vw;
  text-transform:uppercase;
  max-width:55%;
  margin:0 auto;
  padding:0;
  font-weight:normal;
}

.news-title h3 em, .news-title h3 i {
  font-family: garage-gothic, sans-serif;
  font-style:italic!important;
  font-synthesis: style;
}

.source {
  text-transform:uppercase;
  font-style:normal;
  font-size:1.5vw;
}

.news .grid-cell.tl, .news .grid-cell.bl {
  border-right: 1px solid #333;
}

.archive {
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-size:30px;
  font-family:garage-gothic, sans-serif;
  font-weight:700;
  background:#d81214;
  color:#fff3c8;
  letter-spacing: .05em;
  width:200px;
  margin:0 auto 1.5em;
}

.archive:hover {
  background:#fff3c8;
  color:#d81214;
  transition: background 200ms linear;
}

#news-block {
  display:none;
}

.reviews-link.active, .news-link.active, .reviews-link:hover, .news-link:hover {
  color:#d81214;
}

#news-items {
  display:block;
  width:90%;
  margin:2em auto;
  max-width:1200px;
}

#news-items-hide {
  display:none;
}

.news-page #content {
  margin:4em auto;
}

.news-item {
  width: calc(33.3333% - 1em);
  float:left;
  position:relative;
  font-family: garage-gothic, sans-serif;
  letter-spacing:.05em;
  text-align:center;
  margin:.5em;
  border:1px solid rgba(189, 39, 46, 0.5);
  background:rgba(0,0,0,.8);
}

.news-item .source {
  display:block;
}

.news-item img {
  position:relative;
}

.news-item .news-title {
  position:relative;
}

.news-item .news-title h3 {
  max-width:100%;
}

.news-item a {
  display:block;
  font-size:130%;
}

.news-item:hover .source {
  color:#fff3c8;
}

.news-item:hover img {
  opacity:.85;
}

@media (max-width: 767px) {
  .carousel-cell {
    width:100%;
  }

  .quote-cell {
    font-size:8.2vw;
  }

  .read-more {
    font-size:5.5vw;
  }

  .news-title h3 {
    font-size: 5vw;
  }

  .source {
    font-size:3.5vw;
  }

  .news-item {
    width:95%;
    float:none;
    margin:1em auto;
  }

  .news-item .news-title h3 {
    max-width:80%;
  }

  #media-section {
    background:url("https://t2pn4200-a.akamaihd.net/cdn/websites/hadestown/_img/media-bg-sm3.png") no-repeat top center;
    background-size:cover;
    margin-top:-21em;
    padding-top:15em;
    z-index:30;
  }

  #media-section h1 {
    top:9em;
  }

  .main-carousel {
    margin-top:11em;
    max-width:90%;
  }
}

@media (min-width:1300px) {
  .news-title h3 {
    font-size:26px;
    max-width:75%;
  }

  .news-item .news-title h3 {
    max-width:90%;
  }

  .source {
    font-size:16px;
  }

  .quote-cell {
    font-size:60px;
  }

  .read-more {
    font-size:30px;
  }

  .main-carousel {
    margin-top:15em;
    border:1px solid rgba(197, 0, 0, 0.25);
  }

  .quote-cell {
    background:rgba(0,0,0,.3);
  }

}




/*
 REVIEWS
 ----------------------------------------------------------------------------*/

 .review {
   text-align:center;
   text-transform:uppercase;
 }

 .review-txt > span {
   text-align:center;
   text-transform:uppercase;
   font-size:4em;
   line-height:.85em;
   font-family: garage-gothic, sans-serif;
   font-weight: 700;
   display:block;
 }

 .review-txt.mid-size > span {
   font-size:3em;
 }

 .review-txt.multi-line > span {
   font-size:2.5em;
 }

 .review-txt span.smaller {
   font-size:60%;
   line-height:1em;
   display:inline-block;
 }

 .stars {
   display:block;
   margin-bottom:5px;
 }

 .review-txt em {
    font-family: garage-gothic, sans-serif;
 }

.review-txt cite {
  display:block;
  font-family: garage-gothic, sans-serif;
  font-size:1.5em;
  text-shadow:none;
  font-style:normal!important;
  font-weight:normal;
  text-transform:none;
  text-align:center;
}

.oneline-pad {
  padding:2em 0;
}

.twoline-pad {
  padding:1.5em 0;
}

#reviews-block .row {
  margin-top:2em;
  margin-bottom:2em;
}

.post-open #reviews-block .row {
  margin:4em 0;
}

.top-quote {
  max-width:60%;
  margin:1em auto 2em;
}

.tilt-left {
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.tilt-right {
  transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
}

.ani1, .ani2, .ani3, .ani4, .ani5, .ani6, .ani7, .ani8, .ani9 {
  opacity:0;
}

@keyframes quotefade {
 from {
   opacity:0;
 }
 to {
   opacity:100;
 }
}

.ani1 {
  animation: quotefade 1.5s ease 0s forwards;
}

.ani2 {
  animation: quotefade 1.5s ease .75s forwards;
}

.ani3 {
  animation: quotefade 1.5s ease 1.75s forwards;
}

.ani4 {
  animation: quotefade 1.5s ease 2.75s forwards;
}

.ani5 {
  animation: quotefade 1.5s ease 3.75s forwards;
}

.ani6 {
  animation: quotefade 1.5s ease 4.75s forwards;
}

.ani7 {
  animation: quotefade 1.5s ease 5.75s forwards;
}

.ani8 {
  animation: quotefade 1.5s ease 6.75s forwards;
}

.ani9 {
  animation: quotefade 1.5s ease 7.75s forwards;
}

.mobile-imgs {
    position: relative;
    width: 100%;
}

.mobile-imgs > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align:center;
}

.big-photo {
   z-index:1;
   width:90%;
   display:block;
}

@media (min-width:768px) and (max-width:1020px) {
  .review-txt > span {
    font-size:2.8em;
  }

  .review-txt.mid-size > span {
    font-size:2.25em;
  }

  .review-txt.multi-line > span {
    font-size:1.9em;
  }

  .review-txt cite {
    font-size:1.25em;
  }
}

@media (max-width:767px) {
  .img-col {
    display:none;
  }

  .top-quote {
    max-width:100%;
    margin:0 auto -2em;
  }

  .post-open #reviews-block .row {
    margin:0;
  }

  .post-open .col-sm-6, .post-open .col-sm-12 {
    margin:2em 0;
  }

  .review-txt > span {
    font-size:3em;
  }

  .review-txt.mid-size > span {
    font-size:2.5em;
  }

  .review-txt.multi-line > span {
    font-size:2em;
  }

  .review-txt cite {
    font-size:1.25em;
  }

 .ani1, .ani2, .ani3, .ani4, .ani5, .ani6, .ani7, .ani8, .ani9 {
   opacity:0;
   animation: quotefade 1.5s ease 0s forwards;
 }
}

/*
 SIGN UP MODAL
 ----------------------------------------------------------------------------*/
#popup, #tour-popup {
    display: none;
    position: fixed;
    z-index: 10000000;
    text-align: center;
    top:46%;
    left:46%;
    margin:-100px 0 0 -150px;
    background:#000;
    width:430px;
    height:225px;
    padding:20px;
    box-shadow: 0px 0px 15px #040420;
    border: 2px solid #fff3c8;
}

#video-popup {
    display: none;
    position: fixed;
    z-index: 10000000;
    text-align: center;
    width:90%;
    height:auto;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.vid-wrap {
  width:95%;
  height:95%;
  margin-top:2.5%;
  margin-left:2.5%;
  z-index:50;
  position:relative;
}

.vid-wrap iframe {
  width:100%;
  height:100%;
}

#tour-popup {
  height:265px;
}

#popup-bg, #tour-popup-bg {
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  z-index:1000000;
  background:rgba(0, 0, 0, .8);
  top:0;
  left:0;
}

#popup h2, #tour-popup h2 {
    font-size:28px;
    color:#fff3c8;
    text-transform:uppercase;
    text-align:center;
    margin-top:22px;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom:0;
    padding-bottom:0;
}

#popup h2 span, #tour-popup h2 span {
  color:#d81214;
}

#popup button.close-popup, #tour-popup button.close-popup, #video-popup button.close-popup {
    font-size:20px;
    color:#fff;
    line-height: .65em;
    position:absolute;
    top:10px;
    right:10px;
    z-index:100;
    -webkit-transition: .25s ease;
            transition: .25s ease;

}

#video-popup button.close-popup {
  font-size:40px;
}

#popup button.close-popup:hover, #tour-popup button.close-popup:hover, #video-popup button.close-popup:hover {
    color:#d81214;
}

@media (max-width:768px) {
  #popup, #tour-popup {
    width:310px;
    /*height:270px;*/
    height:200px;
    padding:10px;
    top:49%;
    left:48.5%;
  }

  #tour-popup {
    height:250px;
  }

  #popup h2, #tour-popup h2 {
    font-size:22px;
    margin-top:20px;
  }

  #tour-popup h2 {
    margin-top:30px;
  }

  #video-popup button.close-popup {
    font-size:60px;
  }
}


/*
 OPT-IN FORM
 ----------------------------------------------------------------------------*/

.form-overlay {
    position:fixed;
    background:rgba(0,0,0,.65);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:500;
}

.signup-open .form-overlay {
  display:block;
}

#opt-in-form {
    margin: 15px auto !important;
    text-align: center;
}

#opt-in-form label, #password-protect label {
    display: block;
}

#opt-in-form input, #password-protect input {
    /*display: inline;*/
    width:200px;
    padding:.25em;
    font-size:22px;
    color:#000;
    border:0px;
    text-align:center;
    display:block;
    margin:0 auto 5px;
    font-family: garage-gothic, sans-serif;
    font-weight: normal;
    text-transform:uppercase;
  }

.submit, #password-protect .submit {
  background:#d81214;
  color:#fff3c8;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  border:1px;
  padding:.1em;
  width:200px;
  font-size:30px;
}

.submit:hover {
  color:#d81214;
  background:#fff3c8;
  transition: all 200ms linear;
  cursor:pointer;
}

#subscribe {
    display: block;
}

#subscribe input.error::-webkit-input-placeholder {
   font-weight:bold;
}

#subscribe input.error:-moz-placeholder { /* Firefox 18- */
   font-weight:bold;
}

#subscribe input.error::-moz-placeholder {  /* Firefox 19+ */
   font-weight:bold;
}

#subscribe input.error:-ms-input-placeholder {
   font-weight:bold;
}

@media (max-width: 767px) {
    #opt-in-form input {
        display: block;
        margin: 0 auto 5px;
    }
}


/*
 MODAL
 ----------------------------------------------------------------------------*/

.modal {
  display: block;
  position: fixed;
  top: 36%;
  left: -250%;
  right:0%;
  bottom: 36%;
  margin-left:auto;
  margin-right:auto;
  height: 19em;
  width: 42em;
  transition: left 1s;
  z-index: 1000000;
  background:#000;
  box-shadow:0px 0px 15px #040420;
  border: 2px solid #fff3c8;
  font-size: 1rem;
}

.signup-open #popup-email  {
  left:0%;
}

.modal-close {
  position: absolute;
  top:1px;
  right: 10px;
  z-index: 1000;
  font-size:25px;
  color:#d81214;
}

.modal-close:hover {
  color:#fff3c8;
}

.modal-block {
  width:80%;
  margin:1.875em auto 0;
  text-align:center;
  text-transform:uppercase;
  font-size:160%;
}

h3.form-thanks {
  font-size:26px;
  padding:0;
  color:#fff3c8;
}

#tour-popup h3.form-thanks {
  color:#d81214;
}

.form-thanks span {
  font-size:80%;
  line-height: 1em;
  display: block;
}

.modal-block em {
  font-family: garage-gothic, sans-serif
}

@media (max-width:479px){
  .modal {
    font-size: 4vw;
  }
}

.modal-block h2 {
  color:#fff3c8;
  font-size:125%;
  line-height:.9em;
  margin:0;
}

.modal-block h2 span.sm-text {
  font-size:70%;
  line-height:1.1;
  display:inline-block;
}

.modal-open {
	overflow: hidden;
}

.modal-body {
	height:100%;
    text-align: center;
    position: relative;
    padding: 1em;
}

@media (max-width:767px) {
    .modal {
      width:22em;
      height:22em;
      top:26%;
    }
}

.early {
  color:#d81214;
}


/*
 UPGRADE PAGE
 ----------------------------------------------------------------------------*/
#upgd_content {
    text-align: center;
}

#upgd_content .msgbox {
    margin: 20px auto;
    padding: 10px;
}

.msgbox h2 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size:170%;
}

.msgbox p {
  text-align:center;
  font-size:110%;
}

.upgd-art {
  padding:0 1em;
}

body.upgrade-page {
  padding-top:30px;
}

/*
  SPOTIFY PLAYER
  -------------------- */
#spotify iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spotify {
  position: fixed;
  top: 50px;
  right: 0;
  width: 400px;
  height: 93.25%;
  background: #727272;
  margin: 0;
  border-top-left-radius: .5em;
  border-bottom-left-radius: .5em;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index:100;
  opacity:0;
  transform: translateX(100%);
}

#spotify.open {
  transform: translateX(0);
}

#spotify .listen-button {
  display: block;
  top: 30vh;
  transform: translate(-68%,-50%) rotate(-90deg);
  left: 0;
  position: absolute;
  width: 3.625em;
  height: auto;
  background: #d81214;
  font-size: 2.25em;
  color: #fff3c8;
  text-transform: uppercase;
  font-weight: 700;
  font-family: garage-gothic, sans-serif;
  letter-spacing: .05em;
  transition: all .2s;
  padding: 0.1em 0 .1em 0.15em;
  box-sizing: border-box;
  text-align: center;
  border: none;
}

#spotify .listen-button span img {
  position:absolute;
  top:13px;
  right:90px;
  width:50px;
}

.listen-button:hover {
  cursor:pointer;
}

@media (max-width:767px) {
  #spotify {
    width:250px;
    height: 43.25%;
    border-bottom: 2px solid #d81214;
  }

  #spotify .listen-button {
    display:none;
  }
}

@media (max-height:625px) {
  #spotify {
    height:91.75%;
  }
}

@media (min-height:775px) {
  #spotify {
    height:94%;
  }
}

/* cookie consent */
body .cc-window.cc-banner .cc-message {
  text-align:left!important;
}
body .cc-window.cc-banner {
  flex-direction: row!important;
}
@media (max-width:533px) {
  body .cc-window.cc-banner .cc-message {
    margin-right: 2em!important;
  }
}
@media (max-width:532px) {
  body .cc-window.cc-banner {
    flex-direction: column!important;
    gap: 1em!important;
  }
  body .cc-window.cc-banner .cc-btn {
    display: block!important;
  }
  body .cc-window.cc-banner .cc-compliance {
    width: 100%!important;
  }
}