/* Generated by less 3.11.1 */
/*
Theme Name: Filming in England
Author: Web Vitality
Author URI: http://www.webvitality.co.uk/
Version: 0.0.0 (Dev)
*/
/* --------------------------------
Variables
-------------------------------- */
body,
html {
  width: 100%;
  overflow: auto;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
body #page {
  width: 100%;
  overflow-x: hidden;
}
h1 {
  font-weight: 800;
  font-size: 65px;
  text-transform: uppercase;
}
h2 {
  font-weight: 600;
  position: relative;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #462562;
  display: table;
  text-align: center;
  margin-bottom: 50px;
}
h2.with-underline {
  margin: 0 auto;
}
h2.with-underline:before {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
  background-color: #E72277;
}
h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 30px;
  color: #462562;
  margin-bottom: 20px;
}
h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #462562;
  margin-bottom: 20px;
}
.with-underline {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #462562;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.with-underline:before {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
  background-color: #E72277;
}
p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #462562;
}
p a {
  color: #E72277;
}
b,
strong {
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
em,
i {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}
button.main,
a.main {
  background-color: #462562;
  border: 0;
  color: white;
  font-size: 24px;
  line-height: 40px;
  padding: 10px 5px;
  text-decoration: unset;
  transition: all 0.5s;
}
button.main span,
a.main span {
  color: white;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}
button.main:hover,
a.main:hover {
  background-color: #E72277;
}
button.secondary,
a.secondary {
  color: #6D3E91;
  background: white;
  border: 3px solid #6D3E91;
  transition: all 0.3s ease-in-out, top 0.2s ease;
  padding: 8px 15px;
  outline: unset;
  text-transform: uppercase;
  margin: 0 7.5px;
  font-size: 28px;
  min-width: 170px;
  display: block;
  text-align: center;
  position: relative;
  top: 0;
  line-height: 1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  text-decoration: unset;
}
button.secondary.is-checked,
a.secondary.is-checked,
button.secondary:hover,
a.secondary:hover {
  color: white;
  background: #6D3E91;
  border: 3px solid #6D3E91;
}
button.secondary:hover,
a.secondary:hover {
  top: -3px;
  cursor: pointer;
}
button.hollow,
a.hollow {
  background-color: unset;
  border: 3px solid #fff;
  color: white;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 30px;
  text-decoration: unset;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
button.hollow:before,
a.hollow:before {
  background-color: #E72277;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 500px;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
  width: 0;
  height: 0;
}
button.hollow span,
a.hollow span {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
button.hollow:hover,
a.hollow:hover {
  border-color: #E72277;
}
button.hollow:hover::before,
a.hollow:hover::before {
  width: 400px;
  height: 400px;
}
button.hollow:hover span,
a.hollow:hover span {
  color: white;
}
.no-padding-top > section {
  padding-top: 0 !important;
}
.no-padding-bottom > section {
  padding-bottom: 0 !important;
}
.grey-bg,
.grey-bg section {
  background-color: #f1f1f1 !important;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
}
header {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.25s;
  z-index: 10;
}
header * {
  transition: all 0.3s ease;
}
header .container {
  padding: 30px 0;
}
header > .container {
  padding: 0;
}
header .site-logo {
  display: block;
}
header .site-logo img {
  max-width: 140px;
  height: auto;
}
header ul {
  text-align: right;
  padding: 0;
}
header ul li {
  list-style: none;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  margin: 0 5px;
  text-transform: uppercase;
  padding: 40px 0;
}
header ul li a {
  color: white;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
header ul li.current-menu-item {
  border-top: 2px solid #E72277;
}
header .search {
  display: block;
  text-align: right;
  margin-left: 15px;
}
header .search svg {
  fill: white;
}
header .side-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 30px;
}
body.scrolled-down header {
  background: white;
}
body.scrolled-down header ul li a {
  color: #1D1D1D;
}
body.scrolled-down .mobile-menu span,
body.scrolled-down .mobile-menu span::after,
body.scrolled-down .mobile-menu span::before {
  background-color: #462562;
}
@media only screen and (max-width: 1200px) {
  .logo-block {
    order: 1;
  }
  .menu-block {
    order: 3;
  }
  .open-block {
    order: 2;
  }
  header .side-buttons {
    justify-content: flex-end !important;
    padding-right: 20px;
  }
  header .menu {
    display: none;
  }
  header .site-logo img {
    max-width: 140px;
  }
  header .menu-main-menu-container {
    background: white;
  }
  header .menu-main-menu-container ul {
    text-align: left;
    padding-left: 20px;
    margin-top: 0;
    max-width: 990px;
    margin: 0 auto;
  }
  header .menu-main-menu-container ul li {
    padding: 0 0 15px 0;
    border: 0 !important;
  }
  header .menu-main-menu-container ul li a {
    color: #1D1D1D;
    font-size: 20px;
  }
}
header .mobile-menu {
  display: none;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .mobile-menu span {
  height: 5px;
  width: 100%;
  display: block;
  position: relative;
  background-color: white;
}
header .mobile-menu span:after,
header .mobile-menu span:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: white;
  position: absolute;
  transition: all 0.25s;
  transform: rotate(0deg);
}
header .mobile-menu span:before {
  top: -12px;
}
header .mobile-menu span:after {
  bottom: -12px;
}
.open-nav header {
  background: #fff;
  height: 100%;
}
.open-nav header .mobile-menu span::after,
.open-nav header .mobile-menu span::before {
  background-color: #462562;
  top: 0;
  bottom: 0;
}
.open-nav header .mobile-menu span::after {
  transform: rotate(45deg);
}
.open-nav header .mobile-menu span::before {
  transform: rotate(-45deg);
}
.open-nav header .mobile-menu span {
  background-color: white;
}
.open-nav header .search svg {
  fill: #462562;
}
.open-nav header .menu {
  display: block;
}
.open-nav header .menu ul {
  text-align: left;
  padding-left: 15px;
}
.open-nav header .menu ul li {
  margin-bottom: 15px;
}
.open-nav header .menu ul li a {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
header .search-block {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.25s;
}
header .search-block .container {
  padding: 30px 0;
}
header .search-block .container form {
  max-width: 800px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
header .search-block .container form input {
  background: 0;
  padding: 10px;
  border: 0;
  width: 100%;
  font-size: 24px;
  color: #1D1D1D;
  border-bottom: 2px solid #1D1D1D;
}
header .search-block .container form button {
  background: none;
  border: 0;
  margin: 0;
  width: auto;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 25px;
}
header .search-block .container form button svg {
  fill: #1D1D1D;
}
.search-open header {
  height: 235px;
  background-color: #1D1D1D;
}
.search-open header .search-block {
  max-height: 110px;
}
@media only screen and (max-width: 1200px) {
  header ul li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1200px) {
  header .mobile-menu {
    display: flex;
  }
  .menu-main-menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: #1D1D1D;
    z-index: 25;
    transition: all 0.5s;
    opacity: 0;
  }
  .menu-main-menu-container ul {
    margin: 50px 0;
  }
  .menu-main-menu-container ul li {
    display: block;
    margin: 10px 0;
  }
  .open-nav .menu-main-menu-container {
    top: 125px;
    opacity: 1;
  }
}
/* --------------------------------
HOME
-------------------------------- */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .item {
  position: relative;
}
.banner .item:before {
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.3), rgba(29, 29, 29, 0.5));
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.banner .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  z-index: 2;
}
.banner .textbox a {
  text-decoration: none;
}
.banner .textbox a svg {
  margin-right: 5px;
}
.banner .textbox * {
  color: white;
}
.banner .textbox h1 {
  margin-bottom: 30px;
}
.banner .textbox p {
  max-width: 770px;
}
.banner blockquote {
  max-width: 570px;
  position: relative;
}
.banner blockquote:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  background-image: url(assets/img/svg/quote.svg);
  width: 46px;
  height: 42px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.banner blockquote cite {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner blockquote cite strong {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.banner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.banner .owl-nav .owl-next {
  float: right;
}
.banner .owl-nav .owl-next,
.banner .owl-nav .owl-prev {
  opacity: 0.6;
  outline: unset;
}
.banner.centered .item:before {
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.7), rgba(29, 29, 29, 0.7));
}
.banner.centered .textbox {
  text-align: center;
}
.banner.centered h3 {
  margin-bottom: 25px;
  text-transform: unset;
  font-size: 38px;
}
.banner.centered p {
  margin: 0 auto;
}
.banner.centered p.font-large {
  font-size: 34px;
  line-height: 58px;
  max-width: 970px;
}
.banner.centered a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .banner .textbox h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .banner .textbox p {
    font-size: 12px;
    line-height: 22px;
  }
  .banner .owl-nav .owl-next,
  .banner .owl-nav .owl-prev {
    opacity: 0.4;
  }
  .banner .owl-nav svg {
    width: 30px;
  }
}
.map-section {
  padding: 60px 0;
}
.map-section .row > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.map-section svg path {
  transition: all 0.3s ease-in-out;
}
.map-section svg a:hover path {
  fill: #E72277 !important;
}
.map-section svg a:hover:not(:hover) {
  opacity: 0.6;
}
.map-section .active path {
  fill: #E72277 !important;
}
.map-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.map-section ul li {
  margin-bottom: 15px;
}
.map-section h2 {
  color: #462562;
  margin-bottom: 20px;
  font-weight: bold;
}
.map-section p {
  color: #1D1D1D;
}
.map-section p strong {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #E72277;
}
@media only screen and (max-width: 1200px) {
  .map-section svg {
    width: 345px;
  }
}
@media only screen and (max-width: 992px) {
  .map-section .row {
    flex-flow: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .map-section h2 {
    text-align: center;
  }
  .map-section p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .map-section svg {
    width: 80vw;
  }
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-4 .block {
  position: relative;
  overflow: hidden;
}
.grid-4 .block img {
  width: 100%;
  display: block;
}
.grid-4 .block p {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.grid-4 .block:before {
  background: #E72277;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  border-radius: 600px;
  opacity: 0.75;
  position: absolute;
  pointer-events: none;
}
.grid-4 .block:hover:before,
.grid-4 .block.active:before {
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 1000px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .grid-4 .block p {
    font-size: 14px;
  }
}
.large-button-section {
  padding: 115px 15px 90px 15px;
  background-color: #fff;
}
.large-button-section a {
  max-width: 650px;
  padding: 35px 5px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.large-button-section a span {
  font-size: 40px;
  line-height: 40px;
}
.large-button-section a svg {
  margin-left: 30px;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.large-button-section a:hover {
  background-color: #E72277;
}
.large-button-section a:hover svg {
  left: 5px;
}
@media only screen and (max-width: 600px) {
  .large-button-section {
    padding: 50px 15px 50px 15px;
  }
  .large-button-section a {
    padding: 15px 5px;
  }
  .large-button-section a svg {
    width: 10px;
    top: 7px;
    margin-left: 15px;
  }
  .large-button-section a span {
    font-size: 18px;
  }
}
.double-block-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.double-block-section .block {
  position: relative;
}
.double-block-section .block * {
  color: white;
}
.double-block-section .block img {
  display: block;
  width: 100%;
}
.double-block-section .block .textbox {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.double-block-section .block .textbox p {
  margin-bottom: 20px;
  text-align: left;
}
.double-block-section .block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8));
  transition: all 0.3s ease;
  opacity: 1;
}
.double-block-section .block:hover:before {
  opacity: 0.7;
}
.double-block-section .block .cen {
  text-align: center !important;
}
.double-block-section .block h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
}
.double-block-section .block a {
  background-color: unset;
  border: 3px solid #fff;
  color: white;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 30px;
  text-decoration: unset;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.double-block-section .block a:before {
  background-color: white;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 500px;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
  width: 0;
  height: 0;
}
.double-block-section .block a span {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.double-block-section .block a:hover {
  border-color: white;
  color: #1D1D1D;
}
.double-block-section .block a:hover::before {
  width: 600px;
  height: 600px;
}
.double-block-section .block a:hover span {
  color: #1D1D1D;
}
@media only screen and (max-width: 900px) {
  .double-block-section {
    grid-template-columns: 1fr;
  }
  .double-block-section .block .textbox {
    width: 90%;
  }
  .double-block-section .block .textbox p {
    font-size: 12px;
    line-height: 20px;
  }
  .double-block-section .hollow {
    padding: 0px 25px;
    line-height: 14px;
  }
  .double-block-section .hollow span {
    font-size: 14px;
  }
  .double-block-section a,
  .double-block-section span {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
/* --------------------------------
ABOUT
-------------------------------- */
.text-block-section {
  background: #fff;
  padding: 60px 15px;
}
.text-block-section p {
  color: #1D1D1D;
}
.text-block-section strong {
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #1D1D1D;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .text-block-section p {
    font-size: 16px;
    line-height: 28px;
  }
}
.half-block-section {
  position: relative;
}
.half-block-section img {
  width: 100%;
  display: block;
}
.half-block-section .half-block {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 50px;
}
.half-block-section .half-block:before {
  background-color: #462562;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.half-block-section .half-block * {
  color: white;
  position: relative;
  z-index: 2;
}
.half-block-section .half-block h3 {
  text-transform: unset;
  margin-bottom: 30px;
  margin-bottom: 40px;
  font-size: 42px;
}
.half-block-section .half-block ul {
  list-style-type: disc;
  padding-left: 20px;
}
.half-block-section .half-block ul li {
  font-size: 24px;
  margin-bottom: 25px;
}
.half-block-section .half-block.reverse {
  right: unset;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .half-block-section .half-block {
    position: relative;
    width: 100%;
    padding: 30px;
  }
  .half-block-section .half-block ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.our-team-section {
  padding: 70px 0;
  background-color: #f1f1f1;
}
.our-team-section .team-grid {
  padding-top: 60px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.our-team-section .team-grid .block {
  text-align: center;
  width: 25%;
  padding: 15px;
}
.our-team-section .team-grid .block img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 10px auto;
}
.our-team-section .team-grid .block .textbox {
  text-align: center;
  padding-top: 10px;
  display: block;
}
.our-team-section .team-grid .block .textbox * {
  margin-bottom: 20px;
  display: block;
  line-height: 14px;
}
.our-team-section .team-grid .block .textbox p,
.our-team-section .team-grid .block .textbox a {
  font-size: 14px;
  color: #1D1D1D;
}
.our-team-section .team-grid .block .textbox strong {
  font-weight: bold;
  color: #462562;
}
.our-team-section .team-grid .block .textbox a {
  text-decoration: unset;
  color: #E72277;
  background: #E72277;
  border-color: #E72277;
  min-width: unset;
  border-radius: 5px;
  padding: 8px 10px;
  color: white;
  font-size: 12px;
  box-shadow: unset;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .our-team-section .team-grid .block {
    width: 33%;
  }
}
@media only screen and (max-width: 992px) {
  .our-team-section .team-grid .block {
    width: 50%;
  }
}
@media only screen and (max-width: 620px) {
  .our-team-section .team-grid .block {
    width: 100%;
  }
}
.logo-single-block {
  padding: 70px 0;
}
.logo-single-block img {
  display: block;
  margin: 30px auto 0 auto;
}
.partners-section {
  padding: 70px 0;
  background-color: #fff;
}
.partners-section p {
  font-size: 16px;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
  color: #1D1D1D;
}
.partners-section .partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partners-section .partners-grid img {
  width: 100%;
  display: block;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .partners-section .partners-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partners-section .partners-grid img {
    width: 50% !important;
  }
}
/* --------------------------------
LOCATIONS
-------------------------------- */
.banner-with-subheading {
  position: relative;
}
.banner-with-subheading img {
  width: 100%;
}
.banner-with-subheading .textbox {
  text-align: center;
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
}
.banner-with-subheading .textbox sub {
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  max-width: 410px;
  width: 100%;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 auto 10px auto;
  position: relative;
  border-bottom: 2px solid white;
}
.banner-with-subheading .textbox h1 {
  font-weight: 800;
  font-size: 65px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
  color: white;
}
.banner-with-subheading:before {
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.3), rgba(29, 29, 29, 0.3));
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.featherlight-previous,
.featherlight-next {
  display: none !important;
}
.masonry-grid {
  padding: 70px 0;
  background: #f1f1f1;
}
.masonry-grid .container {
  padding: 0;
}
.masonry-grid .grid {
  display: block;
}
.masonry-grid .grid .grid-item,
.masonry-grid .grid .grid-sizer {
  width: 33.33%;
  max-width: 370px;
}
.masonry-grid .grid .grid-item {
  margin-bottom: 28px;
  padding: 0 15px;
  float: left;
  position: relative;
  transition: all 0.3s;
  transition-property: translate !important;
}
.masonry-grid .grid .grid-item img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.masonry-grid .grid .grid-item sub {
  position: absolute;
  bottom: 6px;
  left: 25px;
  color: white;
  font-size: 12px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.masonry-grid .grid .grid-item:hover img {
  opacity: 0.7;
  filter: blur(1px);
  transform: scale(1.02);
}
.masonry-grid .grid .grid-item:hover sub {
  opacity: 1;
  bottom: 10px;
}
.masonry-grid .grid:after {
  content: '';
  display: block;
  clear: both;
}
.production-support img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.production-support .with-underline {
  margin-bottom: 60px !important;
}
.masonry-grid #filters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
.masonry-grid #filters button {
  color: #6D3E91;
  background: white;
  border: 2px solid #6D3E91;
  transition: all 0.3s ease-in-out, top 0.2s ease;
  padding: 8px 15px;
  outline: unset;
  text-transform: uppercase;
  margin: 0 7.5px 15px 7.5px;
  font-size: 16px;
  min-width: 170px;
  text-align: center;
  position: relative;
  top: 0;
  line-height: 1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
.masonry-grid #filters button.is-checked,
.masonry-grid #filters button:hover {
  color: white;
  background: #6D3E91;
  border: 3px solid #6D3E91;
}
.masonry-grid #filters button:hover {
  top: -3px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .masonry-grid #filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .masonry-grid #filters button {
    min-width: unset;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .masonry-grid .grid .grid-item,
  .masonry-grid .grid .grid-sizer {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-with-subheading .textbox sub {
    font-size: 18px;
    line-height: 18px;
    max-width: 160px;
  }
  .banner-with-subheading .textbox h1 {
    font-size: 24px;
    line-height: 22px;
  }
}
.contact-block.locations {
  background: white;
  padding: 60px 0;
}
.contact-block.locations > div * {
  color: #462562;
}
.contact-block.locations > div sub {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E72277;
}
.contact-block.locations > div h3 {
  font-size: 45px;
  margin-bottom: 35px;
  font-weight: bold;
}
.contact-block.locations > div p {
  font-size: 28px;
}
.contact-block.locations > div p a {
  text-decoration: unset;
  color: #E72277;
}
@media only screen and (max-width: 768px) {
  .contact-block.locations > div sub {
    font-size: 18px;
    line-height: 20px;
  }
  .contact-block.locations > div h3 {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .contact-block.locations > div p {
    font-size: 18px;
  }
  .contact-block.locations > div p a {
    text-decoration: unset;
  }
}
.quicklook-section {
  text-align: center;
  padding: 80px 0;
  background-color: #f1f1f1;
}
.quicklook-section h3 {
  color: #462562;
  text-transform: uppercase;
}
.quicklook-section .container {
  display: grid;
  grid-template-columns: 50% 50%;
}
.quicklook-section .quicklook {
  padding: 20px 10px 0 10px;
}
.quicklook-section .quicklook .block {
  float: left;
  margin: 0 20px 20px 0;
}
.quicklook-section .quicklook button,
.quicklook-section .quicklook a {
  background: #E72277;
  border-color: #E72277;
  min-width: unset;
  border-radius: 5px;
  padding: 8px 10px;
  color: white;
  font-size: 24px;
  box-shadow: unset;
  margin: 0;
  font-weight: bold;
}
.quicklook-section .quicklook button span,
.quicklook-section .quicklook a span {
  color: white;
}
@media only screen and (min-width: 993px) {
  .quicklook-section {
    text-align: left;
  }
  .quicklook-section h3 {
    color: #462562;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .quicklook-section .quicklook {
    grid-template-columns: repeat(2, 1fr);
  }
  .quicklook-section .container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .quicklook-section .quicklook {
    grid-template-columns: 1fr;
  }
}
/* --------------------------------
REGION
-------------------------------- */
.triple-buttons-section {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.triple-buttons-section .buttons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.triple-buttons-section .buttons-grid .block {
  display: flex;
  justify-content: center;
}
.triple-buttons-section .buttons-grid .block a {
  min-width: 250px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.triple-buttons-section .buttons-grid .block a svg {
  position: relative;
  right: -5px;
}
@media only screen and (max-width: 768px) {
  .triple-buttons-section .buttons-grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.production-support-section {
  padding: 70px 0;
  background-color: #fff;
}
.production-support-section .support-grid {
  display: grid;
  grid-template-columns: 35% 65%;
  padding-top: 70px;
  grid-gap: 30px 15px;
}
.production-support-section .support-grid .img-box img {
  display: block;
  width: 100%;
  max-width: 370px;
}
.production-support-section .support-grid .textbox {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.production-support-section .support-grid .textbox p {
  color: #1D1D1D;
}
.production-support .wrapper {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .production-support-section .support-grid {
    grid-template-columns: 1fr;
  }
}
.studios-showcase-section {
  padding: 70px 0;
  background-color: #fff;
}
.studios-showcase-section .row > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.studios-showcase-section .c-bottom {
  margin-bottom: 40px;
}
.studios-showcase-section h3 {
  margin-bottom: 120px;
}
.studios-showcase-section p {
  color: #1D1D1D;
}
.studios-showcase-section ul {
  list-style-type: disc;
  padding-left: 20px;
}
.studios-showcase-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}
.studios-showcase-section .img-box img {
  border-radius: 500px;
  border: 1px solid #000;
  width: 100%;
  display: block;
}
.wp-block-lazyblock-credit-blocks .block {
  margin-bottom: 20px;
}
.recent-credits {
  padding: 60px 0;
  background-color: #fff;
}
.recent-credits .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-top: 60px;
}
.recent-credits .grid-3 .block {
  background-color: #462562;
  position: relative;
  overflow: hidden;
}
.recent-credits .grid-3 .block img {
  display: block;
  width: 100%;
}
.recent-credits .grid-3 .block:after {
  background: #E72277;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  border-radius: 600px;
  opacity: 0.75;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.recent-credits .grid-3 .block:hover:after,
.recent-credits .grid-3 .block.active:after {
  width: 800px;
  height: 800px;
}
.recent-credits .grid-3 .block p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: white;
  padding: 0 10px;
}
.recent-credits .grid-3 .block:before {
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.3), rgba(29, 29, 29, 0.3));
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .recent-credits .grid-3 {
    grid-template-columns: 1fr;
  }
}
.quote-section {
  position: relative;
}
.quote-section .img-box img {
  display: block;
  width: 100%;
}
.quote-section:after {
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.3), rgba(29, 29, 29, 0.3));
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.quote-section .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  z-index: 2;
}
.quote-section .quote * {
  color: white;
}
.quote-section .quote img {
  margin-bottom: 15px;
  display: block;
}
.quote-section .quote p {
  max-width: 570px;
}
.quote-section .quote .name {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.quote-section .quote .sub {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.icon-grid-section {
  background-color: white;
  padding: 70px 0;
}
.icon-grid-section .icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
}
.icon-grid-section .icon-grid .block {
  background: #462562;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden;
}
.icon-grid-section .icon-grid .block img {
  max-width: 200px;
}
.icon-grid-section .icon-grid .block .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.icon-grid-section .icon-grid .block .wrap svg,
.icon-grid-section .icon-grid .block .wrap path,
.icon-grid-section .icon-grid .block .wrap img {
  transition: all 0.3s ease;
  transform-origin: center;
}
.icon-grid-section .icon-grid .block .wrap p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.icon-grid-section .icon-grid .block .wrap p {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  padding: 0 5px;
}
.icon-grid-section .icon-grid .block:before {
  background: #E72277;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.4s ease;
  border-radius: 600px;
  opacity: 0.75;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.icon-grid-section .icon-grid .block:hover:before {
  width: 800px;
  height: 800px;
}
.icon-grid-section .icon-grid .block:hover svg path {
  fill: #B32986;
  transform: scale(0.95);
}
.icon-grid-section .icon-grid .block:hover img {
  transform: scale(0.95);
}
@media only screen and (max-width: 1200px) {
  .icon-grid-section .icon-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .icon-grid-section .icon-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quote-no-image img {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .icon-grid-section .icon-grid {
    grid-template-columns: 1fr;
  }
}
.content-blocks {
  background: white;
  padding: 60px 0;
}
.content-blocks .block {
  background: #f1f1f1;
  padding: 30px 20px 20px 20px;
  margin-bottom: 30px;
}
.content-blocks .block h3 {
  color: #462562;
}
.content-blocks .block p {
  color: #1D1D1D;
}
.quote-no-image {
  background: #E72277;
  overflow: hidden;
  position: relative;
}
.quote-no-image .container {
  position: relative;
}
.quote-no-image .left-quote {
  position: absolute;
  left: -50px;
  top: -5px;
}
.quote-no-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.quote-no-image .right-quote {
  position: absolute;
  right: -50px;
  bottom: -5px;
}
.quote-no-image .textbox {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.quote-no-image .textbox * {
  color: white;
}
.crew-blocks-section {
  padding: 80px 0;
}
.crew-blocks-section .block.left * {
  color: #1D1D1D;
}
.crew-blocks-section .block.right {
  text-align: center;
  background: #462562;
  padding: 30px 15px;
}
.crew-blocks-section .block.right * {
  margin-bottom: 10px;
}
.crew-blocks-section .block.right h2,
.crew-blocks-section .block.right p {
  color: white;
}
.crew-blocks-section .block.right h2 {
  font-size: 40px;
  line-height: 46px;
}
.crew-blocks-section .block.left,
.crew-blocks-section .block.right {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.standard-text-section {
  padding: 70px 0;
  background: white;
}
.standard-text-section h3 {
  margin-bottom: 50px;
}
.standard-text-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}
.standard-text-section ul li {
  margin-bottom: 20px;
}
/* --------------------------------
FOOTER
-------------------------------- */
footer {
  background-color: #462562;
  padding: 40px 0;
  color: white;
}
footer .logo {
  display: block;
}
footer .logo img {
  max-width: 160px;
  height: auto;
}
footer .row > div {
  display: flex;
  justify-content: center;
  text-align: center;
}
footer p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}
footer ul {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
}
footer ul li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
footer ul.socials li {
  display: inline-block;
}
footer ul.socials li svg {
  height: 18px;
  fill: white;
  margin-left: 10px;
}
footer h4 {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
footer .row:nth-child(2) p {
  text-align: center;
}
.category-block {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  background-color: black;
  padding: 10px;
  min-height: 200px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.5s ease;
}
.category-block strong {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 992px) {
  footer .logo {
    margin: 0 auto;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 50px;
  }
  footer ul.socials {
    text-align: center;
    margin: 30px 0;
  }
  footer ul {
    flex-flow: column;
  }
}
.alignfull {
  width: 100vw;
  margin: 0 calc( -100vw / 2 + 100% / 2 );
}
.wp-block-cover.alignfull {
  margin-bottom: 30px;
  height: auto;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 1140px;
  margin: 0 auto;
}
.home .wp-block-cover.alignfull {
  height: 100vh;
}
.link-blocks .wp-block-column {
  padding: 20px;
  position: relative;
}
.link-blocks .wp-block-column figure.wp-block-image {
  width: calc( 100% + 40px );
  left: -20px;
  top: -20px;
  position: relative;
  margin: 0;
}
.link-blocks .wp-block-column h2 {
  margin-bottom: 20px;
}
.link-blocks .wp-block-column .Button.Link a {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
  text-decoration: none;
}
.opening {
  text-transform: uppercase;
}
.gallery-block {
  padding: 40px;
}
.gallery-block .slide-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery-block .slide-item .image,
.gallery-block .slide-item .content {
  padding: 10px;
  flex: 1;
  color: white;
  font-size: 18px;
  line-height: 28px;
}
.gallery-block .owl-nav {
  position: absolute;
  top: -10px;
  width: 50%;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
}
.gallery-block .owl-nav span.back {
  display: block;
  height: 16px;
  width: 31px;
  background-image: url(assets/img/back.svg);
  background-size: 100%;
}
.gallery-block .owl-nav span.next {
  display: block;
  height: 16px;
  width: 31px;
  background-image: url(assets/img/next.svg);
  background-size: 100%;
}
.single-post-container .col-10.col-lg-8 {
  margin: 50px 0;
}
.single .modal-container {
  display: none;
}
.single .overlay {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 230px);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  align-items: center;
  justify-content: center;
}
.single .overlay .modal {
  position: relative;
  max-width: 1240px;
  margin: 0 5%;
  object-fit: contain;
}
.single .overlay .modal img {
  display: block;
}
.single .overlay .modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.single .overlay .modal .close span {
  display: block;
  text-shadow: 2px 2px 10px #1D1D1D;
}
.single .overlay .modal .close span:nth-child(1) {
  transform: rotate(45deg);
}
.single .overlay .modal .close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: 32px;
  text-shadow: 0px 0px 0px transparent;
}
.single .overlay .modal .controls {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 50%;
  left: 0;
}
.single .overlay .modal .controls a {
  color: #fff;
  text-shadow: 2px 2px 10px #1D1D1D;
  font-size: 28px;
  cursor: pointer;
}
.single .overlay .modal .controls a.disabled {
  display: none;
}
.single .overlay .modal .controls .next {
  float: right;
}
.single .overlay .modal figcaption {
  background-color: #1D1D1D;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
}
.page .post,
.single .post {
  margin-top: 125px;
  position: relative;
}
.single img {
  max-width: 100%;
  height: auto;
}
.single img.attachment-full.size-full.wp-post-image {
  margin-top: 25px;
}
.single h1 {
  margin: 20px 0 10px 0;
}
.single .categories {
  margin: 0;
}
.single .categories a {
  color: #1D1D1D;
  text-transform: uppercase;
  text-decoration: none;
}
.single .date {
  margin: 0;
}
.single .content {
  margin: 20px 0;
}
.single .content ul {
  margin-bottom: 15px;
}
.single .content ul li {
  font-size: 18px;
  line-height: 28px;
  list-style: inside;
}
.single .content ol {
  margin-bottom: 15px;
  padding-left: 28px;
}
.single .content ol li {
  font-size: 18px;
  line-height: 28px;
  list-style: decimal-leading-zero;
}
.single .tags {
  margin: 10px 0 40px 0;
}
.single .tags a {
  margin: 2px 0;
  display: inline-block;
  color: #1D1D1D;
  text-transform: uppercase;
  padding: 5px;
  text-decoration: none;
  border: 1px solid #1D1D1D;
  transition: all 0.25s;
  position: relative;
}
.single .tags a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background-color: #1D1D1D;
  transition: all 0.25s;
  z-index: -1;
}
.single .tags a:hover {
  color: #fff;
}
.single .tags a:hover:before {
  width: 100%;
}
.single .sharing-box {
  position: fixed;
  top: 150px;
  left: 20px;
  text-align: center;
}
.single .sharing-box h5 {
  text-transform: uppercase;
  font-weight: bold;
}
.single .sharing-box svg {
  height: 30px;
  fill: #1D1D1D;
  transition: all 0.25s;
}
.single .sharing-box a {
  display: block;
  margin: 20px 0;
}
.site-content ul {
  margin-bottom: 15px;
}
.site-content ul li {
  font-size: 18px;
  line-height: 28px;
  list-style: inside;
}
.site-content ol {
  margin-bottom: 15px;
  padding-left: 28px;
}
.site-content ol li {
  font-size: 18px;
  line-height: 28px;
  list-style: decimal-leading-zero;
}
.ad-box {
  position: fixed;
  top: 150px;
  right: 0px;
  bottom: auto;
  transition: all 0.25s;
}
.ad-box.abs-ad {
  position: absolute;
  top: auto;
  bottom: 40px;
}
.single .wp-block-image {
  content: attr(data-alt);
}
.single blockquote {
  padding: 20px 20px 20px 25%;
  margin: 20px 0;
}
.single blockquote p {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 890px) {
  .ad-box img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 585px) {
  .single .sharing-box {
    display: none;
  }
  .ad-box {
    display: none;
  }
}
.recent-post-scrolls {
  position: relative;
}
.recent-post-scrolls h2 {
  margin: 20px 0;
}
.recent-post-scrolls h2 a {
  float: right;
  color: black;
  font-size: 18px;
  text-decoration: none;
}
.recent-post-scrolls .recent-scroll {
  width: calc( 100% + ((100vw - 100%) / 2));
  position: relative;
}
.recent-post-scrolls .recent-scroll .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  top: calc(50% - 25px);
}
.recent-post-scrolls .recent-scroll .owl-nav button {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.25s;
  opacity: 1;
}
.recent-post-scrolls .recent-scroll .owl-nav button.disabled {
  opacity: 0;
}
.recent-post-scrolls .post-box {
  background-color: #7D7878;
  margin-bottom: 30px;
  width: 360px;
}
.recent-post-scrolls .post-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.recent-post-scrolls .post-box .detail {
  padding: 20px 10px;
}
.recent-post-scrolls .post-box .detail h3 {
  color: #1D1D1D;
  text-transform: uppercase;
}
.recent-post-scrolls .post-box .detail p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.recent-post-scrolls .post-box .detail p br {
  display: none;
}
.recent-post-scrolls .post-box .detail a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .recent-post-scrolls .post-box {
    width: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .recent-post-scrolls .post-box {
    width: 275px;
  }
}
.loader {
  z-index: 999;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D1D;
  justify-content: center;
  align-items: center;
}
.loader svg path {
  fill: #373737;
  animation: filled 3s infinite;
}
@keyframes filled {
  0% {
    fill: #373737;
  }
  50% {
    fill: #fff;
  }
  100% {
    fill: #373737;
  }
}
.post-container {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.post-wrap {
  width: 50%;
  padding: 15px;
  display: flex;
}
.post-wrap .post-wrap-inside {
  background-color: #7D7878;
  height: 100%;
  width: 100%;
}
.post-wrap .post-wrap-inside img {
  width: 100%;
  height: auto;
}
.post-wrap .post-wrap-inside .news-details {
  margin: 30px 20px;
  color: #fff;
}
.post-wrap .post-wrap-inside .news-details h3 a {
  color: #1D1D1D;
  text-decoration: none;
}
.post-wrap .post-wrap-inside .news-details p br {
  display: none;
}
.post-wrap .post-wrap-inside .news-details a {
  text-decoration: none;
}
.post-wrap .post-wrap-inside .news-details a strong {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .post-wrap {
    width: 100%;
  }
}
.join-grid .hs-cta-wrapper {
  display: block;
  text-align: center;
}
.join-grid .wp-block-column {
  padding: 10px;
}
.admin-bar header {
  top: 0;
}
.wrapper {
  padding: 70px 0;
}
.wrapper .ghostkit-grid {
  margin-top: 70px;
}
.wrapper p {
  color: #1D1D1D;
}
.wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}
.wrapper ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}
.wrapper .col-md-4 .block {
  background-color: #462562;
  position: relative;
  overflow: hidden;
}
.wrapper .col-md-4 .block img {
  display: block;
  width: 100%;
}
.wrapper .col-md-4 .block:after {
  background: #E72277;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  border-radius: 600px;
  opacity: 0.75;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.wrapper .col-md-4 .block:hover:after,
.wrapper .col-md-4 .block.active:after {
  width: 800px;
  height: 800px;
}
.wrapper .col-md-4 .block p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: white;
}
.wrapper .col-md-4 .block:before {
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.3), rgba(29, 29, 29, 0.3));
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}
.collapse .c-top {
  cursor: pointer;
}
.collapse .c-bottom {
  transition: all 0.3s ease;
  display: block;
  max-height: 0;
  overflow: hidden;
}
.collapse .icon::before {
  content: "+";
}
.collapse.active .c-bottom {
  max-height: 2000px;
}
.collapse.active .icon::before {
  content: "-";
}
.wp-block-column {
  /* align-items: center; */
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.production-support .wp-block-column h3.plus:after,
.production-support .ghostkit-col-content h3.plus:after {
  content: " +";
}
.production-support .wp-block-column h3.minus:after,
.production-support .ghostkit-col-content h3.minus:after {
  content: " -" !important;
}
.production-support .wp-block-column h3,
.production-support .ghostkit-col-content h3 {
  cursor: pointer;
}
.pink-block h3 {
  color: #462562 !important;
  font-size: 32px;
  font-weight: 700;
}
.pink-block .block.right {
  background-color: #E72277 !important;
}
.pink-block .block.right * {
  color: white;
}
.production-support-new {
  background-color: #f1f1f1;
  padding: 70px 0 0 0;
}
.production-support-new .studio-block {
  display: flex;
  flex-flow: row;
  margin-bottom: 80px;
  width: 100%;
}
.production-support-new .studio-block:last-child {
  margin-bottom: 0;
}
.production-support-new .studio-block .left {
  width: 33%;
}
.production-support-new .studio-block .right {
  width: 66.66%;
}
.production-support-new .studio-block .img-box {
  background: white;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}
.production-support-new .studio-block h3 {
  color: #462562;
}
.production-support-new .studio-block p {
  color: #1D1D1D;
}
.production-support-new .studio-block a {
  color: #E72277;
}
.production-support-new .studio-block .read {
  display: none;
}
.production-support-new .studio-block.collapsible * {
  color: #462562;
}
.production-support-new .studio-block.collapsible .right {
  display: flex;
  flex-flow: column;
}
.production-support-new .studio-block.collapsible .right * {
  order: 2;
}
.production-support-new .studio-block.collapsible .right h3 {
  order: 1;
}
.production-support-new .studio-block.collapsible .right .description {
  order: 4;
  max-height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}
.production-support-new .studio-block.collapsible .right .read {
  order: 999;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.production-support-new .studio-block.collapsible.active .description {
  max-height: 1000px;
}
.production-support + .production-support > section,
.wp-block-lazyblock-production-support-new-blocks + .wp-block-lazyblock-production-support-new-blocks > section {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .studio-block {
    flex-flow: column !important;
    padding: 20px;
  }
  .studio-block .left,
  .studio-block .right {
    width: 100% !important;
  }
}
.single-post .wp-block-lazyblock-banner h1 {
  font-size: 40px;
  line-height: 46px;
}
.single-post .wp-post-image {
  display: none;
}
@media only screen and (max-width: 768px) {
  .single-post .wp-block-lazyblock-banner h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.single-post .categories a {
  background: #E72277;
  border-color: #E72277;
  min-width: unset;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 18px;
  box-shadow: unset;
  margin: 0 15px 15px 0;
  font-weight: bold;
  display: inline-block;
}
.blog-index {
  padding-top: 100px;
  padding-bottom: 80px;
}
.blog-index .post-wrap a {
  text-decoration: unset;
}
.blog-index .post-wrap .post-wrap-inside {
  background-color: #462562;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 350px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.blog-index .post-wrap .post-wrap-inside *,
.blog-index .post-wrap .post-wrap-inside a {
  color: white !important;
}
.blog-index .post-wrap .post-wrap-inside img {
  position: absolute;
  left: 50%;
  top: 50%;
  filter: brightness(0.7);
  width: 110%;
  height: auto;
  transform: scale(1) translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s ease-in-out;
  transform-origin: top left;
}
.blog-index .post-wrap .post-wrap-inside:hover {
  opacity: 0.7;
}
.blog-index .post-wrap .post-wrap-inside:hover img {
  transform: scale(1.1) translate(-50%, -50%);
}
.blog-index .post-wrap .post-wrap-inside .news-details {
  margin: 15px;
  position: relative;
  z-index: 2;
}
.blog-index .post-wrap .post-wrap-inside .news-details h3,
.blog-index .post-wrap .post-wrap-inside .news-details p {
  margin: 0;
}
.blog-index .post-wrap .post-wrap-inside .news-details h3 {
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .blog-index .post-wrap .post-wrap-inside {
    min-height: 280px;
  }
  .blog-index .post-wrap .post-wrap-inside img {
    width: 125%;
  }
}
@media only screen and (max-width: 768px) {
  .blog-index .post-wrap .post-wrap-inside {
    min-height: 250px;
  }
}
.blog-index .post-wrap-inside .categories strong {
  background: #E72277;
  border-color: #E72277;
  min-width: unset;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  box-shadow: unset;
  margin: 15px 15px 0px 0;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
.blog-index .filter {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.blog-index .filter a {
  background: #E72277;
  border-color: #E72277;
  min-width: unset;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 18px;
  box-shadow: unset;
  margin: 15px 15px 0px 0;
  font-weight: bold;
  display: inline-block;
  text-decoration: unset;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
  background: #E72277;
  border-color: #E72277;
  min-width: unset;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  box-shadow: unset;
  margin: 15px 5px 0px 0;
  font-weight: bold;
  display: inline-block;
  text-decoration: unset;
}
.navigation.pagination .nav-links span {
  background: #462562 !important;
  border-color: #462562 !important;
}
.single-post .post h1,
.single-post .post h2,
.single-post .post h3,
.single-post .post h4 {
  margin-top: 20px;
}
.single-post .post > .container > .row > div figure,
.single-post .post > .container > .row > div .wp-block-lazyblock-quote-without-image {
  margin: 30px 0;
}
.wp-block-lazyblock-sliding-banner-with-video .textbox {
  padding: 0 70px !important;
}
.wp-block-lazyblock-sliding-banner-with-video .item {
  overflow: hidden;
}
.wp-block-lazyblock-sliding-banner-with-video .item:before {
  z-index: 2;
}
.wp-block-lazyblock-sliding-banner-with-video .item .box-height:before {
  content: "";
  width: 100vw;
  height: 750px;
  max-height: 750px;
  display: block;
  position: relative;
}
.wp-block-lazyblock-sliding-banner-with-video .item video.pos-center {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
  width: 140%;
  transform: translate(-50%, 0);
}
.wp-block-lazyblock-sliding-banner-with-video .item img.pos-center {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 50%;
  width: 120%;
  max-width: unset;
  transform: translate(-50%, -50%);
  height: auto;
}
@media only screen and (min-width: 1700px) {
  .wp-block-lazyblock-sliding-banner-with-video .item .box-height:before {
    height: 800px;
    max-height: 800px;
  }
}
@media only screen and (max-width: 992px) {
  .wp-block-lazyblock-sliding-banner-with-video .item .box-height:before {
    height: 510px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-lazyblock-sliding-banner-with-video .item .box-height:before {
    content: "";
    width: 100vw;
    height: 100vw;
    max-height: 100vw;
    display: block;
    position: relative;
  }
  .textbox {
    padding: 0 45px !important;
  }
  .wp-block-lazyblock-sliding-banner-with-video .item video.pos-center {
    width: 180% !important;
  }
}
.wp-block-lazyblock-studios-map a {
  color: #E72277;
}
.banner p a {
  color: #E72277 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
header ul li a:hover {
  color: #E72277 !important;
}
.page-id-43 .content-blocks {
  padding: 0 !important;
}
.no-pad-top {
  padding-top: 0;
}
.no-pad-bot {
  padding-bottom: 0;
}


@media only screen and (max-width:650px){
	.double-block-section .block h3 {
    font-size: 26px;
    line-height: 1;
}
	footer .row > div {
    flex-flow: column;
}
	.banner .textbox p {
    font-size: 10px;
    line-height: 1.5;
}
}



/* remove below */

#location-form {
  max-width: 850px;
  margin: 30px auto;
}
#location-form .form-block {
  margin-top: 60px;
  border-radius: 5px;
  background-color: #f1f1f1;
  padding: 20px 30px;
}
#location-form .form-row {
  display: flex;
  flex-flow: column;
  margin: 0;
  margin-bottom: 25px;
}
#location-form .form-row.form-check {
  flex-flow: row;
  align-items: center;
  gap: 15px;
}
#location-form .form-select {
  position: relative;
}
#location-form .form-select:after {
  content: "";
  background-image: url("https://www.filminginengland.co.uk/wp-content/uploads/2021/12/baseline_expand_more_black_24dp.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: 10px;
  pointer-events: none;
}
#location-form h3 {
  border-bottom: 1px solid #e72277;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#location-form a {
  color: #e72277;
}
#location-form label {
	display:block;
	margin-bottom:8px;
}
#location-form .form-error {
  color: tomato;
}
#location-form .form-error + .form-error {
  display: none;
}
#location-form input[type="text"],
#location-form input[type="email"],
#location-form input[type="password"],
#location-form input[type="number"],
#location-form select,
#location-form textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #e1e1e1;
  color: #303030;
  transition: all 0.3s ease;
  border-radius: 5px;
}
#location-form input[type="text"]:placeholder,
#location-form input[type="email"]:placeholder,
#location-form input[type="password"]:placeholder,
#location-form select:placeholder,
#location-form textarea:placeholder {
  color: #888;
}
#location-form input[type="text"]:focus,
#location-form input[type="email"]:focus,
#location-form input[type="password"]:focus,
#location-form select:focus,
#location-form textarea:focus,
#location-form input[type="text"]:active,
#location-form input[type="email"]:active,
#location-form input[type="password"]:active,
#location-form select:active,
#location-form textarea:active {
  border-color: #e72277;
  outline-color: #e72277;
}
#location-form label {
  font-size: 20px;
  font-weight: bold;
  color: #462562;
}
#location-form label[required]:after {
  content: "*";
  color: tomato;
  margin-left: 5px;
}

