@font-face {
  font-family: 'Avenir';
  src: url('/css/fonts/Avenir-Black.woff2') format('woff2'),
    url('/css/fonts/Avenir-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Antique Olive Std';
  src: url('/css/fonts/AntiqueOliveStd-Compact.woff2') format('woff2'),
    url('/css/fonts/AntiqueOliveStd-Compact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* CSS Reset Minified */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END CSS Reset Minified */

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  font-size: 12px;
  word-spacing: normal;
  letter-spacing: normal;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 'bebas_neueregular';
  src: url('fonts/bebasneue-webfont.eot');
  src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/bebasneue-webfont.woff') format('woff'),
    url('fonts/bebasneue-webfont.ttf') format('truetype'),
    url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'antiqueoliveitalic';
  src: url('fonts/antiqueolive_norditalic-webfont.eot');
  src: url('fonts/antiqueolive_norditalic-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/antiqueolive_norditalic-webfont.woff2') format('woff2'),
    url('fonts/antiqueolive_norditalic-webfont.woff') format('woff'),
    url('fonts/antiqueolive_norditalic-webfont.ttf') format('truetype'),
    url('fonts/antiqueolive_norditalic-webfont.svg#antiqueoliveitalic')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: antiqueoliveitalic, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

@media (min-width: 700px) {
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0px;
    border: 1px solid #aaaaaa;
    background-color: #000;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #aaaaaa;
  }
}

a:link {
  border: none;
  text-decoration: none;
  color: #898989;
  outline: none;
}

a:visited {
  border: none;
  text-decoration: none;
  color: #898989;
  outline: none;
}

a:active {
  border: none;
  text-decoration: none;
  color: #898989;
  outline: none;
}

a:hover {
  border: none;
  text-decoration: underline;
  color: #fff;
  outline: none;
}
a:focus {
  border: none;
  outline: none;
}

.sign_up_disclaimer a:link {
  border: none;
  text-decoration: underline;
  color: #3271cb;
}

.sign_up_disclaimer a:visited {
  border: none;
  text-decoration: underline;
  color: #3271cb;
}

.sign_up_disclaimer a:active {
  border: none;
  text-decoration: underline;
  color: #3271cb;
}

.sign_up_disclaimer a:hover {
  border: none;
  text-decoration: none;
  color: #000000;
}

.post a:link {
  border: none;
  text-decoration: underline;
  color: #20536a;
}

.post a:visited {
  border: none;
  text-decoration: underline;
  color: #20536a;
}

.post a:active {
  border: none;
  text-decoration: underline;
  color: #20536a;
}

.post a:hover {
  border: none;
  text-decoration: none;
  color: #000;
}

#widget .post a:link {
  border: none;
  text-decoration: underline;
  color: #6094b0;
}

#widget .post a:visited {
  border: none;
  text-decoration: underline;
  color: #6094b0;
}

#widget .post a:active {
  border: none;
  text-decoration: underline;
  color: #6094b0;
}

#widget .post a:hover {
  border: none;
  text-decoration: none;
  color: #20536a;
}

header {
  position: absolute;
  top: -5000px;
  left: -5000px;
  height: 1px;
  width: 1px;
}

#site_holder {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

#site_content {
  position: relative;
  clear: both;
  width: 3000px;
  height: 100%;
  overflow: hidden;
}

#nav_desktop {
  float: left;
  width: 100%;
}

#nav_mobile {
  width: 100%;
}

#nav_mobile ul {
  overflow: auto;
}

#top_nav,
#nav,
#nav_mobile {
  display: none;
}

#page_holder {
  float: left;
}

#page_content {
  float: left;
}

#ot-sdk-btn {
  border: none !important;
  color: inherit !important;
  /* font: inherit !important; */
  /* padding: inherit !important; */
  margin: inherit !important;
  height: unset !important;
  white-space: inherit !important;
  word-wrap: inherit !important;
  font-size: inherit !important;
  /* line-height: inherit !important; */
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background-color: inherit !important;
  border-right: 1px solid rgb(137, 137, 137) !important;
  /* padding: 0px 1em 0px 0px !important; */
  /* line-height: 2em !important; */
  text-transform: uppercase !important;
  max-height: 1.25em;
}

#ot-sdk-btn:hover {
  text-decoration: underline;
  background-color: inherit !important;
  color: white !important;
  cursor: pointer !important;
}

#ot-sdk-btn:focus {
  outline: none;
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

#footer ul {
  list-style: none;
}

#footer li {
  display: inline-block;
  text-transform: uppercase;
}

/**
 * TODO: Temp removal of sections
 */

#aggregator_img {
  background-repeat: no-repeat;
}

.aggregator_btn {
  background-repeat: no-repeat;
}

/**
 * TODO: Temp removal of fast friday titles
 */
#aggregator_title,
#aggregator_date {
  opacity: 0;
}

/**
 * TODO: Temp fix for gallery arrows
 */
#gallery .content_right.desktop,
#videos .content_right.desktop {
  width: auto !important;
}

#footer {
  bottom: -11em !important;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 700px) {
  #footer {
    bottom: -20em !important;
  }
}

#footer.open {
  bottom: 0 !important;
  transition: all 0.4s ease;
}

#footer #toggle_legal .flip_icon {
  vertical-align: top !important;
}

/**
 * Timeline Tuner Promo
 */
#timeline_tuner_promo {
  width: 100%;
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
  float: left;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#timeline_tuner_promo a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
}

