/*
Theme Name: Wallis
Theme URI: http://underscores.me/
Author: Version Design
Author URI: https://versiondesign.com.au
Description: Custom theme for Wallis Cinema
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wallis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wallis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
  - Default Page
  - Cinema Set Bar
  - Movie Filter
  - Offers
  - Single Movie
# MyWallis login pages
# Piccadilly Subsite style
# Components
  - Header
  - Footer
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------

CSS FOR NEW SELECT CINEMA 
# Select cinema redesign 2022

--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  min-height: 44px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Gravity Forms
--------------------------------------------- */

body footer .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
  margin-top: 0px;
}

body footer .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px;
}

body footer .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 125%;
  border-radius: 0px;
  border: 2px solid #fff;
  width: 100%;
}

body footer .gform_wrapper .gform_footer {
  margin: 0;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

body .gform_wrapper.gravity-theme .ginput_container_time {
  max-width: 37.9%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

@font-face {
  font-family: "Gotham";
  src: url("inc/fonts/Gotham-Black.woff2") format("woff2"),
    url("inc/fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("inc/fonts/Gotham-Bold.woff2") format("woff2"),
    url("inc/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("inc/fonts/Gotham-Book.woff2") format("woff2"),
    url("inc/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("inc/fonts/Gotham-Medium.woff2") format("woff2"),
    url("inc/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-family: "Gotham";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #1e3d72;
}

.entry-content ul {
  padding-left: 15px;
  margin-left: 0px;
  line-height: 2em;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #fff;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.wp-block-columns a:hover,
.entry-content p a:hover,
.entry-content .gform_confirmation_message a:hover,
.summary-text a:hover {
  color: #1e3d72;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Login Form */

#loginform {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

#loginform label {
  display: block;
  padding-bottom: 0.5rem;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  display: block;
  width: 100%;
}

#loginform input[type="checkbox"] {
  min-height: unset;
}

#loginform input[type="submit"] {
  padding: 10px 17px 8px;
  text-align: center;
  border: 0px;
  border-radius: 0px;
  background: #1e3d72;
  color: #fff;
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  width: 100%;
}

#loginform input[type="submit"]:hover,
#loginform input[type="submit"]:focus-within {
  background-color: #ffa856;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.align-center {
  justify-content: center;
}

/* Default Page
--------------------------------------------- */
.page-header {
  background: #00abec;
  position: relative;
  color: #fff;
  padding: 5.5em 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.page-header:after,
.single .hero:after {
  content: "";
  background: rgb(0, 41, 127);
  background: linear-gradient(90deg, rgba(0, 41, 127, 0.8) 45%, rgba(0, 41, 127, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

/* Style updates for static pages 
- Mainline
- Market
- Hughs Bar
*/

.page-id-217 h1,
.page-id-16140 h1 {
  margin: 0 0 0.8em 0;
}

.page-header h1 {
  font-size: 3.5rem;
  margin: 0;
}

.page-header .row,
.hero .row {
  z-index: 5;
  position: relative;
  justify-content: center;
  align-items: center;
}

#crumbs {
  margin-top: 24px;
  text-align: right;
}

#crumbs a {
  color: #fff;
  transition: 0.3s all;
}

#crumbs a:hover {
  color: #ffa856;
}

.mobile-menu {
  display: none;
}

/* Hide Event Programming page im search results */
.search .post-27775,
.search .post-28538 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .page-header {
    padding: 3.5em 0;
  }

  .page-header h1 {
    font-size: 2.5rem;
    margin: 0;
  }

  #crumbs {
    text-align: left;
  }
}

.accordion-body p:last-child {
  margin-bottom: 0px;
}

.accordion-button {
  color: #1e3d72;
  font-weight: 600;
}

.accordion-button:focus {
  outline: 0 !important;
  box-shadow: none;
}

/* Cinema Set Bar
--------------------------------------------- */

.search-bar {
  background: #1e3d72;
  color: #fff;
  padding: 46px 0px;
}

.search-bar .row {
  align-items: center;
}

.search-bar h4 {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.search-bar .col-12:last-child {
  display: flex;
}

.search-bar label {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  top: 5px;
}

.search-bar input[type="radio"] {
  margin-right: 8px;
}

.search-bar select {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  color: #1e3d72;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .search-bar {
    padding: 23px 0 15px;
  }

  .search-bar .col-12 {
    margin-bottom: 15px;
  }

  .search-bar .col-12:last-child {
    margin-bottom: 0px;
  }

  .search-bar h4 {
    text-align: left;
  }

  .search-bar label {
    font-size: 1.3rem;
  }
}

/* Movie Filter
--------------------------------------------- */

.movies {
  background: #fff;
  padding: 20px 0px 40px;
}

.movies .movie-listing,
.session-movie .movie-listing {
  margin-bottom: 2.5em;
  border-radius: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url("inc/images/movie-poster-ph.png");
  -webkit-animation: fadein 0.8s;
  /* Safari and Chrome */
  -moz-animation: fadein 0.8s;
  /* Firefox */
  -ms-animation: fadein 0.8s;
  /* Internet Explorer */
  -o-animation: fadein 0.8s;
  /* Opera */
  animation: fadein 0.8s;
}

.movies .movie-listing .image {
  position: relative;
  background: rgb(0, 41, 127);
  background: linear-gradient(180deg, rgba(0, 41, 127, 1) 0%, rgba(0, 171, 236, 1) 100%);
  background-size: cover;
  background-position: center;
}

.session-movie .movie-listing .image {
  background-size: cover;
  background-position: center;
}

.movies .movie-listing .image:before,
.session-movie .movie-listing .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(151 / 102 * 100%);
}

.movies .movie-listing .image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.3s all;
  color: #fff;
  background: rgb(30, 61, 114);
  background: -moz-linear-gradient(180deg, rgba(30, 61, 114, 0.75) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 61, 114, 0.75) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(30, 61, 114, 0.75) 80%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3d72", endColorstr="#000000", GradientType=1);
  padding: 10px 30px 25px;
  font-size: 1.25rem;
  cursor: pointer;
}

.movies .movie-listing .image .overlay>div {
  z-index: 50;
}

.movies .movie-listing .image .overlay p {
  margin-bottom: 10px;
  font-size: 1rem;
}

.movies .movie-listing .image .overlay h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.movies .movie-listing .image .overlay h3 a {
  color: #fff;
}

.movies .movie-listing:hover .image .overlay {
  opacity: 1;
}

.overlay-btns {
  display: flex;
  justify-content: space-between;
}

.overlay-btns .btn {
  font-size: 1.2rem;
  padding: 9px 0px 5px;
  width: 46%;
}

.overlay-btns .btn i {
  width: 22px;
  height: 22px;
  margin-left: 4px;
}

.event-listing .image {
  background-size: cover;
  background-repeat: no-repeat;
}

.event-listing .overlay-btns .btn {
  width: 100%;
}

.movies .movie-listing .blue-bar {
  background: #1e3d72;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0px 6px;
}

.movies .movie-listing .blue-bar h5 {
  margin: 0;
  font-size: 1rem;
}

.movie-listing .cinema-divider:last-child {
  display: none;
}

.movies .currently-showing {
  background: #5a308d;
  text-align: center;
  color: #fff;
  padding: 8px 10px;
  line-height: 1.8em;
  font-size: 13px;
  min-height: 65px;
}

.movies .currently-showing .cinema-name-wrapper {
  white-space: nowrap;
}

.movies .divider {
  width: 98.2%;
  margin-left: 12px;
  margin-top: -3px;
  height: 6px;
}

.tabs .tab h3 {
  display: block;
  border-radius: 0;
  background: #dcddde;
  color: #1e3d72;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  padding: 30px 10px 25px;
  transition: 0.3s all;
}

.tabs .tab h3:hover,
.tabs .tab h3:active,
.tabs .tab h3.tab-active {
  cursor: pointer;
  background: #1e3d72;
  color: #fff;
}

.all-btn {
  padding-top: 2rem;
  display: block;
  text-align: center;
}

.page-template-page-movies .all-btn {
  display: none;
}

.offers-btn {
  padding: 2rem 0 1rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.sort-by {
  padding: 2rem 0 1rem;
  text-align: right;
  font-size: 1.4rem;
}

.sort-by a,
.ses-nav a {
  color: #1e3d72;
  padding: 11px;
  background: rgba(30, 61, 114, 0.05);
  transition: 0.2s all ease-in-out;
}

.sort-by a:hover,
.ses-nav a:hover,
.sort-by a:focus,
.ses-nav a:focus {
  background: rgba(30, 61, 114, 0.02);
  color: #ffa856;
}

@media screen and (max-width: 767px) {
  .movies .divider {
    width: 94.2%;
    margin-left: 12px;
    height: 3px;
  }

  .tabs .tab h3 {
    border-radius: 0;
    padding: 14px 5px 8px;
    font-size: 15px;
  }

  .row.tabs {
    --bs-gutter-x: 0.5rem;
  }

  .movies .movie-listing .image .overlay {
    padding: 10px;
  }

  .movies .movie-listing .image .overlay h3 {
    font-size: 1.3rem;
  }

  .movies .movie-listing .image .overlay p,
  .movies .movie-listing .blue-bar h5,
  .overlay-btns .btn {
    font-size: 0.8rem;
  }

  .overlay-btns .btn {
    padding: 4px 0px 3px;
  }

  .movies .currently-showing {
    padding: 3px 10px;
  }

  .movies .movie-listing {
    margin-bottom: 1.5rem;
  }

  .overlay-btns .btn i {
    display: none;
  }

  #trailer-iframe {
    max-height: 180px;
  }

  .ses-nav {
    flex-direction: column;
  }

  .ses-nav a {
    margin-bottom: 1rem;
    display: inline-block;
  }

  .session-cinema-title {
    padding-top: 2rem;
  }

  .session-movie .movie-listing {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 992px) {
  .home .carousel .movie-listing {
    margin: 0px 15px;
  }

  .home .carousel .slick-next {
    right: -25px;
  }

  .home .carousel .slick-prev {
    left: -28px;
  }

  .carousel .slick-prev:before,
  .carousel .slick-next:before {
    color: #1e3d72;
  }
}

.slick-track {
  float: left;
}

/* Offers
--------------------------------------------- */

.offers {
  padding: 46px 0px;
}

.offers .col-12 {
  display: flex;
  align-items: flex-end;
}

.single-offer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  /*box-shadow: rgba(17, 17, 26, 0) 0px 4px 20px;*/
  /*box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px;*/
  /*	background: rgb(251,184,29);
  background: -moz-linear-gradient(0deg, rgba(251,184,29,1) 0%, rgba(251,184,29,0) 55%);
  background: -webkit-linear-gradient(0deg, rgba(251,184,29,1) 0%, rgba(251,184,29,0) 55%);
  background: linear-gradient(0deg, rgba(251,184,29,1) 0%, rgba(251,184,29,0) 55%);*/
  /*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#fff",GradientType=1);*/
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  transition: 0.4s all;
  /*background: #f1f1f1;*/
}

.single-offer:hover {
  justify-content: flex-end;
  min-height: 100%;
  /*	box-shadow: rgba(17, 17, 26, 0.05) 0px 8px 24px, rgba(17, 17, 26, 0.05) 0px 16px 56px, rgba(17, 17, 26, 0.05) 0px 24px 80px;*/
  /*box-shadow: rgba(17, 17, 26, 0.25) 0px 4px 20px;*/
}

.offers-bg {
  background: #f1f1f1;
}

@media screen and (max-width: 1024px) {
  .single-offer {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .offers-bg>.row {
    padding: 0px 6%;
  }
}

@media screen and (min-width: 1025px) {
  .offers-bg>.row {
    padding: 0px 11%;
  }
}

/* Events
--------------------------------------------- */

.archive .page-header {
  background: url(inc/images/wallispattern_header_1900x300.jpg);
  background-position: center;
  background-size: cover;
}

.video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-embed-wrapper iframe,
.video-embed-wrapper object,
.video-embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Single Movie
--------------------------------------------- */

.hero {
  background: #00abec;
  position: relative;
  padding-top: 32.1%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 4%;
}

.hero-subtitle,
.hero-title {
  text-transform: uppercase;
}

.hero-title {
  font-size: 3.21rem;
  margin: 15px 0px 10px;
}

.hero-subtitle {
  font-size: 1.25rem;
}

.hero-details {
  font-size: 1.18rem;
}

.hero-btns {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hero-btns a {
  margin-right: 15px;
}

.single-movie,
.movie-sessions {
  background: #fff;
  padding: 46px 0px;
}

.movie-sessions .session-cinema-title {
  padding-top: 2rem;
}

.cc-content {
  margin-bottom: -4rem;
}

.divider {
  display: block;
  height: 4px;
  width: 100%;
  background: #1e3d72;
  margin-bottom: 30px;
}

.small-divider {
  height: 2px;
}

.single-movie-title,
.todays-date {
  text-transform: uppercase;
}

.single-movie-data {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

.single-movie-data>li {
  border-bottom: 1px solid #ccc;
  padding: 9px 0px;
}

.single-movie-data li>span {
  font-weight: 500;
  display: inline-block;
}

.single-movie-data li:first-child {
  padding-top: 0px;
}

.single-movie-data li .cast {
  list-style-type: none;
  display: contents;
  font-weight: normal;
}

.single-mov-holder {
  background-size: cover;
  background-position: center;
  background-image: url("inc/images/movie-poster-ph.png");
  -webkit-animation: fadein 0.5s;
  /* Safari and Chrome */
  -moz-animation: fadein 0.5s;
  /* Firefox */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.single-mov-poster {
  width: 100%;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}

.single-mov-poster:before {
  display: block;
  content: "";
  width: 100%;
  max-width: 100%;
  padding-top: calc(151 / 102 * 100%);
}

.single-films .hero,
.single-events .hero,
.single-piccadilly_events .hero,
.single-special_offers .hero {
  padding-top: 0;
  background: url(inc/images/wallispattern_movie_2000x640px.jpg);
  background-position: center;
  background-size: cover;
}

.single-films .hero-content,
.single-events .hero-content,
.single-piccadilly_events .hero-content,
.single-special_offers .hero-content {
  position: relative;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  #page {
    overflow: hidden;
  }

  .hero {
    padding-top: 100%;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle,
  .hero-details {
    font-size: 1rem;
  }

  .hero-details .rating-icon {
    display: block;
    margin-bottom: 0.5rem;
  }

  .hero-btns {
    margin-top: 20px;
  }

  .single-films .hero-content,
  .single-events .hero-content,
  .single-piccadilly_events .hero-content {
    padding: 30px 0px 25px;
  }

  .vers-slider div.slick-slide .overlay {
    padding-top: 100%;
  }

  .vers-slider .overlay {
    background: rgb(30, 61, 114);
    background: -moz-linear-gradient(180deg, rgba(30, 61, 114, 0.5) 0%, rgba(14, 28, 52, 0.8) 100%);
    background: -webkit-linear-gradient(180deg,
        rgba(30, 61, 114, 0.5) 0%,
        rgba(14, 28, 52, 0.8) 100%);
    background: linear-gradient(180deg, rgba(30, 61, 114, 0.5) 0%, rgba(14, 28, 52, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3d72", endColorstr="#0e1c34", GradientType=1);
  }

  .hero-title {
    color: #fff !important;
  }

  .hero-subtitle,
  .hero-details {
    color: #fff !important;
  }
}

.session-times {
  padding-left: 15px;
  padding-right: 15px;
}

.session-times .row {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.session-times .row:nth-child(odd) {
  padding-right: 15px;
}

.session-times .row:nth-child(even) {
  padding-left: 25px;
}

.single-films .session-movie>.row {
  border-bottom: 0;
  padding-right: 0;
}

.session-times>.row:first-child,
.session-times>.row:nth-child(2) {
  border-top: 1px solid #ccc;
  margin-top: -1px;
}

.session-details {
  display: flex;
  text-transform: uppercase;
  padding: 8px 0px 10px;
}

.event-details {
  display: flex;
  text-transform: uppercase;
  padding: 5px 0px 0px;
}

.single-events .session-times .row .col-lg-4,
.single-events .session-times .row .col-lg-8,
.single-piccadilly_events .session-times .row .col-lg-4,
.single-piccadilly_events .session-times .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.single-events .event-details .event-session-title,
.single-piccadilly_events .event-details .event-session-title {
  font-weight: 500;
  padding-right: 10px;
}

.single-events .event-details .event-session-cinema,
.single-events .event-details .event-session-date,
.single-piccadilly_events .event-details .event-session-date {
  padding-right: 10px;
}

.single-events .event-details .event-session-date,
.single-piccadilly_events .event-details .event-session-date {
  color: #ccc;
}

.single-events .session-times.manual .row:nth-child(odd),
.single-piccadilly_events .session-times.manual .row:nth-child(odd) {
  padding-right: 0px;
}

.single-events .session-times.manual .row:nth-child(even),
.single-piccadilly_events .session-times.manual .row:nth-child(even) {
  padding-left: 0px;
}

.single-events .session-times.manual .event-details,
.single-piccadilly_events .session-times.manual .event-details {
  font-size: 13px;
}

/* Output film names on Events pages */

.sess-movie-name {
  font-weight: bold;
  color: #5a308d;
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;

  display: none;
}

.single-events .sess-movie-name,
.single-piccadilly_events .sess-movie-name {
  display: block;
}

/* Output cinema names on Events pages */

/* .single-events .sess-mitcham .session-date-wrapper:after {
  content: 'Mitcham';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.single-events .sess-mtbarker .session-date-wrapper:after {
  content: 'Mt Barker';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
} */

.session-times .session-day {
  display: block;
  color: #333333;
  margin-right: 0.4em;
  font-weight: 600;
}

.session-month {
  color: #777;
}

.session-times .times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 5px;
  row-gap: 5px;
}

.session-times .session-time {
  display: inline-block;
  border-radius: 0px;
  min-width: 100%;
  text-align: center;
  background: #949598;
  background-image: url("https://wallis.wrdp.com.au/wp-content/themes/wallis/inc/images/icon-ticket.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 14px;
  font-weight: 500;
  padding: 6px 0 4px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.page-template-page-sessions .session-times .session-time,
.page-template-page-sessions .session-times .session-time:hover {
  /* background-image: unset; */
}

.single-events .single-movie-data .session-time,
.single-piccadilly_events .single-movie-data .session-time {
  min-width: 30%;
  display: block;
  float: right;
}

.session-time .highlight {
  margin-left: 4px;
  font-weight: normal;
  color: #fff;
}

.session-movie .session-time .highlight {
  color: #000;
}

.session-times .session-time:hover,
.single-events .single-movie-data .session-time:hover,
.single-piccadilly_events .single-movie-data .session-time:hover,
.session-times .session-time:focus,
.single-events .single-movie-data .session-time:focus,
.single-piccadilly_events .single-movie-data .session-time:focus {
  cursor: pointer;
  background: #1e3d72;
  /* background-image: url("https://wallis.wrdp.com.au/wp-content/themes/wallis/inc/images/icon-ticket.png"); */
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
  transition: 0.3s background;
}

.session-times .session-time.expired-session,
.session-times .session-time.expired-session:hover {
  background: #e5e5e6;
  justify-content: center;
}

.icon-row {
  margin-top: 60px;
}

.m-rating-des {
  padding: 15px 0px;
  margin-left: -12px;
  font-size: 15px;
}

.times>a,
.times>span.expired-session {
  display: flex;
}

.session-times .session-time.has-att {
  min-width: unset;
  flex: 1 0 auto;
  justify-content: center;
}

.single-films .session-movie {
  width: 100%;
  padding-right: 0px;
}

.session-times>.row>.col-md-7 {
  padding-right: 0px;
}

/* Mt Barker Outdoor Sessions */

.row.sess-mtbarkeroutdoor.sess-screen-8 .outdoor-strip {
  display: block;
  width: auto !important;
  height: 20px;
  margin-top: 2px;
}

.outdoor-strip {
  display: none;
}

/* .row.sess-mtbarker.sess-screen-8 {
  position: relative;
}

.row.sess-mtbarker.sess-screen-8:after {
  content: '';
    display: block;
    width: 78px;
    height: 20px;
    background-color: #000000;
    background-image: url('https://wallis.wrdp.com.au/wp-content/uploads/2022/01/outdoor-cinema-strip.png');
    background-size: 78px;
    background-repeat: no-repeat;
    background-position: center;
  position: absolute;
    right: 0;
    bottom: 12px;
  margin-right: 22px;
} */

@media screen and (max-width: 767px) {
  .session-times .row .col-12 {
    padding-left: 0px;
  }

  .session-times .row .col-12 {
    padding-left: 0px;
  }

  .single-mov-holder {
    max-width: 33%;
    margin-bottom: 1rem;
  }

  .session-movie img {
    max-width: 75%;
    padding-bottom: 1rem;
  }

  .session-movie .row.sess-mtbarkeroutdoor.sess-screen-8 img.outdoor-strip {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: 20px;
    margin-top: 2px;
    padding-bottom: 0;
  }

  .session-times .session-time {
    padding: 6px 6px 4px;
  }

  .single-films .session-cinema-title {
    margin-left: -10px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .single .icon-row {
    margin-top: 0px;
  }

  .session-movie .session-times {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }

  .session-times .row:nth-child(even) {
    width: 50%;
    margin-left: 2em;
  }

  .session-times .row:nth-child(odd) {
    width: 50%;
  }

  .single-movie .session-movie>.row {
    width: 100%;
    margin: 0;
  }

  .single-movie .session-times {
    padding-right: 0px;
    padding-left: 10px;
  }

  .session-movie .session-times {
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px) {

  .session-times .row .col-lg-4,
  .session-times .row .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .session-times .row .col-lg-8,
  .session-times .row .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .single-films .hero-content-inner {
    padding-left: 5%;
  }
}

@media screen and (min-width: 1025px) {

  .session-times .row .col-lg-4,
  .session-times .row .col-md-5 {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }

  .session-times .row .col-lg-8,
  .session-times .row .col-md-7 {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }

  .session-details {
    padding-bottom: 0px;
  }
}

/* Sessions Page Layout
--------------------------------------------- */

.sessions-movie-list {
  margin-top: 4rem;
}

.sessions-times-master {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.session-cinema-title {
  padding-top: 4rem;
  min-width: 100%;
}

.single-films .session-cinema-title,
.single-events .session-cinema-title,
.single-piccadilly_events .session-cinema-title {
  padding-top: 0;
  min-width: 100%;
}

.session-movie {
  width: 48%;
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #5a308d;
}

.single-films .session-movie {
  border-bottom: 0;
}

.single-films .session-movie,
.single-events .session-movie,
.single-piccadilly_events .session-movie {
  width: 100%;
}

.session-times .session-time {
  min-width: 100%;
}

.session-movie-title {
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-transform: uppercase;
}

.sessions-times-master h4:first-child {
  padding-top: 0px;
}

.sessions-times-master h4 span {
  font-weight: normal;
}

.session-movie img {
  width: 100%;
}

/* Turn off single events session posters */

.single-events .session-movie .col-12.col-sm-3,
.single-piccadilly_events .session-movie .col-12.col-sm-3 {
  display: none;
}

/*.session-movie-times {
  padding-left: 0px;
  margin: 0;
  list-style-type: none;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -20px;
}

.session-movie-times:after {
  content: '';
  flex:  auto;
}

.session-movie-times li {
  text-align: center;
  flex-basis: 20%;
}

.session-movie-times li:nth-child(5n + 5) {
  padding-left: 0px;
}

.session-movie a {
  font-weight: bold;
  display: inline-block;
  color: #00abec;
  font-size: 1.2rem;
  transition: 0.3s all;
  text-transform: uppercase;
  padding: 0px 7px 7px 0px;
  min-width: 18%;
}

.session-movie-times li a:hover,
.sessions-times-master a:hover {
  color: #5a308d;
}

.session-movie-times li:after,
.sessions-times-master a:after {
  content:"•";
  display: inline-block;
  position: relative;
    float: right;
    color: #000;
    padding-left: 10px;
}

.session-movie-times li:last-child:after,
.sessions-times-master a:last-child:after {
  color: #fff;
}*/

.clear {
  clear: both;
}

.sessions-times-master h2 {
  padding-top: 2rem;
}

.sessions-times-master h2:first-child {
  padding-top: 0rem;
}

.slim-divider {
  height: 1px;
}

.ses-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
}

.att-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(229, 229, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.attribute-icon {
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  background-size: cover;
  margin: 2px 0px 2px 2px;
}

.attribute-icon.twod-session {
  background-image: url("inc/images/icon-2d.png");
}

.attribute-icon.threed-session {
  background-image: url("inc/images/icon-3d.png");
}

.attribute-icon.advanced-screening {
  background-image: url("inc/images/icon-advanced.png");
}

.attribute-icon.audio-descrip {
  background-image: url("inc/images/icon-audio-descrip.png");
}

.attribute-icon.bluelight-disco {
  background-image: url("inc/images/icon-bluelight-disco.png");
}

.attribute-icon.bring-a-bub {
  background-image: url("inc/images/icon-bring-a-bub.png");
}

.attribute-icon.cc {
  background-image: url("inc/images/icon-cc.png");
}

.attribute-icon.classic {
  background-image: url("inc/images/icon-classic.png");
}

.attribute-icon.double-bill {
  background-image: url("inc/images/icon-double-bill.png");
}

.attribute-icon.event-pricing {
  background-image: url("inc/images/icon-event-pricing.png");
}

.attribute-icon.extra-screening {
  background-image: url("inc/images/icon-extra-screening.png");
}

.attribute-icon.family-friendly {
  background-image: url("inc/images/icon-family-friendly.png");
}

.attribute-icon.final-screening {
  background-image: url("inc/images/icon-final-screening.png");
}

.attribute-icon.final-week {
  background-image: url("inc/images/icon-final-week.png");
}

.attribute-icon.girls-night-out {
  background-image: url("inc/images/icon-girls-night-out.png");
}

.attribute-icon.hearing-assist {
  background-image: url("inc/images/icon-hearing-assist.png");
}

.attribute-icon.malay-lang {
  background-image: url("inc/images/icon-malay-lang.png");
}

.attribute-icon.mildura {
  background-image: url("inc/images/icon-mildura.png");
}

.attribute-icon.no-free-list {
  background-image: url("inc/images/icon-no-free-list.png");
}

.attribute-icon.outdoor {
  background-image: url("inc/images/icon-outdoor.png");
}

.attribute-icon.preview {
  background-image: url("inc/images/icon-preview.png");
}

.attribute-icon.q-and-a {
  background-image: url("inc/images/icon-q-and-a.png");
}

.attribute-icon.quake {
  background-image: url("inc/images/icon-quake.png");
}

.attribute-icon.super-saver {
  background-image: url("inc/images/icon-ss10.png");
}

.attribute-icon.sensory-session {
  background-image: url("inc/images/icon-sensory.png");
}

.attribute-icon.subtitles {
  background-image: url("inc/images/icon-subtitles.png");
}

.attribute-icon.tamil-lang {
  background-image: url("inc/images/icon-tamil-lang.png");
}

.attribute-icon.hindi-lang {
  background-image: url("inc/images/icon-hindi-lang.png");
}

.attribute-icon.telugu-lang {
  background-image: url("inc/images/icon-telugu-lang.png");
}

.attribute-icon.silver {
  background-image: url("inc/images/icon-silver-screenings.png");
}

.attribute-icon.adults-kids {
  background-image: url("inc/images/icon-adults-kids.png");
}

.attribute-icon.ocap {
  background-image: url("inc/images/icon-ocap.png");
}

.attribute-icon.hfr,
.attribute-icon.hfr-48,
.attribute-icon.hfr-60 {
  background-image: url("inc/images/icon-hfr.png");
}

.attribute-icon.mm-35 {
  background-image: url("inc/images/icon-35mm.png");
}

@media screen and (max-width: 1399px) {
  .session-times .times {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1366px) {
  .session-movie-times li {
    flex-basis: 33%;
  }

  .session-movie-times {
    margin-left: -3%;
  }

  .session-movie-times li:nth-child(3n + 3):after,
  .session-movie-times li:last-child:after {
    display: none;
  }

  .session-movie-times:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .session-times .times {
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  }

  .session-movie-times {
    padding-left: 0px;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: -4%;
  }

  .session-movie {
    padding: 0 0 0.6rem 0;
  }

  .session-movie a:after {
    left: -5px;
    padding: 0px;
  }

  .session-movie a:nth-child(4n + 4):after,
  .session-movie a:last-child:after {
    content: "";
  }

  .session-movie {
    width: 100%;
  }

  .session-movie a {
    width: 100%;
    padding: 0px 0 7px 0;
  }

  .session-details {
    justify-content: start;
  }

  .session-times .session-day {
    margin-right: 0.5rem;
  }
}

/* Session times rework */

.session-date-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.single-films .session-movie .col-sm-9 {
  width: 100% !important;
  padding-right: 0px;
}

.session-movie .session-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.session-times .times {
  display: block;
  padding-right: 0;
}

.additional_session_information {
  font-size: 12px;
  margin: 0.5em 0;
}

.session-times span[class^="attr"] {
  border: 1px solid #ccc;
  font-size: 11px;
  padding: 4px;
  margin-right: 4px;
}

.session-times span[class^="attr"]:last-child {
  margin-right: 0px;
}

.session-details {
  font-size: 12px;
  white-space: nowrap;
}

.single-films .session-details {
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .session-movie .session-times {
    grid-template-columns: 1fr;
  }

  .session-times .row:nth-child(even) {
    padding-left: 0px;
  }

  .session-times .row:nth-child(odd) {
    padding-right: 0px;
  }
}

/* Single Cinema & Cinema Loop
--------------------------------------------- */

.single-cinema:first-child {
  padding: 40px 0px 0px;
}

.single-cinema .divider {
  margin-top: 40px;
  height: 2px;
}

.single-cinema .cinema-img img {
  border-radius: 0px;
}

.cinema-content a:hover,
.cinema-content a:focus {
  color: #0a58ca;
  text-decoration: underline;
}

.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 0;
}

.acf-map img {
  max-width: inherit !important;
}

.cinemas .acf-map {
  height: 204px;
}

.cinema-images img {
  margin-bottom: 1rem;
}

.mobile-only {
  display: none !important;
}

.single-wal_cinemas .page-header {
  background-image: url(inc/images/wallispattern_header_1900x300.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.cinses-link:hover {
  color: #1e3d72;
}

@media screen and (max-width: 767px) {
  .cinemas .acf-map {
    margin-top: 1rem;
  }

  .mobile-only {
    display: block !important;
    margin-bottom: 1rem;
  }

  .desktop-only {
    display: none;
  }
}

/* Modal
--------------------------------------------- */

.modal-content {
  background: #1e3d72;
  color: #fff;
  border-radius: 0px;
}

.modal-content.white-modal {
  background: #fff;
  color: #1e3d72;
  border-radius: 0px;
}

.modal-content .close {
  background: transparent;
  border: 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 0px;
}

.modal-content.white-modal .close {
  background: transparent;
  border: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding: 0px;
}

.modal-header {
  border: 0px;
  padding-bottom: 0px;
}

#cinemaModal .modal-header {
  display: none;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 20;
}

#cinemaModal .search-bar {
  background: transparent !important;
  color: #fff;
  padding: 0px 0px 20px;
}

#cinemaModal .search-bar h4 {
  text-align: left;
  font-size: 1.4rem;
}

#cinemaModal h2 {
  padding-bottom: 10px;
  color: #fff;
}

#cinemaModal .modal-body {
  color: #fff;
}

#cinemaModal .modal-content.white-modal .close {
  color: #fff;
}

#cinemaModal .modal-content {
  border: 0px;
}

@media (min-width: 768px) {
  #cinemaModal .search-bar .col-md-3 {
    width: 38%;
  }

  #cinemaModal .search-bar .col-md-6 {
    width: 62%;
  }
}

/*--------------------------------------------------------------
# Select cinema redesign 2022
--------------------------------------------------------------*/

.search-bar .col-12:last-child {
  display: unset;
}

.cinema-select-boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.cinema-select-boxes .search-bar .col-12:last-child {
  display: unset;
}

#cinemaModal .search-bar div.col-12.wallis-cinema-select-checkboxes .cinema-select-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.search-bar .cinema-select-buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin-top: 10px;
  max-width: 33%;
  margin-inline: auto;
}

#cinemaModal .cinema-select-buttons {
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin-inline: unset;
}

.wallis-cinema-select-checkboxes .checkbox {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#cinemaModal .wallis-cinema-select-checkboxes .checkbox {
  background-color: rgba(0, 0, 0, 0.2);
}

.search-bar input[type="checkbox"] {
  margin-right: 10px;
  top: -1px;
  position: relative;
  display: none;
}

.search-bar label {
  top: 0px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100%;
  padding: 5px 15px;
  cursor: pointer;
  line-height: 1rem;
  min-height: 55px;
  pointer-events: none;
}

#cinemaModal .search-bar label {
  color: rgba(255, 255, 255, 0.7);
  pointer-events: unset;
}

.search-bar .checkbox.checked {
  background-color: #1e3d72 !important;
  border: 1px solid #fff;
}

.search-bar .checkbox.checked label {
  color: #fff !important;
}

.search-bar .checkbox {
  cursor: pointer;
}

.search-bar button.btn {
  font-size: 125%;
  line-height: 1.1rem;
  font-weight: 600;
}

.search-bar button.btn.search-bar-btn {
  font-size: 100%;
  padding: 5px 10px;
}

.wallis-cinema-select-checkboxes>h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.btn.cinema-select-close.secondary {
  background-color: #ffa856;
}

.cinema-select-close,
#cinemaModal .wallis-cinema-select-checkboxes>h3,
#cinemaModal .search-bar-btn {
  display: none;
}

#cinemaModal .cinema-select-close,
#cinemaModal .search-bar .cinema-select-buttons .cinema-select-submit {
  display: block;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.search-bar .cinema-select-buttons .cinema-select-submit {
  display: none;
}

#cinemaModa .search-bar .cinema-select-buttons .cinema-select-submit {
  display: block;
}

