@charset "UTF-8";

body {
    font-family: 'Karla', Helvetica, Arial, sans-serif;
    background-color: #e4e5de;
    color: #2e2d2c;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    margin: 0;
    padding: 0;
}

body.modal-open {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.performance-button.old {
    display: none !important;
}

.programme-tile.off-sale {
    display: none !important;
}

/* .performance-button .sold-out {
    display: none !important;
} */

/* .performance-button.is-sold-out .sold-out {
    display: initial !important;
} */

/* .performance-button .last-few {
    display: none !important;
} */

.performance-button.low-availability:not(.is-sold-out) .last-few {
    display: inline-block !important;
}

.film-description a {
    text-decoration: underline;
}

.container {
    margin: 0 auto;
}

.snowflake {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 99999;
}

.snowflake svg {
    width: 100px;
    height: 100px;
    fill: white;
    stroke: #438bffd4;
}

.snowflake svg:hover {
    stroke: #58a8f7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-property: transform, -webkit-transform, -ms-transform;
    transition-duration: 200ms;
}

.global-banner {
    text-align: center;
    padding: 5px;
}

.header {
    text-align: center;
    /*    background-image: url('/static/images/marble-purp.jpg'), -ms-radial-gradient(center, ellipse farthest-corner, #4b283b 0%, #3a1f2e 100%);
*/
    /* Mozilla Firefox */
    /*    background-image: url('/static/images/marble-purp.jpg'), -moz-radial-gradient(center, ellipse farthest-corner, #4b283b 0%, #3a1f2e 100%);
*/
    /* Webkit (Chrome 11+) */
    /*    background-image: url('/static/images/marble-purp.jpg'), -webkit-radial-gradient(center, ellipse farthest-corner, #4b283b 0%, #3a1f2e 100%);
*/
    /* W3C Markup */
    /*    background-image: url('/static/images/marble-purp.jpg'), radial-gradient(ellipse farthest-corner at center, #4b283b 0%, #3a1f2e 100%);
*/
    background-image: url('/static/images/texture-sub.png');
    background-color: #432435;
    background-attachment: fixed;
    background-size: 540px, cover;
    position: relative;
    z-index: 90;
}

.header.inner {
    padding-top: 1rem;
}

.header.inner .nav-links a {
    color: #d5a92d;
    padding: .25rem 0;
    margin: 0;
}

.header.inner.blank {
    background: transparent;
    background-image: none;
}

.header ul {
    list-style-type: none;
    margin: 0;
}

.header ul li {
    display: inline-block;
    padding: .5rem;
}

.header ul.social li {
    padding: .4rem;
}

.header ul li img {}

.header ul.social img {
    height: 1.5rem;
    width: auto;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.header ul.social img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.big-logo {
    max-width: 11rem;
    height: auto;
    margin: 2rem 3rem 1rem 3rem;
}

.inner-logo {
    position: absolute;
    left: 0;
    max-width: 6rem;
    top: 0;
    margin: 1rem 1.5rem;
}

.logo {
    float: left;
    display: inline-block;
    margin: 1rem;
}

.main {
    padding: 0;
    min-height: 400px;
}

.main.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.bumper {
    padding: 0 4rem;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}

.bumper.slim {
    max-width: 1200px;
    text-align: center;
}

.bumper.slimmer {
    max-width: 800px;
}

.bumper.footer {
    padding: 0;
}

h1 {
    font-size: inherit;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 4rem;
    text-align: center;
    margin: 2rem;
    font-family: 'the_hand', sans-serif;
    font-weight: 900;
    letter-spacing: .15rem;
}

h2.band:after {
    content: '';
    background-image: url('/static/images/mark.png');
    background-repeat: no-repeat;
    background-size: 150px 34px;
    width: 100%;
    display: block;
    background-position: center;
    height: 34px;
    z-index: -1;
    margin: -2rem auto 0 auto;
}

h2.left.band:after {
    background-position: left;
}

h2.band.blue:after {
    background-image: url('/static/images/mark-blue.png');
}

h2.band.black:after {
    background-image: url('/static/images/mark-black.png');
}

h2.band.light:after {
    background-image: url('/static/images/mark-light.png');
}

h2.filter {
    text-align: left;
    margin: 0;
    padding: 0;
}

h2.left {
    text-align: left;
    margin: 1rem 0;
    padding: 1rem 0;
}

.curated-films h2 {
    font-size: 3rem;
}

h2.inline {
    display: inline-block;
    margin: 0 1rem;
    white-space: nowrap;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}

.text-overflow-center {
    text-align: center;
}

h3.date {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

h3.date:after,
h3.date:before {
    content: "\A";
    width: 20%;
    height: 100%;
    border-bottom: 1px solid #c6c8bb;
    display: inline-block;
    margin: 5px 10px;
}

.ellipse {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header-button {
    text-align: center;
}

/* Navigation */

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

#main-nav {
    top: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-size: 1.5rem;
    box-sizing: border-box;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0);
}

#main-nav .crown {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

#main-nav-sticky-wrapper.sticky-wrapper.is-sticky #main-nav .crown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#main-nav-sticky-wrapper.sticky-wrapper.is-sticky #main-nav {
    background-color: #432435;
    background-image: url('/static/images/texture-sub.png');
    background-size: 400px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

.crown {
    position: absolute;
    left: 0;
    height: 2.75rem;
    width: auto;
    margin: .75rem 2rem;
}

.menu-toggle {
    padding: 1rem;
    background-color: #222222;
    background-image: url('/static/images/texture.png');
    background-size: 400px;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    display: inline-block;
    right: 0;
    top: 0;
    position: fixed;
    margin: 1rem;
    z-index: 100;
}

.menu-toggle:before {}

.toggle-name p {
    color: #fff;
    font-family: 'the_hand', sans-serif;
    right: 5.5rem;
    top: 1.25rem;
    letter-spacing: .1rem;
    font-size: 1.25rem;
    position: fixed;
    z-index: 100;
}

.menu-toggle:hover {
    cursor: pointer;
}

.menu-toggle img {
    width: 2rem;
    height: 2rem;
}

.wmBox_closeBtn {
    z-index: 2;
    position: fixed;
    right: 0;
    top: 0;
    margin: 1rem;
    cursor: pointer;
    padding: 1rem;
    background-color: #2e2d2c;
    background-image: url('/static/images/texture.png');
    background-size: 400px;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    display: inline-block;
}

.wmBox_closeBtn img {
    width: 2rem;
    height: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}

.wmBox_closeBtn p:hover {
    background: #FFF;
    color: #000;
}

.header ul.social {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1rem;
}

.header.inner ul.social {
    top: auto;
}

footer ul.social {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

footer ul.social li {
    display: inline-block;
    padding: .5rem .5rem 0 0;
}

footer ul.social li img {
    max-width: 1.5rem;
    height: auto;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

footer ul.social li img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav-links {
    display: inline-block;
    width: 100%;
    left: 0;
    font-family: 'the_hand', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: .15rem;
}

.nav-links.inner {
    font-size: 1.5rem;
    letter-spacing: .15rem;
    padding: .5rem 0;
}

#main-nav-sticky-wrapper.sticky-wrapper.is-sticky #main-nav .nav-links a {
    font-size: 1.5rem;
    color: #d5a92d;
}

#main-nav-sticky-wrapper.sticky-wrapper.is-sticky #main-nav .nav-links li.hide {
    display: none;
}

.nav-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    display: inline-block;
    padding: .75rem 0;
    color: #d5a92d;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.nav-links a.select {
    border-bottom: 2px solid #d5a92d;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav-links.inner a {
    padding: .25rem;
}

.nav-links a:hover {
    border-bottom: 2px solid #d5a92d;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav-links.inner {}

/* Hero image */

.hero-home {
    width: 100%;
    height: auto;
    left: 0;
    text-align: left;
    position: relative;
    padding: 0;
}

.hero-banner {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -6.5rem;
}

.hero-image.home {
    width: 80%;
    position: relative;
    padding: 2rem 0 0 1.5rem;
}

.hero-image.home img {
    width: 100%;
}

.hero-image.home:after {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: -204px;
    height: 200px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    content: '';
}

.hero-image.inner {
    z-index: -1;
    position: relative;
}

.hero-image.inner img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-image.inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.hero-image.sm {
    height: 360px;
    background-color: #1f4d5d;
    background-image: url('/static/images/illus-bg-blue.png');
    background-attachment: fixed;
    background-size: 540px;
}

.hero-image.sm:after {
    margin-top: 0 !important;
    display: none;
}

.play {
    position: absolute;
    margin: 0 auto 0 1rem;
    height: 8rem;
    width: 8rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url('/static/images/play.png');
    background-size: 100% 100%;
    z-index: 80;
    display: inline-block;
}

.play.inner {
    margin: 0 auto;
}

a.venobox.vbox-item {
    pointer-events: auto !important;
}

/* Hero carousel */

.hero-info {
    position: absolute;
    margin: 2rem;
    bottom: 2rem;
    display: block;
    vertical-align: bottom;
    -webkit-animation: 4s linear 0s infinite alternate intro;
    -moz-animation: 4s linear 0s infinite alternate intro;
    -o-animation: 4s linear 0s infinite alternate intro;
    animation: 4s linear 0s infinite alternate intro;
}

.hero-info.inner {
    color: #fff;
    margin: 0 0 -1rem 1.5rem;
    bottom: 2rem;
}

.hero-home .hero-info {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
    padding: 1.5rem;
    margin: 0 3rem 2rem 0;
    right: 0 !important;
    bottom: 0;
    width: 33%;
    text-align: center;
    z-index: 3;
    background-color: #fff;
}

.info-holder {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 1rem;
}

.hero-info.film-page {
    margin-left: 12rem;
}

.hero-info.inner .hero-title {
    width: 100%;
    padding-right: 1rem;
}

.hero-title h3 {
    font-size: 1.75rem;
    font-weight: 900;
    vertical-align: middle;
    line-height: 1.75rem;
    margin: .5rem auto;
}

.hero-subhead {
    font-family: "the_hand", sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: .25rem;
    text-transform: uppercase;
}

.inline-vert {
    line-height: 2rem;
}

.hero-desc {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
}

/* Buttons */

.button.large {
    padding: 1rem 2rem;
}

.button {
    display: inline-block;
    text-align: center;
    color: #2e2d2c;
    border: solid 3px #2e2d2c;
    font-size: 1rem;
    font-weight: 900;
    padding: .5rem 1.5rem;
    position: relative;
    margin: 0 .5rem;
    white-space: nowrap;
    letter-spacing: .05rem;
}

a.button {
    color: #2e2d2c !important;
    text-decoration: none !important;
}

.button:after {
    content: "";
    top: .2rem;
    left: .2rem;
    height: 100%;
    width: 100%;
    background-color: #e4b739;
    background-image: url('/static/images/texture.png');
    background-size: 400px;
    z-index: -1;
    padding: 0 .2rem .2rem 0;
    position: absolute;
    -webkit-transition: top .15s ease, left .15s ease, padding .15s ease;
    transition: top .15s ease, left .15s ease, padding .15s ease;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*.button:hover {
    border: solid 3px #000;
}*/

.button:hover:after {
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.button:hover {
    cursor: pointer;
}

.button.inactive:hover:after {
    top: .2rem;
    left: .2rem;
    padding: 0 .2rem .2rem 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.button.sm {
    font-size: .9rem;
    padding: .5rem .75rem;
    margin: 0 .25rem .5rem .25rem;
    letter-spacing: normal;
}

.button.right {
    display: inline-block;
    margin: 1rem 0;
    float: right;
    right: 0;
    white-space: nowrap;
}

.button.blue:after {
    background-color: #588bad;
}

.button.teal:after {
    background-color: #00c4a9;
}

.info-box {
    background: #f5f5f5;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    position: relative;
    z-index: 0;
}

.button.dark {
    border: solid 3px #fff;
    color: #fff;
}

.button.inactive {
    border: solid 3px #848283;
    color: #848283;
    cursor: default;
    text-decoration: line-through;
    background-color: #c6c8bb;
    background-image: url('/static/images/texture.png');
    pointer-events: none;
}

.button.inactive:after {
    background-color: transparent;
}

p.small {
    font-size: .9rem;
    color: #666;
}

.slim {
    max-width: 800px;
    margin: 0 auto;
}

/* Tiles */

.tile {
    margin: 1rem 1rem 3rem 1rem;
    background-color: #ecede9;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 3;
    -webkit-transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-box-shadow .2s ease-in-out, -moz-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
}

.tile:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.03);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    /* IE 9 */
    transform: scale(1.03);
    /* IE 10, Fx 16+, Op 12.1+ */
}

.tile.curator .tile-name {
    font-size: 1.25rem;
}

.tile-img {
    position: relative;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.tile-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.tile-img .sold-out {
    display: none;
}

.tile-img .sold-out {
    color: #f47c69;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "the_hand", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    z-index: 1;
    pointer-events: none;
}

.tile.sold-out .tile-img img {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.tile.sold-out .sold-out {
    display: block;
}

.tile .tile-img:after {
    display: block;
    position: relative;
    bottom: 0;
    padding-top: 58%;
    margin-top: -60px;
    height: 56px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000 ', endColorstr='#000000 ', GradientType=0);
    content: '';
    pointer-events: none;
}

.tile-details {
    padding: .25rem 1rem 1.25rem 1rem;
    text-align: center;
}

.tile-name {
    font-weight: bold;
    margin: 1rem 0;
    font-size: 1.5rem;
    width: 100%;
    /*border-bottom: 2px solid rgba(46,45,44,0);*/
}

.tile-name:hover {
    /*border-bottom: 2px solid rgba(46,45,44,0);*/
    text-decoration: underline;
}

.tile-name h1:hover {
    /*border-bottom: 2px solid rgba(46,45,44,0);*/
    text-decoration: underline;
}

.tile-subname {
    margin: -.75rem 0 1rem 0;
    color: #666;
    font-size: .9rem;
}

.tile-eventname {
    text-align: center;
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
    margin-bottom: .75rem;
    z-index: 3;
    text-shadow: 1px 1px 0px #000;
    font-size: larger;
}

.tile-eventname a {
    text-decoration: underline;
}

.tile-eventname .star {
    max-width: 1.5rem;
    height: auto;
    padding-top: 10px;
    line-height: 2rem;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-right: .5rem;
    top: .35rem;
    position: relative;
}

.curator-tag {
    position: absolute;
    margin: .5rem;
}

.curator-tag img {
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}

.film-details .bbfc {
    margin-left: .5rem;
    pointer-events: none;
}

.film-details .audio-described {
    margin-left: .5rem;
    pointer-events: none;
}

.film-details a:hover {
    text-decoration: underline;
}

.tile-img .bbfc {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    margin: .5rem;
    pointer-events: none;
}

.tile-img .audio-described {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    margin: .5rem;
    pointer-events: none;
}

.tile.slim .tile-img .bbfc {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: -.5rem;
    padding: 0;
    z-index: 10;
    pointer-events: none;
}

.tile.slim .tile-img .audio-described {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: -.5rem;
    padding: 0;
    z-index: 10;
    pointer-events: none;
}

.bbfc img {
    max-width: 1.5rem;
    pointer-events: none;
}

.audio-described img {
    max-width: 1.75rem;
    pointer-events: none;
}

.tile-img .bbfc img {
    max-width: 1.5rem;
    z-index: 10;
    float: right;
    position: relative;
    pointer-events: none;
}

.tile-img .audio-described img {
    max-width: 1.5rem;
    z-index: 10;
    float: right;
    position: relative;
    pointer-events: none;
}

.tile.slim .tile-img .bbfc img {
    max-width: 1.25rem;
    pointer-events: none;
}

.tile.slim .tile-img .audio-described img {
    max-width: 1.25rem;
    pointer-events: none;
}

.tile-name,
.bbfc {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.tile-name,
.audio-described {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.widebtn {
    background-color: darkgray;
    padding: 1.5rem 0;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

.clear {
    clear: both;
    display: block;
    content: "";
    width: 100%;
}

.clear.margin {
    height: 2rem;
}

.screening-type {
    font-size: .75rem;
    font-style: italic;
}

.social-distance-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    filter: invert(13%) sepia(5%) saturate(324%) hue-rotate(349deg) brightness(96%) contrast(86%);
}

/* .intro div:first-child {
    font-size: 1.25rem !important;
    padding: 1rem 2rem;
    color: inherit;
    margin: 0 auto;
} */

.intro div {
    width: 100%;
    margin: 0 auto 2rem 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 100;
    padding: 0 2rem;
    color: #666;
}

.intro a {
    color: #00c4a9;
    text-decoration: underline;
}

.no-results {
    padding: 1.5rem 4rem 5rem 4rem;
    font-size: 1.25rem;
    text-align: center;
}

.no-results img {
    max-height: 4rem;
    width: auto;
    display: block;
    margin: 2rem auto;
}

/* SLIM TILES */

#slim-tiles {
    padding: 0 1rem;
}

.curator-times #slim-tiles {
    padding: 0;
}

.tile.slim {
    width: 100%;
    margin: 2.5rem auto;
    padding: 0;
}

.curator-times .tile.slim:last-child {
    margin: 2.5rem 0 0 0;
}

.tile.slim .tile-eventname {
    text-align: left;
    position: relative;
    width: 100%;
    font-size: .9rem;
    color: inherit;
    margin-top: -1.75rem;
    margin-bottom: 1.25rem;
    margin-left: -.25rem;
}

.tile.slim .tile-eventname .star {
    max-width: 1.25rem;
    height: auto;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-right: .25rem;
    padding-top: 0;
    top: .35rem;
    position: relative;
}

.slim-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.curator-times .slim-table {
    table-layout: inherit;
}

.curator-times h2 {
    margin: 2rem 0;
}

.tile.slim .ribbon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: .25rem;
}

.tile.slim .tile-img {
    display: table-cell;
    position: relative;
    width: 70px;
    max-width: 70px;
    top: 0;
    vertical-align: top;
    background: none;
    overflow: visible;
    padding-bottom: 0;
}

.tile.slim .tile-img img.film-poster {
    display: block;
    position: relative;
    top: -.75rem;
    left: .75rem;
    width: 70px;
    height: auto;
    background: none;
    margin-bottom: .1rem;
    min-width: inherit !important;
}

.tile.slim .tile-details {
    display: table-cell;
    text-align: left;
    z-index: 2;
    position: relative;
    vertical-align: middle;
    padding: 0 0 0 2rem;
}

.tile.slim .film-times {
    display: table-cell;
    vertical-align: middle;
    padding: .75rem 2rem .75rem 2rem;
    text-align: right;
    /*white-space: nowrap;*/
}

/*.curator-times .tile.slim .film-times {
    display: inline-block;
}*/

.tile.slim .tile-img:after {
    content: '';
    display: none;
}

.tile.slim .tile-name {
    margin: .5rem 0 1.5rem 0;
    line-height: 1.5rem;
    width: 100%;
}

.button.slim {
    margin: .25rem;
}

/* Columns */

.flexrow:after {
    content: "";
    display: table;
    clear: both;
}

img.full {
    width: 100%;
    height: auto;
}

img.half {
    width: 66.6%;
    height: auto;
    margin: 0 auto;
}

.full-img {
    margin: 1rem 0 0 0;
    width: 100%;
    position: relative;
    padding: 0 1.5rem;
}

/*.full-img img {
    width: 80%;
}*/

.full-img.art {
    text-align: left;
    margin-top: 2rem;
    padding: 0 1rem;
    left: 0;
}

.caption.art {
    position: absolute;
    top: .5rem;
    left: .5rem;
    margin-left: 2rem;
    color: #fff;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 1);
}

.full-col.copy {
    text-align: center;
    margin: 0 0 1rem 0;
    display: block;
}

.full-col.copy.left-align {
    text-align: left;
}

.half-col {
    float: left;
    width: 50%;
    padding: .5rem 1.5rem;
    text-align: center;
}

.half-col.copy {
    padding: 0 1.5rem;
    text-align: center;
}

.third-col {
    float: left;
    width: 33.333%;
    padding: .5rem 1.5rem;
    text-align: center;
}

.twothird-col {
    float: left;
    width: 66.666%;
    padding: .5rem 1.5rem;
    text-align: center;
}

.full-col.left p,
.half-col.left p,
.third-col.left p,
.twothird-col.left p,
.full-col.left span,
.half-col.left span,
.third-col.left span,
.twothird-col.left span {
    text-align: left;
    line-height: 1.4rem;
}

.holder-table {
    display: table;
    border-collapse: separate;
    border-spacing: 1rem;
}

.bump {
    border-spacing: 2rem 2.25rem;
}

.holder-row {
    display: table-row;
    height: 100%;
}

.holder {
    display: table-cell;
    border-spacing: 1rem;
    padding: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    z-index: 0;
    background-color: rgba(255, 255, 255, .9);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    text-align: left;
}

.holder.half {
    width: 50%;
}

.holder.third {
    width: 33.333%;
}

.holder h3 {
    margin-top: 0;
}

.holder a {
    font-weight: bold;
    text-decoration: underline;
    color: #00c4a9;
}

.holder ul {
    padding: 0 1.25rem;
    font-size: .9rem;
    margin: 0 auto;
    text-align: left;
}

.holder li {
    margin: .5rem 0;
}

.holder.highlight {
    max-width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.holder.highlight.slim {
    max-width: 60%;
}

.holder.highlight ul {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
}

.holder.highlight li {
    margin-bottom: 1rem;
}

.holder.concession {
    border-top: 6px solid #00c4a9;
}

.holder.bronze {
    border-top: 6px solid #ac7c56;
}

.holder.silver {
    border-top: 6px solid #999999;
}

.holder.gold {
    border-top: 6px solid #d5a92d;
}

.holder .button {
    margin: 0;
}

.member-info .holder,
.gift-cards .holder {
    text-align: center;
}

.gift-cards .third-col {
    padding: .5rem 1rem;
}

.joiner {
    /*display: inline-block;*/
    white-space: nowrap;
}

.joiner .twothird-col,
.joiner .third-col,
.joiner .half-col,
.joiner .half-col img {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    float: inherit;
}

.pic img {
    width: 100%;
}

.third-col.menu {
    padding: 0 1.5rem;
}

.third-col.pic {
    text-align: center;
}

.copy h3 {
    font-size: 1.5rem;
}

.copy h4 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0 .5rem 0;
}

.copy a {
    font-weight: bold;
    text-decoration: underline;
    color: #00c4a9;
}

.pull {
    background-color: #fff;
    padding: 1rem 2rem;
    right: 0;
    top: 50%;
    margin-right: 2rem;
    position: absolute;
    width: 40%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    text-align: left;
}

.pull.below {
    padding: 1rem 2rem;
    position: relative;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;
    width: 75%;
    margin: -3rem auto 0 auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 1.25rem;
    text-align: center;
}

.pull .half-col.copy:first-child {
    font-size: 1.25rem;
}

.pad {
    margin: 3rem 0;
    line-height: 1.5rem;
}

.editorial {
    line-height: 1.5rem;
}

.editorial p {
    line-height: 1.5rem;
}

.feature {
    margin: 2rem 3rem;
    font-size: 1.25rem;
    color: #666;
    text-align: center;
}

.feature a {
    font-weight: bold;
    text-decoration: underline;
    color: #00c4a9;
}

footer .third-col {
    text-align: left;
}

footer .twothird-col {
    display: table;
}

.coming-soon {
    background-color: #d7d8d0;
    padding: 3rem 0 3rem 0;
}

.art-gallery {}

.newsletter.lg {
    margin: 1rem auto 1rem auto;
}

.newsletter.lg input[type=text],
select {
    padding: 10px 20px;
    margin: .5rem;
    display: inline-block;
    box-sizing: border-box;
    background-color: #eee;
    width: 40%;
    font-size: 1rem;
    font-family: 'Karla', Helvetica, Arial, sans-serif;
}

.coming-soon p {
    text-align: center;
    margin: 0;
    padding: 0 1rem;
    font-size: 1.25rem;
    font-weight: 100;
}

#whats-on {
    padding-top: 4rem;
    margin-top: -2rem;
}

.news {
    margin-top: -2rem;
}

.news p {
    text-align: center;
    margin: -.5rem auto .5rem auto;
    padding: 0 1rem;
    font-size: 1.25rem;
    font-weight: 100;
}

.news p a {
    color: #00c4a9;
}

.sec-intro {
    text-align: center;
    margin: 2rem auto;
    padding: 0 1rem;
    font-size: 1.25rem;
    font-weight: 100;
    max-width: 80%;
    line-height: 1.5rem;
}

.sec-intro a {
    color: #00c4a9;
    text-decoration: underline;
}

.white {
    color: #fff;
}

.glow {
    text-shadow: 0px 0px 20px rgba(202, 195, 163, 1), 0px 0px 20px rgba(202, 195, 163, 1), 0px 0px 20px rgba(202, 195, 163, 1);
    font-size: 1.5rem !important;
}

section.whats-on {}

/* Promos */

.promo {
    height: 420px;
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    vertical-align: middle;
}

.membership {
    background-color: #1f4d5d;
    background-image: url('/static/images/illus-bg-blue.png');
    background-attachment: fixed;
    color: white;
    background-size: 540px;
}

.membership h2 {
    color: #d5a92d;
}

.private h2 {
    color: #d5a92d;
}

.promo-content {
    margin: auto;
    z-index: 2;
    position: relative;
}

.private {
    margin-top: -5.5rem;
    margin-bottom: -6rem;
    background-color: black;
    color: white;
    position: relative;
    overflow: hidden;
}

.private:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-image: url('/static/images/private-hire-(with-screen)-widescreen.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    background-size: cover;
}

.promo-content p {
    margin: 1.5rem 1rem 2.5rem 1rem;
    line-height: 1.5rem;
}

.promo-content h2 {
    margin: 0;
}

.clip {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    -moz-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

#menu.clip {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.coming-soon.clip {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.get-involved.clip {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.member-info.clip {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.clip.btm {
    padding-bottom: 4rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.inner.clip.btm {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding-bottom: 0;
    overflow: hidden;
}

.clip.top {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

/* Day picker */

.day-boxes {
    display: table;
    width: 100%;
    margin: 0;
    padding: 1rem;
}

.day-boxes.listings {
    text-align: center;
}

.day-boxes.listings .day {
    display: inline-block;
}

.film-times .day {
    float: left;
    width: 5rem;
    display: table-cell;
    text-align: left;
    padding: 0;
}

.times {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    table-layout: fixed;
}

.day {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    font-size: .8rem;
    font-weight: 300;
    padding: .5rem;
    white-space: nowrap;
}

.day p {
    font-family: 'the_hand', sans-serif;
    font-weight: 900;
    color: #f47c69;
    margin: 0;
    font-size: 1.25rem;
    display: none;
}

.day h3 {
    margin: 0;
    font-size: 1.25rem;
    /*padding: 0 .25rem;*/
}

.day a {
    color: #7d7f74;
}

.day.sold-out .tab span {
    display: none;
}

.day.sold-out .tab:after {
    content: "SOLD OUT";
    font-weight: bold;
    color: #f47c69;
}

.day.select a {
    color: #2e2d2c;
}

.day.select .tab {
    background-color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.tab {
    padding: .5rem;
    background-color: #d7d8d0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tab:hover {
    background-color: #f0f1ec;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.day.select .tab:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.day-times {
    display: table;
    background-color: #ecede9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    z-index: 0;
    position: relative;
    margin: 1rem 0;
    padding: .75rem 1rem;
    width: 100%;
    text-align: left;
}

.day-times:after {
    clear: both;
}

/*  FOOTER  */

footer {
    clear: both;
    background: #222222;
    color: #fff;
    width: 100%;
    padding: 5.5rem 2rem 2rem 2rem;
    margin-top: -6.5rem;
    background-image: url('/static/images/texture-sub.png');
    background-size: 400px;
}

footer.inner {
    margin-top: 0;
    padding: 4.5rem 2rem 2rem 2rem;
}

footer h3 {
    margin: 0;
    color: #fff !important;
    font-size: 1rem;
}

footer .half-col.contact {
    text-align: center;
}

footer .half-col.contact .contact {
    text-align: left;
}

.footer-cols {
    padding: 0 1rem;
    text-align: center;
}

footer .contact {
    text-align: left;
    color: #c7c7c7;
}

footer .third-col ul {
    list-style: none;
    line-height: 2rem;
    font-family: 'Karla', sans-serif;
    /* letter-spacing: .1rem; */
    display: inline-block;
    padding: 0;
    margin-top: 0;
    text-align: left;
}

footer .twothird-col .nav-col {
    display: table-cell;
    width: 25%;
}

footer .twothird-col ul {
    list-style: none;
    line-height: 2rem;
    font-family: 'Karla', sans-serif;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    text-align: left;
    vertical-align: top;
}

footer .third-col ul.first {
    padding-left: 3rem;
}

.terms {
    text-align: center;
    border-top: 1px solid #4c4b49;
    padding-top: 1rem;
    color: #999999;
}

.terms ul {
    list-style-type: none;
    padding: 0;
}

.terms ul li {
    margin-right: 1rem;
    font-family: 'Karla', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    display: inline;
}

footer a {
    color: #c7c7c7;
}

footer a:hover {
    color: #fff;
}

.contact a {
    text-decoration: underline;
}

.footer-logo {
    display: block;
    width: 4rem;
    height: auto;
    margin: 0 auto;
}

footer hr {}

.newsletter {
    margin: 2rem auto 1rem auto;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 2rem;
    position: relative;
    z-index: 5;
}

.newsletter input[type=email],
select {
    padding: 10px 20px;
    margin: .5rem;
    display: inline-block;
    box-sizing: border-box;
    width: 40%;
    height: 3rem;
    border: 0;
    color: #848283;
    font-size: 1rem;
    border-radius: 2px;
    font-family: 'Karla', Helvetica, Arial, sans-serif;
}

.newsletter span {
    font-family: 'the_hand', sans-serif;
    font-size: 2rem;
    letter-spacing: .1rem;
    position: relative;
    top: .25rem;
}

.newsletter input[type=submit] {
    cursor: pointer;
}

#sticky-cal {
    background-color: gray;
    width: 140px;
    border-radius: .5rem;
}

#month-holder {
    float: left;
}

#month-holder ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 1rem;
}

#month-holder ul li {
    height: 12%;
    height: calc(100% / 12);
}

#day-holder {
    float: left;
    margin-left: 1rem;
}

#day-holder ul {
    list-style: none;
    margin: 0;
    padding: 1rem;
    display: inline;
    text-align: center;
}