.top_nav_title a,
.top_nav_title a:hover {
  color: #898989;
  text-decoration: none;
}

/**
 * Theater Ears
 */
.theaterears-row {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: center;
}

.theaterears-col {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

.theaterears-col:last-child {
  border-bottom: 0 !important;
}

@media (min-width: 700px) {
  .theaterears-col {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0 5%;
  }
}

.theaterears-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.theaterears-content a {
  color: #9d9d9d;
  font-weight: bold;
  text-decoration: underline;
}

.theaterears-content a:hover {
  color: #ffffff;
}

.theaterears-content-heading {
  font-weight: bold;
}

.theaterears-content-download {
  margin-top: auto;
}

.theaterears-content-download-links a {
  display: inline-block;
  width: 35%;
}

.theaterears-content-download-links a:nth-child(1) {
  margin-right: 5%;
  width: 35%;
}

.theaterears-content-download-links a:nth-child(2) {
  width: 39%;
}

.theaterears-content-download-links img {
  display: inline-block;
}

/**
 * Banner
 */
.banner {
  background-color: #990909;
  color: #fde718;
  text-align: center;
  font-family: 'Avenir', 'Arial', 'sans-serif';
  font-size: calc(20 / (700 / 100) * 1vw);
  padding-top: calc(10 / (700 / 100) * 1vw);
  padding-bottom: calc(10 / (700 / 100) * 1vw);
}

.banner span {
  vertical-align: middle;
}

.banner em {
  font-style: italic;
}

.banner .text_1 {
  font-family: 'Antique Olive Std', 'Arial', 'sans-serif';
}

.banner .text_2 {
  letter-spacing: 0.1em;
  font-size: calc(15 / (700 / 100) * 1vw);
  vertical-align: middle;
}

.banner .text_3 {
  font-family: 'antiqueoliveitalic', 'Arial', 'sans-serif';
  color: #ffffff;
}

.thumbs.desktop {
  margin-left: 0 !important;
}

#main_content_mobile_image {
  height: auto !important;
}

@media (min-width: 701px) {
  .banner {
    font-size: calc(25 / (1500 / 100) * 1vw);
    padding-top: calc(10 / (1500 / 100) * 1vw);
    padding-bottom: calc(10 / (1500 / 100) * 1vw);
  }

  .banner .text_2 {
    font-size: calc(20 / (1500 / 100) * 1vw);
  }
}

@media only screen and (max-width: 700px) {
  #site_container {
    padding-bottom: 1em;
  }

  #main_content {
    height: unset !important;
    padding-bottom: 2vw;
    padding-bottom: 2dvw;
  }

  #main_content_holder {
    height: auto !important;
  }

  #ctas {
    position: relative !important;
    padding-block: 3em !important;
    top: unset !important;
  }
}

@media only screen and (min-width: 700px) {
  #ctas {
    top: unset !important;
    bottom: 3em !important;
  }

  #watch_trailer,
  #get_tickets,
  #get_updates {
    min-width: 90px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  #site_holder {
    margin-top: 1em !important;
  }
}

@media only screen and (min-width: 1100px) {
  #site_holder {
    margin-top: 0.5em !important;
  }
}

.gallery_share_mobile_title,
.gallery_share_mobile_btns,
.right_arrow,
.left_arrow {
  cursor: pointer;
}

a.no-decorations {
  text-decoration: none !important;
}

#iframe-content {
  position: relative;

  border-top: 1px solid rgb(51 51 51);

  width: 100%;
  height: 100%;
}

#iframe-content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (min-width: 700px) {
  #iframe-content > iframe {
    top: 4em;
  }
}

#main_content_pg_rating {
  position: absolute;

  bottom: 1em;
  left: 50%;

  transform: translateX(-50%);

  width: auto !important;
  height: 3.5em !important;
}

@media only screen and (min-width: 700px) {
  #main_content_pg_rating {
    bottom: 8.5%;

    width: 7.5% !important;
    height: auto !important;
  }

  #ctas {
    top: unset !important;
    bottom: 8.5% !important;
  }

  #ctas > .cta {
    padding: 0em !important;
    padding-inline: 1em !important;
  }
}

.universal_logo_container {
  display: flex !important;
  flex-direction: row;

  justify-content: center;
  align-items: center;

  gap: 1em;
}

.universal_logo_container a {
  flex-basis: 60%;
}

#footer_pg_rating {
  flex-basis: 30% !important;
  width: 30% !important;
  height: auto !important;
}

@media only screen and (max-width: 701px) {
  #universal_logo {
    margin-inline: auto !important;

    margin-bottom: 1em;
  }
}

.content_mid:has(.dark-border) {
  border-color: black !important;
}

#nav_mobile {
  overflow: hidden;
  overflow-y: auto;
}

#nav {
  max-height: calc(100vh - 9em);
  max-height: calc(100dvh - 9em);
  overflow: hidden;
  overflow-y: auto;
}

#facebook_like span,
#facebook_like span iframe {
  width: 72px !important;
}

#facebook_like {
  display: none !important;
}

#social_nav {
  border-left: none !important;
  padding-left: 0 !important;
}

.privacy-options-icon {
  width: auto !important;
  height: 1em !important;
  margin-bottom: -0.1em;
  margin-right: 0.5em;
}

#ot-sdk-icon.hidden,
#us-ot-sdk-btn.hidden,
#eu-ot-sdk-btn.hidden {
  display: none !important;
}