@media screen and (max-width: 991px) {

  .cinema-select-boxes,
  #cinemaModal .search-bar div.col-12.wallis-cinema-select-checkboxes .cinema-select-boxes {
    grid-template-columns: repeat(3, 1fr);
  }

  .wallis-cinema-select-checkboxes .search-bar-btn {
    grid-column-start: 2;
  }
}

@media screen and (max-width: 767px) {

  .cinema-select-boxes,
  #cinemaModal .search-bar div.col-12.wallis-cinema-select-checkboxes .cinema-select-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .wallis-cinema-select-checkboxes .search-bar-btn {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .search-bar label {
    padding: 7px;
  }

  .search-bar input[type="checkbox"] {
    margin-right: 5px;
  }

  #cinemaModal .cinema-select-buttons {
    grid-template-columns: 1fr;
    grid-gap: 7px;
  }

  #cinemaModal .modal-body>p {
    font-size: 1rem !important;
  }

  #cinemaModal .modal-body h2 {
    font-size: 1.4rem;
  }

  .search-bar button.btn {
    font-size: 110%;
  }

  #cinemaModal .search-bar {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Piccadilly Subsite style
--------------------------------------------------------------*/

/* Fix select box colour on windows */

.piccadilly-sub .large.gfield_select option {
  color: #000 !important;
}

