/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  html {
    font-size: 58%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  html {
    font-size: calc(62.5% + 2 * (100vw - 671px) / 320);
  }
}

body {
  color: #2B2734;
  font-family: proxima-nova, sans-serif;
  font-size: 1.3rem;
  overflow-x: hidden;
}
body.menu-active {
  overflow: hidden;
}
body a {
  color: #2B2734;
}
body.covid-19 #page, body.covid-19-show-reschedules #page {
  background-color: #F8F8F8;
}
body.covid-19 #page .tiles, body.covid-19-show-reschedules #page .tiles {
  background-color: #F8F8F8;
}

.outer {
  position: relative;
}
.outer.light-grey {
  background-color: #F8F8F8;
}
.outer .inner {
  width: calc(100vw - 120px);
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .outer .inner {
    width: calc(100vw - 40px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .outer .inner {
    width: calc(100vw - 40px);
  }
}
.outer .inner.padded {
  width: calc(100vw - 264px);
  max-width: 1656px;
}
.outer .inner p strong {
  font-weight: bold;
}
.outer .inner p em {
  font-style: italic;
}

#banner {
  position: relative;
  background-color: #2B2734;
  height: 135px;
  padding-bottom: 20px;
}
#banner #support-badge {
  position: fixed;
  top: calc(155px + 9.5rem);
  right: -1rem;
  transform: translate(8.5rem, 0) rotate(90deg);
  z-index: 9999;
  width: 210px;
  height: 6rem;
  line-height: 4.5rem;
  transition-duration: 0.2s;
}
#banner #support-badge a {
  width: 100%;
  height: 4.5rem;
  padding: 2rem 0 1rem 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  background: rgb(124, 82, 173);
  background: linear-gradient(0deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
  transition-duration: 0.3s;
  transition-property: all;
}
#banner #support-badge:hover {
  right: 0;
}
#banner .inner {
  height: 135px;
}
#banner #site-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 146px;
  height: 100px;
}
#banner #site-title a {
  display: block;
  width: 146px;
  height: 100px;
  background-image: url("../images/bwd-venues-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -99999px;
  overflow: hidden;
}
#banner #hamburger {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, calc(-50% - 10px));
  width: 48px;
  height: 28px;
  display: none;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #banner #hamburger {
    width: 36px;
    height: 24px;
    display: none;
  }
}
@media only screen and (min-width: 100px) and (max-width: 769px) {
  #banner #hamburger {
    width: 28px;
    height: 22px;
    display: block;
  }
}
#banner #hamburger:after {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  transition-duration: 0.2s;
  transition-property: all;
  transform: translate(0, -50%);
}
#banner #hamburger:hover:after {
  opacity: 0.9;
}
#banner #hamburger a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  display: block;
  overflow: hidden;
}
#banner #hamburger a:before, #banner #hamburger a:after {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  left: 0;
  transition-duration: 0.2s;
  transition-property: all;
}
#banner #hamburger a:before {
  top: 0;
}
#banner #hamburger a:after {
  bottom: 0;
}
#banner #hamburger a:hover:before {
  opacity: 0.9;
  transform: translate(0, 1px);
}
#banner #hamburger a:hover:after {
  opacity: 0.9;
  transform: translate(0, -1px);
}
#banner #quick-links-small {
  position: absolute;
  top: 10px;
  right: 380px;
}
#banner #quick-links-small li {
  display: inline-block;
  margin: 0 1rem 0 calc(1rem + 1px);
  position: relative;
  font-size: 1.1rem;
}
#banner #quick-links-small li a {
  color: rgba(248, 248, 248, 0.7);
  font-weight: bold;
  text-transform: uppercase;
}
#banner #quick-links-small li a:hover {
  color: #f8f8f8;
}
#banner #quick-links-small li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-1rem - 1px);
  background-color: white;
}
#banner #quick-links-small li:last-child {
  margin-right: 0;
}
#banner #quick-links-small li:last-child:after {
  display: none;
}
#banner #quick-links {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-240px, -50%);
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #banner #quick-links {
    transform: translate(-270px, -50%);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #banner #quick-links {
    width: 130px;
    transform: translate(0, -50%);
    top: 50%;
    right: 40px;
  }
}
#banner #quick-links li {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #banner #quick-links li {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 769px) {
  #banner #quick-links li {
    display: none;
  }
}
#banner #quick-links li.account, #banner #quick-links li.basket, #banner #quick-links li.search {
  transform: translate(0, -1px);
}
@media only screen and (min-width: 100px) and (max-width: 769px) {
  #banner #quick-links li.account, #banner #quick-links li.basket, #banner #quick-links li.search {
    display: inline-block;
    margin-left: 1rem;
  }
}
#banner #quick-links li.account a, #banner #quick-links li.basket a, #banner #quick-links li.search a {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #banner #quick-links li.account a, #banner #quick-links li.basket a, #banner #quick-links li.search a {
    width: 24px;
    height: 24px;
  }
}
#banner #quick-links li.account a:hover, #banner #quick-links li.basket a:hover, #banner #quick-links li.search a:hover {
  transform: scale(1.1);
}
#banner #quick-links li.account a:after, #banner #quick-links li.basket a:after, #banner #quick-links li.search a:after {
  display: none;
}
#banner #quick-links li.account {
  margin-left: 4rem;
}
#banner #quick-links li.account:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #7C52AD;
  position: absolute;
  top: 0;
  left: calc(-2rem - 1px);
}
@media only screen and (min-width: 100px) and (max-width: 769px) {
  #banner #quick-links li.account:before {
    display: none;
  }
}
#banner #quick-links li.account a {
  background-image: url("../images/account.svg");
}
#banner #quick-links li.basket a {
  background-image: url("../images/basket.svg");
}
#banner #quick-links li.search a {
  background-image: url("../images/search.svg");
}
#banner #quick-links li a {
  display: inline-block;
  position: relative;
  color: #BABABA;
}
#banner #quick-links li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgb(124, 82, 173);
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
  opacity: 0;
  transition-duration: 0.3s;
}
#banner #quick-links li a:hover:after {
  bottom: -6px;
  opacity: 1;
}
#banner #quick-links li.active a {
  color: white;
}
#banner #quick-links li.active a:after {
  bottom: -6px;
  opacity: 1;
}
#banner #venue-filters {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #banner #venue-filters {
    right: 40px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #banner #venue-filters {
    display: none;
  }
}
#banner #venue-filters li {
  display: inline-block;
  width: 90px;
  margin-left: 10px;
}
#banner #venue-filters li a {
  display: block;
  width: 90px;
  height: 150px;
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
}
#banner #venue-filters li a:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  transition-duration: 0.2s;
  transition-property: all;
}
#banner #venue-filters li a:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
#banner #venue-filters li a:hover {
  opacity: 0.9;
}
#banner #venue-filters li a:hover:before {
  transform: translate(0, 6px);
}
#banner #venue-filters li.kgh a:after {
  background-image: url("../images/kgh-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
}
#banner #venue-filters li.kgh a:before {
  background-color: #7C52AD;
}
#banner #venue-filters li.dlt a:after {
  background-image: url("../images/dlt-icon.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 55px;
  width: 50px;
}
#banner #venue-filters li.dlt a:before {
  background-color: #4B934B;
}
#banner a {
  color: white;
}
#banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20px;
  background: rgb(124, 82, 173);
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}
#banner #covid-saftey-information-link {
  text-align: center;
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, calc(50% + 1rem));
  z-index: 9999;
}
#banner #covid-saftey-information-link a {
  display: block;
  background-color: #4B934B;
  color: #F8F8F8;
  font-weight: bold;
  padding: 1rem 1rem 1rem 1rem;
  transition-duration: 0.2s;
  text-transform: uppercase;
  width: 220px;
}
#banner #covid-saftey-information-link a:hover {
  background-color: #2B2734;
}

#main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #2B2734;
  z-index: 99999999;
}
#main-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20px;
  background: rgb(124, 82, 173);
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}
#main-menu #main-menu-close {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 38px;
  height: 38px;
  text-indent: -99999px;
  cursor: pointer;
  transition-duration: 0.3s;
  transform-origin: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #main-menu #main-menu-close {
    width: 24px;
    height: 24px;
  }
}
#main-menu #main-menu-close:before, #main-menu #main-menu-close:after {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 48px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #main-menu #main-menu-close:before, #main-menu #main-menu-close:after {
    height: 32px;
  }
}
#main-menu #main-menu-close:after {
  transform: rotate(-45deg);
}
.menu-active #main-menu {
  display: block;
}
#main-menu #main-menu-list {
  width: calc(100vw - 40px);
  max-width: 640px;
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translate(-50%, 0);
}
#main-menu #main-menu-list li {
  font-size: 5.4rem;
  line-height: 6.6rem;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #main-menu #main-menu-list li {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
