body #film-search .sf-field-post-meta-film_date ul li .sf-input-checkbox {
  width: 64px;
  height: 60px;
}

body #film-search .sf-field-post-meta-film_date ul li label {
  width: 64px;
  height: 60px;
}

.ticket-button {
  margin-right: 8px;
}

body .film-feature__image {
  max-width: 250px;
  min-height: 320px;
}

#wrapper-footer {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.accessibility-menu li a {
  cursor: pointer;
  white-space: nowrap;
}

.breadcrumbs-extra {
  margin-left: 8%;
  margin-right: 8%;
  padding: 15px;
  color: #21bdaa;
}

.single-film-content .film-details.film-details-repeater {
  margin-top: 0;
  margin-bottom: 0;
}

.single-film-content .film-details.film-details-repeater .film-details__item:nth-of-type(1) {
  min-width: 100px;
}

.single-film-content .film-details.film-details-repeater .film-details__item:nth-of-type(2) {
  min-width: 160px;
}

.single-film-content .film-details.film-details-repeater .film-details__item:nth-of-type(3) {
  min-width: 160px;
}

.single-film-content .film-details.film-details-repeater .film-details__item:nth-of-type(4) {
  min-width: 120px;
}

.single-post-content .social-channels {
  margin-bottom: 3.2rem;
}

.single-post-content .social-channels .social-channels__item a {
  font-weight: 700;
  color: #000;
}

.single-post-content .social-channels .social-channels__item a i {
  color: #fff;
  Xfont-size: 1.5rem;
}

.single-post-content .social-channels .social-channels__item a:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 500px) {

  body .accessibility-menu li {
    font-size: .8rem;
  }

  body .tall-highlights__content {
    padding: 2.5rem 1rem;
  }
  
  body .fw-highlight-content {
    padding: 1rem 1.25rem;
  }

  body .fw-highlight-content h3 {
    font-size: 1.3rem;
  }
  
  body .blog-page-link {
    margin: 1rem 0;
  }
  
  body .hero-btn {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  
  body.content-section {
    margin-left: 0;
    margin-right: 0;
  }
  
}

@media (max-width: 320px) {

  body .accessibility-menu li {
    font-size: .7rem;
  }

}