.piccadilly-sub .gform_confirmation_wrapper {
  color: #fff !important;
}

.piccadilly-sub {
  background-color: #0a0203;
  border: 4px solid #fff;
}

.piccadilly-sub h1,
.piccadilly-sub h2,
.piccadilly-sub h3,
.piccadilly-sub h4,
.piccadilly-sub h5,
.piccadilly-sub h6,
.piccadilly-sub .btn,
.piccadilly-sub nav.main-navigation .menu>li>a {
  font-family: "Poppins", sans-serif;
}

.piccadilly-sub .entry-content h1,
.piccadilly-sub .entry-content h2,
.piccadilly-sub .entry-content h3,
.piccadilly-sub .entry-content h4,
.piccadilly-sub .entry-content h5,
.piccadilly-sub .entry-content h6,
.piccadilly-sub .entry-content p,
.piccadilly-sub .entry-content li,
.piccadilly-sub .gform_wrapper.gravity-theme .gfield_label,
.piccadilly-sub .gform_wrapper.gravity-theme * {
  color: #fff;
}

.piccadilly-sub .entry-content a,
.piccadilly-sub .entry-content a:hover,
.piccadilly-sub .entry-content a:active,
.piccadilly-sub .entry-content a:visited {
  color: #fff;
  text-decoration: underline;
}