#main-menu #main-menu-list li a {
  color: white;
  transition-duration: 0.2s;
}
#main-menu #main-menu-list li a:hover {
  color: #4B934B;
}
#main-menu #main-menu-list li.submenu .submenu-title {
  width: 100%;
  display: block;
  color: white;
  font-size: 4.4rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #main-menu #main-menu-list li.submenu .submenu-title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
#main-menu #main-menu-list li.submenu .submenu-title:after {
  content: "";
  background-image: url("../images/more-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 36px;
}
#main-menu #main-menu-list li.submenu ul {
  display: block;
  height: 1px;
  overflow: hidden;
}
#main-menu #main-menu-list li.submenu ul li {
  font-size: 4.4rem;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #main-menu #main-menu-list li.submenu ul li {
    margin-left: 1rem;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
#main-menu #main-menu-list li.submenu.active .submenu-title:after {
  transform: rotate(180deg);
}
#main-menu #main-menu-list li.submenu.active ul {
  height: auto;
}

#section-title {
  transform: rotate(90deg) translate(0, 207%);
  position: absolute;
  top: 220px;
  left: 0;
  z-index: 996;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #section-title {
    transform: none;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #section-title {
    left: 20px;
    top: 10px;
    transform: translate(0, 0);
  }
}
#section-title h1 {
  font-size: 7.5rem;
  font-weight: 800;
  color: #484848;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #section-title h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #section-title h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel {
    margin-bottom: 0;
  }
}
#carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 115px);
  text-indent: -99999px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/carousel-arrow.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  transition-duration: 0.3s;
  cursor: pointer;
}
#carousel .slick-arrow:hover {
  background-color: white;
}
#carousel .slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
  transform: rotate(180deg);
}
#carousel .slick-arrow.slick-next {
  right: 0;
}
#carousel .slick-dots {
  position: absolute;
  bottom: 320px;
  left: 40px;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slick-dots {
    display: none !important;
  }
}
#carousel .slick-dots button {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.9);
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
#carousel .slick-dots button:hover {
  background-color: rgba(124, 82, 173, 0.5);
}
#carousel .slick-dots .slick-active button {
  background-color: rgba(124, 82, 173, 0.9);
}
#carousel .slide {
  width: 100vw;
  height: 75vh;
  min-height: 720px;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide {
    min-height: 0;
    height: 120vw;
    overflow: hidden;
  }
}
#carousel .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 230px);
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .image {
    min-height: 0;
    height: 70vw;
  }
}
#carousel .slide .image.top {
  background-position: center top;
}
#carousel .slide .image.bottom {
  background-position: center bottom;
}
#carousel .slide .description {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 158px;
  padding: 30px 0 40px 0;
  background-color: #2B2734;
}
#carousel .slide .description .title {
  position: absolute;
  bottom: calc(230px - 3rem);
  z-index: 999;
  width: calc(100vw - 280px);
  max-width: 1640px;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .title {
    width: calc(100vw - 20px);
  }
}
#carousel .slide .description .title h3 {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 800;
  color: #4B934B;
  padding: 1rem 4rem;
  background: white;
  display: inline-block;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #carousel .slide .description .title h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .title h3 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
#carousel .slide .description .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  width: calc(100vw - 280px);
  max-width: 1640px;
  margin: 0 auto;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #carousel .slide .description .inner {
    width: calc(100vw - 40px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .inner {
    display: block;
    width: calc(100vw - 20px);
  }
}
#carousel .slide .description .inner.black-text {
  color: #2B2734;
}
#carousel .slide .description .inner .details {
  width: 40%;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #carousel .slide .description .inner .details {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .inner .details {
    width: 100%;
  }
}
#carousel .slide .description .inner .details .date-venue {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .inner .details .date-venue {
    margin-bottom: 10px;
  }
}
#carousel .slide .description .inner .details .date-venue .date {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #carousel .slide .description .inner .details .date-venue .date {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .inner .details .date-venue .date {
    font-size: 2.4rem;
  }
}
#carousel .slide .description .inner .details .date-venue .date .sep {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}
#carousel .slide .description .inner .details .date-venue .venue {
  font-size: 2.4rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .inner .details .button {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
#carousel .slide .description .inner .details .button a {
  border: 1px solid white;
  display: inline-block;
  padding: 1rem 5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: white;
  letter-spacing: 0.08rem;
  transition-duration: 0.3s;
}
#carousel .slide .description .inner .details .button:hover a {
  background-color: white;
  color: #2B2734;
}
#carousel .slide .description .inner .text {
  width: 50%;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #carousel .slide .description .inner .text {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #carousel .slide .description .inner .text {
    width: 100%;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#carousel .slide.drama .title h3 {
  color: #eccc2d;
}
#carousel .slide.drama .description {
  background-color: #eccc2d;
}
#carousel .slide.cinema .title h3 {
  color: #362b5a;
}
#carousel .slide.cinema .description {
  background-color: #362b5a;
}
#carousel .slide.music .title h3 {
  color: #79D1B0;
}
#carousel .slide.music .description {
  background-color: #79D1B0;
}
#carousel .slide.comedy .title h3 {
  color: #FF4952;
}
#carousel .slide.comedy .description {
  background-color: #FF4952;
}
#carousel .slide.classical-music-and-opera .title h3 {
  color: #DA8E32;
}
#carousel .slide.classical-music-and-opera .description {
  background-color: #DA8E32;
}
#carousel .slide.family .title h3 {
  color: #D05A90;
}
#carousel .slide.family .description {
  background-color: #D05A90;
}

#production-banner {
  width: 100vw;
  /*
  	margin-bottom: 9rem;
  	//height: 66.667vh;
  	height: 48vw;
  	max-height: calc(1000px + 8rem);
  	//min-height: 500px;	
  	position: relative;
  	@media only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  		height: 550px;
  		margin-bottom: 4rem;
  	}		
  	.inner {
  		width: 100vw;
  		height: 100%;
  		background-color: $cc_music;
  		@media only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  			//width: 890px;	
  			//height: 550px;
  		}			
  		@media only screen and (min-width: 100px) and (max-width: 670px) {
  			width: 100vw;
  			height: 69vw;
  		}
  		&.classical-music {
  			background-color: $cc_classical;	
  		}				
  		&.comedy {
  			background-color: $cc_comedy;	
  		}
  		&.family {
  			background-color: $cc_family;						
  		}			
  		#banner-image {

  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: calc(100% - 8rem);
  			background-size: contain;
  			background-repeat: no-repeat;
  			background-position: center top;
  			@media only screen and (min-width: 100px) and (max-width: 670px) {
  				position: relative;
  				top: auto;
  				left: auto;	
  			}


  		}
  		#page-title {
  			background-color: white;
  			position: absolute;
  			bottom: 2.1rem;
  			left: 50%;
  			transform: translate(-50%, 0);
  			width: calc(100% - 100px);
  			padding: 0.5rem 3rem;
  			z-index: 996;
  			@media only screen and (min-width: 671px) and (max-width: 1180px) {
  				transform: translate(-50%, -2rem);	
  			}
  			@media only screen and (min-width: 100px) and (max-width: 670px) {
  				width: calc(100% - 6rem);
  				padding: 1rem 2rem;
  				transform: translate(-50%, 2rem);
  				bottom: 30px;
  			}
  			h2 {
  				font-size: 4.5rem;
  				line-height: 4.5rem;
  				height: 6rem;
  				font-weight: 900;
  				color: $cc_music;
  				transition-duration: 0.1s;
  				@media only screen and (min-width: 671px) and (max-width: 1180px) {
  					font-size: 5rem;
  					line-height: 5rem;
  					height: 5rem;
  				}
  				@media only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) { 
  					font-size: 4rem;
  					line-height: 4rem;
  					height: 4rem;	
  				}
  				@media only screen and (min-width: 100px) and (max-width: 670px) {
  					font-size: 3.25rem;
  					line-height: 3.75rem;
  				}
  			}
  			&.classical-music {
  				h2 {
  					color: $cc_classical;
  				}
  			}
  			&.comedy {
  				h2 {
  					color: $cc_comedy;
  				}
  			}
  			&.family {
  				h2 {
  					color: $cc_family;
  				}
  			}
  		}
  	}
  */
}
#production-banner .inner {
  width: 100vw;
  max-width: none;
  height: calc(44.444vw + 12rem);
  margin-bottom: 4rem;
}
#production-banner .inner #banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44.444vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom-width: 4rem;
  border-bottom-style: solid;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #production-banner .inner #banner-image {
    position: relative;
    top: auto;
    left: auto;
  }
}
#production-banner .inner.music #banner-image {
  border-bottom-color: #79D1B0;
}
#production-banner .inner.classical-music #banner-image {
  border-bottom-color: #DA8E32;
}
#production-banner .inner.comedy #banner-image {
  border-bottom-color: #FF4952;
}
#production-banner .inner.family #banner-image {
  border-bottom-color: #D05A90;
}
#production-banner .inner #page-title {
  text-align: center;
  background-color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem 0 0 0;
  z-index: 996;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #production-banner .inner #page-title {
    width: 100vw;
    padding: 1rem 2rem;
    box-sizing: border-box;
    bottom: -10px;
  }
}
#production-banner .inner #page-title h2 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  height: 4.5rem;
  font-weight: 900;
  color: #79D1B0;
  transition-duration: 0.1s;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #production-banner .inner #page-title h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #production-banner .inner #page-title h2 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
