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

body {
  line-height: 1;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  color:#000;
  font-synthesis: none!important;
}

.bg-texture {
  background-image: url(../_img/bg.jpg);
  background-color: #e8e0d5;
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
}

.bg-texture2 {
  background-image: url(../_img/background-green.jpg);
  background-color: #2d4224;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #e8e0d5;
}

html {
  background-color: #e8e0d5;
  color: #000;
  font-size: 16px;
}
@media (min-width:768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  html {
    font-size: 20px;
  }
}
@media (min-width:1800px) {
  html {
    font-size: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: .875;
  margin: 0 auto;
  color: #7d1412;
  font-family: "EurostileNextExtendedBold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: expanded;
  line-height: 1;
}

h1, h2, h3 {
  text-transform: uppercase;
}

h1 { font-size: 2em; margin: 2em auto; }
h2 { font-size: 1.875em; }
h3 { font-size: 1.375em; }
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: .875em; }

p {
}
blockquote {
  font-size: 1.5em;
  margin-left: .1875em;
  text-align: left;
}
blockquote .lg em {
  font-family: unset;
  font-style: italic;
}

strong {
  font-family: 'EurostileNextBold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

em {
  font-family: 'EurostileNextItalic', Helvetica, Arial, sans-serif;
}

strong em, em strong {
  font-family: 'EurostileNextBoldItalic', Helvetica, Arial, sans-serif;
}

a { color:#000; font-weight:700; transition: all .5s ease-out; }
a * { pointer-events: none; }
a:hover { color:#ed586d; transition: all .3s ease-out; }
p a:hover { color:#ed586d; }

.pink {
  color:#ed586d;
}

.font-ext {
  font-family: "EurostileNextExtendedBold", Helvetica, Arial, sans-serif;
}

.container.media {
  width: 94vw;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
} @media (max-width:767px) {
  .container.media {
    max-width: 100%;
  }
}

.boxes {
  justify-content: space-between;
  align-items: stretch;
  row-gap: 2em;
} .box {
  text-align: center;
  border: .25em solid #000;
  padding: 1.125em;
} .box h3, .box h1 {
  font-size: 1.875em;
  line-height: 1;
  margin: 0 auto .5em;
} .box h3.form-thanks {
  margin: 0 auto 0.125em;
} .box p {
  font-size: 1.375em;
  line-height: 1.3;
  margin: .625em auto;
}
@media (max-width: 1023px) {
  .box.col-1-3 {
    flex: 1 1 100%;
    max-width: none;
  }
}
@media (min-width:533px) and (max-width: 1023px) {
  .box.col-1-3 p br {
    display: none;
  }
}

#outerwrapper {
  padding: 1.375em 2em 2em;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  #outerwrapper {
    font-size: 1em;
    max-width: 75em;
  }
}
@media (max-width: 1499px) {
  #outerwrapper {
    font-size: 1.335vw;
  }
} /* @media (min-width: 123.20vh) {
  #outerwrapper {
    font-size: 1.64375vh;
    max-width: 123.20vh;
  }
} */
@media (min-width: 1200px) {
  #outerwrapper {
    font-size: .8em;
    max-width: 75em;
  }
}
@media (max-width: 1024px) {
  #outerwrapper {
    font-size: 1.335vw;
  }
}
body:not(.home) #content {
  font-size: 1rem;
  padding: 3.5em 0;
}@media (max-width:1024px) {
body:not(.home) #content {
  padding: 1.35em 0;
}
}

/*
@media (min-width: 1280px) {
  #outerwrapper {
    font-size: 17.088px;
    max-width: 1280px;
  }
}*/
body #outerwrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* rotator */
#outerwrapper .rotator { position: relative; }
#outerwrapper .rotator:not(.quotes) > *:not(:first-child),
#outerwrapper .rotator.quotes > *:not(.longest) { max-width: 100%;
  position: absolute; top: 50%; left: 50%; width: 100%; display: block; transform: translate(-50%,-50%); }
body:not(.home) #outerwrapper .rotator.left:not(.quotes) > *:not(:first-child){
  left: 0; transform: translateY(-50%);
}
#outerwrapper .rotator:not(.quotes) > *:first-child,
#outerwrapper .rotator.quotes > *.longest { position: relative; }
#outerwrapper .rotator > * { width: 100%; opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s, 0.5s;
  transition-delay: 0s, 0s; }