.piccadilly-sub .btn,
.piccadilly-sub .entry-content .wp-block-button__link {
  border-radius: 50px !important;
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  padding-inline: 40px;
  text-decoration: none;
  transition: 0.15s all;
}

.piccadilly-sub .btn:hover,
.piccadilly-sub .btn:focus-within,
.piccadilly-sub .entry-content .wp-block-button__link:hover,
.piccadilly-sub .entry-content .wp-block-button__link:focus-within {
  background-color: #fff;
  color: #000;
  border: 3px solid #fff;
}

.piccadilly-sub .overlay-btns .btn {
  font-size: 1.2rem;
  padding: 9px 0px 5px;
  width: 46%;
}

.piccadilly-sub .event-listing .overlay-btns .btn {
  width: 100%;
}

.piccadilly-area-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  align-items: center;
  text-align: center;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  margin-bottom: 1.5rem;
}

.piccadilly-area-header.piccadilly-page-header {
  margin-top: 1rem;
}

.piccadilly-area-header .section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  margin: 0;
}

.piccadilly-area-header .deco {
  position: relative;
}

.piccadilly-area-header .deco:before {
  display: block;
  content: "";
  width: 100%;
  /* padding-top: calc(58 / 197 * 100%); */
  padding-top: calc(29 / 146 * 100%);
  background-size: contain;
  background-repeat: no-repeat;
}