#production-banner .inner #page-title h3 {
  margin-top: 0.25rem;
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: #484848;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #production-banner .inner #page-title h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#production-banner .inner #page-title.classical-music h2 {
  color: #DA8E32;
}
#production-banner .inner #page-title.comedy h2 {
  color: #FF4952;
}
#production-banner .inner #page-title.family h2 {
  color: #D05A90;
}

.single-productions #links #back-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .single-productions #links #back-btn {
    position: relative;
    top: auto;
    left: auto;
    height: 80px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #links #back-btn {
    display: none;
  }
}
.single-productions #links #back-btn a {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #7C52AD;
  color: #7C52AD;
  font-weight: bold;
}
.single-productions #links #back-btn a:hover {
  background-color: #7C52AD;
  color: white;
}
.single-productions #details .inner {
  width: 50%;
  min-width: 890px;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .single-productions #details .inner {
    width: calc(100vw - 280px);
    min-width: 0;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner {
    width: calc(100vw - 20px);
    min-width: 0;
  }
}
.single-productions #details .inner #date-venue {
  height: 140px;
  font-size: 2.8rem;
  color: #2B2734;
  display: flex;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #date-venue {
    font-size: 2.25rem;
    line-height: 2.25rem;
    display: block;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .single-productions #details .inner #date-venue {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}
.single-productions #details .inner #date-venue .date {
  font-weight: 800;
  width: 66%;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #date-venue .date {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .single-productions #details .inner #date-venue .date {
    width: 55%;
  }
}
.single-productions #details .inner #date-venue .date .sep {
  font-weight: 300;
}
.single-productions #details .inner #date-venue .venue {
  width: 34%;
  text-align: right;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .single-productions #details .inner #date-venue .venue {
    width: 45%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #date-venue .venue {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.single-productions #details .inner #production-buttons {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #production-buttons {
    justify-content: center;
  }
}
.single-productions #details .inner #production-buttons .link-btn,
.single-productions #details .inner #production-buttons .info-btn {
  width: calc(33.333% - 10px);
  text-align: center;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: bold;
  color: #7C52AD;
  padding: 6rem 0 3rem 0;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .single-productions #details .inner #production-buttons .link-btn,
  .single-productions #details .inner #production-buttons .info-btn {
    font-size: 2.4rem;
    padding: 4rem 0 3rem 0;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #production-buttons .link-btn,
  .single-productions #details .inner #production-buttons .info-btn {
    font-size: 2rem;
    padding: 6rem 0 1.5rem 0;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.single-productions #details .inner #production-buttons .link-btn:after,
.single-productions #details .inner #production-buttons .info-btn:after {
  content: "";
  border: 1px solid #7C52AD;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.1s;
  pointer-events: none;
}
.single-productions #details .inner #production-buttons .link-btn:before,
.single-productions #details .inner #production-buttons .info-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-45px, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #7C52AD;
  background-color: white;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  transition-duration: 0.1s;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  .single-productions #details .inner #production-buttons .link-btn:before,
  .single-productions #details .inner #production-buttons .info-btn:before {
    width: 60px;
    height: 60px;
    transform: translate(-30px, -50%);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #production-buttons .link-btn:before,
  .single-productions #details .inner #production-buttons .info-btn:before {
    width: 60px;
    height: 60px;
    transform: translate(-30px, -50%);
  }
}
.single-productions #details .inner #production-buttons .link-btn:hover:before,
.single-productions #details .inner #production-buttons .info-btn:hover:before {
  transform: translate(-45px, -55%);
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  .single-productions #details .inner #production-buttons .link-btn:hover:before,
  .single-productions #details .inner #production-buttons .info-btn:hover:before {
    transform: translate(-30px, -55%);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #production-buttons .link-btn:hover:before,
  .single-productions #details .inner #production-buttons .info-btn:hover:before {
    transform: translate(-30px, -52%);
  }
}
.single-productions #details .inner #production-buttons .link-btn#information-btn:before,
.single-productions #details .inner #production-buttons .info-btn#information-btn:before {
  background-image: url("../images/info-btn.svg");
}
.single-productions #details .inner #production-buttons .link-btn#dates-btn:before,
.single-productions #details .inner #production-buttons .info-btn#dates-btn:before {
  background-image: url("../images/calendar-btn.svg");
}
.single-productions #details .inner #production-buttons .link-btn#booking-btn,
.single-productions #details .inner #production-buttons .info-btn#booking-btn {
  color: #4B934B;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #production-buttons .link-btn#booking-btn,
  .single-productions #details .inner #production-buttons .info-btn#booking-btn {
    margin-top: 6rem;
    height: 20px;
    width: 100%;
  }
}
.single-productions #details .inner #production-buttons .link-btn#booking-btn:after,
.single-productions #details .inner #production-buttons .info-btn#booking-btn:after {
  border-color: #4B934B;
}
.single-productions #details .inner #production-buttons .link-btn#booking-btn:before,
.single-productions #details .inner #production-buttons .info-btn#booking-btn:before {
  border-color: #4B934B;
  background-image: url("../images/booking-btn.svg");
  pointer-events: none;
}
.single-productions #details .inner #production-buttons .link-btn.active:before,
.single-productions #details .inner #production-buttons .info-btn.active:before {
  z-index: 999;
}
.single-productions #details .inner #production-buttons .link-btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.2rem;
  padding: 6rem 0 3rem 0;
  color: #4B934B;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  .single-productions #details .inner #production-buttons .link-btn a {
    padding: 4rem 0 3rem 0;
  }
}
.single-productions #details .inner #popup-information {
  display: block;
  position: absolute;
  top: -9999px;
  left: -2px;
  width: calc(100% + 4px);
  min-height: 50vh;
  box-sizing: border-box;
  padding: 8rem 4rem 4rem 4rem;
  background-color: white;
  border: 1px solid #7C52AD;
  z-index: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  z-index: 998;
}
.single-productions #details .inner #popup-information .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -999999px;
  cursor: pointer;
  transition-duration: 0.4s;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #popup-information .close {
    width: 24px;
    height: 24px;
  }
}
.single-productions #details .inner #popup-information .close:hover {
  opacity: 0.6;
}
.single-productions #details .inner #popup-information .close:before, .single-productions #details .inner #popup-information .close:after {
  content: "";
  width: 4px;
  height: 48px;
  background-color: #2B2734;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #popup-information .close:before, .single-productions #details .inner #popup-information .close:after {
    width: 2px;
    height: 32px;
  }
}
.single-productions #details .inner #popup-information .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-productions #details .inner #popup-information .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-productions #details .inner #popup-information.booking {
  border: 1px solid #4B934B;
}
.single-productions #details .inner #popup-information h4 {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #7C52AD;
  text-align: center;
  font-weight: 800;
}
.single-productions #details .inner #popup-information h4.booking {
  color: #4B934B;
}
.single-productions #details .inner #popup-information.active {
  display: block;
  top: 139px;
  opacity: 1;
}
.single-productions #details .inner #popup-information .content.hidden {
  display: none;
}
.single-productions #details .inner #popup-information .content #booking-fee {
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem 0 0 0;
}
.single-productions #details .inner #popup-information .content .information-sections {
  margin-top: 4rem;
}
.single-productions #details .inner #popup-information .content .information-sections .row {
  display: flex;
  padding: 1rem 0 2rem 0;
  font-size: 2.2rem;
  line-height: 3rem;
  border-bottom: 1px solid #484848;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  .single-productions #details .inner #popup-information .content .information-sections .row {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .single-productions #details .inner #popup-information .content .information-sections .row {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.single-productions #details .inner #popup-information .content .information-sections .row .dates {
  width: 50%;
}
.single-productions #details .inner #popup-information .content .information-sections .row .pricing {
  width: 25%;
}
.single-productions #details .inner #popup-information .content .information-sections .row .link {
  width: 25%;
  text-align: right;
}
.single-productions #details .inner #popup-information .content .information-sections .row .link a {
  color: #4B934B;
  text-transform: uppercase;
  font-weight: bold;
}
.single-productions #details .inner #popup-information .content .information-sections .row .link a:hover {
  color: #484848;
}
.single-productions #details .inner #popup-information .content .information-sections .row .title {
  width: calc(50% - 10px);
  font-weight: 800;
  text-transform: uppercase;
}
.single-productions #details .inner #popup-information .content .information-sections .row .description {
  width: calc(50% - 10px);
}