#outerwrapper .rotator.slide > * { transition-duration: .5s, 0s; }
#outerwrapper .rotator > *.active { opacity: 1; transition-delay: 0s, .5s; }
#outerwrapper .rotator.slide > *.next,
#outerwrapper .rotator.slide > *.prev { transition-delay: opacity .5s; }
#outerwrapper .rotator.slide > *.next { transform: translate(-150%,-50%); }
#outerwrapper .rotator.slide > *.current { transform: translate(-50%,-50%); }
#outerwrapper .rotator.slide > *.prev { transform: translate(50%,-50%); }
#outerwrapper .rotator.slide > *:first-child.next { transform: translate(-100%,0); }
#outerwrapper .rotator.slide > *:first-child.current { transform: translate(0,0); }
#outerwrapper .rotator.slide > *:first-child.prev { transform: translate(100%,0); }

/*
 GLOBAL SECTION
 ----------------------------------------------------------------------------*/
html, body {
  overscroll-behavior:none;
}

#content {
  width: 100%;
  margin: 0 auto;
	position: relative;
}

#content > section { 
  width: 100%;
}

/* fade-sides */
.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%);
}

#keyart, #title, #billing, #content, #footer {
  z-index: -1;
}

#keyart, #title, #billing, #content, #footer {
  z-index: 1;
}

#outerwrapper:after {
  z-index: 2;
}

#title, #billing, #content, #footer {
  z-index: 3;
}

.container {
  padding: 0!important;
}

/*
 HEADER SECTION
 ----------------------------------------------------------------------------*/
#header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
  width: 100%;
  z-index: 8;
  top: 0;
  gap: 1em;
  margin-bottom: 1em;
}
@media (max-width:767px) {
  #header {
    font-size: 1.6875vw;
  }
}

#logo {
  position: relative;
  margin: 0;
  font-size: 3.25em;
  height: auto;
  color: #7d1311;
  font-family: 'EurostileNextExtendedBold', Helvetica, Arial, sans-serif;
}
body:not(.home) #logo {
  width: 100%;
}

#logo svg {
  width: 100%;
  height: auto;
}
#logo svg path {
  fill: #7d1412;
}

#header h2 {
  position: relative;
  font-family: "EurostileNextWideSemiBold", Helvetica, Arial, sans-serif;
  flex: 1 1 auto;
  font-size: 2.875em;
  line-height: .9;
  font-weight: 500;
  text-transform: uppercase;
  transform: translateY(-.05em);
} @media (min-width:1024px) {
  #header h2 {
    position: absolute!important;
    top: 50%;
    left: 49%;
    transform: translate(-50%,-50%);
    width: 22em;
  }
} header h2 span {
}

#main-menu {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,.9);
  z-index:10;
  pointer-events: none;
  opacity:0;
  transition: all .3s ease;
  overflow: hidden;
  font-family: 'EurostileNextWideSemiBold', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.menu-open #main-menu {
  pointer-events: all;
  display:block;
  opacity:1;
  z-index:10;
}

#main-menu div > ul {
  list-style: none;
  position: absolute;
  top: 44%;
  left: 50%;
  margin: auto auto 16%;
  transform: translate(-50%,-50%);
}

#main-menu ul li {
  text-align: center;
  list-style-type: none;
  position: relative;
  display: block;
}

#main-menu ul li a {
  background-color:#ed586d;
  color: #000;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: normal;
  transition: color .3s;
  width: 8em;
  max-width: calc(100vw - .5em);
  display: inline-block;
  margin-bottom: 0.25em;
  padding: .22em .25em .25em;
}

#main-menu ul li a:hover {
  color: #fff;
}

#main-menu ul.sub-menu li {
  margin-bottom: 0;
}

#main-menu ul.sub-menu li a {
  color:#c7beb6;
  font-weight: 600;
  font-size: 2.125em;
}

#main-menu ul.sub-menu li a:hover {
  color:#ed586d;
}

.arrow {
  color:#000;
  font-size:50px;
  display:inline-block;
  margin-left:15px;
  vertical-align:super;
  position:absolute;
  top:0;
  transition: all .5s ease-out;
}

.has-sub:first-of-type .arrow {
  right:80px;
}

.has-sub:last-of-type .arrow {
  right:80px;
}

.has-sub:hover > a {
  color:#e8e0d5!important;
}