.piccadilly-area-header .deco.deco-left:before {
  background-image: url(inc/images/piccadilly/deco-left.svg);
  background-position: left center;
}

.piccadilly-area-header .deco.deco-right:before {
  background-image: url(inc/images/piccadilly/deco-right.svg);
  background-position: right center;
}

@media (max-width: 767px) {
  .piccadilly-area-header {
    grid-template-columns: 1fr;
    padding: 2rem 0;
  }

  .piccadilly-area-header .deco {
    display: none;
  }
}

/* Piccadilly Header
--------------------------------------------- */

.piccadilly-sub .header-inner>div>.row {
  border-bottom: 4px solid #fff;
}

.piccadilly-sub .site-branding {
  text-align: center;
}

.piccadilly-sub .site-branding img {
  width: 100%;
  max-width: 420px;
}

.piccadilly-sub nav.main-navigation {
  justify-content: center;
  bottom: 0;
}

.piccadilly-sub nav.main-navigation .menu>li>a {
  color: #fff;
  font-size: 1.35rem;
  padding: 20px 18px;
}

.piccadilly-header #top-header {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 0;
  align-items: center;
  text-align: center;
  padding: 0;
}

.piccadilly-header #top-header .header-deco {
  position: relative;
}

.piccadilly-header #top-header .header-deco:before {
  display: block;
  content: "";
  width: 100%;
  /* padding-top: calc(90 / 119 * 100%); */
  padding-top: calc(90 / 157 * 100%);
  background-size: contain;
  background-repeat: no-repeat;
}

.piccadilly-header #top-header .header-deco.deco-left:before {
  background-image: url(inc/images/piccadilly/deco-header-right-v2.svg);
  transform: rotate(180deg);
  background-position: right;
}

.piccadilly-header #top-header .header-deco.deco-right:before {
  background-image: url(inc/images/piccadilly/deco-header-right-v2.svg);
  background-position: right center;
}

.piccadilly-sub .main-navigation ul ul {
  background: #fff;
}

.piccadilly-sub nav.main-navigation .menu .sub-menu li a {
  color: #0a0203;
}

.piccadilly_sub .gform_wrapper.gravity-theme .gfield select.large {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .piccadilly-sub .site-branding img {
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    padding: 0 15px 30px;
  }

  .piccadilly-header #top-header .header-deco {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .piccadilly-sub #nav-icon {
    padding-inline: unset;
    border: 0px;
  }

  .piccadilly-sub #nav-icon span {
    background: #fff;
  }

  .piccadilly-sub nav.main-navigation .menu>li>a {
    font-size: 1rem;
    padding: unset;
  }

  .piccadilly-sub nav.main-navigation {
    align-items: start;
  }

  .piccadilly-sub .header-inner>div>.row:last-child {
    border-bottom: 0;
  }

  .piccadilly-sub nav.main-navigation .menu-toggle {
    top: 42px;
  }

  .piccadilly-sub .header-inner {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .piccadilly-sub .site-branding {
    padding-bottom: 2rem;
  }

  .piccadilly-header #top-header {
    grid-template-columns: 1fr;
  }

  .piccadilly-header #top-header .header-deco {
    display: none;
  }

  .piccadilly-sub .site-branding {
    text-align: left;
    padding-left: 15px;
  }

  .piccadilly-sub .site-branding img {
    max-width: 220px;
  }
}