a.header-btn {
  background: #e72277;
  border-color: #e72277;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
	display: flex;
    align-items: center;
}
a.header-btn svg {
  transform: translateY(-2px);
}
a.header-btn:hover {
  transform: scale(0.95);
  opacity: 0.75;
}
.flex-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#dashboard {
  font-size: 14px;
}
#dashboard h2 {
  text-align: center;
}
#dashboard ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#dashboard {
  padding: 60px 0;
}
#dashboard .block {
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 0 0 30px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
}
#dashboard .block h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  color: #462562;
	    display: flex;
    align-items: center;
    gap: 5px;
}
#dashboard .block h5 svg {
  transform: translateY(-2px);
}
#dashboard .block .content {
  padding: 10px 10px;
	line-height:1.5;
}
#dashboard .block .content ul li {
  padding: 5px 0;
}
#dashboard .block .content .contact-list li {
  display: flex;
  align-items: center;
}
#dashboard .block .content .contact-list li span { 
	line-height: 1.5;
}
#dashboard .block .content .contact-list li svg {
  min-width: 24px;
  margin-right: 8px;
  aspect-ratio: 1 / 1;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding: 3px;
}
#dashboard .block .content .contact-list li a {
  color: #e72277;
  font-weight: bold;
}
#dashboard .quicklook {
  display: flex;
  flex-flow: row;
	flex-wrap: wrap;
}
#dashboard .quicklook .cat {
  margin: 0 15px 15px 0;
}
#dashboard .quicklook .cat  {
  background-color: #e72277;
  color: white;
  border-color: #e72277;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  min-width: unset;
	padding:8px 15px;
}
@media only screen and (max-width:768px){
	a.header-btn {
    padding: 5px 5px;
    font-size: 12px;
}
}