#modal-bg {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(43, 39, 52, 0.5);
  display: none;
  z-index: 997;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
}
#modal-bg.active {
  display: block;
  opacity: 1;
  top: 0;
}

#filter {
  width: 66.666%;
  min-height: 240px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter {
    width: 100%;
    padding-top: 4rem;
    min-height: 140px;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #filter {
    width: 100%;
    padding-top: 40px;
    min-height: 100px;
  }
}
#filter h3 {
  text-align: center;
  padding: 2rem 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
}
#filter #clear-filter {
  position: absolute;
  top: 2rem;
  right: -80px;
  width: 60px;
  height: 100px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter #clear-filter {
    right: auto;
    position: relative;
    height: 30px;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
#filter #clear-filter:after {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../images/clear-btn.svg");
  background-position: center center center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter #clear-filter:after {
    width: 30px;
    height: 30px;
    left: auto;
    right: 0;
    text-indent: -99999px;
  }
}
#filter #clear-filter:hover:after {
  background-color: rgba(72, 72, 72, 0.3);
}
#filter .buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#filter .buttons .button {
  width: calc(33% - 10px);
  border: 1px solid #7C52AD;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter .buttons .button {
    width: calc(33% - 4px);
  }
}
#filter .buttons .button a {
  display: block;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2rem;
  color: #7C52AD;
  letter-spacing: 0.08rem;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter .buttons .button a {
    font-size: 1.6rem;
  }
}
#filter .buttons .button:hover a {
  background-color: #7C52AD;
  color: white;
}
#filter #filter-options {
  width: 100%;
  height: 100px;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter #filter-options {
    height: 20px;
  }
}
#filter #filter-options .options {
  position: absolute;
  top: -1px;
  width: calc(33% - 10px);
  border: 1px solid #7C52AD;
  background-color: white;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 9999;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter #filter-options .options {
    width: calc(33% - 4px);
  }
}
#filter #filter-options .options.open {
  max-height: none;
  opacity: 1;
}
#filter #filter-options .options p {
  font-size: 1.8rem;
  color: #7C52AD;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter #filter-options .options p {
    font-size: 1.4rem;
  }
}
#filter #filter-options .options li {
  padding: 16px 30px 16px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #7C52AD;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #484848;
  opacity: 0.4;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #filter #filter-options .options li {
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
#filter #filter-options .options li.selected {
  opacity: 1;
}
#filter #filter-options .options li:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #484848;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
}
#filter #filter-options .options li:last-child {
  border-bottom: none;
}
#filter #filter-options .options li:hover {
  background-color: #484848;
  color: white;
}
#filter #filter-options .options li:hover:before {
  border-color: white;
}
#filter #filter-options .options li.kgh:before {
  background-color: #7C52AD;
}
#filter #filter-options .options li.dlt:before {
  background-color: #4B934B;
}
#filter #filter-options .options li.all:before {
  background-color: #484848;
}
#filter #filter-options .options#venue-filter {
  left: 0;
}
#filter #filter-options .options#dates-filter {
  left: 50%;
  transform: translate(calc(-50% - 5px), 0);
  width: 40%;
  padding: 5px;
}
#filter #filter-options .options#category-filter {
  right: 0;
}
#filter #filter-options .options#category-filter li.cinema:before {
  background-color: #362b5a;
}
#filter #filter-options .options#category-filter li.classical-music:before, #filter #filter-options .options#category-filter li.classical-music-and-opera:before {
  background-color: #DA8E32;
}
#filter #filter-options .options#category-filter li.club-nights:before {
  background-color: #00bee0;
}
#filter #filter-options .options#category-filter li.comedy:before {
  background-color: #FF4952;
}
#filter #filter-options .options#category-filter li.dance:before {
  background-color: #88B549;
}
#filter #filter-options .options#category-filter li.drama:before {
  background-color: #eccc2d;
}
#filter #filter-options .options#category-filter li.family:before {
  background-color: #D05A90;
}
#filter #filter-options .options#category-filter li.music:before {
  background-color: #79D1B0;
}
#filter #filter-options .options#category-filter li.spoken-word:before {
  background-color: #373E72;
}
#filter #filter-options .options#category-filter li.variety:before {
  background-color: #a47ee1;
}
#filter #filter-options .options#category-filter li.other:before {
  background-color: #7C52AD;
}
#filter #filter-options .options#category-filter li.hidden {
  color: rgba(43, 39, 52, 0.5);
}
#filter #filter-options .options#category-filter li.hidden:hover {
  color: white;
}
#filter #filter-options .options#category-filter li.hidden:before {
  opacity: 0.25;
}
#filter #filter-options .options#series-filter {
  right: 0;
}

#home-cta {
  background-color: #2B4E50;
  display: flex;
  flex-wrap: wrap;
}
#home-cta #home-cta-image {
  width: 50%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #home-cta #home-cta-image {
    width: 100%;
    min-height: 60vw;
  }
}
#home-cta #home-cta-text {
  width: calc(50% - 160px);
  color: white;
  max-width: 532px;
  margin-left: 90px;
  padding-top: 80px;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #home-cta #home-cta-text {
    padding-top: 40px;
    margin-left: 40px;
    width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
  }
}
#home-cta #home-cta-text h3 {
  font-size: 3.8rem;
  line-height: 4.6rem;
  margin-bottom: 2.4rem;
  font-weight: 800;
}
#home-cta #home-cta-text p {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
#home-cta #home-cta-text p em {
  font-style: italic;
}
#home-cta #home-cta-text p.button {
  width: 100%;
  max-width: 33.3rem;
  margin-bottom: 3rem;
}
#home-cta #home-cta-text p.button a {
  display: block;
  background-color: #ABABCF;
  text-align: center;
  text-transform: uppercase;
  color: #2B4E50;
  font-weight: bold;
  padding: 1rem 0;
  transition-duration: 0.2s;
}
#home-cta #home-cta-text p.button a:hover {
  background-color: white;
}

#home-productions .inner {
  min-height: 440px;
}

#home-news,
#home-productions {
  background-color: #F8F8F8;
  padding-top: 5rem;
}
#home-news .button.archive-link,
#home-productions .button.archive-link {
  width: calc(25% - 10px);
  min-width: 160px;
  border: 1px solid #7C52AD;
  margin: 3rem auto 0 auto;
}
#home-news .button.archive-link a,
#home-productions .button.archive-link a {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  color: #7C52AD;
  letter-spacing: 0.08rem;
  transition-duration: 0.3s;
}
#home-news .button.archive-link:hover a,
#home-productions .button.archive-link:hover a {
  background-color: #7C52AD;
  color: white;
}
#home-news .section-title,
#home-productions .section-title {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 6rem;
  font-weight: 800;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #home-news .section-title,
  #home-productions .section-title {
    font-size: 4rem;
    line-height: 4rem;
    left: 10px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #home-news .section-title,
  #home-productions .section-title {
    font-size: 4rem;
    line-height: 4rem;
    left: 1.25rem;
    top: 0;
  }
}
#home-news .section-title h2,
#home-productions .section-title h2 {
  transform: rotate(90deg) translate(64%, 0);
  color: #2B2734;
}

