html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "gotham_mediumregular";
  src: url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body::-webkit-scrollbar {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: -webkit-fill-available;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

body.modal-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

html,
body,
#wrap {
  min-height: 100%;
  color: white;
  background-color: #000;
}

#wrap {
  font-family: "gotham_mediumregular";
  text-transform: uppercase;
}

a,
a:focus,
a:hover,
a:active,
a:visited {
  color: white;
  text-decoration: none;
}

#merch .custbtn {
  margin-bottom: 15px;
}
#merch img {
  margin-bottom: 15px;
  border-radius: 4px;
}

#merch,
#watch,
#tour,
#spacer {
  padding-top: 60px;
  padding-bottom: 60px;
}

#tour h1 {
  margin-bottom: 60px;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  text-align: center;
  width: 100%;
}
footer img {
  height: 20px;
  vertical-align: middle;
}
footer i {
  vertical-align: middle;
}
footer li {
  display: inline-block;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

.wrapper,
.wrapper .container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#hero.contact {
  background: url(/media2/bg-blur.jpg) no-repeat center top fixed;
  background-size: cover;
}

/* @media (orientation: portrait) {
    #bg {
        background: url(../media/site-bg-mob.jpg) no-repeat center center fixed;
    }
} */
@supports (-webkit-overflow-scrolling: touch) {
  #bg {
    background-attachment: scroll;
  }
}
#hero .heroimg {
  width: 50%;
  height: auto;
}

.custbtn {
  background-color: white;
  width: 100%;
  display: block;
  color: #000 !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}

#hero .custbtn {
  border: 2px solid #ffcc00 !important;
  background-color: transparent !important;
  color: #ffcc00 !important;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 15px;
}

#hero .custbtn:hover {
  background-color: #ffcc00 !important;
  color: #000 !important;
}

.links .custbtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.links a {
  margin-left: 10px;
}

.event {
  margin-bottom: 15px;
}
.event .b {
  margin-bottom: 15px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 22px;
}

#hero .main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
#hero .main #ico {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

#hero.contact .main {
  margin-bottom: 50px;
}

.contact h2 {
  margin-bottom: 5px;
}
.contact p {
  margin-bottom: 5px;
}
.contact a {
  text-decoration: underline;
}

#envelope {
  cursor: pointer;
}

.align-items-center {
  align-items: center;
}

#close,
#modalClose {
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.modal {
  z-index: 10000000;
  display: flex;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  /* backdrop-filter: blur(2px); */
  min-height: 100vh !important;
  align-items: center !important;
  color: white;
}

/* LOADER */
#loader {
  z-index: 10000;
  display: flex;
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  min-height: 100vh !important;
  align-items: center !important;
}

.lds-load {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.lds-load div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: white;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-load div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.lds-load div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.lds-load div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/* nav {
    position: fixed
} */
.nav {
  background-color: rgb(0, 0, 0);
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}
.nav .logo,
.nav .links {
  flex-grow: 1;
}
.nav .logo {
  text-align: left;
}
.nav .logo img {
  height: 30px;
  width: auto;
}

.foot {
  margin-bottom: 30px;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 4px;
  /* 16:9 Aspect Ratio */
}

.iframe-container iframe,
.iframe-container .youtube-preview {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.youtube-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

/* #youtube-play {
    color: var(--white);
    position: inherit;
    cursor: pointer;
} */
@media only screen and (max-width: 720px) {
  .logo {
    text-align: center !important;
  }
  .links {
    display: none;
  }
  footer ul li {
    margin-left: 2px;
    margin-right: 2px;
  }
  #merch,
  #watch,
  #tour,
  #spacer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #tour h1 {
    margin-bottom: 15px;
  }
}
.iframe-holder {
  background: url(../media2/loader.gif);
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: top center;
}

.slick-slider {
  margin-left: 45px;
  margin-right: 45px;
}

#terms {
  font-size: 12px;
}
#terms a {
  text-decoration: underline;
}

.event {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.events,
.no-pad {
  padding-left: 2px;
  padding-right: 2px;
}

@media (max-width: 992px) {
  .event {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .event {
    font-size: 14px !important;
    margin-bottom: 15px;
  }
  .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event {
    display: block;
  }
  .button {
    margin-top: 15px;
  }
}
.button.soldOut a {
  color: red !important;
}

.extra {
  margin-top: 20px;
}
.extra a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
}
.extra a:last-of-type {
  margin-top: 10px;
}

.film {
  z-index: 1040;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.film .filmLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 395px) {
  .film .filmLinks {
    justify-content: center;
  }
}

#video-wrapper-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 1s ease;
}

#video-wrapper-desktop stream {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100%;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

#video-wrapper-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 1s ease;
}

#video-wrapper-mobile stream {
  width: 100vw;
  height: 177.7777777778vw;
  /* Given a 16:9 aspect ratio, 16/9*100 = 56.25 */
  min-height: 100%;
  min-width: 56.25vh;
  /* Given a 16:9 aspect ratio, 9/16*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media (orientation: landscape) {
  #video-wrapper-mobile {
    display: none;
  }
  #hero {
    background: url(/media2/flaws-desktop.jpg) no-repeat center center;
    background-size: cover;
  }
  #hero .main {
    justify-content: center;
  }
  #watch,
  #spacer {
    background: url(/media2/flaws-blur.jpg) no-repeat center center fixed;
    background-size: cover;
  }
}
@media (orientation: portrait) {
  #hero .heroimg {
    width: 80%;
    height: auto;
  }
  #video-wrapper-desktop {
    display: none;
  }
  #hero {
    background: url(/media2/flaws-desktop.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #hero .main {
    justify-content: center;
  }
  #hero .foot {
    margin-bottom: 60px;
  }
  #watch,
  #spacer {
    background: url(/media2/flaws-blur.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .filmLogo2 {
    max-width: 300px !important;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.filmLogo {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.filmLogo2 {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.filmBtn {
  color: white;
  background: transparent;
  font-size: 20px;
  border: 1px solid white;
  width: 260px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease;
}

.filmBtn:hover {
  color: black;
  background: white;
}