select,
input[type="text"] {
  appearance: none;
  -ms-progress-appearance: none;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
}
.astra-box {
  padding: 80px 0;
}
.astra-box a {
  color: #e72277;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.astra-box svg {
  pointer-events: none;
	width: auto;
}
.astra-box .toolbar {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}
.astra-box .toolbar > div {
  /* search, sort and filter boxes */
  position: relative;
}
.astra-box .toolbar > div .dropbtn {
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  gap: 10px;
	align-items: center;
}
.astra-box .toolbar > div .submit-btn {
  background: unset;
  border: unset;
  padding: unset;
  position: absolute;
  top: 7px;
  right: 12px;
}
.astra-box .toolbar .search-box {
  width: 100%;
}
.astra-box .select-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 25px;
  /*max-width: 580px;*/
	max-width:240px;
  width: max-content;
}
.astra-box .select-box .select-row {
  position: relative;
	min-width: 230px;
}
.astra-box .select-box .select-row label {
  display: block;
  font-size: 12px;
	    margin-bottom: 5px;
}
.astra-box .select-box .select-row:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5px;
  /*Adjust for position however you want*/
  top: 20px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
	background: white;
}
.astra-box #studio-list {
  background-color: #f1f1f1;
  padding: 0px 20px 20px 20px;
  margin-top: 15px;
  border-radius: 5px;
  height: 400px;
  overflow-y: auto;
	position:relative;
}
.astra-box #studio-list .studio-row {
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.astra-box #studio-list .studio-row a {
  display: flex;
  flex-flow: row;
  gap: 15px 0;
  align-items: center;
}
.astra-box #studio-list .studio-row a:hover {
  opacity: 0.75;
  transform: translate(0, -2.5px);
}
.astra-box #studio-list .studio-row h4 {
  color: #e72277;
}
.astra-box #studio-list .studio-row p {
  margin: 0 0 3px;
  font-size: 12px;
  color: #777;
	line-height:1.75;
}
.astra-box #studio-list .studio-row .img-box {
  max-width: 120px;
  max-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  place-items: center;
}
.astra-box #studio-list .studio-row .img-box img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  .astra-box .select-box {
    grid-template-columns: 1fr;
    max-width: 350px;
  }
}