#calendar-lg {
    float: right;
    display: inline-block;
}

.film-poster-cal {
    float: left;
    display: inline;
}

.film-info-cal {
    float: left;
    display: inline;
}

.film-listing {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner,
.film-listing {
    display: -webkit-box
}

.film-listing:last-child {
    margin-bottom: 0
}

.film-poster {
    float: left;
    height: auto;
    max-width: 8rem;
    bottom: 0;
    margin: 0 2rem -2rem 0;
    display: table-cell;
    min-width: 6rem;
}

.film-poster img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.curator-img {
    float: left;
    height: auto;
    max-width: 10rem;
    bottom: 0;
    margin: 0 1.5rem -2rem 0;
    display: table-cell;
}

.curator-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.film-description {
    font-weight: 300;
    padding-left: 2rem;
    text-align: left;
}

/*.film-description p:first-child {
    font-size: 1.5rem;
    font-weight: lighter;
}*/

.film-synopsis p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: 100;
}

.meta h3 {
    margin-bottom: .25rem;
}

.meta {
    font-size: 1rem;
    text-align: left;
}

.meta-line {
    margin-bottom: 1rem;
}

.meta strong {
    font-weight: 900;
}

.film-excerpt {
    margin: 0
}

.film-review p {
    margin-bottom: .5rem;
    font-size: 1.5rem;
}

