/* The styles below were compiled from SCSS */
* {
  position: relative;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  position: relative;
}

@media (min-width: 960px) {
  html {
    top: 0;
    left: 0;
  }
}

body {
  position: relative;
  overflow: scroll;
}

html, body {
  height: 100%;
  margin: 0;
}

button {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}

img, video {
  max-width: 100%;
}

img {
  border: none;
}

a, .link {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #be1d2c;
  border-color: #be1d2c;
  border-bottom: 1px solid #be1d2c;
  cursor: pointer;
  font-size: 14px;
}

a:focus, .link:focus {
  outline: none;
}

a.button, .link.button {
  display: inline-block;
}

a:hover, .link:hover {
  color: #be1d2c;
  border-color: transparent;
}

a.alt, .link.alt {
  border: none;
}

a.light, .link.light {
  color: #fff9c7;
}

a.light:hover, .link.light:hover {
  color: #fff;
}

a.no-border, .link.no-border {
  border: none;
}

a.no-border.poster, .link.no-border.poster {
  border: 1px solid #e1e2e5;
}

label {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}

header, nav, article, footer, address, section {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

a.alt, .link.alt, h1, h4 {
  font-family: "futura-pt-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}

a.alt-font, .link.alt-font, label, .link, h2, h3, h5, .select, button.location, a.location-option a, a.location-option div, button.location-option a, button.location-option div, .mobile-main-nav button.show-main-nav-button, .mobile-main-nav button.show-location-nav-button, .main-nav-link, .main-footer, .movie .details, .time, .box-button, .event-date, .show-date, .sub-nav, .contact-info a, .beer-menu #beer_menu > *, .error, .details, .newsletter-modal .close-button, .nav-icon-x {
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html, input[type="text"], textarea, .movie .description, .event-small-text, .food p, .single-movies .the-post p, .single-events .the-post p, .contact-info, .beer-menu #menu_widget td.abv, .beer-menu #menu_widget td.serving, .beer-menu #menu_widget td.price, .beer-menu #beer_menu, .beer-menu #beer_menu > p {
  font-family: "helvetica", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html {
  font-size: 12px;
  line-height: 1.4rem;
  background: #fff;
  color: #212121;
}

body > section {
  height: 100%;
}

h1 {
  font-size: 34px;
  line-height: 0.8;
  color: #000;
  margin: 12px 0 36px 0;
}

h1.large-heading {
  font-size: 75px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

h2 {
  color: #000;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 1rem;
}

h2.alt {
  color: black;
}

h2.alt .icon {
  fill: black;
}

h2.alt .community-icon {
  color: #fff;
}

h2.alt .community-icon path {
  stroke: #fff;
}

h2.alt:hover {
  color: black;
}

h2.alt:hover .icon {
  fill: black;
}

h2.alt:hover .community-icon {
  color: #fff;
}

h2.alt:hover .community-icon path {
  stroke: #fff;
}

h2.alt:hover {
  color: black;
}

h2.alt:hover .icon {
  fill: #be1d2c;
}

h2.alt:hover .community-icon path {
  stroke: #fff;
}

h2 a {
  font-size: 22px;
}

h3 {
  margin: 1.2rem 0;
  color: black;
  font-size: 13px;
  line-height: 1.1;
}

h4 {
  font-size: 26px;
  color: #fff;
  margin: 0.5rem 0 0.5rem 0;
}

h5 {
  font-size: 11px;
  margin: 0;
  line-height: 20px;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  text-transform: uppercase;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection {
  color: #fff;
  background: #be1d2c;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection {
  color: #fff;
  background: #be1d2c;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

h1 b, h2 b, h3 b, h4 b, h5 b {
  font-weight: 500;
}

p {
  line-height: 1.6;
  margin: 0 0 1rem;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

p.lead {
  font-size: 1.2rem;
  line-height: 1.8;
}

p::-moz-selection {
  color: #fff;
  background: #be1d2c;
}

p::selection {
  color: #fff;
  background: #be1d2c;
}

header {
  display: block;
}

nav a {
  text-decoration: inherit;
}

input[type="text"], textarea {
  font-size: 12px;
  -webkit-appearance: none;
  box-shadow: none;
  border: 1px solid #939498;
  min-height: 30px;
  padding: 10px;
}

input[type="text"]:focus, textarea:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  font-size: 0.9rem;
}

::-moz-placeholder {
  font-size: 0.9rem;
}

:-ms-input-placeholder {
  font-size: 0.9rem;
}

::placeholder {
  font-size: 0.9rem;
}

input[type="text"] {
  height: 30px;
  padding: 0 0.8rem;
  border-radius: 0;
}

textarea {
  resize: none;
  border-radius: 0;
}

blockquote {
  margin: 0;
}

select {
  background: transparent;
}

.select {
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 30px;
  border: 1px solid #939498;
  border-radius: 0;
  padding: 0 1rem;
  cursor: pointer;
  padding-right: 45px;
}

.select::-ms-expand {
  display: none;
}

.select + .select-button {
  pointer-events: none;
  content: "";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 30px;
  border-left: 1px solid #939498;
  text-align: center;
  background: url("images/arrow.svg") center center no-repeat;
  background-size: 11px;
}

@media (min-width: 960px) {
  .select + .select-button {
    position: relative;
    -webkit-transform: translate(calc(-100% - 5px), 0);
        -ms-transform: translate(calc(-100% - 5px), 0);
            transform: translate(calc(-100% - 5px), 0);
  }
}

.day-select {
  width: 100%;
}

@media (min-width: 960px) {
  .day-select {
    width: auto;
    margin-left: 12px;
    margin-bottom: 12px;
  }
}

.subject-select {
  width: 100%;
}

@media (min-width: 960px) {
  .subject-select {
    width: auto;
    margin-bottom: 12px;
  }
}

.button {
  color: #000;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 1rem 0;
  font-size: 13px;
  border-bottom: none;
  font-weight: 500;
  background: radial-gradient(rgba(190, 29, 44, 0) 33%, rgba(190, 29, 44, 0) 100%), radial-gradient(black 0%, black 100%);
}

.button:hover {
  background: #bdbdc3;
  color: black;
}

.button:active {
  background: #8d8e97;
}

.button:last-child {
  margin-bottom: 0;
}

.button + .heading {
  margin-top: 30px;
}

.button.flush {
  margin: 0;
}

.main-logo {
  display: block;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 1rem auto 0;
  background-size: 100%;
  cursor: pointer;
  border: none;
}

@media (min-width: 960px) {
  .main-logo {
    width: 222px;
    height: 71px;
  }
}

.main-logo-wrap {
  padding: 20px;
  background: #be1d2c;
}

@media (min-width: 960px) {
  .main-logo-wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
    background: transparent;
    padding: 0;
  }
}

.top-menu {
  display: none;
  background: #212121;
  height: 27px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

@media (min-width: 960px) {
  .top-menu {
    display: block;
  }
}

.top-menu .newsletter-button {
  margin-right: 12px;
}

.top-menu .menu-group {
  float: right;
}

.top-menu .social-links {
  display: inline-block;
  height: 27px;
}

.top-menu .social-links a {
  vertical-align: middle;
}

.top-menu .facebook-logo, .top-menu .twitter-logo, .top-menu .instagram-logo {
  display: inline-block;
  fill: #8d8e97;
  margin-right: 12px;
}

button.menu:hover:after, button.menu.active:after {
  border-top-color: #fff;
}

button.menu:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #8d8e97;
  vertical-align: middle;
  margin-top: -2px;
}

button.menu span {
  display: inline-block;
  vertical-align: middle;
}

button.location {
  background: #000;
  color: #8d8e97;
  height: 27px;
  line-height: 27px;
  padding: 0 12px;
  text-transform: uppercase;
}

button.location:hover {
  color: #fff;
  background: #000;
}

button.location.active {
  background: #be1d2c;
  color: #fff;
}

button.location span {
  vertical-align: top;
}

a.location-option, button.location-option {
  display: block;
  width: 100%;
  text-align: left;
  color: #000;
}

a.location-option:hover, button.location-option:hover {
  background: #e1e2e6;
  color: #000;
}

a.location-option:hover a, button.location-option:hover a {
  color: #000;
}

a.location-option a, button.location-option a {
  color: #212121;
}

a.location-option a:hover, button.location-option a:hover {
  color: #000;
}

a.location-option a, a.location-option div, button.location-option a, button.location-option div {
  font-size: 12px;
}

a.newsletter-button {
  color: #8d8e97;
  border-color: #8d8e97;
  text-transform: uppercase;
  font-size: 12px;
}

a.newsletter-button:hover {
  color: #fff;
}

.main-nav {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.85);
  border-top: 4px solid #be1d2c;
  transition: height 0.3s;
  overflow: hidden;
}

.main-nav:before, .main-nav:after {
  content: " ";
  display: table;
}

.main-nav:after {
  clear: both;
}

@media (min-width: 960px) {
  .main-nav {
    display: block;
  }
}

.main-nav .inner-container {
  position: relative;
  height: 100%;
}

.main-nav .container {
  height: 100%;
  padding: 0;
}

@media (max-width: 959px) {
  .main-nav {
    text-align: center;
  }
}

@media (min-width: 960px) {
  .main-nav {
    padding-top: 0;
    height: 114px;
  }
}

.main-nav .facebook-logo, .main-nav .twitter-logo {
  fill: #fff;
}

@media (min-width: 960px) {
  .main-nav .facebook-logo, .main-nav .twitter-logo {
    fill: #fff9c7;
  }
}

.main-nav .location-menu {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  background: #fff;
  height: calc(100% + 10px);
  margin-top: -10px;
}

@media (min-width: 960px) {
  .main-nav .location-menu {
    margin-top: 0;
    height: 100%;
  }
}

.main-nav .location-menu.show {
  display: block;
}

.main-nav .location-menu .location-option {
  height: 50%;
  border-bottom: 1px solid #e1e2e5;
  padding: 6px 12px;
}

.main-nav .location-menu .location-name {
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .mobile-main-nav {
    display: none;
  }
}

.mobile-main-nav.show-main-nav .main-nav-list {
  height: 211px;
}

@media (min-width: 720px) {
  .mobile-main-nav.show-main-nav .main-nav-list {
    height: 161px;
  }
}

.mobile-main-nav.show-main-nav .nav-icon-line {
  display: none;
}

.mobile-main-nav.show-main-nav .nav-icon-x {
  display: block;
}

.mobile-main-nav.show-main-nav .toggle-nav-icon {
  margin-right: 0;
}

.mobile-main-nav.show-location-nav .location-menu {
  height: 94px;
}

@media (min-width: 580px) {
  .mobile-main-nav.show-location-nav .location-menu {
    height: 48px;
  }
}

.mobile-main-nav.show-location-nav button.show-location-nav-button span.arrow:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #8d8e97;
  border-top: 0;
  vertical-align: middle;
  margin-top: -2px;
}

.mobile-main-nav button.show-main-nav-button, .mobile-main-nav button.show-location-nav-button {
  font-size: 14px;
  background: #000;
  width: 100%;
  height: 40px;
  color: #8d8e97;
  text-transform: uppercase;
}

.mobile-main-nav button.show-location-nav-button span.arrow:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #8d8e97;
  vertical-align: middle;
  margin-top: -2px;
}

@media (min-width: 580px) {
  .mobile-main-nav .main-logo {
    width: 50%;
  }
}

.mobile-main-nav .main-nav-list {
  height: 0px;
  transition: height 0.3s;
}

.mobile-main-nav .social-links {
  display: inline-block;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 24px;
}

.mobile-main-nav .social-links:before, .mobile-main-nav .social-links:after {
  content: " ";
  display: table;
}

.mobile-main-nav .social-links:after {
  clear: both;
}

.mobile-main-nav .social-links .logo {
  fill: #8d8e97;
}

.mobile-main-nav .social-links a {
  margin-right: 12px;
}

.mobile-main-nav .social-links a:last-child {
  margin-right: 0;
}

.mobile-main-nav .newsletter-button {
  display: inline-block;
  margin-bottom: 12px;
}

.mobile-main-nav .location-menu {
  z-index: 10;
  width: 100%;
  height: 0px;
  background: #fff;
  overflow: hidden;
  transition: height 0.3s;
  border-bottom: 4px solid #be1d2c;
}

.mobile-main-nav .location-menu:before, .mobile-main-nav .location-menu:after {
  content: " ";
  display: table;
}

.mobile-main-nav .location-menu:after {
  clear: both;
}

.mobile-main-nav .location-menu.show {
  display: block;
}

.mobile-main-nav .location-menu .location-option {
  border-bottom: 1px solid #e1e2e5;
  padding: 6px 12px;
  height: 45px;
}

@media (min-width: 580px) {
  .mobile-main-nav .location-menu .location-option {
    float: left;
    width: 50%;
    border-bottom: none;
  }
  .mobile-main-nav .location-menu .location-option:last-child {
    border-left: 1px solid #e1e2e5;
  }
}

.mobile-main-nav .location-menu .location-name {
  text-transform: uppercase;
}

.show-main-nav .main-nav-list {
  height: 200px;
}

@media (min-width: 720px) {
  .show-main-nav .main-nav-list {
    height: 150px;
  }
}

@media (min-width: 960px) {
  .show-main-nav .main-nav-list {
    height: auto;
  }
}

.show-main-nav .main-nav {
  height: 270px;
}

@media (min-width: 720px) {
  .show-main-nav .main-nav {
    height: 215px;
  }
}

@media (min-width: 960px) {
  .show-main-nav .main-nav {
    height: 114px;
  }
}

.main-nav-link {
  float: left;
  width: 50%;
  color: #fff;
  border: none;
  text-align: center;
  border-left: none;
  border-top: none;
  vertical-align: middle;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 12px;
  white-space: nowrap;
}

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

@media (max-width: 959px) {
  .main-nav-link:active {
    color: #be1d2c;
  }
}

@media (min-width: 960px) {
  .main-nav-link:active {
    color: #be1d2c;
  }
}

.main-nav-link:active .facebook-logo, .main-nav-link:active .twitter-logo {
  fill: #fff !important;
}

.main-nav-link.donate-button {
  width: 100%;
  margin: 0;
  line-height: auto !important;
}

.main-nav-link.donate-button:hover {
  background: #fff;
}

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

.main-nav-link.twitter, .main-nav-link.facebook {
  width: 25%;
}

@media (min-width: 720px) {
  .main-nav-link {
    width: 33.3333%;
  }
}

@media (min-width: 960px) {
  .main-nav-link {
    border: none;
    width: auto;
  }
  .main-nav-link.donate-button {
    line-height: 3;
    padding: 1rem;
    width: auto;
    color: #fff;
  }
  .main-nav-link.twitter, .main-nav-link.facebook {
    width: auto;
  }
}

.main-nav-list {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: block;
  z-index: 1;
  transition: height 0.3s;
  overflow: hidden;
  padding: 0;
  background: #212121;
  text-align: center;
  border-bottom: none;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

@media (min-width: 960px) {
  .main-nav-list {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    display: inline-block;
    height: auto;
    background: transparent;
    max-height: none;
    text-align: left;
  }
}

.social {
  display: inline-block;
}

.social:before, .social:after {
  content: " ";
  display: table;
}

.social:after {
  clear: both;
}

.social-link svg {
  display: inline-block;
}

.social-link svg, .social-link span {
  vertical-align: middle;
}

.toggle-nav-button {
  right: 8px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

.toggle-nav-button.button:hover .nav-icon-line {
  background: #be1d2c;
}

.toggle-nav-button.button:active .nav-icon-line {
  background: #be1d2c;
}

@media (min-width: 960px) {
  .toggle-nav-button {
    display: none;
  }
}

.toggle-nav-icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.nav-icon-line {
  height: 2px;
  background: #fff9c7;
  margin: 3px 0;
  border-radius: 1px;
}

.nav-icon-line:first-child {
  margin-top: 0;
}

@media (min-width: 960px) {
  .page-wrap {
    min-height: 100%;
    margin-bottom: -315px;
  }
  .page-wrap:after {
    content: '';
    display: block;
    height: 315px;
  }
}

.main-footer {
  z-index: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  background: #212121;
  font-size: 12px;
  padding-bottom: 0;
}

.main-footer .facebook-logo, .main-footer .twitter-logo, .main-footer .instagram-logo {
  fill: #8d8e97;
}

@media (min-width: 960px) {
  .main-footer:after {
    height: 87px;
  }
}

@media (min-width: 960px) {
  .main-footer {
    height: 315px;
  }
}

.footer-header {
  border-bottom: 1px solid #5f5f65;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 12px;
}

.footer-header h4 {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .footer-header h4 {
    margin-bottom: 0;
  }
}

.footer-header .social-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  height: 23px;
}

@media (min-width: 580px) {
  .footer-header .social-links {
    float: right;
    width: 35%;
    padding-left: 12px;
  }
}

.footer-header .social-links a {
  margin-left: 12px;
}

.footer-header .social-links a:first-child {
  margin-left: 0;
}

.footer-nav {
  text-align: center;
}

.footer-nav:before, .footer-nav:after {
  content: " ";
  display: table;
}

.footer-nav:after {
  clear: both;
}

@media (min-width: 720px) {
  .footer-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 960px) {
  .footer-nav {
    text-align: left;
    padding-bottom: 0;
  }
}

.footer-nav a {
  display: inline-block;
  color: #8d8e97;
  border-color: #fff6e4;
  vertical-align: middle;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-nav a:hover {
  color: #be1d2c;
  border-color: #be1d2c;
}

.footer-nav a:last-child {
  margin-right: 0;
}

@media (max-width: 959px) {
  .footer-nav a.footer-logo {
    display: block;
    float: none;
    width: 60px;
    height: 57px;
    margin: 0 auto;
  }
  .footer-nav a.footer-logo + a {
    clear: both;
  }
}

.footer-section {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .footer-section {
    float: left;
    width: calc(50% - 22px);
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .footer-section:first-child {
    margin-right: 44px;
  }
}

@media (max-width: 959px) {
  .footer-section:last-child {
    margin-bottom: 24px;
  }
}

.footer-section.studio35 a {
  color: #73747b;
  border-color: #73747b;
}

.footer-section.studio35 a:hover {
  color: #be1d2c;
}

.footer-section.studio35 .social-links svg:hover {
  fill: #be1d2c;
}

.footer-section.grandview-theater a {
  color: #73747b;
  border-color: #73747b;
}

.footer-section.grandview-theater a:hover {
  color: #169381;
}

.footer-section.grandview-theater .social-links svg:hover {
  fill: #169381;
}

.footer-section .footer-nav {
  width: 30%;
}

.footer-section .footer-info {
  width: 35%;
}

.footer-section .footer-info:last-child {
  padding-left: 12px;
}

.footer-section .footer-nav, .footer-section .footer-info {
  float: left;
}

.footer-group:before, .footer-group:after {
  content: " ";
  display: table;
}

.footer-group:after {
  clear: both;
}

.footer-info {
  color: #73747b;
}

.footer-info a {
  display: inline-block;
  line-height: 15px;
}

.spaced-out {
  margin-top: 28px;
}

.footer-nav-link {
  width: 100%;
  text-align: left;
}

@media (min-width: 960px) {
  .footer-nav-link:first-child {
    padding-left: 0;
  }
}

@media (max-width: 959px) {
  .footer-nav-link.back-to-top {
    width: 100%;
    padding: 1rem 0 2rem;
  }
}

.footer-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: black;
}

@media (min-width: 960px) {
  .footer-details {
    text-align: left;
    padding-left: 0.5rem;
  }
}

@media (max-width: 719px) {
  .footer-details.container.small {
    padding: 1rem 3rem;
  }
}

.footer-details p {
  color: #8d8e97;
  font-weight: 500;
  margin-bottom: 0.4em;
  line-height: 30px;
}

.footer-details p:last-child {
  margin-bottom: 0;
}

.footer-details p.small {
  font-size: 0.5rem;
  color: #fff6e4;
}

.footer-details a {
  color: #be1d2c;
  border-color: #be1d2c;
  font-weight: 500;
  border-width: 1px;
  padding-bottom: 2px;
}

.footer-details a:hover {
  color: #fff;
  border-color: #fff;
}

.footer-icon {
  float: right;
}

.footer-logo {
  display: block;
  z-index: 1;
  background: url("../img/logo-off-white.png") center center no-repeat;
  width: 60px;
  height: 56px;
  margin: 0 auto;
  background-size: 100%;
  cursor: pointer;
  border: none;
}

@media (min-width: 960px) {
  .footer-logo {
    width: 95px;
    background: url("../img/logo-off-white.png") center center no-repeat;
    background-size: 70px;
  }
}

@media (max-width: 959px) {
  .footer-logo {
    margin: 0 auto;
  }
}

.main-content {
  float: left;
  width: 80%;
}

.main-content:before, .main-content:after {
  content: " ";
  display: table;
}

.main-content:after {
  clear: both;
}

.main-header {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  transition: margin 0.3s, top 0.3s;
  height: auto;
  color: #fff;
  min-height: 90px;
  -webkit-animation-name: cycleBackground;
          animation-name: cycleBackground;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media (min-width: 960px) {
  .main-header {
    margin-top: -114px;
    padding-top: 114px;
  }
}

@media (min-width: 960px) and (orientation: landscape) {
  .main-header.full-screen {
    height: 100vh;
  }
}

@media (min-width: 720px) and (orientation: portrait) {
  .main-header.full-screen {
    height: 50vh;
  }
}

@media (min-width: 960px) and (orientation: portrait) {
  .main-header.full-screen {
    height: 66vh;
  }
}

.main-header.full-screen .main-header-content {
  z-index: 1;
}

@media (min-width: 960px) {
  .main-header.full-screen .main-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    padding-top: 114px;
  }
}

.main-header.full-screen .main-header-content p:last-child {
  margin-bottom: 0;
}

.main-header .main-header-content {
  height: 100%;
  z-index: 1;
}

.main-header .main-header-content > div {
  z-index: 10;
}

.main-header .main-header-content > .container {
  height: 100%;
}

.main-header.center-text h1 {
  margin: 0 auto 1rem;
}

.main-header.center-text h1:last-child {
  margin-bottom: 0;
}

.main-header p {
  color: #fff6e4;
}

.main-header p.alt {
  color: black;
}

.main-header + .main-header {
  margin-top: 0;
}

.home-header {
  height: auto;
}

@media (min-width: 960px) {
  .home-header {
    height: 468px;
    padding-top: 300px;
  }
}

.home-header p {
  margin: 0 auto 1rem;
  max-width: 820px;
}

@media (min-width: 960px) {
  .home-header h1 {
    text-align: right;
  }
}

@media (min-width: 960px) {
  .home-header p {
    margin: 0 auto 1rem;
  }
}

@media (min-width: 960px) {
  .showtimes.container {
    padding-bottom: 75px;
  }
}

section.movies {
  margin-bottom: 48px;
}

section.events {
  margin-bottom: 48px;
}

.showtime-list {
  font-size: 0;
}

.showtimes-header {
  margin-bottom: 24px;
}

.showtimes-header h1, .showtimes-header select {
  display: inline-block;
  vertical-align: middle;
}

.events-header h1.events-heading {
  margin-bottom: 24px;
}

.showtime-heading {
  margin-bottom: 12px;
}

.showtimes-grid {
  margin-bottom: 12px;
}

.showtimes-grid:last-child {
  margin-bottom: 0;
}

.showtimes-grid .movie {
  margin-bottom: 24px;
  width: 100%;
}

.showtimes-grid .movie:before, .showtimes-grid .movie:after {
  content: " ";
  display: table;
}

.showtimes-grid .movie:after {
  clear: both;
}

@media (min-width: 960px) {
  .showtimes-grid .movie {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}

.showtimes-grid .movie:first-child {
  // margin-right: 20px;
}

.movie:before, .movie:after {
  content: " ";
  display: table;
}

.movie:after {
  clear: both;
}

.movie .poster {
  float: left;
  overflow: hidden;
}

.movie .text {
  float: left;
  width: calc(100% - 100px);
  padding-left: 1rem;
}

.movie .title {
  margin-bottom: 0;
}

.movie .title a {
  border: none;
}

.movie .details {
  margin-bottom: 12px;
}

.events-grid {
  margin-bottom: 12px;
}

@media (min-width: 720px) {
  .events-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.events-grid:last-child {
  margin-bottom: 0;
}

.events-grid .event {
  margin-bottom: 24px;
  width: 100%;
}

.events-grid .event:before, .events-grid .event:after {
  content: " ";
  display: table;
}

.events-grid .event:after {
  clear: both;
}

@media (max-width: 959px) {
  .events-grid .event:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 720px) {
  .events-grid .event {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}

@media (min-width: 960px) {
  .events-grid .event {
    float: left;
    width: calc(33.3333% - 13.3333px);
  }
  .events-grid .event:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .events-grid .event:last-child {
    margin-right: 0;
  }
}

.event:before, .event:after {
  content: " ";
  display: table;
}

.event:after {
  clear: both;
}

.event:last-child {
  margin-bottom: 0;
}

.event .poster {
  display: block;
  width: 100%;
  height: 175px;
  overflow: hidden;
  margin-bottom: 12px;
}

.event .poster img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.event .title {
  margin-bottom: 0;
}

.event .title a {
  border: none;
}

.event .details {
  margin-bottom: 12px;
}

.event .details .buy {
  margin-top: 1rem;
}

.event .details .more {
  display: inline-block;
  margin-top: 1rem;
}

.time {
  background: #e1e2e5;
  margin: 0 6px 6px 0;
}

.time.no-link {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.time.no-link:hover {
  background: #e1e2e5;
}

.time.no-link:active {
  background: #e1e2e5;
}

.box-button {
  background: #e1e2e5;
  margin: 0 6px 6px 0;
}

.box-button.no-link {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.box-button.no-link:hover {
  background: #e1e2e5;
}

.box-button.no-link:active {
  background: #e1e2e5;
}

a.buy, button.buy {
  text-transform: uppercase;
}

a.buy[href=''], button.buy[href=''] {
  display: none;
}

a.more[href=''] {
  display: none;
}

.event-date {
  font-size: 14px;
  text-transform: uppercase;
}

.header-image {
  background-size: cover;
}

.header-image:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  background: radial-gradient(rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.6) 90%);
}

.header-image.no-dim:before {
  content: "";
  display: none;
}

.container {
  margin: 0 auto;
  padding: 15px;
}

@media (min-width: 960px) {
  .container {
    padding: 30px;
  }
}

.container.flush-sides {
  padding-left: 0;
  padding-right: 0;
}

.container.flush-top {
  padding-top: 0;
}

@media (max-width: 959px) {
  .container.flush-top {
    padding: 0;
  }
}

.container.flush-y {
  padding-top: 0;
  padding-bottom: 0;
}

.container.small {
  padding: 1rem 2rem;
}

.container.extra-pad {
  padding-top: 35px;
}

.back-to-back-container {
  padding-top: 0;
}

.flush-top {
  padding-top: 0;
}

.flush-sides {
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  clear: both;
}

.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.max-width {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}

.max-width:before, .max-width:after {
  content: " ";
  display: table;
}

.max-width:after {
  clear: both;
}

.max-width + .max-width {
  margin-top: 1rem;
}

.form label {
  font-weight: 700;
  margin-right: 1rem;
}

.form label > div {
  margin-bottom: 12px;
}

.form div {
  margin-bottom: 2rem;
}

.form textarea {
  vertical-align: top;
}

.form input + label {
  margin-left: 1rem;
}

.form textarea, .form input {
  border: 1px solid #e1e2e5;
}

.grid {
  display: block;
  width: 100%;
}

@media (min-width: 580px) {
  .grid {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row {
  margin-top: 1rem;
}

@media (min-width: 580px) {
  .grid-1 {
    width: 100%;
  }
}

@media (min-width: 580px) {
  .grid-2 {
    width: calc(50% - 0.75rem);
  }
}

@media (min-width: 580px) {
  .grid-2.close {
    width: calc(50% - 0.5rem);
  }
}

@media (min-width: 580px) {
  .grid-3 {
    display: block;
    width: calc(33.3333% - 1rem);
  }
}

@media (min-width: 580px) {
  .grid-4 {
    display: block;
    width: calc(25% - 1rem);
  }
}

@media (min-width: 580px) {
  .grid-5 {
    display: block;
    width: calc(20% - 1rem);
  }
}

@media (min-width: 960px) {
  .grid-2-of-3-large {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    width: calc(66.6666% - 1rem);
  }
}

@media (min-width: 960px) {
  .grid-1-of-3-large {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 0 calc(50% - 1rem);
        -ms-flex: 0 0 calc(50% - 1rem);
            flex: 0 0 calc(50% - 1rem);
    display: block;
    width: calc(33.3333% - 1rem);
    margin-left: auto;
  }
}

.grid-row-1[class*="grid-"] {
  height: calc(50% - 1rem);
}

@media (min-width: 960px) {
  .grid-row-1[class*="grid-"] {
    margin-bottom: 0 !important;
  }
}

.home .home-link {
  color: #be1d2c;
}

.contact .main-nav, .page-template-contact-page .main-nav {
  background: #000;
}

.contact .contact-link, .page-template-contact-page .contact-link {
  color: #be1d2c;
}

.contact .main-header, .page-template-contact-page .main-header {
  margin-top: 0;
  padding-top: 0;
}

.menu .menu-link, .page-template-menu-page .menu-link {
  color: #be1d2c;
}

@media (min-width: 960px) {
  .menu section.beer, .menu section.food, .page-template-menu-page section.beer, .page-template-menu-page section.food {
    float: left;
  }
}

@media (min-width: 960px) {
  .menu section.beer, .page-template-menu-page section.beer {
    width: 70%;
  }
}

@media (min-width: 960px) {
  .menu section.food, .page-template-menu-page section.food {
    width: 30%;
  }
}

.menu section.events, .page-template-menu-page section.events {
  margin-bottom: 2rem;
}

.menu-heading {
  margin-bottom: 1.5rem;
}

.page-template-rent-page .rent-link {
  color: #be1d2c;
}

.post-type-archive-movies .main-nav {
  background: #000;
}

.post-type-archive-movies .movies-link {
  color: #be1d2c;
}

.post-type-archive-events .main-nav {
  background: #000;
}

.post-type-archive-events .events-link {
  color: #be1d2c;
}

.food img, .food p {
  float: left;
}

.food img.food-logo {
  width: 75px;
}

.food p {
  width: calc(100% - 100px);
  padding-left: 12px;
}

.food a {
  margin-left: 12px;
}

.food-logo {
  width: 100px;
}

.single-movies .main-nav, .single-events .main-nav {
  background: #000;
}

@media (min-width: 960px) {
  .single-movies .poster-container, .single-movies .post-content, .single-events .poster-container, .single-events .post-content {
    float: left;
    width: calc(50% - 10px);
  }
}

.single-movies .poster-container img, .single-events .poster-container img {
  height: auto;
  border: 1px solid #e1e2e5;
}

@media (min-width: 960px) {
  .single-movies .poster-container, .single-events .poster-container {
    margin-right: 20px;
  }
}

.single-movies .post-content h2:first-child, .single-events .post-content h2:first-child {
  margin-bottom: 0;
}

.single-movies .post-content h2.title, .single-events .post-content h2.title {
  color: #be1d2c;
}

.single-movies .post-content .details, .single-events .post-content .details {
  margin-bottom: 12px;
}

.single-movies .the-post h1, .single-events .the-post h1 {
  display: none;
}

.show-date {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.show-date-group {
  margin-bottom: 12px;
}

.sub-nav {
  margin-bottom: 12px;
}

.sub-nav span {
  color: #be1d2c;
}

.contact-form {
  display: block;
  width: 100%;
  margin-right: 80px;
  margin-bottom: 12px;
}

.contact-form:before, .contact-form:after {
  content: " ";
  display: table;
}

.contact-form:after {
  clear: both;
}

@media (min-width: 960px) {
  .contact-form {
    float: left;
    width: calc(70% - 40px);
    margin-bottom: 0;
  }
}

.contact-form > input, .contact-form textarea {
  width: 100%;
}

.contact-form input, .contact-form fieldset {
  margin-bottom: 1rem;
}

.contact-form fieldset label {
  float: left;
  width: 20%;
}

.contact-form fieldset {
  padding: 0;
  border: none;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.contact-form label > div {
  margin-bottom: 6px;
}

.contact-form label input {
  margin: 0 0.5rem 0 0;
}

.contact-form label input, .contact-form label span {
  vertical-align: middle;
}

.contact-form label + textarea {
  margin-top: 6px;
}

@media (min-width: 960px) {
  .contact-info {
    float: left;
    width: calc(30% - 40px);
  }
}

.contact-info h2 {
  margin-bottom: 0;
}

.contact-info a .twitter-logo, .contact-info a .facebook-logo {
  fill: #212121;
  margin-right: 0.5rem;
}

.contact-info a .twitter-logo:hover, .contact-info a .facebook-logo:hover {
  color: #fff9c7;
}

.contact-info p {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 12px;
}

.form-group:before, .form-group:after {
  content: " ";
  display: table;
}

.form-group:after {
  clear: both;
}

.contact-name {
  margin-right: 20px;
}

.contact-name, .contact-email {
  float: left;
  width: calc(50% - 10px);
}

label input {
  width: 100%;
}

.info-section {
  margin-bottom: 17px;
}

.info-section:before, .info-section:after {
  content: " ";
  display: table;
}

.info-section:after {
  clear: both;
}

.info-section > div {
  float: left;
  width: 50%;
  line-height: 15px;
  margin-bottom: 4px;
}

.twitter-logo, .facebook-logo, .instagram-logo {
  display: inline-block;
  vertical-align: middle;
  border: none !important;
}

._2lqg {
  height: auto !important;
  max-height: none !important;
}

.text-overlay {
  width: auto;
  padding: 0.66667rem 0;
}

.text-overlay.lead {
  color: black;
}

.theater {
  background-image: url("images/studio35-theater.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bar {
  background-image: url("images/studio35-bar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.beer-food {
  background-image: url("images/beer-food.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.beer-menu #menu_widget table.beermenu th {
  font-size: 1rem;
  font-weight: 700;
  background: transparent;
}

.beer-menu #menu_widget table.beermenu th:first-child {
  padding-left: 0;
}

.beer-menu #menu_widget table.beermenu td {
  padding: 4px 6px;
}

.beer-menu #menu_widget table a {
  border-bottom: 1px solid #be1d2c;
}

.beer-menu #menu_widget table a:hover {
  border-bottom: none;
  text-decoration: none;
}

.beer-menu caption {
  display: none;
}

.beer-menu #beer_menu > a {
  border-bottom: 1px solid #be1d2c;
}

.beer-menu #beer_menu > a:hover {
  border-bottom: none;
  text-decoration: none;
}

.error {
  display: none;
  font-size: 13px;
  color: #be1d2c;
  text-transform: uppercase;
}

.message h2 {
  color: #be1d2c;
}

.message p {
  font-size: 16px;
}

.poster {
  width: 100px;
  height: 148px;
  background: #e1e2e5;
  border: 1px solid #e1e2e5;
}

.poster a {
  display: block;
  height: 100%;
}

.poster img {
  min-height: 100%;
  min-width: 100%;
}

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

.align-left, .left-align {
  text-align: left;
}

.align-right {
  float: right;
  width: 50%;
  text-align: left;
}

.align-righta {
  display: inline-block;
}

.center-element {
  margin: 0 auto;
}

.extra-margin {
  margin-bottom: 2rem;
}

.send-email {
  background: #e1e2e5;
  color: #212121;
  float: right;
  text-transform: uppercase;
  margin-top: 4px;
}

.send-email:hover {
  cursor: pointer;
}

.google-map {
  margin: 0 auto;
  border: 1px solid rgba(255, 246, 228, 0.3);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  border-radius: 2px;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.google-map, .google-map-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

@media (min-width: 720px) {
  .google-map, .google-map-wrap {
    height: 400px;
  }
}

.map {
  background: url(../img/map.jpg) center center no-repeat;
  height: 375px;
}

.loading-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
}

.twitter-logo {
  width: 16px;
  fill: #fff9c7;
}

.twitter-logo:hover {
  fill: #be1d2c;
}

.facebook-logo {
  width: 16px;
  fill: #fff9c7;
}

.facebook-logo:hover {
  fill: #be1d2c;
}

.instagram-logo {
  width: 16px;
  fill: #fff9c7;
}

.instagram-logo:hover {
  fill: #be1d2c;
}

@media (min-width: 960px) {
  .grid-column-large {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 500px;
  }
}

h1, h2, h3, p, a, .button {
  transition: opacity 0.3s;
}

#__bs_notify__ {
  top: 95% !important;
  right: 0 !important;
  border-radius: 0 !important;
  height: 60px !important;
}

.scrolloff {
  pointer-events: none;
}

.showtime-group {
  font-size: 1rem !important;
}

.site-content .error404 {
  padding-top: 2rem;
}

.site-content .error404 p {
  font-size: 16px;
}

.error404 .main-nav {
  background: #000;
}

.rent-studio:before, .rent-studio:after {
  content: " ";
  display: table;
}

.rent-studio:after {
  clear: both;
}

.rent-studio .primary-2 {
  float: left;
  width: 100%;
}

@media (min-width: 580px) {
  .rent-studio .primary-2 {
    width: 63%;
  }
}

.rent-photos {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 720px) {
  .rent-photos {
    float: right;
    width: calc(33.3333% - 3rem);
  }
}

@media (min-width: 720px) {
  .rent-photos {
    margin-bottom: 2rem;
  }
}

@media (min-width: 960px) {
  .rent-photos {
    overflow: hidden;
  }
}

.rent-photos img {
  float: left;
  width: calc(100vw - 30px);
}

@media (min-width: 720px) {
  .rent-photos img {
    margin-bottom: 20px;
  }
}

.image-group {
  width: calc(300vw - (15px * 6));
  transition: margin-left 2s;
  margin-left: -688px;
}

.image-group:before, .image-group:after {
  content: " ";
  display: table;
}

.image-group:after {
  clear: both;
}

@media (min-width: 720px) {
  .image-group {
    width: auto;
    margin-left: 0;
    transition: none;
  }
}

.image-group-reset {
  margin-left: 0;
}

@media (min-width: 720px) {
  .rent-text {
    float: left;
    width: calc(66.6666% - 1.5rem);
  }
}

.list-columns:before, .list-columns:after {
  content: " ";
  display: table;
}

.list-columns:after {
  clear: both;
}

.list-columns li {
  float: left;
  width: 50%;
}

.bullets {
  list-style-type: square;
  color: #be1d2c;
  padding-left: 15px;
}

.bullets li {
  color: #8d8e97;
}

.bullets li span {
  color: #212121;
}

.username {
  font-size: 16px;
  text-transform: lowercase;
  border-bottom: 1px solid;
  margin-left: 4px;
}

.instagram-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.instagram-grid > a {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #e1e2e5;
}

@media (max-width: 579px) {
  .instagram-grid > a:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 580px) {
  .instagram-grid > a {
    width: calc(25% - 15px);
    margin-bottom: 0;
    -webkit-flex-wrap: none;
        -ms-flex-wrap: none;
            flex-wrap: none;
  }
  .instagram-grid > a:nth-child(4n+4) {
    margin-right: 0;
  }
}

.instagram-grid > a:hover {
  border: 1px solid #e1e2e5;
}

.instagram-grid > a img {
  display: block;
}

.social-heading {
  margin-bottom: 20px;
}

.details .overview {
  font-size: 13px;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  #wpadminbar {
    margin-top: -46px;
  }
}

.newsletter-modal {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.newsletter-modal h1 {
  margin-bottom: 6px;
}

.newsletter-modal form {
  text-align: center;
  margin: 65px auto 0;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 24px 40px;
}

.newsletter-modal label {
  text-align: left;
}

.newsletter-modal label div {
  margin-bottom: 4px;
}

.newsletter-modal .submit-button {
  display: inline-block;
  margin: 12px auto 0;
  cursor: pointer;
}

.newsletter-modal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 8px;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}

.newsletter-modal .close-button:hover {
  color: #be1d2c;
}

.toggle-nav-icon {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.nav-icon-line {
  height: 1px;
  background: #8d8e97;
  margin: 3px 0;
  border-radius: 1px;
}

.nav-icon-line:first-child {
  margin-top: 0;
}

.nav-icon-x {
  display: none;
  font-size: 16px;
  color: #8d8e97;
  text-transform: lowercase;
  margin-top: -7px;
}

/* The styles below were added after compilation - We should work these back into the source/uncompiled stylesheet at some point. */

.page-template-store-page .main-nav {
  background: #000;
}

.page-template-store-page .poster {
  height: auto;
}

.page-template-store-page .poster img {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  min-height: 0;
}