.astra-box pagination {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
	background-color:#f1f1f1;
	width:100%;
	position:sticky;
	top:0;left:0;
	z-index:4;
	
	
}
.astra-box pagination a {
  background-color: #e72277;
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.astra-box pagination a[disabled] {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(1);
}
.astra-box pagination a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: scale(0.95);
}
.astra-box pagination a:not([disabled]):hover {
    transform: scale(0.9);
}
.astra-box pagination a[data-bind="click: previousPage"] {
  padding: 5px 10px 5px 6px;
}
.astra-box pagination a[data-bind="click: nextPage"] {
  padding: 5px 6px 5px 10px;
}
.astra-box pagination a[data-bind="click: previousPage"]:before {
  content: "◂";
}
.astra-box pagination a[data-bind="click: nextPage"]:after {
  content: "▸";
}

.select-wrapper > ul, .select-wrapper > select,  .select-wrapper > svg{
	display:none;
	background: #fff;
    padding: 5px;
	    max-height: 175px;
    overflow: auto;
}
.select-wrapper > input{padding:5px;}
.select-wrapper label{
	    display: flex !important;
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 0;
    flex-flow: row;
    align-items: center;
	gap:5px;
}
.select-wrapper > ul >li:last-of-type label {border:0;}
.select-wrapper ul li.disabled, .select-wrapper #sm_select_all{display:none;}
.select-wrapper > ul input[type="checkbox"] {
	 position: relative;
	 width: 1.5em;
	 height: 1.5em;
	 color: #252525;
	 border: 1px solid #e1e1e1;
	 border-radius: 4px;
	 appearance: none;
	 outline: 0;
	 cursor: pointer;
	 transition: background 175ms cubic-bezier(0.1,0.1,0.25,1);
}
 .select-wrapper > ul input[type="checkbox"]::before {
	 position: absolute;
	 content: '';
	 display: block;
	 top: 1px;
	 left: 5px;
	 width: 8px;
	 height: 14px;
	 border-style: solid;
	 border-color: #fff;
	 border-width: 0 2px 2px 0;
	 transform: rotate(45deg);
	 opacity: 0;
}
 .select-wrapper > ul .active input[type="checkbox"] {
	 color: #fff;
	 border-color: #E72277;
	 background: #E72277;
}
 .select-wrapper > ul input[type="checkbox"]:before {
	 opacity: 1;
}

.check-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:30px;
	padding-top:15px;
}

.check-grid .check-block{
	display:flex;
	flex-flow:row;
	gap:10px;align-items:center;
}

@media only screen and (max-width:768px){
	.check-grid{
	grid-template-columns:1fr;

}

}

.check-grid label{font-size:15px !important;margin:0 !important;}


#dashboard #logo img{
	    max-height: 120px;
}