.overlay ul li a:hover {
  text-decoration: none !important;
}

.overlay ul li a:hover:after {
  display: none;
}

.page-template-default a:hover {
  border-bottom: none !important;
}

#menu-big-movie-watch:hover a {
  text-decoration: none;
  border: none;
}

#menu-big-movie-watch li a {
  border-radius: 10px;
}

#menu-big-movie-watch li a:hover {
  background-color: white;
  color: black;
  border-radius: 10px;
  transition: none !important
}

#menu-big-movie-watch li:nth-child(1) a:hover {
  background-color: transparent !important;
}

#menu-big-movie-watch>li:nth-child(2) {
  margin-left: auto !important;
}

.nav-container-desktop::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.nav-container-mobile::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 120px;
  top: 0px;
  display: block;
  position: fixed;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.nav-container-mobile ul {
  width: 100%;
}

.nav-container-desktop {
  margin: 0 auto;
  position: fixed !important;
  z-index: 999;
  width: 100%;
}

.nav-container-desktop ul {
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px auto;
  max-width: 1600px !important;
  list-style: none;
}

.nav-container-desktop ul li a {
  color: #F3F3F3;
  text-decoration: none;
  border-bottom: none;
}

.nav-container-desktop ul li {
  margin-left: 20px;
}

.nav-container-desktop ul li:nth-child(1) {
  margin-left: 0px !important;
}

/* */
.nav-container-mobile {
  display: none;
}

.overlay {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 99;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  border: none;
  overflow: hidden;
  font-size: 32px;
  padding: 20px 0px;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

#masthead {
  display: none;
}

.button_container {
  position: fixed;
  top: 40px;
  right: 25px;
  height: 24px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: white;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

#comment,
#author,
#email {
  background-color: rgba(255, 255, 255, 0.12);
  color: white;
  border-radius: 6px;
}

@media screen and (max-width: 1008px) {
  .nav-container-mobile {
    display: block;
    z-index: 999;
  }

  .nav-container-mobile ul {
    position: fixed;
    top: 0px;
    z-index: 999;
  }

  .nav-container-mobile ul {
    padding: 20px !important;
    margin: 0px;
    list-style: none;
  }

  .nav-container-mobile ul li:nth-child(1) {
    padding-right: 40px;
  }

  .nav-container-desktop {
    display: none;
  }
}

/* Page styles */
.pb-3 {
  padding-bottom: 30px;
}

.hide {
  display: none;
}

.qa {
  width: 75%;
  margin: 0 auto
}

.interview {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.0015em;
  text-align: center;
  text-transform: uppercase;
}

.interview-dates {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: -28px !important;
}

#trailer a:hover {
  background-color: #ABABAB !important;
}

.films-like-this-imgs:hover {
  border: 3px #000 solid;
  outline: 3px #c73800 solid;
}

.films-like-this-imgs {
  border-radius: 4% !important;
  border: 3px transparent solid;
}

.soc-icon:hover {
  border-radius: 10px;
}

.soc-icon:hover {
  background-color: #c73800;
}

.nav-container-desktop ul {
  max-width: 1600px !important;
}

.whats-love-title {
  margin-bottom: 4px;
  font-size: clamp(22px, 3vw, 36px);
}

.sponsorship-group {
  gap: 4px;
  font-size: 13px;
}

.sponsorship-group img {
  height: clamp(24px, 3vh, 32px);
}

.btn-join-discussion em {
  font-style: normal;
  color: #9f9f9f;
}

h2.top-header {
  font-weight: 700;
  font-size: 48px;
  color: #F3F3F3;
  text-transform: uppercase;
}

h3.subheader-date {
  font-weight: 700;
  font-size: clamp(16px, 4vh, 22px);
  margin-bottom: 0px;
  color: #50CFBC;
}

.title-info {
  margin-top: 16px !important;
}

.wp-image-1738 {
  margin-left: 10px;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.entry-header {
  display: none;
}

.entry-content {
  max-width: 100% !important;
  margin: 0px auto !important;
  padding: 0px !important;
  background-color: black;
  position: relative;
  z-index: 0;
}

#fader {
  height: 72vh;
  /* height:100%; */
  /* min-height:600px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#fader>.wp-block-group__inner-container {
  -webkit-backdrop-filter: brightness(0.7);
  backdrop-filter: brightness(0.7);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end !important;
  /* min-height: 600px; */
  min-height: 72vh;
}

