@charset "UTF-8";
@font-face {
  font-family: "gulbenkian";
  src: url(../a53674f1c53e083c545c.eot?98654642);
  src: url(../a53674f1c53e083c545c.eot?98654642#iefix) format("embedded-opentype"), url(../a18eb2ee228d47f666a7.woff2?98654642) format("woff2"), url(../f32277f97ceef30b6925.woff?98654642) format("woff"), url(../281ea4d458bcbb99c429.ttf?98654642) format("truetype"), url(../c427398fe208879397fb.svg?98654642#gulbenkian) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'gulbenkian';
    src: url('../font/gulbenkian.svg?98654642#gulbenkian') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "gulbenkian";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-account:before {
  content: "\e800";
} /* '' */
.icon-ace:before {
  content: "\e801";
} /* '' */
.icon-article:before {
  content: "\e802";
} /* '' */
.icon-back-to-top:before {
  content: "\e803";
} /* '' */
.icon-breadcrumb-arrow:before {
  content: "\e804";
} /* '' */
.icon-cart:before {
  content: "\e805";
} /* '' */
.icon-certificate:before {
  content: "\e806";
} /* '' */
.icon-close:before {
  content: "\e807";
} /* '' */
.icon-date-time:before {
  content: "\e808";
} /* '' */
.icon-details:before {
  content: "\e809";
} /* '' */
.icon-down:before {
  content: "\e80a";
} /* '' */
.icon-facebook:before {
  content: "\e80b";
} /* '' */
.icon-grid:before {
  content: "\e80c";
} /* '' */
.icon-instagram:before {
  content: "\e80d";
} /* '' */
.icon-kcc:before {
  content: "\e80e";
} /* '' */
.icon-left-arrow:before {
  content: "\e80f";
} /* '' */
.icon-left-news-carousel:before {
  content: "\e810";
} /* '' */
.icon-link:before {
  content: "\e811";
} /* '' */
.icon-list:before {
  content: "\e812";
} /* '' */
.icon-location:before {
  content: "\e813";
} /* '' */
.icon-logo:before {
  content: "\e814";
} /* '' */
.icon-mail:before {
  content: "\e815";
} /* '' */
.icon-pdf:before {
  content: "\e816";
} /* '' */
.icon-plus-simple:before {
  content: "\e817";
} /* '' */
.icon-plus:before {
  content: "\e818";
} /* '' */
.icon-related-news:before {
  content: "\e819";
} /* '' */
.icon-right-arrow:before {
  content: "\e81a";
} /* '' */
.icon-right-news-carousel:before {
  content: "\e81b";
} /* '' */
.icon-runtime:before {
  content: "\e81c";
} /* '' */
.icon-search:before {
  content: "\e81d";
} /* '' */
.icon-slide-left:before {
  content: "\e81e";
} /* '' */
.icon-slide-right:before {
  content: "\e81f";
} /* '' */
.icon-star:before {
  content: "\e820";
} /* '' */
.icon-ticketing:before {
  content: "\e821";
} /* '' */
.icon-twitter:before {
  content: "\e822";
} /* '' */
.icon-university-of-kent:before {
  content: "\e823";
} /* '' */
.icon-youtube:before {
  content: "\e824";
} /* '' */
.icon-zoom:before {
  content: "\e825";
} /* '' */
.icon-film-tickets:before {
  content: "\e856";
} /* '' */
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.image-container .ratio {
  background-image: var(--bg-img);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-sign-up {
  float: left;
  padding: 10px 20px 8px;
  min-height: 35px;
  background: #E7E7E7;
  color: #000;
  border: none;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px -10px 0 0;
  box-sizing: border-box;
}
.btn-sign-up span[class*=icon-] {
  font-size: 0.9em;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
.btn-sign-up svg {
  display: block;
  fill: currentColor;
  height: 1.1em;
  width: auto;
}
.btn-sign-up span {
  display: block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .btn-sign-up {
    padding: 0;
    width: 42px;
    height: 42px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .btn-sign-up .text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .btn-sign-up span {
    white-space: nowrap;
    overflow: hidden;
  }
  .btn-sign-up span[class*=icon-] {
    font-size: 16px;
    margin: 0;
  }
}
.btn-sign-up:hover, .btn-sign-up:active, .page-template-template-film-tickets .btn-sign-up, .ui-film-tickets-qb-on .btn-sign-up {
  background: #FFAB33;
  color: #1A1A1A;
  border-color: #FFAB33;
}
@media (min-width: 540px) {
  .btn-sign-up {
    margin-right: 0;
  }
}

.filters-selectors {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.filters-selectors .filters-col {
  flex: 1 0 100%;
  width: calc(100% - 20px);
  margin: 10px;
}
@media (min-width: 768px) {
  .filters-selectors {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .filters-selectors .filters-col {
    margin: 0;
    flex: 1 0 50%;
    max-width: calc(50% - 20px);
  }
}

.film-tickets-page-header {
  background: #000;
  padding: 50px 0 25px 0;
  height: 250px;
  position: relative;
  z-index: 99;
}

.filters-title {
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  background: #F2F2F2;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .filters-title {
    font-size: 32px;
    line-height: 38px;
    padding: 15px 0;
  }
}

.filters .btn {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border: 1px solid #1A1A1A;
  width: 100%;
  color: #1A1A1A;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0;
}
.filters .btn:focus {
  border-radius: 0;
}
.filters .btn span[class*=icon-] {
  display: block;
  margin-left: 10px;
  font-size: 12px;
}
.filters .dropdown {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
}
.filters .dropdown .dropdown-toggle:hover,
.filters .dropdown .dropdown-toggle:focus {
  background-color: transparent;
}
.filters .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  min-width: 160px;
  border: 1px solid #1A1A1A;
  border-top: none;
  z-index: 1;
  box-sizing: border-box;
  top: calc(100% - 1px);
  width: 100%;
  text-align: center;
}
.filters .dropdown .dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background: white;
  border-top: 1px solid #1A1A1A;
}
.filters .dropdown .dropdown-menu a:hover {
  background-color: #F2F2F2;
}
.filters .dropdown.show .dropdown-menu {
  display: block;
}
.filters .dropdown.show .dropdown-toggle span[class*=icon-] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-calendar-on .filters .film-dropdown {
  opacity: 0.2;
}

.event-instances-wrap {
  margin: 0 0 50px;
}
.event-instances-wrap .event-day {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.event-instances-wrap .event-day .event-day-title {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0 0 15px;
}
.event-instances-wrap .event-day .event-day-instances {
  flex: 1 0 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.event-instances-wrap .event-day .event-day-instances .instance + .instance {
  margin-left: 10px;
}
.event-instances-wrap .event-day .event-day-instances a.btn {
  border: none;
  margin-right: 10px;
  background: #FFAB33;
  min-width: 138px;
}
.event-instances-wrap .event-day .event-day-instances a.btn-book:hover {
  background: #F2F2F2;
}

.content-film-tickets table.ui-datepicker-calendar {
  border-spacing: 0;
  height: 280px;
  border-collapse: collapse;
}
.content-film-tickets .date-filters-toggle {
  background: transparent !important;
}
.ui-film-filter-on .content-film-tickets .date-filters-toggle {
  opacity: 0.2;
}
.ui-calendar-on .content-film-tickets .date-filters-toggle span[class*=icon-] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-film-tickets th {
  background: #1A1A1A;
}
.content-film-tickets td.ui-datepicker-current-day {
  background: #F2F2F2;
}
.content-film-tickets td {
  border: 1px solid #d9d9d9;
}
.content-film-tickets td .ui-state-default {
  color: #E7E7E7;
}
@media (min-width: 768px) {
  .content-film-tickets table.ui-datepicker-calendar {
    height: 336px;
  }
}

.film-tickets-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background: white;
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.ui-film-tickets-qb-on .film-tickets-popup {
  display: block;
}
.film-tickets-popup .other-events-wrap {
  padding: 40px 20px;
  margin: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: #F2F2F2;
}
.film-tickets-popup .other-events-wrap > div {
  font-size: 22px;
  line-height: 1.18;
  font-family: "Averta-Semibold";
  font-weight: normal;
  text-align: center;
}
.film-tickets-popup .other-events-wrap a.btn {
  margin-top: 0;
  width: auto;
  margin: 20px auto 0;
  min-width: 264px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.film-tickets-popup .other-events-wrap a.btn svg {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .film-tickets-popup .other-events-wrap > div {
    font-size: 32px;
  }
  .film-tickets-popup .other-events-wrap a.btn:hover {
    background: white;
  }
}
.film-tickets-popup .filters-top {
  float: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .film-tickets-popup .filters-bottom {
    padding-top: 0;
    margin-top: 0;
  }
}
.film-tickets-popup .results-head {
  padding: 0 10px;
}
.film-tickets-popup .results-head .results-head-inner {
  border-top: 1px solid #b2b2b2;
  padding-top: 5px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: none;
}
.film-tickets-popup .results-head .results-head-inner .h4 {
  font-family: "Averta-Extrabold";
  font-weight: normal;
}
.film-tickets-popup .results-head .results-head-inner .clear-results {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Averta-Semibold";
  font-weight: normal;
}
.film-tickets-popup .results-head .results-head-inner .clear-results span[class*=icon-] {
  font-size: 12px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .film-tickets-popup .results-head {
    padding: 0;
  }
}
.film-tickets-popup .results-on .results-head .results-head-inner {
  display: -webkit-flex;
  display: flex;
}
.film-tickets-popup .film-ticket-item {
  padding: 0 10px;
}
.film-tickets-popup .film-ticket-item .event-title {
  font-family: "Averta-Extrabold";
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .film-tickets-popup .film-ticket-item {
    padding: 0;
  }
}
.film-tickets-popup .date-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  border-bottom: 1px solid #FFAB33;
  padding-bottom: 4px;
  margin-bottom: 30px;
  margin: 0 10px 30px;
}
@media (min-width: 768px) {
  .film-tickets-popup .date-title {
    margin: 0 0 30px;
  }
}
.film-tickets-popup .event-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0 10px;
  margin-bottom: 10px;
}
.film-tickets-popup .event-item .event-item-col {
  max-width: 100%;
  width: 100%;
}
.film-tickets-popup .event-item .event-item-col + .event-item-col {
  margin-top: 15px;
}
.film-tickets-popup .event-item .event-item-col img {
  width: 100%;
  height: auto;
  display: block;
}
.film-tickets-popup .event-item .event-title {
  font-family: "Averta-Extrabold";
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}
.film-tickets-popup .event-item .age-guidance {
  margin-top: 15px;
}
.film-tickets-popup .event-item .event-day-title {
  display: none;
}
.film-tickets-popup .event-item .event-day:not(.current-event-day) {
  display: none;
}
@media (min-width: 768px) {
  .film-tickets-popup .event-item {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
  }
  .film-tickets-popup .event-item .event-item-col {
    margin-top: 0;
    max-width: 25%;
    width: 25%;
    flex: 1 0 25%;
  }
  .film-tickets-popup .event-item .event-item-col + .event-item-col {
    max-width: 75%;
    width: 75%;
    flex: 1 0 75%;
    padding-left: 20px;
    margin-top: 0;
  }
}

body.ui-film-tickets-qb-on {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