.film-critic {
    color: #999;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2rem;
}

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

.film-details * {
    display: inline-block;
}

.film-times {
    margin-bottom: 1rem;
    display: table;
}

.left-header {
    display: inline-block;
}

/*.filter {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}*/

.filter.checkbox {
    text-align: center;
    margin: 1rem;
    display: inline-block;
    right: 4rem;
    position: absolute;
    font-size: 1.1rem;
    color: #7d7f74;
}

.filter input[type=checkbox] {
    position: relative;
    top: -.1rem;
}

.right-filter {
    display: inline-block;
    float: right;
}

.right-filter ul {
    margin: 0;
    float: right;
    list-style: none;
    line-height: 2rem;
}

.right-filter li {
    display: inline;
    padding: .75rem;
    margin: .5rem;
    font-weight: 500;
}

.right-filter li.select {
    background-color: lightgray;
    border-radius: .25rem;
}

/* Menu */

/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 36, 53, .95);
    background-image: url('/static/images/texture-sub.png');
    background-size: 400px;
    z-index: 200;
}

/* Overlay closing cross */

.overlay .overlay-close {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border: none;
    /* text-indent: 200%; */
    color: transparent;
    outline: none;
    z-index: 100;
    margin: 1rem;
    padding: 1rem;
    background-color: #2e2d2c;
    background-image: url('/static/images/texture.png');
    background-size: 400px;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

.overlay-close img {
    width: 2rem;
    height: 2rem;
}

.overlay .overlay-close:hover {
    cursor: pointer;
}

/* Menu style */

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    font-family: 'the_hand', sans-serif;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 6);
    /*min-height: 54px;*/
    letter-spacing: .15rem;
    font-size: 4rem;
    font-weight: 500;
}