#similar-events {
  padding: 4rem 0 0 0;
}
#similar-events h3 {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
#similar-events.comedy h3 {
  color: #FF4952;
}
#similar-events.music h3 {
  color: #79D1B0;
}

.tiles.news {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page .tiles.news {
  padding-bottom: 8rem;
}
.tiles.news .tile {
  width: calc(25% - 12px);
  max-width: 398px;
  height: 431px;
  margin: 4px;
  border-left: 4px solid #7C52AD;
  position: relative;
  background-color: white;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .tiles.news .tile {
    width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .tiles.news .tile {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 380px;
  }
}
.tiles.news .tile .thumbnail {
  width: 100%;
  height: 0px;
  padding-top: 61%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.tiles.news .tile .thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.4s;
  height: 100%;
  width: 100%;
}
.tiles.news .tile .details {
  margin-top: 61%;
}
.tiles.news .tile h4 {
  padding: 1rem;
  font-size: 2.2rem;
  color: #7C52AD;
  font-weight: bold;
}
.tiles.news .tile h4 a {
  color: #7C52AD;
}
.tiles.news .tile .excerpt {
  font-size: 1.6rem;
  padding: 1rem;
}
.tiles.news .tile .buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.tiles.news .tile .buttons .button {
  width: calc(50% - 10px);
}
.tiles.news .tile .buttons .button a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition-duration: 0.3s;
}
.tiles.news .tile .buttons .button.more {
  border: 1px solid #7C52AD;
}
.tiles.news .tile .buttons .button.more a {
  color: #7C52AD;
}
.tiles.news .tile .buttons .button.more:hover a {
  background-color: #7C52AD;
  color: white;
}
.tiles.news .tile:hover .thumbnail img {
  transform: translate(-50%, -50%) scale(1.1);
}
.tiles.productions {
  width: 100%;
  padding-bottom: 4rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .tiles.productions {
    padding-top: 4rem;
  }
}
.tiles.productions .tile {
  width: calc(25% - 8px);
  max-width: 398px;
  min-width: 320px;
  height: 400px;
  margin: 4px;
  position: relative;
  background-color: white;
  /*
  $cc_cinema: #362b5a;
  $cc_classical: #DA8E32;
  $cc_clubnights: #00bee0;
  $cc_comedy: #FF4952;
  $cc_dance: #88B549;
  $cc_drama: #eccc2d;
  $cc_family: #D05A90;
  $cc_music: #79D1B0;
  $cc_spoken: #373E72;
  $cc_variety: #a47ee1;
  */
}
.tiles.productions .tile.cat-hide, .tiles.productions .tile.venue-hide, .tiles.productions .tile.month-hide {
  display: none;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .tiles.productions .tile {
    height: 350px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .tiles.productions .tile {
    height: 275px;
    margin-bottom: 12px;
  }
}
#home-productions .tiles.productions .tile {
  width: calc(33% - 8px);
  max-width: 564px;
  height: 440px;
}
#home-productions .tiles.productions .tile .inner {
  height: 100%;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #home-productions .tiles.productions .tile {
    width: calc(33% - 8px);
    min-width: 0;
    height: 440px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #home-productions .tiles.productions .tile {
    height: 360px;
  }
}
.tiles.productions .tile .thumbnail {
  width: 100%;
  height: 0px;
  padding-top: 44.4444%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 12px solid #79D1B0;
}
.tiles.productions .tile .thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.tiles.productions .tile .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
  z-index: 99;
  text-align: center;
  padding: 0.5rem 0;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
.tiles.productions .tile .details {
  position: absolute;
  width: calc(100% - 4rem);
  padding: 2rem 2rem 1rem 2rem;
  padding-top: calc(44.444% + 3rem);
}
.tiles.productions .tile .details .tile-title {
  height: 70px;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .tiles.productions .tile .details .tile-title {
    height: 40px;
  }
}
#home-productions .tiles.productions .tile .details .tile-title {
  height: 70px;
}
.tiles.productions .tile .details .tile-title a {
  color: #79D1B0;
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-weight: bold;
}
.tiles.productions .tile .details .tile-title .subtitle {
  color: #79D1B0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2rem;
}
.tiles.productions .tile .details .date-venue {
  border-top: 1px solid rgba(43, 39, 52, 0.1);
  padding: 1rem 0 0 0;
  display: flex;
}
.tiles.productions .tile .details .date-venue .venue {
  width: 50%;
  text-align: right;
}
.tiles.productions .tile .details .date-venue .date {
  width: 50%;
  font-weight: bold;
}
.tiles.productions .tile .details .date-venue .date span {
  font-weight: 100;
  color: #79D1B0;
}
.tiles.productions .tile.cinema .thumbnail {
  border-bottom-color: #362b5a;
}
.tiles.productions .tile.cinema .tile-title a, .tiles.productions .tile.cinema .date span, .tiles.productions .tile.cinema .tile-title .subtitle {
  color: #362b5a;
}
.tiles.productions .tile.classical-music-and-opera .thumbnail, .tiles.productions .tile.classical .thumbnail {
  border-bottom-color: #DA8E32;
}
.tiles.productions .tile.classical-music-and-opera .tile-title a, .tiles.productions .tile.classical-music-and-opera .date span, .tiles.productions .tile.classical-music-and-opera .tile-title .subtitle, .tiles.productions .tile.classical .tile-title a, .tiles.productions .tile.classical .date span, .tiles.productions .tile.classical .tile-title .subtitle {
  color: #DA8E32;
}
.tiles.productions .tile.club-nights .thumbnail {
  border-bottom-color: #00bee0;
}
.tiles.productions .tile.club-nights .tile-title a, .tiles.productions .tile.club-nights .date span, .tiles.productions .tile.club-nights .tile-title .subtitle {
  color: #00bee0;
}
.tiles.productions .tile.comedy .thumbnail {
  border-bottom-color: #FF4952;
}
.tiles.productions .tile.comedy .tile-title a, .tiles.productions .tile.comedy .date span, .tiles.productions .tile.comedy .tile-title .subtitle {
  color: #FF4952;
}
.tiles.productions .tile.dance .thumbnail {
  border-bottom-color: #88B549;
}
.tiles.productions .tile.dance .tile-title a, .tiles.productions .tile.dance .date span, .tiles.productions .tile.dance .tile-title .subtitle {
  color: #88B549;
}
.tiles.productions .tile.family .thumbnail {
  border-bottom-color: #D05A90;
}
.tiles.productions .tile.family .tile-title a, .tiles.productions .tile.family .date span, .tiles.productions .tile.family .tile-title .subtitle {
  color: #D05A90;
}
.tiles.productions .tile.music .thumbnail {
  border-bottom-color: #79D1B0;
}
.tiles.productions .tile.music .tile-title a, .tiles.productions .tile.music .date span, .tiles.productions .tile.music .tile-title .subtitle {
  color: #79D1B0;
}
.tiles.productions .tile.spoken .thumbnail, .tiles.productions .tile.spoken-word .thumbnail {
  border-bottom-color: #373E72;
}
.tiles.productions .tile.spoken .tile-title a, .tiles.productions .tile.spoken .date span, .tiles.productions .tile.spoken .tile-title .subtitle, .tiles.productions .tile.spoken-word .tile-title a, .tiles.productions .tile.spoken-word .date span, .tiles.productions .tile.spoken-word .tile-title .subtitle {
  color: #373E72;
}
.tiles.productions .tile.variety .thumbnail {
  border-bottom-color: #a47ee1;
}
.tiles.productions .tile.variety .tile-title a, .tiles.productions .tile.variety .date span, .tiles.productions .tile.variety .tile-title .subtitle {
  color: #a47ee1;
}
.tiles.productions .tile .buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .tiles.productions .tile .buttons {
    bottom: 5px;
  }
}
.tiles.productions .tile .buttons .button {
  width: calc(50% - 10px);
}
.tiles.productions .tile .buttons .button a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .tiles.productions .tile .buttons .button a {
    padding: 0.5rem 0;
  }
}
.tiles.productions .tile .buttons .button.more {
  border: 1px solid #7C52AD;
}
.tiles.productions .tile .buttons .button.more a {
  color: #7C52AD;
}
.tiles.productions .tile .buttons .button.more:hover a {
  background-color: #7C52AD;
  color: white;
}
.tiles.productions .tile .buttons .button.book {
  border: 1px solid #4B934B;
}
.tiles.productions .tile .buttons .button.book a {
  color: #4B934B;
}
.tiles.productions .tile .buttons .button.book:hover a {
  background-color: #4B934B;
  color: white;
}
.tiles.productions .tile:hover .thumbnail img {
  transform: translate(-50%, -50%) scale(1.03);
}