/* Piccadilly Footer
--------------------------------------------- */

.piccadilly-sub .footer-top {
  background-color: #fff;
  color: #000;
}

.piccadilly-sub footer .widget-title,
.piccadilly-sub footer .widget ul li a,
.piccadilly-sub footer .widget h2 {
  color: #000;
}

.piccadilly-sub footer .col-md-6>.widget.widget_block {
  margin-bottom: 0.5rem;
}

.piccadilly-sub footer .widget ul li a:hover,
.piccadilly-sub footer .widget ul li a:active {
  color: #ccc;
}

body .piccadilly-sub footer .gform_wrapper .gform_footer input.button,
body .piccadilly-sub footer .gform_wrapper .gform_footer input[type="submit"] {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}

body .piccadilly-sub footer .gform_wrapper .gform_footer input.button:hover,
body .piccadilly-sub footer .gform_wrapper .gform_footer input[type="submit"]:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

body .piccadilly-sub footer .gform_wrapper.gravity-theme .gfield-choice-input+label {
  color: #000;
}

.piccadilly-sub .footer-btm {
  background: transparent !important;
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .neg-margin-top {
    margin-top: -5%;
  }
}

/* Piccadilly Front Page
--------------------------------------------- */

.piccadilly-sub .movies {
  background-color: transparent;
}

.piccadilly-sub .movies .tabs,
.piccadilly-sub .movies .divider,
.piccadilly-sub .movies .movie-listing .blue-bar,
.piccadilly-sub .movies .movie-listing .currently-showing {
  display: none !important;
}

.piccadilly-sub .movies #coming-soon-content .movie-listing .blue-bar {
  display: block !important;
  background-color: #000;
}

.piccadilly-sub .movies #coming-soon-content .currently-showing {
  display: block !important;
  background-color: #fff;
  color: #000;
  min-height: unset;
}

.piccadilly-sub .carousel .movie-listing {
  margin: 0px 15px 2em 15px;
  border: 4px solid #fff;
}