.overlay ul.social li {
    display: inline-block;
}

.overlay ul.social li img {
    padding: .5rem;
    width: 3rem;
    height: auto;
}

.overlay ul li.lg {}

.overlay ul li a {
    display: block;
    color: #d5a92d;
    -webkit-transition: color 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.overlay ul li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.overlay ul li a:hover,
.overlay ul li a:focus {}

/* Effects */

.overlay-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-nav.open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-nav nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-nav nav ul {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.overlay-nav.open nav ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-nav.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

.overlay .social {}

.overlay li.social img {
    display: inline-block;
    margin: 1rem;
    width: 2rem;
    height: auto;
}

.overlay ul li.social a {
    display: inline-block;
}

.overlay-logo {
    display: block;
    width: 4rem;
    height: auto;
    margin: 0 auto 2rem auto;
}

.userFeed {
    text-align: center;
}

.userFeed .insta-img {
    list-style-type: none;
    display: inline-block;
    width: 33%;
    padding: 1rem;
    position: relative;
}

.insta-img img {
    display: block;
    position: relative;
    color: white;
    width: 100%;
    height: auto;
    opacity: .8;
    transition: all .2s ease-in-out;
    border-radius: .2rem;
}

.insta-img:hover img {
    opacity: 1;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.insta-wrap {
    position: absolute;
    top: 1rem;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    pointer-events: none;
    border-radius: .2rem;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.insta-img:hover .insta-wrap {
    opacity: 0;
}

/*.insta-img:after {

    display: block;
    position: relative;
    bottom: 0;
    margin-top: -204px;
    height: 200px;
    width: 100%;
    background: rgba(0,0,0,.5);
    content: '';


}*/

.insta-img .caption {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    color: #fff;
    padding: 0 2rem 0 1rem;
    margin-bottom: 2rem;
    z-index: 10;
    opacity: 1;
    transition: all .2s ease-in-out;
    width: 100%;
}

.insta-img:hover .caption {
    opacity: 0;
}

.get-involved {
    background-image: url('/static/images/all-pattern.jpg');
    background-size: 500px;
    padding: 4rem 0 8rem 0;
    margin-bottom: -7rem;
    background-attachment: fixed;
}

.member-info {
    background-color: #1f4d5d;
    background-image: url('/static/images/illus-bg-blue.png');
    background-attachment: fixed;
    background-size: 540px;
    padding: 5rem 0 5rem 0;
    margin: -2rem 0 -2rem 0;
}

.curators {
    background-color: #1f4d5d;
    background-image: url('/static/images/illus-bg-blue.png');
    background-attachment: fixed;
    background-size: 540px;
    padding: 5rem 0 6rem 0;
    margin: 0 0 -2rem 0;
    color: #fff;
}

.rewards {
    margin-bottom: 2rem;
}

#menu {
    background-image: url('/static/images/food-pattern.jpg');
    background-size: 500px;
    padding: 4rem 0 10rem 0;
    background-attachment: fixed;
}

.menu-item {
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    text-align: left;
}

.menu-item-name {
    font-weight: bold;
    padding-right: 3rem;
    /*border-bottom: 2px dotted rgb(213, 213, 213);*/
}

.menu-item-description {
    font-style: italic;
    font-size: .9rem;
    margin-top: .5rem;
    color: #666;
}

.menu-item-price {
    float: right;
    margin-top: -22px;
}

h3.menu {
    text-align: center;
    font-size: 2.5rem;
    margin: 2rem 0 1.5rem 0;
    font-family: 'the_hand';
    letter-spacing: .15rem;
}

.banner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 180px
}

.banner__content {
    text-align: center
}

.banner__sub,
.banner__title {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

*[data-columns]:before {
    content: '3 .column.size-1of3';
}

.column {
    float: left;
}

.size-1of3 {
    width: 33.333%;
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

#st-trigger-effects {
    position: absolute;
    z-index: 11;
}

@font-face {
    font-family: 'the_hand';
    src: url('/static/css/webfont/the-hand-extrablack-webfont.eot');
    src: url('/static/css/webfont/the-hand-extrablack-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/webfont/the-hand-extrablack-webfont.woff') format('woff'), url('/static/css/webfont/the-hand-extrablack-webfont.ttf') format('truetype'), url('/static/css/webfont/the-hand-extrablack-webfont.svg#the_handextrablack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the_hand';
    src: url('/static/css/webfont/the-hand-light-webfont.eot');
    src: url('/static/css/webfont/the-hand-light-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/webfont/the-hand-light-webfont.woff') format('woff'), url('/static/css/webfont/the-hand-light-webfont.ttf') format('truetype'), url('/static/css/webfont/the-hand-light-webfont.svg#the_handlight') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the_hand';
    src: url('/static/css/webfont/the-hand-bold-webfont.eot');
    src: url('/static/css/webfont/the-hand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/webfont/the-hand-bold-webfont.woff') format('woff'), url('/static/css/webfont/the-hand-bold-webfont.ttf') format('truetype'), url('/static/css/webfont/the-hand-bold-webfont.svg#the_handbold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the_hand';
    src: url('/static/css/webfont/the-hand-black-webfont.eot');
    src: url('/static/css/webfont/the-hand-black-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/webfont/the-hand-black-webfont.woff') format('woff'), url('/static/css/webfont/the-hand-black-webfont.ttf') format('truetype'), url('/static/css/webfont/the-hand-black-webfont.svg#the_handblack') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the_hand';
    src: url('/static/css/webfont/the-hand-regular-webfont.eot');
    src: url('/static/css/webfont/the-hand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/webfont/the-hand-regular-webfont.woff') format('woff'), url('/static/css/webfont/the-hand-regular-webfont.ttf') format('truetype'), url('/static/css/webfont/the-hand-regular-webfont.svg#the_hand_regularregular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.slant {
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100%;
    background-image: url('/static/images/red-grain.gif');
    background-size: 400px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.slant.home {
    height: 75%;
}

.slant.inner {
    background-color: #E4E5DE;
    background-image: none;
    height: 4rem;
    position: relative;
    bottom: 0;
    -webkit-clip-path: polygon(0 100%, 100% 20%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 100%, 100% 20%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 20%, 100% 100%, 0 100%);
    z-index: 0;
}

.slant.hero {
    background-color: #E4E5DE;
    background-image: none;
    height: 100%;
    -webkit-clip-path: polygon(0 80%, 100% 60%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 80%, 100% 60%, 100% 100%, 0 100%);
    clip-path: polygon(0 80%, 100% 60%, 100% 100%, 0 100%);
    z-index: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

table {
    width: 80%;
    margin: 1rem auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

thead {
    border-bottom: 1px solid #ccc;
}

table tr {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

table tr td:first-child {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05rem;
    font-weight: bold;
}

table tr:last-child {
    border-bottom: 0;
}

table th,
table td {
    padding: 10px;
    text-align: left;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: none;
    }

    table tr td:first-child {
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
    }

    table tr td:last-child {
        border-bottom: none;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
    }
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

@media all and (min-width:480px) {
    .banner {
        height: 240px;
    }
}

@media all and (min-width:800px) {
    .banner {
        height: 360px;
    }
}

@media all and (min-width:960px) {
    .banner {
        height: 480px;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 12px;
    }

    *[data-columns]:before {
        content: '1 .column.size-1of1';
    }

    .menu-toggle {
        display: inline-block;
    }

    .nav-links {
        display: none;
    }

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

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

    .play.inner {
        width: 6rem;
        height: 6rem;
    }

    .half-col,
    .third-col,
    .twothird-col,
    full-col {
        float: none;
        width: auto;
        padding: 0;
    }

    .full-col.left p,
    .half-col.left p,
    .third-col.left p,
    .twothird-col.left p,
    .full-col.left span,
    .half-col.left span,
    .third-col.left span,
    .twothird-col.left span {
        text-align: center;
    }

    .half-col.tablet,
    .third-col.tablet,
    .twothird-col.tablet {
        float: none;
        width: 100%;
    }

    .third-col.menu {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }

    .third-col.top {
        margin-top: 1rem;
    }

    #slim-tiles {
        padding: 0;
    }

    .bumper {
        padding: 1.5rem;
    }

    .bumper.mobile {
        padding: 0 !important;
    }

    .bumper.margin {
        margin: 1rem;
    }

    .holder-table {
        display: block;
    }

    .holder-row {
        display: block;
    }

    .holder {
        display: block;
        padding: 2rem;
        margin: 0 0 1rem 0;
    }

    .holder.half,
    .holder.third {
        width: 100%;
        float: none;
    }

    .header.inner {}

    .joiner {
        /*display: inline-block;*/
        white-space: normal;
    }

    .hero-info.inner {
        margin: 0 0 0 1.5rem;
    }

    .film-poster {
        display: none;
    }

    .slant.home {
        height: 20rem;
    }

    .promo {
        height: 320px;
    }

    .pull {
        padding: 1rem 2rem;
        position: relative;
        bottom: 0;
        top: initial;
        left: 0;
        right: 0;
        width: 90%;
        margin: -2rem auto 0 auto;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    img.half {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .private {
        margin-top: -3rem;
    }

    .clip {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        -moz-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    }

    #menu.clip {
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        -moz-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
    }

    .clip.top {
        -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    }

    .coming-soon.clip {
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        -moz-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
    }

    .get-involved.clip {
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        -moz-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
    }

    .member-info.clip {
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        -moz-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
    }

    .slant.hero {
        -webkit-clip-path: polygon(0 40%, 100% 20%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 40%, 100% 20%, 100% 100%, 0 100%);
        clip-path: polygon(0 40%, 100% 20%, 100% 100%, 0 100%);
    }

    .slant.inner {
        height: 6rem;
        -webkit-clip-path: polygon(0 100%, 100% 40%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 100%, 100% 40%, 100% 100%, 0 100%);
        clip-path: polygon(0 100%, 100% 40%, 100% 100%, 0 100%);
        z-index: 0;
    }

    .hero-home .hero-info {
        padding: 1rem;
        margin: -3rem auto 1rem auto;
        position: relative;
        width: 80%;
        text-align: center;
        z-index: 3;
        background-color: #fff;
    }

    .hero-image.home {
        width: 100%;
        padding: 1rem;
    }

    .hero-image.sm {
        height: 200px;
    }

    .hero-desc {
        display: none;
    }

    .hero-banner {
        margin-top: -2.5rem;
    }

    .hero-image.inner img {
        display: block;
        width: 170%;
        height: auto;
        position: relative;
        -moz-transform: translateX(-15%);
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }

    .info-holder {
        padding-bottom: 0;
    }

    .main {
        padding: 0;
    }

    .day-boxes {
        display: block;
        width: 100%;
        margin: 0 0;
        padding: 1rem;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .button.right {
        display: block;
        float: none;
        margin: 1rem 4rem;
        position: relative;
    }

    footer .half-col {
        padding-left: 1rem;
        text-align: center;
    }

    footer .third-col {
        text-align: center;
    }

    footer ul.social li {
        padding: .5rem;
    }

    footer .third-col .contact {
        text-align: center;
    }

    footer .third-col ul.first {
        padding: 0;
    }

    footer .twothird-col {
        display: table;
        width: 100%;
    }

    footer .twothird-col ul {
        text-align: center;
    }

    footer .twothird-col .nav-col {
        display: inline-block;
        text-align: center;
        width: 49.5%;
    }

    .footer-cols {
        padding: 0;
    }

    div#main-nav-sticky-wrapper.sticky-wrapper {
        display: none;
    }

    .header ul.social {
        display: none;
    }

    .newsletter input[type=text],
    select {
        margin: 1rem 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .filter.checkbox {
        margin: 1rem auto 0 auto;
        display: block;
        position: relative;
        right: initial;
    }

    .newsletter {
        margin-bottom: 2rem;
    }

    .tile.slim .tile-details {
        display: inline-block;
        width: 100%;
        margin-top: 1rem;
    }

    .tile.slim .tile-subname {
        margin: -.75rem 0 0 0;
    }

    .tile.slim .film-times {
        display: inline-block;
        text-align: left;
        white-space: normal;
    }

    .tile.slim .tile-img {
        vertical-align: top;
    }

    .tile.slim .tile-img img {
        top: -.75rem;
        left: .75rem;
    }

    .userFeed .insta-img:nth-child(2),
    .userFeed .insta-img:nth-child(3) {
        display: none;
    }

    .userFeed .insta-img {
        width: 80% !important;
    }

    .newsletter.lg input[type=text],
    select {
        display: block;
        width: 80%;
        text-align: center;
        margin: 1rem auto;
    }

    .overlay ul li {
        font-size: 2rem;
        font-weight: 500;
    }

    .play {
        margin: 0 auto;
        width: 6rem;
        height: 6rem;
    }

    #whats-on {
        padding-top: 0;
    }

    .inner-logo {
        display: none;
    }

    .film-description {
        padding-left: 1rem;
    }

    .insta-img .caption {
        font-size: 1.2rem;
    }

    .curator-img {
        max-width: 8rem;
    }

    .holder.highlight {
        max-width: 100%;
    }

    .holder.highlight.slim {
        max-width: 100%;
    }

    table {
        width: 100%;
    }

    .pull.below {
        width: 90%;
    }

    .full-img {
        padding: 0;
    }

    .full-img.art {
        padding: 0;
    }

    .caption.art {
        margin-left: 0;
    }

    .spaces {
        margin-top: -4rem;
    }
    .special.responsive-image-wrapper.programme-image-wrapper {
        /* we need to override the inline style */
        padding-bottom: 0 !important;
    }
    .hero-image.responsive-image-wrapper.programme-image-wrapper {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 800px) {
    html {
        font-size: 14px;
    }

    *[data-columns]:before {
        content: '2 .column.size-1of2';
    }

    .bumper {
        padding: 0 2rem;
    }

    .menu-toggle {
        display: none;
    }

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

    .promo {
        height: 380px;
    }

    .play.inner {
        width: 6rem;
        height: 6rem;
    }

    .pull {
        padding: 1rem 2rem;
        position: relative;
        bottom: 0;
        top: initial;
        left: 0;
        right: 0;
        width: 90%;
        margin: -4rem auto 0 auto;
        -webkit-transform: none;
        transform: none;
    }

    .header.inner {}

    img.half {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .pic img {
        width: 70%;
    }

    footer ul.social li {
        padding: .5rem;
    }

    .third-col.menu {
        width: 100%;
        float: none;
        padding: 0 1.5rem;
    }

    .third-col.top {
        margin-top: 1rem;
    }

    footer .third-col ul {
        width: 50%;
        float: left;
        text-align: center;
    }

    footer .third-col ul.social {
        width: 100%;
        text-align: center;
    }

    footer .third-col .contact {
        text-align: center;
    }

    footer .third-col ul.first {
        padding: 0;
    }

    .half-col.tablet,
    .third-col.tablet,
    .twothird-col.tablet {
        float: none;
        width: 100%;
    }

    footer .twothird-col {
        width: 100%;
        text-align: center;
    }

    footer .twothird-col ul {
        text-align: center;
    }

    footer .third-col {
        width: 100%;
        text-align: center;
        clear: both;
    }

    .nav-links a {
        padding: 0;
    }

    #main-nav .crown {
        display: none;
    }

    .hero-home .hero-info {
        padding: 1rem;
        margin: -6rem auto 1rem auto;
        position: relative;
        width: 80%;
        text-align: center;
        z-index: 3;
        background-color: #fff;
    }

    .hero-image.home {
        width: 100%;
        padding: 1rem;
    }

    .hero-image.inner img {
        display: block;
        width: 120%;
        height: auto;
        -moz-transform: translateX(-10%);
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    .hero-banner {
        margin-top: -2.5rem;
    }

    .filter.checkbox {
        margin: 1rem auto 0 auto;
        display: block;
        position: relative;
        right: initial;
    }

    .menu-toggle {
        display: inline-block;
    }

    .joiner {
        /*display: inline-block;*/
        white-space: normal;
    }

    .nav-links {
        display: none;
    }

    .header ul.social {
        display: none;
    }

    .play {
        margin: 0 auto;
    }

    .coming-soon {
        margin-top: -3rem;
    }

    #main-nav-sticky-wrapper.sticky-wrapper {
        display: none;
    }

    .slant.hero {
        -webkit-clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0 100%);
        clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0 100%);
    }

    .slant.inner {
        height: 6rem;
        -webkit-clip-path: polygon(0 100%, 100% 30%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 100%, 100% 30%, 100% 100%, 0 100%);
        clip-path: polygon(0 100%, 100% 30%, 100% 100%, 0 100%);
    }

    #menu.clip {
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
        -moz-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    }

    .get-involved.clip {
        -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        -moz-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
    }

    .member-info.clip {
        -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        -moz-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
    }

    .inner-logo {
        display: none;
    }

    .film-description {
        padding-left: 1rem;
    }

    .hero-info.inner {
        margin: 0 0 -1rem 1.5rem;
    }

    .insta-img .caption {
        font-size: .8rem;
    }

    .holder.highlight {
        max-width: 90%;
    }

    .holder.highlight.slim {
        max-width: 90%;
    }

    /*.holder.third {
    width: 100%;
    float: none;
    }*/
}

@media screen and (min-width: 801px) {
    html {
        font-size: 16px;
    }

    .menu-toggle {
        display: none;
    }

    *[data-columns]:before {
        content: '3 .column.size-1of3';
    }

    .toggle-name {
        display: none;
    }
}

@-moz-document url-prefix() {
    footer.inner {
        margin-top: 0;
        padding: 1rem;
    }

    #menu {
        padding: 4rem 0;
        background-attachment: fixed;
    }

    .bumper {
        margin: 1rem auto;
    }

    .slim {
        margin: 1rem auto;
    }

    .slant.hero {
        top: 50%;
        height: 50%;
    }

    .coming-soon {
        padding: 1rem 0;
    }

    .news {
        margin-top: 0;
        margin: 3rem 0;
    }

    .private {
        margin-top: 0;
    }

    footer {
        margin-top: 0;
        padding: 2rem;
    }

    .member-info {
        padding: 2rem 0;
        margin: -2rem 0 -2rem 0;
    }

    .get-involved {
        padding: 2rem 0;
        margin-bottom: 0;
    }

    .header.inner {
        padding-top: 2rem;
        height: 8rem;
    }

    .slant.inner {
        display: none;
    }

    .header.inner.blank {
        height: 6rem;
    }

    .curators {
        padding: 4rem 0;
        margin: 0;
        margin-top: 2rem;
    }

    @media screen and (max-width: 480px) {
        .private {
            margin-top: 0;
        }

        .bumper {
            padding: .5rem 1.5rem;
        }

        .header.inner {
            height: 6rem;
        }

        .hero-banner {
            margin-top: -6.5rem;
        }
    }

    @media screen and (min-width: 481px) and (max-width: 800px) {
        .header.inner.blank {
            height: 2rem;
        }
    }
}

/* remove extra space before the comma */

.comma:not(:first-child) {
    margin-left: -.3em;
}

/* no need to display empty elements */

.comma:empty {
    display: none;
}

.comma:not(:first-child):before {
    content: ", ";
}

.you-may-also-like {
    margin-top: 50px;
}

.newsletter label {
    font-size: 1.5rem;
}

.newsletter.lg label {
    color: #2e2d2c;
}

.responsive-image-wrapper {
    width: 100%;
    position: relative;
}

.responsive-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-holder {
    min-height: 11rem;
}

#netlify-identity-widget {
    z-index: 9999 !important;
}

.day-boxes.filters .day {
    cursor: pointer;
}

.hidden-due-to-filter {
    display: none;
}

span.screen {
    text-shadow: 0.5px 0px currentColor, -0.5px 0px currentColor;
}
