@media (max-width: 1200px) {
  body #clients .clients-grid .client-item {
    width: 18.5%;
    padding-top: 11%;
  }
  body h3 {
    line-height: 1.5;
    font-size: 18px;
  }
  body h1 {
    font-size: 80px;
  }
  body #productions .productions-grid .production-item .production-iframe-overlay {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  body #clients .clients-grid .client-item {
    width: 23.5%;
    padding-top: 16%;
  }
  body h1 {
    font-size: 60px;
  }
  body #productions .productions-grid .production-item .production-iframe-overlay {
    font-size: 28px;
  }
  body h2 {
    font-size: 28px;
    line-height: 38px;
  }
  body ul.list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  body.act-one-studio #hero {
    padding-top: 0;
  }
  body #mobile-menu .logo-link img {
    height: 50px;
  }
  body #header.scrolled .mainbar, body #header.scrolled {
    height: 60px;
  }
  body #header.scrolled .logo-link img {
    height: 50px;
  }
  body #contact .data h3::after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .wpcf7-form {
    display: flex;
    flex-direction: column;
  }
  .wpcf7-form p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #productions .productions-grid .production-item.custom {
    width: 49%;
    padding-top: 36.25%;
  }
  body .socials {
    justify-content: center;
  }
  body #footer {
    text-align: center;
  }
  body h2.big {
    font-size: 28px;
    line-height: 38px;
  }
  body #mobile-menu .mainmenu-container .mainmenu li a {
    font-size: 28px;
    padding: 25px 0;
  }
  body h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  body #services .services-grid .service-item {
    width: 95% !important;
    padding-top: 59.25% !important;
    margin-bottom: 1% !important;
  }
  body #services .services-grid .service-item .service-iframe-overlay {
    opacity: 1;
  }
  body #clients .clients-grid .client-item {
    width: 32.3%;
    padding-top: 18%;
  }
  body #clients .clients-grid .client-item .main {
    opacity: 0;
  }
  body #clients .clients-grid .client-item .hover {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  body #footer .col1 {
    padding: 0;
  }
  body #footer a {
    font-size: 12px;
  }
  body #productions .productions-grid .production-item {
    width: 90% !important;
    padding-top: 56.25% !important;
  }
  body h2 {
    font-size: 22px;
    line-height: 32px;
  }
  body h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  body ul.list {
    grid-template-columns: 1fr;
  }
  body #members .members-grid .member-item {
    padding-top: 42%;
    width: 45%;
  }
  body #clients .clients-grid .client-item {
    width: 45%;
    padding-top: 28%;
  }
}/*# sourceMappingURL=responsive-styles.css.map */