.piccadilly-image-slider {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.piccadilly-sub .movies .movie-listing .image .overlay {
  background: rgb(30, 61, 114);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.piccadilly-sub .vers-slider .hero-btns .btn {
  text-transform: uppercase;
  padding: 13px 17px 8px;
  font-size: 150%;
  background: #000;
  color: #fff;
}

.piccadilly-sub .vers-slider .hero-btns .btn:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 992px) {
  .piccadilly-sub .carousel .slick-prev {
    left: -28px;
  }

  .piccadilly-sub .carousel .slick-next {
    right: -25px;
  }

  .piccadilly-sub .carousel .slick-prev:before,
  .piccadilly-sub .carousel .slick-next:before {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .piccadilly-sub .carousel .movie-listing {
    margin: 0;
    margin-bottom: 1.5rem;
  }

  .piccadilly-sub .carousel {
    padding-inline: 1rem;
  }

  .piccadilly-sub .vers-slider .hero-btns .btn {
    margin-bottom: 0.5rem;
    font-size: 110%;
    display: inline-block;
  }

  .piccadilly-sub .hero-btns {
    display: block;
  }
}

/* Piccadilly Films
--------------------------------------------- */

.page-template-page-piccadilly-movies .piccadilly-sub .carousel .movie-listing {
  margin: 0;
  margin-bottom: 1.5em;
}

.page-template-page-piccadilly-movies .all-btn {
  display: none !important;
}

.piccadilly-sub .sort-by {
  color: #fff;
}

.piccadilly-sub .sort-by a,
.piccadilly-sub .ses-nav a {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.piccadilly-sub .sort-by a:hover,
.piccadilly-sub .ses-nav a:hover {
  background: rgba(30, 61, 114, 0.02);
  color: #ffa856;
}

/* Piccadilly Sessions
--------------------------------------------- */

.piccadilly-sub .single-movie {
  background: transparent;
}

.piccadilly-sub .sessions-times-master h4:first-child,
.piccadilly-sub .sessions-times-master h2:first-child,
.piccadilly-sub .purple {
  color: #fff;
}

.piccadilly-sub .session-times .session-day {
  color: #fff;
}

.piccadilly-sub .session-month,
.piccadilly-sub .icon-key li {
  color: #fff;
}

.piccadilly-sub .session-movie {
  border-bottom: 1px solid #fff;
}

.piccadilly-sub .divider {
  background: #fff;
}

/* Piccadilly Events
--------------------------------------------- */

.piccadilly-sub .movies .row p {
  color: #fff;
}

/* Piccadilly Accessibilty
--------------------------------------------- */

.piccadilly-sub .access-list {
  font-size: 1.125rem;
}

/* Piccadilly Contact
--------------------------------------------- */

.piccadilly-sub .gform_wrapper.gravity-theme input[type="color"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="date"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="datetime-local"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="datetime"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="email"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="month"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="number"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="password"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="search"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="tel"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="text"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="time"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="url"],
.piccadilly-sub .gform_wrapper.gravity-theme input[type="week"],
.piccadilly-sub .gform_wrapper.gravity-theme select,
.piccadilly-sub .gform_wrapper.gravity-theme textarea {
  background-color: #ffffff;
  /* was #111111 */
  border: 1px solid #666;
  color: #000;
  /* was #000 */
}

body .piccadilly-sub .gform_wrapper .gform_footer input.button,
body .piccadilly-sub .gform_wrapper .gform_footer input[type="submit"] {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
}

body .piccadilly-sub .gform_wrapper .gform_footer input.button:hover,
body .piccadilly-sub .gform_wrapper .gform_footer input[type="submit"]:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

/* Piccadilly Other
--------------------------------------------- */

.piccadilly-sub .wp-block-table table {
  color: #fff;
}

.piccadilly-sub .wp-block-table table tr:first-child td {
  font-size: 1.125rem;
}

.piccadilly-sub .wp-block-table table tr td {
  border: 0px;
  padding: 0.5rem;
}

.piccadilly-sub .wp-block-table table tr {
  background-color: #000;
}

.piccadilly-sub .wp-block-table table tr:nth-child(even) {
  background-color: #222;
}

.page-id-51820 .piccadilly-sub td.has-text-align-center {
  width: 18%;
}

/*--------------------------------------------------------------
# MyWallis log in pages style
--------------------------------------------------------------*/

.page-template-page-login-php .page-header:after,
.page-id-46881 .page-header:after,
.page-id-46884 .page-header:after,
.page-id-48210 .page-header:after,
.page-id-51650 .page-header:after,
.page-id-51666 .page-header:after,
.page-id-51650 .page-header:after,
.page-id-72960 .page-header:after,
.page-id-65832 .page-header:after,
.page-id-65835 .page-header:after {
  background: transparent !important;
}

.page-template-page-login-php .page-header .container .row,
.page-id-46881 .page-header .container .row,
.page-id-46884 .page-header .container .row,
.page-id-48210 .page-header .container .row,
.page-id-51650 .page-header .container .row,
.page-id-51650 .page-header .container .row,
.page-id-72960 .page-header .container .row,
.page-id-65832 .page-header .container .row,
.page-id-65835 .page-header .container .row,
.page-id-51666 .page-header .container .row {
  display: block;
}

.page-template-page-login-php .page-header .container .row .col-sm-6,
.page-id-46881 .page-header .container .row .col-sm-6,
.page-id-46884 .page-header .container .row .col-sm-6,
.page-id-48210 .page-header .container .row .col-sm-6,
.page-id-51650 .page-header .container .row .col-sm-6,
.page-id-51650 .page-header .container .row .col-sm-6,
.page-id-72960 .page-header .container .row .col-sm-6,
.page-id-65832 .page-header .container .row .col-sm-6,
.page-id-65835 .page-header .container .row .col-sm-6,
.page-id-51666 .page-header .container .row .col-sm-6 {
  width: 100%;
}

.page-template-page-login-php .page-header #crumbs,
.page-id-46881 .page-header #crumbs,
.page-id-46884 .page-header #crumbs,
.page-id-48210 .page-header #crumbs,
.page-id-51650 .page-header #crumbs,
.page-id-51650 .page-header #crumbs,
.page-id-72960 .page-header #crumbs,
.page-id-65832 .page-header #crumbs,
.page-id-65835 .page-header #crumbs,
.page-id-51666 .page-header #crumbs {
  margin-top: 10px;
  text-align: left;
}

/* MyWallis Dashboard */

.page-template-page-login .grid-col h4.member-key {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.loyalty-details {
  list-style-type: none;
}

.member-key {
  font-weight: bold;
  margin-top: 1rem;
}

.grid-col>div:first-child>.member-key {
  margin-top: 0;
}

.loyalty-member-content,
.loyalty-member-content ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0px !important;
  margin: 0;
}

.mywallis-dashboard {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 3rem;
}

.member-code {
  max-width: 200px;
  margin-bottom: 1rem;
}

.vista-members-transactions {
  font-size: 14px;
}

.vista-members-transactions th {
  padding: 0.5rem;
  background: #1e3d72;
  color: #fff;
}

.vista-members-transactions td {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-top: 0px;
}

.loyalty-rewards {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 5px;
  padding: 0;
  padding-left: 0px !important;
  margin: 0;
}

.loyalty-rewards li {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px;
  line-height: 1.6em;
  display: flex;
}

.loyalty-rewards li img {
  height: 16px;
  margin-right: 5px;
  filter: invert(18%) sepia(28%) saturate(3829%) hue-rotate(201deg) brightness(88%) contrast(87%);
  top: 2px;
  position: relative;
}

.barcode-no {
  font-family: "Libre Barcode 39", cursive;
  font-size: 48px;
  font-weight: normal;
}

/* Login form */

.wallis_loyalty_signin input[type="email"],
.wallis_loyalty_signin input[type="password"] {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding-inline: 1rem;
}

.wallis_loyalty_signin input[type="submit"],
.page-template-page-login input[type="submit"] {
  padding: 12px 17px 8px;
  text-align: center;
  font-size: 150%;
  border: 0px;
  border-radius: 0px;
  background: #1e3d72;
  color: #fff;
  font-weight: 500;
  transition: 0.3s all ease;
  width: 100%;
  top: 4px;
  position: relative;
}

.page-template-page-login input[type="submit"] {
  width: unset;
}

.wallis_loyalty_signin input[type="submit"]:hover,
.wallis_loyalty_signin input[type="submit"]:focus-within,
.page-template-page-login input[type="submit"]:focus-within,
.page-template-page-login input[type="submit"]:hover {
  background: #ffa856;
  border: 0px;
}

@media screen and (max-width: 1024px) {
  .mywallis-dashboard {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {

  .page-id-46878.logged-in .barcode-no {
    font-size: 40px;
  }

  .page-id-46878.logged-in table {
    max-width: 100%;
  }

  .page-id-46878.logged-in .member-key .btn {
    width: 100%;
  }

  .page-id-46878.logged-in input[type="submit"] {
    width: 100%;
  }

  /* Login form */

  .page-id-46878 .entry-content input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.gradient {
  background: rgb(47, 58, 121);
  background: linear-gradient(90deg,
      rgba(47, 58, 121, 1) 0%,
      rgba(89, 49, 137, 1) 15%,
      rgba(112, 44, 133, 1) 34%,
      rgba(135, 38, 116, 1) 52%,
      rgba(176, 40, 88, 1) 67%,
      rgba(195, 47, 78, 1) 80%,
      rgba(233, 62, 57, 1) 90%,
      rgba(251, 184, 29, 1) 100%);
}

.purple {
  color: #5a308d;
}

.blue {
  color: #1e3d72;
}

.btn,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"],
.custombutton,
.wp-block-button__link {
  padding: 12px 17px 8px;
  text-align: center;
  font-size: 150%;
  border: 0px;
  border-radius: 0px;
  background: #1e3d72;
  color: #fff;
  font-weight: 500;
}

.member-key .btn {
  font-size: 100%;
  margin-top: 20px;
}

.single-wal_cinemas .entry-content .cinema-sessions-btn {
  margin-bottom: 1.5em;
}

.btn i {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  top: -3px;
  position: relative;
  background-size: cover;
  margin-left: 8px;
}

body footer .gform_wrapper {
  margin-top: 0px;
}

body footer .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 5px;
}

body footer .gform_wrapper.gravity-theme .gform_footer,
body footer .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 5px 0;
}

body footer .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
  transition: 0.15s all;
}

.btn:hover,
.tabs .tab h3:hover,
.tabs .tab h3.tab-active,
body footer .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
.custombutton:hover,
.wp-block-button__link:hover {
  /*background: rgba(233,62,57,1);*/
  background: #ffa856;
  border: 0px;
}

footer .socials a:hover {
  color: #ffa856;
}

body footer .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover {
  /*border-color: rgba(233,62,57,1);*/
  border-color: #ffa856;
}

i.ic-ticket {
  background-image: url(inc/images/icon-ticket.png);
}

i.ic-play {
  background-image: url(inc/images/icon-play.png);
  width: 32px;
  height: 32px;
}

i.ic-clock {
  background-image: url(inc/images/icon-clock.png);
}

.btn:hover {
  color: #fff;
}

.icon-key {
  list-style-type: none;
  padding: 0;
  margin: 0 0 7px 0;
  float: left;
  width: 100%;
}

.icon-key li {
  padding: 0px 8px 0px 0px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 11px;
  max-width: 144px;
  float: left;
  width: 11%;
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.icon-key h6 {
  margin-bottom: 0px;
  padding-top: 4px;
}

.icon-key li:first-child {
  /* padding-left: 0px; */
}

.icon-key .icon {
  max-width: 24px;
  height: auto;
  margin-right: 5px;
  float: left;
}

/*Rating icon*/
i.rating-icon {
  display: inline-block;
  width: 41px;
  height: 25px;
  vertical-align: middle;
  top: -2.5px;
  position: relative;
  background-size: cover;
  margin-right: 8px;
}

i.rating-ctc {
  background-image: url(inc/images/ratings/rating-ctc.png);
}

i.rating-g {
  background-image: url(inc/images/ratings/rating-g.png);
}

i.rating-pg {
  background-image: url(inc/images/ratings/rating-pg.png);
}

i.rating-m {
  background-image: url(inc/images/ratings/rating-m.png);
}

i.rating-ma {
  background-image: url(inc/images/ratings/rating-ma.png);
}

i.rating-r18 {
  background-image: url(inc/images/ratings/rating-r18.png);
}

i.rating-x {
  background-image: url(inc/images/ratings/rating-x.png);
}

i.rating-ex {
  background-image: url(inc/images/ratings/rating-ex.png);
}

i.rating-u15 {
  background-image: url(inc/images/ratings/rating-u15.png);
}

i.rating-u18 {
  background-image: url(inc/images/ratings/rating-u18.png);
}

@media screen and (max-width: 767px) {
  .hero-btns {
    display: flex;
    flex-direction: row;
  }

  .btn {
    font-size: 100%;
  }

  .btn i {
    width: 24px;
    height: 24px;
  }

  .btn i.ic-play {
    width: 22px;
    height: 22px;
  }

  .icon-key {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-key li {
    padding: 8px 0px;
  }

  .icon-key li:first-child {
    padding-top: 0px;
  }

  .icon-key li:last-child {
    padding-bottom: 0px;
  }
}

/* Header
--------------------------------------------- */

/*.top-bar {
  background: #1e3d72;
}*/

.top-bar .col-12>div {
  float: right;
  padding: 10px 0px;
}

.top-bar .menu {
  margin: 0;
  list-style-type: none;
}

.top-bar .menu li::marker {
  display: none;
}

.top-bar .menu li a {
  padding: 0px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.top-bar .menu li:last-child a,
nav.main-navigation .menu li:last-child>a {
  padding-right: 0px;
}

.header-inner {
  color: #fff;
  padding: 30px 0px;
}

nav.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  bottom: -9px;
}

nav.main-navigation .menu li>a {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0px 14px;
  color: #1e3d72;
  font-weight: 500;
  transition: 0.3s all;
}

nav.main-navigation .menu li>a i.login,
.mob-login i {
  display: block;
  max-width: 22px;
  width: 22px;
  height: auto;
}

.mob-login {
  position: absolute;
  right: 75px;
  top: 30px;
}

.mob-login i {
  max-width: 28px;
  width: 28px;
  height: auto;
}

nav.main-navigation .menu li>a i.login:before,
.mob-login i:before {
  content: url("inc/images/user-icon.svg");
  filter: invert(18%) sepia(28%) saturate(3829%) hue-rotate(201deg) brightness(88%) contrast(87%);
  width: inherit;
  height: inherit;
  display: block;
}

nav.main-navigation #piccadilly-menu.menu li>a i.login:before,
.mob-login i:before {
	filter: invert(100%);
}

nav.main-navigation .menu li>a i.login.loggedout:before {
  content: url("inc/images/user-login-outline.svg");
}

nav.main-navigation .menu .sub-menu li a {
  color: #fff;
}

.site-branding img {
  width: 70%;
  top: -5px;
  position: relative;
  max-width: 291px;
}

.site-branding p {
  margin-bottom: 0px;
}

#masthead {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 992px) {
  .header-inner {
    padding: 0px;
  }

  .header-inner .row,
  .header-inner .row .menu-holder {
    display: flex;
  }

  .site-branding,
  nav.main-navigation .menu>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  nav.main-navigation .menu>li>a {
    padding-bottom: 36px;
  }

  .main-navigation ul li ul.sub-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }

  .main-navigation ul li:hover ul.sub-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }

  nav.main-navigation .menu li.current-menu-item>a,
  nav.main-navigation .menu li:hover>a {
    opacity: 0.7;
  }

  .menu-item-has-children:last-of-type>ul {
    right: 0;
    left: auto;
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}

@media (min-width: 768px) {
  .mob-login {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  nav.main-navigation .menu>li>a {
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-inner .container .row>.col-lg-4 {
    width: 25%;
  }

  .header-inner .container .row>.col-lg-8 {
    width: 75%;
  }

  .site-branding img {
    width: 85%;
    top: 0px;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-title {
    font-size: 2rem;
    margin: 10px 0px 10px;
  }

  .hero-btns {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-btns i {
    display: none;
  }

  .vers-slider .hero-btns .btn {
    min-height: 47px !important;
  }

  .hero-btns a {
    font-size: 1rem;
  }

  .slick-dots {
    display: none !important;
  }

  .hero-details {
    font-size: 1rem;
  }

  .site-branding {
    max-width: 100% !important;
  }

  .desktop-only {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .site-branding {
    max-width: 50%;
  }

  .site-branding img {
    width: 100%;
    top: 0px;
    position: relative;
  }

  nav.main-navigation {
    flex-direction: column;
    bottom: 0px;
    position: unset;
  }

  nav.main-navigation .menu-toggle {
    position: absolute;
    top: 32px;
    right: 15px;
  }

  .top-bar .menu {
    padding: 0;
  }

  .top-bar .menu li {
    float: left;
  }

  .top-bar .menu li a {
    padding: 0px 5px;
    font-size: 0.75rem;
  }

  .menu-main-container {
    width: calc(100% + 30px);
    padding: 0px 15px;
    position: relative;
    top: 30px;
    background: #1e3d72;
  }

  nav.main-navigation .menu li>a {
    padding: 5px 7px;
    color: #fff;
  }

  .main-navigation>div {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition-delay: 0.6s, 0s, 0s;
  }

  .main-navigation.toggled>div {
    display: block;
    overflow: hidden;
    opacity: 1;
    transition: visibility 0s ease, max-height 0.6s ease, opacity 0.6s ease;
    max-height: 1000px;
    /* magic number for max-height = enough height */
    visibility: visible;
    transition-delay: 0s;
  }

  .main-navigation>div ul.menu {
    padding-top: 10px;
  }

  body .main-navigation ul.menu ul {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: relative;
    margin-left: 0px;
    max-height: 0px;
    padding: 0px;
    transition: all 0.3s ease;
    box-shadow: none;
    min-width: 100%;
  }

  .main-navigation ul li.focus>ul {
    -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    padding: 0px 0px 15px;
  }

  #nav-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: transparent !important;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #1e3d72;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon span:nth-child(1) {
    top: 0px;
  }

  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 11px;
  }

  #nav-icon span:nth-child(4) {
    top: 22px;
  }

  #nav-icon[aria-expanded="true"] span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon[aria-expanded="true"] span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .header-inner>.container {
    width: 100%;
    max-width: unset;
  }
}

/* Footer
--------------------------------------------- */

.footer-top {
  background: #1e3d72;
  padding: 46px 0px;
  color: #fff;
}

.footer-top .wp-block-button__link.wp-element-button {
	background: #ffa856;
}

.footer-btm {
  color: #fff;
  padding: 30px 0px;
}

footer .widget-title,
footer .widget h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
}

footer .col-3 .widget:last-child {
  margin: 0;
}

footer .widget ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}

footer .widget ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}