.arrow:hover {
  cursor:pointer;
  transition: all .3s ease-out;
}

#main-menu ul.sub-menu {
  display:none;
  width: 100%;
}

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

#main-menu ul li .social-icons {
  margin-top:40px;
}

#main-menu ul li .social-icons a {
  color:#ed586d!important;
  font-size:40px;
  padding:0px 10px;
}

/* menu button */
#nav-open,
#nav-close {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 20;
  background: transparent;
  opacity: 1;
  border: none;
  z-index: 11;
  color: #000;
  line-height: .875;
  border: .1875em solid #000;
  font-size: .875em;
  height: 3.625em;
  transition: color .5s ease-out, background-color .5s ease-out;
  padding: 0 .9375em;
}
@media (max-width:767px){
  #nav-open, #nav-close {
    font-size: 14px;
    font-family: 'EurostileNextCondensedSemiBold', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    padding: 0.375em 0.5625em;
    height: auto;
  }
}
#nav-open:hover, #nav-close:hover {
  color: #ed586d;
  background: #000;
  transition: color .3s ease-out, background-color .3s ease-out;
}
#nav-close {
  color: #fff;
  border-color: #fff;
  position: fixed;
  top: 1.5em;
}
.bg-texture2 #nav-open,
.bg-texture2 #nav-close {
  color: #fff;
  border: .125em solid #fff;
}

#nav-close .hamburger .patty {
  opacity: 0;
}
#nav-close .hamburger .bun:before,
#nav-close .hamburger .bun:after {
  transform: translate(-50%,-50%) rotate(45deg);
  transform-origin: center;
  top: 50%; left: 50%;
}
#nav-close .hamburger .bun:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#btn-tickets {
  margin: 0;
  font-size: 1.25em;
  position:relative;
  z-index:9;
  transition: color .5s ease-out;
  text-align: center;
  color: #e8e0d5;
  background-color: #000;
  border: .125em solid #000;
  padding-left: 2em;
  padding-right: 2em;
}
#btn-tickets:hover {
  color: #ed586d;
  transition: color .3s ease-out;
}
@media (min-width: 768px) {
  #btn-tickets {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  #btn-tickets {
    position: fixed;
    bottom: .25em;
    left: .25em;
    right: .25em;
    height: auto;
    font-size: 8.375em;
    font-size: 2rem;
    padding: 0.25em 0.25em 0.3125em;
  }
}
.bg-texture2 #btn-tickets {
  color: #ed586d;
  background-color: #ed586d;
  border: .125em solid #000;
}
.bg-texture2 #btn-tickets:hover {
  color: #e8e0d5;
  transition: color .3s ease-out;
}

.nyt-quote {
  margin: 1.5em auto !important;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.quote {
  display: inline-block;
  font-family: 'EurostileNextCondensedSemiBold', Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  line-height: .875;
  vertical-align: middle;
  text-align: left;
  flex:1;
}
#keyart .nyt-quote .logo {
  height: 1em;
  display: inline-block;
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: -0.25em;
}
#keyart .nyt-quote .logo svg path {
  fill: #000;
}
.quote span.lg {
  font-family: 'EurostileNextWideBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.critics-pick {
  display: inline-block;
  vertical-align: middle;
  width: 6em;
  margin: 0 .25em 0 0;
}
cite {
  font-family: 'EurostileNextCondensedBold', Helvetica, Arial, sans-serif;
  font-style: normal;
  display: inline;
  margin-top: 0;
  font-size: .625em;
  padding-top: 0.25em;
  letter-spacing: normal;
}

@media (max-width:767px) {
  .nyt-quote {
    margin: 2.5em auto 3em !important;
  }
}

/*
 SOCIAL ICONS
----------------------- */
.social {
  margin: 1.125em -0.375em 0.625em;
  font-size: 1.125em;
}
.social .icon {
  display: inline-block;
}
.social .icon a {
  display: inline-block;
  height: 1.625em;
}
.social .icon.tiktok a {
  padding: .0625em 0 .0625em .25em;
}
.social a svg {
  display: block;
  width: auto;
  height: 100%;
}
.social a svg > * {
  fill: #7d1412;
  transition: fill .4s ease-out;
}
.social a:hover svg > * {
  fill: #000;
}

/*
 FOOTER SECTION
 ----------------------------------------------------------------------------*/