#page-banner {
  height: 730px;
  max-height: 50vh;
  margin-bottom: 5.6rem;
  position: relative;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 100px) and (max-width: 670px) {
  #page-banner {
    max-height: 44.444vw;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #page-banner {
    margin-bottom: 1rem;
  }
}
#page-banner #banner-image {
  width: 100%;
  height: 100%;
  max-height: 44.444vw;
  background-size: cover;
  background-position: center center;
}
#page-banner #banner-image.top {
  background-position: center top;
}
#page-banner #banner-image.bottom {
  background-position: center bottom;
}
#page-banner #section-title {
  z-index: 99999;
  top: 40px;
  left: 58px;
  transform: rotate(0);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #page-banner #section-title {
    transform-origin: left center;
    transform: rotate(90deg) translate(0, -50%);
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #page-banner #section-title {
    left: 5rem;
  }
}
#page-banner #section-title h1 {
  transform-origin: left top;
  transform: rotate(90deg);
  color: white;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  #page-banner #section-title h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #page-banner #section-title h1 {
    transform: none;
  }
}

#page #page-title {
  padding-top: 4rem;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #page #page-title {
    padding-top: 2rem;
  }
}
#page #page-title h2 {
  font-size: 6.4rem;
  line-height: 7.8rem;
  margin-bottom: 3.8rem;
  font-weight: 800;
  color: #484848;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #page #page-title h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

.module.gradbg {
  background: linear-gradient(90deg, rgba(124, 82, 173, 0.1) 0%, rgba(75, 147, 75, 0.1) 100%);
}
.module.white {
  background-color: white;
}
.module.grey {
  background-color: #484848;
}
.module.downloads {
  background: rgba(124, 82, 173, 0.1);
  padding: 5rem 0 5rem 0;
  margin-bottom: 3rem;
}
.module.downloads .module-title {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.module.downloads .module-title h3 {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}
.module.downloads .downloads-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.downloads .downloads-group {
    display: block;
    padding-top: 4rem;
  }
}
.module.downloads .downloads-group .download {
  width: calc(25% - 10px);
  font-size: 2.4rem;
  color: #7C52AD;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.downloads .downloads-group .download {
    width: 100%;
  }
}
.module.downloads .downloads-group .download a {
  display: block;
  color: #7C52AD;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  min-height: 50px;
  border: 4px solid #7C52AD;
  margin: 1rem;
  padding: 2rem;
  transition-duration: 0.2s;
  background-color: white;
}
.module.downloads .downloads-group .download a:hover {
  background-color: #7C52AD;
  color: white;
}
.module.columns {
  margin-bottom: 5.6rem;
}
.module.columns #searchform {
  width: 50%;
  margin: 1rem auto;
}
.module.columns #searchform label {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
.module.columns #searchform input[type=text] {
  width: 100%;
  padding: 0.25rem;
  border: 1px solid #7C52AD;
  font-size: 2rem;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 1rem;
}
.module.columns #searchform input[type=submit] {
  border: none;
  background: #7C52AD;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-size: 2.3rem;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.module.columns table {
  margin-bottom: 3rem;
}
.module.columns table tbody tr {
  border-left: 2px solid white;
}
.module.columns table tbody tr th {
  padding: 1rem;
  font-size: 1.5rem;
  background-color: #7C52AD;
  border-right: 2px solid white;
  font-weight: bold;
  color: white;
  text-align: left;
}
body.darwen-library-theatre.bwdvenues .module.columns table tbody tr th {
  background-color: #4B934B;
}
.module.columns table tbody tr td {
  padding: 1rem;
  font-size: 1.4rem;
  background-color: rgba(124, 82, 173, 0.1);
  border-right: 2px solid white;
}
body.darwen-library-theatre.bwdvenues .module.columns table tbody tr td {
  background-color: rgba(75, 147, 75, 0.1);
}
.module.columns table tbody tr td strong {
  font-weight: bold;
}
.module.columns table tbody tr:nth-child(even) td {
  background-color: rgba(124, 82, 173, 0.05);
}
body.darwen-library-theatre.bwdvenues .module.columns table tbody tr:nth-child(even) td {
  background-color: rgba(75, 147, 75, 0.05);
}
.module.columns li, .module.columns p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 2.8rem;
}
.module.columns li.button a, .module.columns p.button a {
  display: inline-block;
  border: 2px solid #7C52AD;
  color: #7C52AD;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 1.25rem;
}
.module.columns li.button a:hover, .module.columns p.button a:hover {
  background-color: #7C52AD;
  color: white;
}
.module.columns li.introduction, .module.columns p.introduction {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
.module.columns li img.alignleft, .module.columns p img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.module.columns li img.alignright, .module.columns p img.alignright {
  float: right;
}
.module.columns li strong, .module.columns li b, .module.columns p strong, .module.columns p b {
  font-weight: bold;
}
.module.columns h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #7C52AD;
  text-transform: uppercase;
}
.module.columns h4 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.columns.single-column .inner p iframe {
    width: 340px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}