#fader h2,
#fader h4,
#fader p,
#section2 p,
#section3 p,
#section3 h2,
#section3 h3,
#section4 p,
#section4 h2 {
  color: #F3F3F3;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

#fader h2 {
  font-size: clamp(18px, 4vh, 3rem) !important;
}

#fader .title-details p,
#section2 .title-details {
  color: #B1B1B1 !important;
}

#section2 .title-details {
  font-size: 12px;
}

#section2 h2 {
  padding-bottom: 40px;
}

#section4 {
  padding-bottom: 40px;
}

#section4 h2,
#section3 h3 {
  font-weight: 400;
}

.lower-page-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper>.wp-block-group__inner-container {
  max-width: 1600px;
  padding: 20px;
  margin: 0 auto;
}

#section2 .featured-title-group {
  max-width: 420px;
}

.lower-page-background>.wp-block-group__inner-container {
  color: #F3F3F3 !important;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: rgba(0, 0, 0, .9);
}

#section2 .wp-block-group__inner-container,
#section3 .wp-block-group__inner-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}

#section4 .wp-block-group__inner-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
}

.rounded img {
  border-radius: 4% !important;
}

.border-white img {
  border: 1px white solid;
}

#fader:before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 40%);
  z-index: 0;
}

.underline:after {
  width: 170px;
  height: 1px;
  margin-bottom: 40px;
  background-color: #50CFBC;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  content: '';
}

.share-fun a,
.join-discussion a,
.watch-film a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.share-fun,
.join-discussion,
.watch-film {
  background-color: #ffffff14 !important;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  align-self: auto !important;
  flex-direction: column;
}

.share-fun h5,
.join-discussion h5,
.watch-film h5 {
  color: #F3F3F3 !important
}

.share-fun a,
.join-discussion a,
.watch-film a,
.social-tag em {
  color: #50CFBC;
}

.social-tag em {
  font-style: normal !important;
}

.bigmoviewatch-btn {
  font-size: 15px;
  margin: 0 auto;
  padding: 0px !important;
  line-height: 20px;
}

.bigmoviewatch-btn:hover a {
  background-color: #7c2300 !important;
}

.inactive:hover a {
  background-color: #666 !important;
}

.bigmoviewatch-btn a {
  border: none !important;
}

.section3 {
  background-color: transparent !important;
}

.section3 h2 {
  color: #F3F3F3 !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

@media screen and (max-width: 781px) {
  .films-like-this-titles {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    max-width: 400px;
    margin: 0 auto;
  }

  #fader {
    height: auto;
  }

  .wp-block-group.wrapper {
    margin-top: 90px;
  }
}

/* Video Modal
-----------------------------------------*/
dialog.video-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

dialog.video-modal .overlay {
  background-color: transparent;
}

.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.82);
  /* overlay color */

  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;

  margin: 0 auto;

  overflow-y: visible;

  background: #000;

  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;

  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;

  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/* fader */
#fader {
  background: no-repeat center center;
  background-size: cover;
  background-blend-mode: darken;
  background-color: transparent !important;
  -webkit-transition: background 3s;
  transition: background 3s;
  position: relative;
}

div#trailer a:focus {
  background-color: #ABABAB !important
}

div#trailer a:focus,
#toggle a:focus {
  outline: 2px dotted #de3f00;
}

#watch a:focus {
  background-color: #7c2300 !important;
}

#toggle a {
  display: flex;
  width: 100%;
  height: 100%;
}

#menu-big-movie-watch .menu-item a:focus {
  background-color: white;
  color: black;
  border-radius: 10px;
  transition: none !important;
}

@media all and (max-width: 770px) {
  #texttop {
    display: none;
  }
}

@media all and (max-width: 426px) {

  .nav-container-mobile ul,
  .button_container {
    position: relative;
  }

  .nav-container-mobile ul {
    display: flex;
  }

  #logo-mobile {
    flex-grow: 1;
  }

  .overlay.open {
    position: relative;
    margin-top:1rem;
  }

  .overlay nav {
    position: relative;
    height: 100%;
    top: 0px;
    transform: none;
  }

  .overlay.open:after {
    content: "";
    height: 100%;
    position: fixed;
    background: black;
    width: 100%;
    top: 0px;
  }

  .button_container {
    top: 30px;
  }

  .nav-container-mobile::before {
    background: none !important;
  }
}