:root {
  --white: white;
  --black: black;
  --dark-slate-blue: #113f6c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-top: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .35s, background-color .2s;
  display: flex;
}

.nav-link:hover {
  opacity: .8;
  border-top-color: #ffffff4f;
  font-weight: 500;
}

.nav-link.w--current {
  color: #868686;
  border-top: 2px solid #868686;
  font-weight: 700;
}

.nav-link.w--current:hover {
  opacity: 1;
  background-color: #0000;
}

.nav-link.c {
  color: #c4c5c7;
  font-weight: 600;
}

.nav-link.home-btn.w--current {
  text-align: center;
  border-top-style: solid;
  border-top-color: #0000;
}

.nav-link.active {
  color: #fff;
  border-top-color: #fff;
  font-weight: 600;
  transition: opacity .35s, background-color .2s, border .2s;
}

.nav-link.active:hover {
  color: #333;
  font-weight: 600;
}

.navbar {
  background-color: #fff;
  background-image: none;
  display: none;
}

.navbar.home {
  z-index: 1;
  opacity: .95;
  background-color: #fffffff2;
  background-image: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.quote-holder {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  background-color: #000;
  background-image: linear-gradient(#00000096, #000), url('../images/Mississippi-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3% 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.quote-holder:hover {
  box-shadow: none;
}

.trailer-overlay {
  z-index: 20;
  opacity: .5;
  background-color: #000000e6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.close-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 40px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.close-link:hover {
  background-color: #fff3;
}

.body {
  letter-spacing: .05em;
  background-color: #333;
  font-family: Open Sans, sans-serif;
}

.body.home {
  background-color: #1f1f1f;
}

.section {
  letter-spacing: .05em;
  background-color: #2c2c2c;
  min-height: 80vh;
  padding-top: 4%;
  padding-bottom: 4%;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.section.center {
  box-shadow: none;
  background-image: linear-gradient(#2c2c2c, #2c2c2c);
  align-items: center;
  display: flex;
}

.section.tv {
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.footer {
  color: #fff;
  text-align: center;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #333;
  font-family: Lato, sans-serif;
}

.heading {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.heading.w {
  color: #fff;
  text-align: left;
}

.heading.w.line {
  color: #fff;
  border-bottom: 3px solid #505050;
  margin-bottom: 2%;
  padding-bottom: 2%;
  font-weight: 800;
}

.heading.contact {
  color: #fff;
}

.paragraph {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.paragraph.no-pad {
  color: #fff;
  margin-bottom: 0;
}

.paragraph.no-pad.w {
  color: #fff;
  text-align: left;
  margin-top: 2%;
}

.paragraph.values {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
}

.paragraph.article {
  color: #fff;
  border-top: 1px solid #505050;
  margin-top: 2%;
  margin-bottom: 15px;
  padding-top: 2%;
}

.top-link {
  opacity: .5;
  color: #5f5f5f;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  transition: transform .2s;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  overflow: hidden;
  transform: translate(0, 50px);
  box-shadow: inset 0 0 8px #dbdbdb;
}

.top-link:active {
  transform: translate(0, 50px);
}

.footer-link {
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-right: 10%;
  padding: 3px 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: background-color .2s;
}

.footer-link:hover {
  opacity: 1;
  background-color: #ffffff0d;
}

.footer-link.w--current {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.footer-link.w--current:hover {
  opacity: 1;
  background-color: #0000;
}

.footer-link.dd {
  margin-left: 15px;
  padding-left: 5px;
  display: inline-block;
}

.footer-link.dd.w--current {
  padding-left: 20px;
}

.footer-link.about-us {
  padding-bottom: 5px;
}

.image {
  border-radius: 100%;
  width: 33px;
}

.social-link {
  text-align: left;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 4px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.page-header {
  margin-bottom: 1%;
}

.page-header.movie {
  margin-bottom: 5px;
}

.page-header.movies {
  margin-left: 0;
}

.page-header.contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0%;
  display: flex;
}

.dropdown-list-2 {
  background-color: #333;
}

.dropdown-list-2.w--open {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}

.dropdown-list-2.home.w--open {
  background-color: #fff;
  border: 1px solid #333;
  border-top-style: none;
  box-shadow: inset 0 0 8px #e6e6e6;
}

.dropdown-link {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .2s, color .3s;
}

.dropdown-link:hover {
  color: #333;
  background-color: #eee;
}

.dropdown-link.w--current {
  color: #fff;
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  color: #000;
  background-color: #fff;
}

.dropdown-link.aactive {
  font-weight: 700;
}

.film-link {
  color: #333;
  width: 98%;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
}

.title.director {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 15px;
  line-height: 25px;
}

.director {
  color: #fff;
  font-style: italic;
}

.no-pad-col {
  padding-left: 0;
  padding-right: 0;
}

.no-pad-col.padding {
  padding-left: 20px;
}

.no-pad-col.movie-desc {
  padding-left: 15px;
}

.no-pad-col.movie-page {
  padding-left: 10px;
}

.no-pad-col.about-links {
  padding-left: 10px;
  padding-right: 5px;
}

.no-pad-col.values {
  padding-left: 5px;
  padding-right: 10px;
}

.no-pad-col.home {
  padding-left: 10px;
  padding-right: 5px;
}

.no-pad-col.homr {
  padding-left: 5px;
  padding-right: 10px;
}

.film-type {
  margin-top: 5%;
  margin-bottom: 2%;
}

.film-type.thumb {
  margin-top: 4%;
  margin-left: -10px;
  font-size: 30px;
}

.bread-crumb {
  color: #b6b6b6;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 400;
  transition: opacity .2s;
}

.bread-crumb:hover {
  opacity: .5;
}

.bread-crumb.movie {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.link {
  color: #b6b6b6;
  text-decoration: none;
}

.link.w--current {
  color: #b6b6b6;
}

.link.w--current:hover {
  text-decoration: underline;
}

.film-poster {
  box-shadow: none;
  border: 5px #fff;
  border-radius: 3px;
  width: 97%;
  margin-bottom: 3%;
}

.member-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.main-body {
  background-color: #1f1f1f;
}

.building-image {
  border-radius: 2px;
  width: 100%;
  margin-bottom: 3%;
}

.phone-link {
  color: #fff;
  margin-top: 2%;
  font-weight: 700;
}

.location {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
}

.row-3, .row-4 {
  margin-bottom: 3%;
}

.row-4.last {
  margin-bottom: 0%;
}

.value {
  box-shadow: none;
  opacity: .7;
  background-color: #0000;
  border: 2px #fff;
  border-radius: 2px;
  margin-top: 2%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 15px;
  transition: opacity .2s, transform .2s;
  transform: translate(0, -10px);
}

.text-block {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-left: 2px #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

.our-values {
  margin-top: 0%;
  margin-bottom: -10px;
  padding-bottom: 0;
}

.text-span {
  text-transform: uppercase;
  font-weight: 800;
}

.bold-text {
  font-weight: 600;
}

.movie-info {
  position: absolute;
}

.movie-link {
  opacity: .5;
  background-image: linear-gradient(#00000040, #00000040);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 98%;
  display: none;
  position: absolute;
  inset: 0;
}

.movie-link.thumb {
  height: 50vh;
}

.info-btn {
  letter-spacing: .05em;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px 35px;
  font-weight: 600;
  line-height: 13px;
  transition: opacity .2s, transform .2s;
  transform: translate(0, 5px);
}

.info-btn:hover {
  opacity: .85;
}

.info-btn:active {
  transform: translate(0, 5px)scale(.95);
}

.movie-thumb {
  box-shadow: none;
  background-image: linear-gradient(#0000 -2%, #00000080 99%), url('../images/Screen-Shot-2018-02-02-at-10.36.36-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #fff;
  border-radius: 3px;
  align-items: flex-end;
  height: 50vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.movie-thumb:hover {
  background-image: linear-gradient(#0000 -2%, #00000080 99%, #000), url('../images/Screen-Shot-2018-02-02-at-10.36.36-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.movie-thumb._2 {
  background-image: linear-gradient(#0000 -2%, #00000080 99%), url('../images/Screen-Shot-2018-01-30-at-1.23.11-AM.webp');
  background-position: 0 0, 50% 0;
}

.movie-thumb._3 {
  background-image: linear-gradient(#0000 -2%, #00000080 99%), url('../images/Screen-Shot-2018-02-02-at-10.56.16-AM.webp');
}

.movie-thumb._4 {
  background-image: linear-gradient(#0000 -2%, #00000080 99%), url('../images/Screen-Shot-2018-02-02-at-10.58.55-AM.webp');
  background-position: 0 0, 50% 0;
}

.movie-thumb._5 {
  background-image: linear-gradient(#0000 -2%, #00000080 99%), url('../images/Screen-Shot-2018-02-02-at-10.37.16-AM.webp');
  background-position: 0 0, 50% 0;
}

.div-block-2 {
  color: var(--white);
  background-color: #000;
  background-image: none;
  margin-top: 3%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-block-4 {
  letter-spacing: .05em;
  font-size: 13px;
  line-height: 14px;
}

.link-2 {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.link-2:hover {
  opacity: .7;
}

.link-2.w--current {
  color: #333;
}

.link-2.w--current:hover {
  opacity: .5;
}

.unordered-list-copy {
  margin-top: 5%;
  margin-bottom: -10px;
}

.more-films-div {
  margin-left: 10px;
}

.div-block-4 {
  padding-left: 10px;
}

.text-block-5 {
  color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 15px;
  line-height: 14px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  margin-bottom: 3%;
  display: flex;
}

.div-block-7 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.link-icon {
  text-align: left;
  border-radius: 3px;
  justify-content: space-between;
  width: auto;
  transition: background-color .2s;
  display: flex;
}

.link-icon:hover {
  background-color: #ffffff1a;
}

.video {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  width: 25%;
  margin-bottom: 5px;
}

.container-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-2 {
  flex: 1;
}

.video-2 {
  box-shadow: none;
  border-radius: 3px;
  margin-top: 3%;
  margin-bottom: 3%;
  overflow: hidden;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.movie-description {
  color: #fff;
  font-size: 12px;
  line-height: 23px;
}

.image-8 {
  width: 75%;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-3.bod_pad {
  color: #fff;
  margin-bottom: 0%;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 10px;
}

.desktop-navigation {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  border-bottom-color: #fff;
}

.link-holder {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-9 {
  width: 200px;
}

.div-block-9 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  height: 80px;
  display: flex;
}

.desktop-link {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-top: 2px solid #0000;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s, border .25s;
  display: flex;
}

.desktop-link:hover {
  opacity: .8;
  border-top-color: #ffffff4f;
}

.desktop-link.w--current {
  border-top-color: #fff;
  font-weight: 600;
}

.desktop-link.w--current:hover {
  opacity: 1;
}

.desktop-link.c {
  font-weight: 600;
}

.desktop-link.c.w--current:hover {
  opacity: 1;
}

.text-block-9 {
  margin-right: 10px;
  display: inline-block;
}

.container-3 {
  opacity: .58;
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  transform: translate(0, 25px);
}

.row-8 {
  flex: 1;
}

.text-block-10 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  border-bottom: 1px solid #686868;
  margin-bottom: 3%;
  padding-bottom: 6px;
  padding-right: 45px;
  font-size: 18px;
  transform: rotate(0);
}

.text-block-10.top {
  color: #fff;
  letter-spacing: 2px;
  padding-right: 45px;
  font-size: 17px;
}

.footer-column {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dd-link {
  color: #fff;
  text-decoration: none;
}

.row-9 {
  margin-top: 3%;
}

.page-link {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#50505080, #50505080), url('../images/GoldstuckerHall.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.page-link:hover {
  background-image: linear-gradient(#86868680, #86868680), url('../images/GoldstuckerHall.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.page-link._2 {
  background-image: linear-gradient(#50505080, #50505080), url('../images/GarciaDesert1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-link._2:hover {
  background-image: linear-gradient(#86868680, #86868680), url('../images/GarciaDesert1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-link._2.values {
  margin-top: 3%;
}

.dropdown-2 {
  width: 100%;
  margin-bottom: 10px;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-list-3.w--open {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 4%;
  display: flex;
}

.movie-title {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
}

.div-block-10 {
  margin-bottom: 7%;
}

.utility-page-wrap {
  color: #fff;
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-2 {
  flex-direction: column;
  display: flex;
}

.text-field {
  text-align: center;
  letter-spacing: 1px;
  height: 45px;
  margin-top: 22px;
  font-family: Open Sans, sans-serif;
}

.image-10 {
  color: #fff;
}

.submit-button {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #969696;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-family: Open Sans, sans-serif;
  line-height: 0;
  display: flex;
}

.date {
  color: #fff;
  font-size: 12px;
}

.news-article {
  box-shadow: none;
  opacity: .7;
  background-color: #0000;
  border: 2px #fff;
  border-bottom: 1px #c9c9c9;
  border-radius: 0;
  margin-top: 2%;
  padding: 20px 15px;
  transition: opacity .2s, transform .2s, background-color .2s;
  transform: translate(0, -10px);
}

.news-article:hover {
  background-color: #00000017;
  border-radius: 3px;
}

.article-title {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}

.link-block {
  text-decoration: none;
}

.coming-soon {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#50505080, #50505080);
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.coming-soon:hover {
  background-image: linear-gradient(#86868680, #86868680);
  background-position: 0 0;
  background-size: auto;
}

.coming-soon.released {
  background-image: linear-gradient(#50505080, #50505080), url('../images/image2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 1024px;
}

.coming-soon.released:hover {
  background-image: linear-gradient(#92929280, #92929280), url('../images/image2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 1024px;
}

.coming-soon._4 {
  background-image: linear-gradient(#50505080, #50505080), url('../images/Screen-Shot-2018-05-15-at-11.35.39-AM.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 3px;
  transition: filter .2s;
}

.coming-soon._4:hover {
  background-image: linear-gradient(#8d8c8c80, #8d8c8c80), url('../images/Screen-Shot-2018-05-15-at-11.35.39-AM.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.coming-soon.about-home {
  background-image: linear-gradient(#00000085, #000), url('../images/Mississippi-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
}

.coming-soon.homoe {
  background-image: linear-gradient(218deg, #000c, #00000070), url('../images/Screen-Shot-2018-05-15-at-11.35.39-AM.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  transition: filter .2s;
}

.heading-2 {
  font-size: 38px;
}

.vid-pop {
  z-index: 10000;
  opacity: .5;
  background-color: #000000f0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.video-3 {
  width: 90%;
  display: block;
}

.div-block-12 {
  min-height: 33vh;
  display: none;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.heading-3 {
  color: #fff;
  text-align: left;
  border-bottom: 3px solid #333;
  margin-top: 30px;
  margin-bottom: 20px;
}

.columns, .columns-2 {
  margin-bottom: 15px;
}

.columns-3 {
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.text-block-11 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-left: 2px #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

.paragraph-4 {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.paragraph-4.values {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
}

.heading-4 {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.heading-4.w {
  color: #fff;
  text-align: left;
}

.heading-4.w.line {
  color: #fff;
  border-bottom: 2px solid #333;
  margin-bottom: 2%;
  padding-bottom: 3%;
}

.italic-text {
  color: #fff;
}

.italic-text-2 {
  color: #333;
}

.section-2 {
  background-color: #2c2c2c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.video-4 {
  border-radius: 10px;
  overflow: hidden;
}

.home-row-copy {
  align-items: stretch;
  margin-top: 10px;
  display: none;
}

.div-block-14, .div-block-15 {
  color: #fff;
}

.coming-soon-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/theater.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.cs-logo {
  width: 49vw;
  margin-bottom: 5%;
}

.heading-5 {
  font-size: 6vw;
}

.cs-date {
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 2vw;
  line-height: 15px;
}

.cs-main {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 6vw;
}

.cs-btn {
  color: #2b2b2b;
  background-color: #fff;
  width: 23vh;
  font-size: 2vh;
  font-weight: 700;
  line-height: 4vh;
}

.cs-para {
  width: 99ch;
  margin-bottom: 5%;
  font-size: 20px;
  line-height: 30px;
}

.cs-footer {
  color: var(--white);
  text-align: center;
  background-color: #000;
  background-image: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-16 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.back-btn {
  opacity: .3;
  color: #fff;
  margin-bottom: 4px;
  transition: opacity .2s;
}

.back-btn:hover {
  opacity: 100;
}

html.w-mod-js [data-ix="fade-in-load"] {
  opacity: .5;
}

html.w-mod-js [data-ix="sub-heading"] {
  opacity: .5;
  transform: translate(0, 7px);
}

html.w-mod-js [data-ix="raise-on-load"] {
  opacity: .07;
  transform: translate(0, 44px);
}

html.w-mod-js [data-ix="raise-on-load-wait"] {
  opacity: 0;
  transform: translate(0, 26px);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: left;
    border-style: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    border-style: none;
  }

  .nav-link.active:hover {
    color: #fff;
  }

  .navbar {
    background-color: #1a1a1a;
    display: block;
  }

  .navbar.home {
    opacity: 1;
    background-color: #173b5c;
  }

  .trailer-overlay {
    z-index: 20;
  }

  .section.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .top-link {
    z-index: 10;
  }

  .page-header.movies {
    margin-left: 0;
  }

  .dropdown-link {
    background-color: #333;
  }

  .film-link:active {
    transform: translate(0)scale(.95);
  }

  .menu-button {
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    margin-left: 75px;
  }

  .menu-button.w--open {
    background-color: #333;
  }

  .no-pad-col.movie-page {
    padding-left: 0;
  }

  .no-pad-col.about-links {
    flex: 1;
  }

  .no-pad-col.values {
    padding-top: 10px;
    padding-right: 5px;
  }

  .no-pad-col.home {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

  .no-pad-col.homr {
    padding-top: 10px;
    padding-right: 5px;
  }

  .film-type.thumb {
    margin-left: -10px;
  }

  .main-body {
    background-color: #333;
  }

  .nav-menu {
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .movie-thumb {
    padding-left: 20px;
  }

  .div-block-2 {
    background-image: none;
    margin-left: -3%;
    margin-right: -3%;
  }

  .unordered-list-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .row-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    margin-left: 0;
  }

  .image-8 {
    width: 24%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop-navigation {
    background-color: #000;
  }

  .coming-soon.homoe {
    margin-bottom: 10px;
  }

  .vid-pop {
    opacity: .5;
    display: none;
  }

  .div-block-13 {
    flex-direction: column;
    display: flex;
  }

  .home-row-copy {
    flex-direction: column;
    margin-top: 20px;
    display: block;
  }

  .cs-para {
    width: 54ch;
  }

  .cs-footer {
    background-image: none;
    margin-left: -3%;
    margin-right: -3%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-left: 40px;
  }

  .navbar.home {
    opacity: 1;
    background-color: #173b5c;
  }

  .quote-holder {
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section {
    box-shadow: none;
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer {
    padding-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-link {
    width: 60px;
    height: 60px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    bottom: 40px;
  }

  .page-header.movies {
    margin-left: 0;
  }

  .dropdown-link {
    padding-left: 60px;
  }

  .film-link {
    width: 100%;
    margin-bottom: 5%;
  }

  .director {
    margin-bottom: 0%;
  }

  .no-pad-col {
    padding-left: 0;
    padding-right: 0;
  }

  .no-pad-col.padding, .no-pad-col.movie-desc {
    padding-left: 0;
  }

  .no-pad-col.about-links, .no-pad-col.values, .no-pad-col.home, .no-pad-col.homr {
    padding-left: 0;
    padding-right: 0;
  }

  .film-type.thumb {
    margin-top: 7%;
    margin-left: 0;
  }

  .film-poster {
    width: 100%;
  }

  .building-image {
    margin-bottom: 4%;
  }

  .row-3 {
    padding-bottom: 5%;
  }

  .row-4 {
    margin-bottom: 0%;
  }

  .text-block {
    font-size: 15px;
    line-height: 27px;
  }

  .movie-link {
    width: 100%;
    height: 70vh;
  }

  .div-block-2 {
    margin-left: -5%;
    margin-right: -5%;
  }

  .unordered-list-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .more-films-div {
    margin-left: 0;
  }

  .row-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    padding: 10px 20px 10px 10px;
  }

  .image-8 {
    width: 33%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-3 {
    margin-bottom: 10%;
  }

  .text-block-10 {
    margin-top: 3%;
  }

  .text-block-10.top {
    margin-top: 2%;
  }

  .page-link._2 {
    margin-top: 3%;
  }

  .coming-soon.released {
    margin-bottom: 20px;
  }

  .image-12 {
    margin-bottom: 15px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .html-embed {
    display: block;
  }

  .text-block-11 {
    font-size: 15px;
    line-height: 27px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-main {
    font-size: 10vw;
    line-height: 57px;
  }

  .cs-para {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cs-footer {
    margin-left: -5%;
    margin-right: -5%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    background-color: #000;
    padding: 15px 10px;
  }

  .navbar.home {
    opacity: 1;
    padding-right: 15px;
  }

  .quote-holder {
    background-image: linear-gradient(121deg, #000000ba, #000), url('../images/Mississippi-02.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 8% 5%;
  }

  .trailer-overlay {
    z-index: 20;
  }

  .close-link {
    margin-right: 20px;
  }

  .body {
    background-color: #173b5c;
  }

  .section {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    padding: 7% 5%;
  }

  .section.center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.contact {
    background-color: #000;
    padding-bottom: 9%;
  }

  .section.tv {
    min-height: auto;
    padding-bottom: 7%;
  }

  .footer {
    padding-top: 10%;
    padding-bottom: 0%;
    overflow: hidden;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .heading.contact {
    margin-bottom: 0;
  }

  .top-link {
    z-index: 10;
    width: 65px;
    height: 65px;
    right: 25px;
  }

  .footer-link {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .page-header {
    margin-bottom: 5%;
  }

  .page-header.movie {
    margin-bottom: 0;
  }

  .film-link {
    margin-bottom: 5%;
  }

  .title.director {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .menu-button {
    padding: 15px;
  }

  .no-pad-col.padding {
    padding-left: 0;
  }

  .no-pad-col.homr {
    padding-top: 0;
  }

  .film-type {
    margin-top: 10%;
  }

  .film-type.thumb {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .bread-crumb {
    font-size: 16px;
    line-height: 28px;
  }

  .bread-crumb.movie {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .link {
    font-size: 16px;
    line-height: 18px;
    display: none;
  }

  .film-poster {
    border-width: 5px;
    border-radius: 5px;
    margin-top: -5%;
    margin-bottom: 3%;
    box-shadow: 2px 0 6px #dadada;
  }

  .member-title {
    margin-top: 5px;
  }

  .main-body {
    background-color: #333;
  }

  .value {
    margin-top: 5%;
  }

  .text-block {
    font-size: 17px;
    line-height: 32px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .our-values {
    margin-left: 0;
    padding-top: 0%;
  }

  .movie-thumb {
    border-radius: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .icon {
    font-size: 14px;
    transform: scale(1.5);
  }

  .div-block-2 {
    margin-top: 10%;
    margin-left: -6%;
    margin-right: -6%;
  }

  .text-block-4 {
    width: 100%;
    line-height: 22px;
  }

  .more-films-div {
    margin-left: 0;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .div-block-7 {
    justify-content: flex-start;
    margin-top: 3%;
    margin-left: -10px;
    padding-bottom: 37px;
  }

  .div-block-7.cs {
    padding-bottom: 10px;
  }

  .video {
    width: 80%;
    height: auto;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .video-2 {
    margin-bottom: 10%;
  }

  .image-8 {
    width: 75%;
  }

  .paragraph-3.bod_pad {
    margin-bottom: 13%;
  }

  .list-item {
    margin-top: 51px;
  }

  .container-3 {
    flex-direction: column;
    margin-bottom: 20%;
  }

  .text-block-10 {
    margin-top: 10%;
  }

  .text-block-10.top {
    margin-bottom: 4%;
  }

  .page-link {
    text-align: center;
  }

  .movie-title {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 35px;
  }

  .news-article {
    margin-top: 5%;
  }

  .article-title {
    flex-direction: column;
    margin-top: 10px;
    display: flex;
  }

  .coming-soon {
    text-align: center;
  }

  .coming-soon._4, .coming-soon.about-home, .coming-soon.homoe {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-block-11 {
    font-size: 17px;
    line-height: 32px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .section-2 {
    padding-top: 20px;
  }

  .coming-soon-body {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .cs-logo {
    width: 88vw;
    margin-bottom: 25px;
  }

  .cs-date {
    margin-top: 0;
    margin-bottom: 11%;
    font-size: 8vw;
  }

  .cs-main {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12vw;
    font-weight: 800;
    line-height: 51px;
  }

  .cs-btn {
    border-radius: 5px;
    width: 114%;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-para {
    width: 87vw;
    padding-left: 0;
    padding-right: 0;
  }

  .cs-footer {
    margin-left: 0%;
    margin-right: 0%;
  }

  .back-btn {
    opacity: .43;
    margin-bottom: 0;
  }

  .text-span-2 {
    font-size: 22vw;
    line-height: 30vw;
  }
}