.module.columns.single-column.faqs {
  padding: 9rem 0 5rem 0;
  margin-bottom: 5rem;
}
.module.columns.single-column.faqs .inner {
  width: 66%;
  min-width: 640px;
  border-bottom: 1px solid rgba(75, 147, 75, 0.4);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.columns.single-column.faqs .inner {
    min-width: 0;
    width: 100%;
  }
}
.module.columns.single-column.faqs .inner .module-title {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.columns.single-column.faqs .inner .module-title {
    position: relative;
    left: auto;
    transform: none;
  }
}
.module.columns.single-column.faqs .inner .module-title h3 {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.columns.single-column.faqs .inner .module-title h3 {
    text-align: center;
    padding: 10px 20px;
  }
}
.module.columns.single-column.faqs .inner .faq {
  border: 1px solid rgba(75, 147, 75, 0.4);
  border-bottom: none;
  background-color: white;
}
.module.columns.single-column.faqs .inner .faq .title {
  cursor: pointer;
  padding: 2rem;
  transition-duration: 0.2s;
  position: relative;
}
.module.columns.single-column.faqs .inner .faq .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -18px) rotate(45deg);
  border-right: 2px solid #4B934B;
  border-bottom: 2px solid #4B934B;
  width: 18px;
  height: 18px;
  transition-duration: 0.4s;
}
.module.columns.single-column.faqs .inner .faq .title h4 {
  padding: 0;
  color: #4B934B;
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin-bottom: 0;
}
.module.columns.single-column.faqs .inner .faq .title:hover {
  background-color: rgba(75, 147, 75, 0.1);
}
.module.columns.single-column.faqs .inner .faq .text {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition-duration: 0.2s;
  transition-property: all;
}
.module.columns.single-column.faqs .inner .faq .text p {
  padding: 2rem 0;
  margin-bottom: 0;
}
.module.columns.single-column.faqs .inner .faq.open .title:after {
  transform: translate(0, -12px) rotate(-135deg);
}
.module.columns.single-column.faqs .inner .faq.open .text {
  max-height: 640px;
}
.module.columns.single-column.faqs .inner .faq.open .text p {
  padding: 2rem 0;
  margin-bottom: 0;
}
.module.columns.two-columns .columns {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.columns.two-columns .columns {
    display: block;
  }
}
.module.columns.two-columns .columns .column {
  width: calc(50% - 20px);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.columns.two-columns .columns .column {
    width: 100%;
  }
}
.module.tiles #tile-filter {
  padding: 1rem 0 3rem 0;
}
.module.tiles #tile-filter h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #484848;
  margin-bottom: 1rem;
}
.module.tiles #tile-filter ul {
  text-align: center;
}
.module.tiles #tile-filter ul li {
  display: inline-block;
  font-size: 2rem;
  padding: 1rem;
  width: 280px;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #7C52AD;
  color: #7C52AD;
  margin: 0 0.5rem;
  cursor: pointer;
  transition-duration: 0.3s;
}
.module.tiles #tile-filter ul li.dlt {
  color: #4B934B;
  border: 2px solid #4B934B;
}
.module.tiles #tile-filter ul li.dlt.active, .module.tiles #tile-filter ul li.dlt:hover {
  background-color: #4B934B;
  color: white;
}
.module.tiles #tile-filter ul li.active, .module.tiles #tile-filter ul li:hover {
  background-color: #7C52AD;
  color: white;
}
.module.tiles #tile-filter #tile-search {
  width: 300px;
  margin: 1rem auto;
}
.module.tiles #tile-filter #tile-search input {
  width: 280px;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  color: #484848;
  font-family: proxima-nova, sans-serif;
  outline: none;
  margin: 0 auto;
}
.module.tiles .wide-tile-group {
  display: flex;
  flex-wrap: wrap;
  transform: translate(-5px, 0);
  justify-content: center;
  padding-bottom: 4rem;
}
.module.tiles .wide-tile-group .tile {
  width: calc(50% - 10px);
  min-width: 560px;
  height: 365px;
  margin: 0 5px 10px 5px;
  transition-duration: 0.1s;
  transition-property: all;
  box-shadow: 0 4px 4px 4px rgba(43, 39, 52, 0);
  background-color: white;
  display: flex;
  position: relative;
}
.module.tiles .wide-tile-group .tile.hidden {
  display: none;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .module.tiles .wide-tile-group .tile {
    width: calc(33.333% - 12px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.tiles .wide-tile-group .tile {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.module.tiles .wide-tile-group .tile .readmore {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.module.tiles .wide-tile-group .tile .readmore a {
  border: 1px solid #7C52AD;
  text-align: center;
  display: block;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  color: #7C52AD;
  letter-spacing: 0.08rem;
  transition-duration: 0.3s;
}
.module.tiles .wide-tile-group .tile .readmore:hover a {
  background-color: #7C52AD;
  color: white;
}
.module.tiles .wide-tile-group .tile .title {
  border-top: 12px solid #EEE;
}
.module.tiles .wide-tile-group .tile .title h3 {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 1rem 0 0 2rem;
}
.module.tiles .wide-tile-group .tile.drama .title {
  border-color: #eccc2d;
}
.module.tiles .wide-tile-group .tile.drama .title h3 {
  color: #eccc2d;
}
.module.tiles .wide-tile-group .tile.drama .description {
  background-color: #eccc2d;
}
.module.tiles .wide-tile-group .tile.cinema .title {
  border-color: #362b5a;
}
.module.tiles .wide-tile-group .tile.cinema .title h3 {
  color: #362b5a;
}
.module.tiles .wide-tile-group .tile.cinema .description {
  background-color: #362b5a;
}
.module.tiles .wide-tile-group .tile.music .title {
  border-color: #79D1B0;
}
.module.tiles .wide-tile-group .tile.music .title h3 {
  color: #79D1B0;
}
.module.tiles .wide-tile-group .tile.music .description {
  background-color: #79D1B0;
}
.module.tiles .wide-tile-group .tile.comedy .title {
  border-color: #FF4952;
}
.module.tiles .wide-tile-group .tile.comedy .title h3 {
  color: #FF4952;
}
.module.tiles .wide-tile-group .tile.comedy .description {
  background-color: #FF4952;
}
.module.tiles .wide-tile-group .tile.classical-music-and-opera .title {
  border-color: #DA8E32;
}
.module.tiles .wide-tile-group .tile.classical-music-and-opera .title h3 {
  color: #DA8E32;
}
.module.tiles .wide-tile-group .tile.classical-music-and-opera .description {
  background-color: #DA8E32;
}
.module.tiles .wide-tile-group .tile.family .title {
  border-color: #D05A90;
}
.module.tiles .wide-tile-group .tile.family .title h3 {
  color: #D05A90;
}
.module.tiles .wide-tile-group .tile.family .description {
  background-color: #D05A90;
}
.module.tiles .wide-tile-group .tile.spoken-word .title {
  border-color: #373E72;
}
.module.tiles .wide-tile-group .tile.spoken-word .title h3 {
  color: #373E72;
}
.module.tiles .wide-tile-group .tile.spoken-word .description {
  background-color: #373E72;
}
.module.tiles .wide-tile-group .tile .venue {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  width: calc(50% - 2rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.module.tiles .wide-tile-group .tile .performance {
  width: 50%;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.tiles .wide-tile-group .tile .performance {
    width: 25%;
  }
}
.module.tiles .wide-tile-group .tile .performance .image {
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background-position: center center;
  background-size: cover;
  z-index: 997;
}
.module.tiles .wide-tile-group .tile .covid-information {
  width: calc(50% - 32px);
  padding: 16px;
}
.module.tiles .wide-tile-group .tile .covid-information h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.module.tiles .wide-tile-group .tile .covid-information h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.module.tiles .wide-tile-group .tile .covid-information .cancelled {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.module.tiles .wide-tile-group .tile .covid-information .cancelled h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #CC3321;
}
.module.tiles .wide-tile-group .tile .covid-information .current-date {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.module.tiles .wide-tile-group .tile .covid-information .original-date {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.module.tiles .wide-tile-group .tile .covid-information .status {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.module.link-tiles {
  padding: 6rem 0 8rem 0;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.link-tiles {
    padding: 0 0 4rem 0;
  }
}
.module.link-tiles .module-title {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.link-tiles .module-title {
    position: relative;
    left: auto;
    transform: none;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .module.link-tiles .module-title {
    top: -2rem;
    width: calc(100% - 320px);
  }
}
.module.link-tiles .module-title h3 {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}
@media only screen and (min-width: 100px) and (max-width: 670px), only screen and (min-width: 671px) and (max-width: 1180px) {
  .module.link-tiles .module-title h3 {
    text-align: center;
    padding: 10px 20px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.module.link-tiles .tile-group {
  display: flex;
  flex-wrap: wrap;
  transform: translate(-5px, 0);
  justify-content: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.link-tiles .tile-group {
    display: block;
    transform: none;
  }
}
.module.link-tiles .tile-group .tile {
  width: calc(25% - 10px);
  margin: 0 5px 10px 5px;
  transition-duration: 0.1s;
  transition-property: all;
  cursor: pointer;
  box-shadow: 0 4px 4px 4px rgba(43, 39, 52, 0);
  background-color: white;
}
@media only screen and (min-width: 671px) and (max-width: 1180px) {
  .module.link-tiles .tile-group .tile {
    width: calc(33.333% - 12px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  .module.link-tiles .tile-group .tile {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.module.link-tiles .tile-group .tile .image {
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background-position: center center;
  background-size: cover;
  z-index: 997;
}
.module.link-tiles .tile-group .tile .title {
  position: relative;
  padding: 2.4rem 2rem 2rem 2rem;
}
.module.link-tiles .tile-group .tile .title h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
.module.link-tiles .tile-group .tile .title h4 a {
  color: #484848;
}
.module.link-tiles .tile-group .tile .title:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 13px;
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}
.module.link-tiles .tile-group .tile:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 4px 4px rgba(43, 39, 52, 0.1);
}

.wide-tile.kgh .venue {
  color: #7C52AD;
}
.wide-tile.dlt .venue {
  color: #4B934B;
}

#description {
  padding: 7.6rem 0 15.2rem 0;
}
#description .inner {
  width: 50%;
  min-width: 890px;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  #description .inner {
    width: calc(100vw - 280px);
    min-width: 0;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #description .inner {
    width: calc(100vw - 100px);
    min-width: 0;
  }
}
#description .inner p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 2.8rem;
  font-weight: 300;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  #description .inner p {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #description .inner p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#description .inner p iframe {
  width: 100%;
  height: auto;
  min-height: 520px;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  #description .inner p iframe {
    min-height: 420px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #description .inner p iframe {
    min-height: 0px;
    width: 100vw;
    height: 56vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#description .inner p.introduction {
  font-size: 3.4rem;
  line-height: 4.2rem;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 890px) and (max-width: 1366px) and (max-height: 768px) {
  #description .inner p.introduction {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #description .inner p.introduction {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

.section-title {
  position: absolute;
  top: -12rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-title h3 {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  min-width: calc(300px - 4rem);
  text-align: center;
  padding: 1rem 2rem;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
}

.wpcf7-form {
  width: 50%;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 100px) and (max-width: 670px) {
  .wpcf7-form {
    width: 100%;
  }
}
.wpcf7-form label {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
.wpcf7-form select {
  display: block;
  border: 1px solid #7C52AD;
  background-color: white;
  padding: 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 2rem;
  width: 100%;
  border-radius: 0px;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text] {
  width: 100%;
  padding: 0.25rem;
  border: 1px solid #7C52AD;
  font-size: 2rem;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 1rem;
}
.wpcf7-form input[type=submit] {
  border: none;
  background: #7C52AD;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-size: 2.3rem;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.gallery,
#gallery {
  background-color: #2B2734;
  padding: 6rem 0 4rem 0;
  margin-bottom: 12rem;
  position: relative;
}
.gallery .section-title,
#gallery .section-title {
  top: -3rem;
}
.gallery .module-title,
#gallery .module-title {
  background: linear-gradient(90deg, rgb(124, 82, 173) 0%, rgb(75, 147, 75) 100%);
  position: absolute;
  top: -3rem;
  left: 50%;
  padding: 1rem 2rem;
  transform: translate(-50%, 0);
  min-width: 320px;
  z-index: 99999999;
}
.gallery .module-title h3,
#gallery .module-title h3 {
  font-size: 5rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
.gallery .gallery-slides,
.gallery #gallery-slides,
#gallery .gallery-slides,
#gallery #gallery-slides {
  position: relative;
}
.gallery .gallery-slides .slide,
.gallery #gallery-slides .slide,
#gallery .gallery-slides .slide,
#gallery #gallery-slides .slide {
  padding: 0 0.8rem;
  height: 620px;
  max-height: 50vh;
}
.gallery .gallery-slides .slide img,
.gallery #gallery-slides .slide img,
#gallery .gallery-slides .slide img,
#gallery #gallery-slides .slide img {
  height: 100% !important;
  width: auto;
}
.gallery .gallery-slides .slick-arrow,
.gallery #gallery-slides .slick-arrow,
#gallery .gallery-slides .slick-arrow,
#gallery #gallery-slides .slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: -99999px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/gallery-arrow.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  border: none;
  background-color: rgba(43, 39, 52, 0.8);
  transition-duration: 0.3s;
  cursor: pointer;
}
.gallery .gallery-slides .slick-arrow:hover,
.gallery #gallery-slides .slick-arrow:hover,
#gallery .gallery-slides .slick-arrow:hover,
#gallery #gallery-slides .slick-arrow:hover {
  background-color: #2b2734;
}
.gallery .gallery-slides .slick-arrow.slick-prev,
.gallery #gallery-slides .slick-arrow.slick-prev,
#gallery .gallery-slides .slick-arrow.slick-prev,
#gallery #gallery-slides .slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
  transform: rotate(180deg);
}
.gallery .gallery-slides .slick-arrow.slick-next,
.gallery #gallery-slides .slick-arrow.slick-next,
#gallery .gallery-slides .slick-arrow.slick-next,
#gallery #gallery-slides .slick-arrow.slick-next {
  right: 0;
}

#reviews {
  background-color: #F8F8F8;
  padding-top: 9rem;
}
#reviews #review-slides {
  width: calc(100% - 200px);
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #reviews #review-slides {
    width: calc(100% - 40px);
  }
}
#reviews #review-slides .review {
  height: 260px;
  text-align: center;
}
#reviews #review-slides .review .quote {
  font-size: 3.6rem;
  line-height: 3.9rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #reviews #review-slides .review .quote {
    font-size: 2.6rem;
    line-height: 3.1rem;
    margin-bottom: 3.1rem;
  }
}
#reviews #review-slides .review .rating {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #reviews #review-slides .review .rating {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
}
#reviews #review-slides .review .rating .stars .star {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url("../images/star.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#reviews #review-slides .review .rating .stars .star.empty {
  opacity: 0.1;
}
#reviews #review-slides .review .reviewer {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #7C52AD;
  font-weight: bold;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #reviews #review-slides .review .reviewer {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#reviews #review-slides .review .reviewer a {
  color: #7C52AD;
  border-bottom: 2px solid rgba(124, 82, 173, 0.3);
  transition-duration: 0.2s;
}
#reviews #review-slides .review .reviewer a:hover {
  border-bottom: 2px solid rgba(124, 82, 173, 0.9);
}