#footer {
  background:none;
  padding: 2em 0 0;
  font-size: 100%;
  font-size: 1.5em;
}
@media (max-width:767px) {
  #footer {
    padding-bottom: 6em;
    font-size: 16px;
  }
}
@media (min-width:1024px) {
  #footer {
    font-size: 20.5px;
  }
}

#copyright, #address {
  line-height: 1.25;
  font-family: "EurostileNextCondensedSemiBold", Helvetica, Arial, sans-serif;
  margin-top: 1em;
}

#address strong,
.address strong {
  font-family: "EurostileNextCondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
}

#footer a:not(.btn) {
  color:#000;
  font-weight:700;
}

.bg-texture2 #footer a:not(.btn) {
  color:#e8e0d5;
  font-weight:700;
}

#footer a:not(.btn):hover {
  color:#ed586d;
  text-decoration:underline;
}

/*
OPT-IN FORM SECTION
----------------------------------------------------------------------------*/
input {
}
.error input {
  border: solid 2px #ed586d;
}
.error-message {
  display:none;
}
.error .error-message {
  display:block;
}
.optin {
  position: relative;
  margin: 0 auto !important;
}
.optin form {
  position: relative;
}
.optin .form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  max-width: calc(100vw - 3em);
}
.optin label {
  display: none;
}
.optin input, .optin button {
  display: inline;
  border: 0;
  padding: 0.375em 0.5625em .0375em;
  height: 2.125em;
  vertical-align: middle;
  position: relative;
  width: auto;
}
.optin input {
  text-transform: uppercase;
  font-weight: 400;
  background:none;
  color: #e8e0d5;
  background-color: #000;
  flex: 1 1 auto;
}
.optin .error input {
  color: #ed586d;
}
.optin button {
  font-weight: 700;
  color: #e8e0d5;
  background: #7d1412;
  border: 1px solid #7d1412;
  flex: 0 0 auto;
  padding: 0 0.5625em;
  font-family: 'EurostileNextWideSemiBold', Helvetica, Arial, sans-serif;
  transition: all .5s ease-out;
}
@media (min-width:428px) {
  .optin button {
    margin-left: -.5em;
  }
}
.optin button:hover {
  color: #ed586d;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  transition: all .3s ease-out;
}
.subscribe {
  display: block;
}
.subscribe .error input {
  color: #ed586d !important;
}
.subscribe .error input::-webkit-input-placeholder {
  font-weight: bold; color: #ed586d;
}
.subscribe .error input:-moz-placeholder { /* Firefox 18- */
  font-weight: bold; color: #ed586d;
}
.subscribe .error input::-moz-placeholder {  /* Firefox 19+ */
  font-weight: bold; color: #ed586d;
}
.subscribe .error input:-ms-input-placeholder {
  font-weight: bold; color: #ed586d;
}
.subscribe input::-webkit-input-placeholder {
  color: #e8e0d5;
}
.subscribe input:-moz-placeholder { /* Firefox 18- */
  color: #e8e0d5;
}
.subscribe input::-moz-placeholder {  /* Firefox 19+ */
  color: #e8e0d5;
}
.subscribe input:-ms-input-placeholder {
  color: #e8e0d5;
}
.form-thanks {
  font-weight: 700;
  font-size: 1.25em;
}
.form-thanks span {
  font-weight: 400;
  font-size: .75em;
}
.optin .error-message {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  font-size: .625em;
  text-transform: uppercase;
  color: #7d1412;
}
@media (max-width:767px) {
  .optin label {
    font-size: 1em;
  }
  .optin input, .optin button {
    font-size: 1em;
  }
}

footer .optin h3:not(.form-thanks) {
  display: none;
}
footer .optin .form-field {
  display: inline-block;
  margin: 0.25em 0.25em 0 0;
}
footer .optin input {
  min-width: 18em;
}