footer .widget ul li a:hover {
  color: #fff;
}

footer .site-info {
  font-size: 14px;
  color: #fff;
  padding-top: 12px;
}

footer .site-info a {
  font-weight: bold;
  color: #fff;
}

#loading {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

#loading img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  right: 0;
  left: 0;
  height: 100%;
  position: absolute;
  max-width: 100px;
}

footer .socials {
  float: right;
}

footer .socials a {
  color: #fff;
  font-size: 24px;
  transition: 0.3s all;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  footer .widget-title {
    font-size: 1rem;
  }

  footer {
    font-size: 0.875rem;
  }

  .footer-top {
    padding: 35px 0 0px;
  }

  .footer-btm {
    padding: 15px 0 15;
  }

  footer .site-info {
    font-size: 0.75rem;
    padding-left: 5px;
  }

  footer .socials {
    float: none;
    margin-top: 12px;
  }
	
  .barcode-no {
    font-size: 38px;
}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #1e3d72;
  list-style-type: none;
  padding-left: 0px;
  padding: 15px 0px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul.menu ul a {
  width: 200px;
  text-transform: none;
  font-size: 1rem;
  padding-bottom: 1.5%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul.menu,
  .top-bar ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 3.5em 0;
}

.entry-content ol,
.entry-content ul {
  margin-left: 0px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Search
--------------------------------------------- */

.search-form label {
  width: calc(100% - 100px);
}

.search-form input[type="search"] {
  width: 100%;
}

.search-form input[type="submit"] {
  position: relative;
  top: 2px;
}

.search .entry-footer {
  display: none;
}

.search article .entry-title {
  font-size: 1.5rem;
}

.search article .entry-summary {
  margin: 1.5em 0;
  border-bottom: 1px solid #ccc;
}

.search .entry-title a:hover,
.search .entry-title a:focus {
  color: #1e3d72;
}

.search .page-header {
  background-image: url(inc/images/wallispattern_header_1900x300.jpg);
}

.search .nav-links a {
  color: #1e3d72;
  padding: 11px;
  background: rgba(30, 61, 114, 0.05);
  transition: 0.2s all ease-in-out;
}

.search .nav-links a:hover,
.search .nav-links a:focus {
  background: rgba(30, 61, 114, 0.02);
  color: #ffa856;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Slider
--------------------------------------------- */

.vers-slider {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s opacity;
}

.vers-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.vers-slider .hero:nth-child(n + 2) {
  display: none;
}

.vers-slider.slick-initialized .hero {
  display: block;
}

.vers-slider .hero-content {
  padding-top: 0px;
}

.vers-slider .hero-btns .btn {
  min-height: 60px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vers-slider div.hero.slick-slide {
  padding-top: 0px;
  height: unset;
}

.vers-slider div.slick-slide .overlay {
  padding-top: 32.1%;
}

.vers-slider .content-left {
  display: flex;
  flex-direction: row-reverse;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #fff;
  font-size: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev,
.slick-next {
  z-index: 1000;
}

.carousel {
  opacity: 100;
  visibility: visible;
  transition: 0.2s opacity;
}

.mov-hide {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1200px) {
  .icon-key li {
    max-width: 25%;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .vers-slider div.slick-slide .overlay {
    padding-top: 100%;
  }

  .vers-slider .hero-btns .btn {
    min-height: 1px;
  }

  .vers-slider .slick-arrow {
    display: none !important;
  }

  .icon-key li {
    max-width: 20%;
    width: 20%;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

@media (min-width: 576px) {
  .modal-dialog.poster-modal {
    max-width: 550px;
  }
}

@media (max-width: 600px) {
  .icon-key li {
    max-width: 33%;
    width: 33%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .session-details {
    display: block;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}