.footer-break {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #F8F8F8;
}
.footer-break br {
  display: none;
}

#footer {
  padding: 6rem 0 8rem 0;
  min-height: 400px;
  background-color: #2B2734;
  box-shadow: 0 100vh 0 100vh #2B2734;
  color: white;
  text-align: center;
}
#footer a {
  color: white !important;
}
#footer h3 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
}
#footer .sep {
  margin: 0 1rem;
}
#footer .supporters {
  border-top: 1px solid rgba(124, 82, 173, 0.5);
  border-bottom: 1px solid rgba(124, 82, 173, 0.5);
  padding: 3rem 0;
  margin: 3rem 0;
}
#footer .supporters .logos {
  text-align: center;
}
#footer .supporters .logos .logo {
  text-indent: -999999px;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 3rem;
}
#footer .supporters .logos .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .supporters .logos .logo.blackburn-with-darwen a {
  background-image: url("../images/bwdlogo.svg");
}
#footer .supporters .logos .logo.family-arts-standards {
  width: 120px;
}
#footer .supporters .logos .logo.family-arts-standards a {
  background-image: url("../images/fas.png");
}
#footer .supporters .logos .logo.blackburn-childrens-university {
  width: 120px;
}
#footer .supporters .logos .logo.blackburn-childrens-university a {
  background-image: url("../images/blackburn-childrens-university.jpg");
}
#footer .supporters .logos .logo.visit-lancashire {
  width: 120px;
}
#footer .supporters .logos .logo.visit-lancashire a {
  background-image: url("../images/visit-lancs.jpg");
}
#footer .supporters .logos .logo.good-to-go-england {
  width: 75px;
}
#footer .supporters .logos .logo.good-to-go-england a {
  background-image: url("../images/good-to-go.jpg");
}
#footer .supporters .logos .logo.ace {
  width: 160px;
}
#footer .supporters .logos .logo.ace a {
  background-image: url("../images/ace-logo.png");
}
#footer .column {
  text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #footer .column.buttons {
    margin-top: 2rem;
  }
}
#footer .column p, #footer .column li {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
#footer .column .btn {
  width: 320px;
  margin: 0 auto 1rem auto;
}
@media only screen and (min-width: 100px) and (max-width: 670px) {
  #footer .column .btn {
    width: 100%;
  }
}
#footer .column .btn a {
  display: block;
  border: 1px solid white;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
#footer .column .btn a:hover {
  background-color: white;
  color: #484848 !important;
}
#footer .column .social li {
  display: inline-block;
  margin-right: 1rem;
}
#footer .column .social li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: -999999px;
}
#footer .column .social li.facebook a {
  background-image: url("../images/icon-facebook.svg");
}
#footer .column .social li.twitter a {
  background-image: url("../images/icon-twitter.svg");
}
#footer .column .social li.youtube a {
  background-image: url("../images/icon-youtube.svg");
}
#footer .column .social li.instagram a {
  background-image: url("../images/icon-insta.svg");
}
#footer .column h4 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4rem auto 2rem auto;
}
#footer .column h4.icon {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -999999px;
}
#footer .column h4.kgh {
  background-image: url("../images/kgh-icon.svg");
}
#footer .column h4.dlt {
  width: 60px;
  background-image: url("../images/dlt-icon.svg");
}
#footer .columns {
  display: flex;
  flex-wrap: wrap;
}
#footer .columns.cols-3 .column {
  width: 33.333%;
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 100px) and (max-width: 670px) {
  #footer .columns.cols-3 .column {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 100px) and (max-width: 670px) {
  #footer .columns.cols-3 .column:nth-child(1) {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 671px) and (max-width: 1180px), only screen and (min-width: 100px) and (max-width: 670px) {
  #footer .columns.cols-3 .column:nth-child(2) {
    order: 3;
  }
}
#footer #footer-downloads {
  position: absolute;
  top: 100px;
  right: 0;
  width: 280px;
}
#footer #footer-downloads .downloads {
  position: absolute;
  top: -200px;
  left: 0;
  display: flex;
  width: 280px;
  justify-content: space-between;
}
#footer #footer-downloads .downloads .brochure {
  width: 132px;
  height: 183px;
  background-color: red;
  text-indent: -99999px;
  transition-duration: 0.2s;
  transition-property: all;
  box-shadow: 0 1px 1px 1px rgba(43, 39, 52, 0);
}
#footer #footer-downloads .downloads .brochure:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 4px 4px rgba(43, 39, 52, 0.2);
}
#footer #footer-downloads .downloads .brochure a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer #footer-downloads h4 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}