.box .optin form  {
  display: flex;
  flex-direction: column;
  gap: .5em;
} .box .optin input {
  color: #e8e0d5;
  background-color: #000;
  text-align: center;
  height: 2.25em;
  padding: 1em .5625em .75em !important;
} .box input, .box .optin button {
  width: 100%;
} .box .optin .form-field {
  width: auto;
  flex-direction: column;
} .box .optin .form-field:not(.error) input::-webkit-input-placeholder {
  color: #e8e0d5;
} .box .optin .form-field:not(.error) input:-moz-placeholder { /* Firefox 18- */
  color: #e8e0d5; }
.box .optin .form-field:not(.error) input::-moz-placeholder {  /* Firefox 19+ */
  color: #e8e0d5;
} .box .optin .form-field:not(.error) input:-ms-input-placeholder {
  color: #e8e0d5;
}

.btn, a.mobile-tix {
  font-family: "EurostileNextWideSemiBold", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-stretch: expanded;
  display: inline-block;
  background: #7d1412;
  color: #e8e0d5;
  text-transform: uppercase;
  padding: .375em 0.5625em .42em;
  font-size: 1.25em;
  letter-spacing: .05em;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all .5s ease-out;
}
.btn.black {
  background-color: #000;
}
.btn:hover {
  color: #ed586d;
  background-color: #000;
  text-decoration: none;
  transition: all .3s ease-out;
}
a.mobile-tix {
  font-size: 1.875em;
}

/* Spotify player */
#music iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#music .container {
  height: 100%;
  width: 100%;
}
#music {
  font-size: 1rem;
  position: fixed;
  top: 47%;
  right: 0;
  width: calc(18em + 3vw);
  height: 70vh;
  max-height: 42em;
  background: #00274f;
  border-radius: 0.875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 2;
  opacity: 0;
  transform: translate(100%,-50%);
  box-shadow: 0.5em 0.25em 0.875em rgba(0,0,0,.5);
}
.page-loaded #music {
  opacity: 1;
}
#music.open {
  transform: translate(0,-50%);
}
@media (max-width:767px) {
  #music {
    width: calc(100% - 3em);
    height: 352px;
  }
}
#btn-listen {
  display: block;
  top: 75%;
  transform: translate(-100%,-50%);
  left: 2px;
  position: absolute;
  width: 1.75em;
  height: 6em;
  background-color:#7d1512;
  font-size: 1.625em;
  line-height: 1;
  color: #e8e0d5;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: all .3s;
  padding: 0.3125em 0.125em 0.1875em 0.25em;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  border-radius: .25em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url(../_img/listen-open.png);
  background-size: contain;
  background-position: center;
}
.open #btn-listen {
  background-image: url(../_img/listen-close.png);
}
#btn-listen svg {
  position: absolute;
  top: -.625em;
  left: 50%;
  transform: translate(-50%, -50%);
}
#btn-listen:hover {
  cursor:pointer;
  filter: brightness(1.1);
}
@media (max-width:767px) {
  #btn-listen {
    height: 1.75em;
    background-size: 100% auto;
    background-position: top;
  }
}

#music svg > * {
  fill: #ffffff;
}
@media (max-width:532px) {
  .home #music {
    top: 50%
  }
}

/*
  AMEX LOGO
----------------------------- */
#amex {
  position: absolute;
  right:20px;
  bottom:20px;
  color: #000;
} #amex span {
  display: inline-block;
  vertical-align: middle;
} #amex span, #amex strong {
  font-family: Helvetica, Arial, sans-serif !important;
} #amex .text {
  font-size: 11px;
  line-height: 1.125;
  margin-right: 12px;
  margin-top: 0.5em;
  text-align: right;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
} #amex strong {
  font-weight: bold;
  font-size: 13px;
} #amex .logo {
  float:right;
  width: 35px;
  background-color: #fff;
}
@media (max-width:767px) {
  #amex {
    position:relative;
    right:auto;
    bottom:auto;
    margin: 1em 0 0;
    display: inline-block;
  }
}


/* video */
.home .video {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-bottom: 56%;
  height: 0;
  margin-bottom: 4em;
  border: 2px solid #7d1412;
  border-radius: .875em;
}

.page-loaded.home .video:after {
  /* custom video thumb */
  content: '\25BA';
  color: white;
  position: absolute;
  top: 50%; left: 50%;
  width: 2em;
  font-size: 2.5em;
  line-height: 2.375;
  height: 2em;
  padding-left: 0.2em;
  transform: translate(-50%,-50%);
  background-color: rgba(125,20,18,.625);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: all .2s;
  z-index: 2;
  border-radius: 50%;
}

.page-loaded.home .video.custom-thumb:after {
  opacity: 1;
}

.page-loaded.home .video.custom-thumb:hover:after {
  transform: scale(.90) translate(-55%,-55%);
  transition: all .4s;
}

.home .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed;
  }
}