

/* Global Font Styles */

body, button, input, textarea, #accordion h4 {
	/* font-family: adobe-garamond-pro, serif; 
	font-family: 'Open Sans', sans-serif;*/
	font-family: proxima-nova, sans-serif;

}


h1, h2, h3, h4, h5, h6, ul.tabs, .particapating-cinemas-heading h3, .shop-heading  {	
	/*font-family: adobe-garamond-pro, serif;
	font-family: 'Roboto', sans-serif;*/
	font-family: proxima-nova, sans-serif;
}


em {
	font-style: italic;
	color:inherit;
}


img.alignleft {
	width:auto;
}  


.quick-sessions {
	position: relative;
}


.quick-sessions.sticky {
	padding-top:70px;
}

.quick-sessions .select-wrapper {
	margin-bottom:1rem;
}


.quick-sessions.sticky .select-wrapper {
	position: fixed;
	top:0;
	z-index: 9;
	width: calc(32% - 8rem);
	max-width: 410px;
}


.hidden {
	display: none!important;
}

p.cart-empty {
	    text-align: center;
    margin-top: 4rem;
}

p.return-to-shop {
	text-align: center;
}


/* General Styles */

alert {
	display: block;
	padding:20px;
	border:2px solid red;
	color:red;
	margin:1em 0;
}


html {
	font-size: 16px;
	background: #fff;

}



body {
	background: #272727;
}

section {
	background-color:#fff;
}

body, button, input, textarea {

	color:#000;
	line-height: 1.5;
	font-size:1rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.advertising-banner {
	margin:auto;
	padding:0;
	background: #000;
	padding-bottom:2em;
}


.advertising-banner .row {
	max-width: 1280px;
	padding:0;
}


#menu-footer-follow-us li {
	display: inline-block;
	margin-right:10px;
}

#menu-footer-follow-us li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    line-height: 30px;
    text-align: center;
}

#menu-footer-follow-us li a i {
	line-height: 30px;
}

footer .advertising-banner {
	padding:0 0 4em 0;
}

.advertising-banner .mobile {
	display: none;
}

.advertising-banner .desktop {
	display: block;
}

.row {
	max-width:1680px;
	padding-left:2rem;
	padding-right:2rem;
}

small {
	font-size:0.75rem;
}


.row.inner {
	max-width: 860px;
}

.padding {
	padding-top:6rem;
	padding-bottom:6rem;
}


.padding-top {
	padding-top:6rem;
}

.padding-bottom {
	padding-bottom:6rem;
}

.container.alt {
	background-color: #F9F9F9;
}

.container.dark {
	background-color:#000;
	color:#fff;

}

.container.light {
	background-color:#BEAC81;
	color:#fff;
}

.container.dark h3, .container.dark h2 {
	border-bottom:2px solid #fff;
}

.container.dark a {
	color:#BEAC81;
}

.container {
	background: #fff;
	overflow: hidden;
}


p.large {
	font-size:1.250rem;
}

input[type=search] {
	-webkit-appearance: none;
	border-radius: 0;
}

strong {
	font-weight: 900;
}

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

.text-right {
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {

	margin-bottom:1em;
	display: inline-block;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

h1 {
	font-size: 2.500rem;
}

h2 {
	font-size: 1.8rem;
	display: inline-block;
	line-height: 1;
}

.movie-club-benefit-header {
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
}

.content h2 {
	margin-top:1em;
	width:100%;
}


h3 {
	font-size:1.250rem;
	text-transform: uppercase;
	padding-bottom:5px;
	border-bottom:2px solid #000;
	margin-bottom:2rem;
	margin-top:1em;
}


.underline {
	padding-bottom:0.25em;
	margin-bottom:2rem;
}




h3:first-of-type {
	margin-top:0;
}


h4 {
	font-size: 1.125rem;
}

ul, ol {
	margin-left:2em;
}

li {
	margin-bottom:0.5em;
}

p {
	margin-bottom:1em;
}

a {
	transition: all 200ms ease;
	color:#000;
}

.button {
	height:45px;
	line-height: 45px;
	padding:0 2em;
	background: #BEAC81;
	color:#000;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	border:none;
	display: inline-block;
	text-decoration: none;
}

.button.clear {
	background: transparent;
	border:1px solid #BEAC81;
	color:#BEAC81;
}

.button.clear:hover {
	background: #BEAC81;
	color:#000;
}


.button.clear.black {
	background: transparent;
	border:1px solid #000;
	color:#000;
}

.button.clear.black:hover {
	background: #000;
	color:#fff;
}


.button.clear.white {
	background: transparent;
	border:1px solid #fff;
	color:#fff;
}

.button.clear.white:hover {
	background: #fff;
	color:#000;
}

#wrapper {
	width:100%;
	max-width: 1680px;
	margin:auto;
	position: relative;
	overflow: hidden;
}


.row {
	max-width: 1680px;
}

header.container {
	background: #000;
	height:160px;
	overflow: visible;
	width:100%;
	top:0;
	z-index: 99;
}

header .row {
	overflow: visible;
	min-height:100%;
}

header .logo {
	width:230px;
	float:left;
	margin-top:30px;
}

.top-nav > ul > li a {
	display: inline-block;
	margin:0 -5px 0 0;
	height:52px;
	line-height: 52px;
	padding:0 2em;
}


.top-nav > ul > li:last-child a {
	/* display: inline-block;
	margin:0 -5px 0 0;
	height:52px;
	line-height: 52px;
	padding:0 1.5rem;
	background: #BEAC81; */

}


.top-nav > ul > li:last-child a  {
	margin:0;
}


.top-nav > ul > li .sub-menu a {
	margin:0;
	height:auto;
	line-height: 1;
	padding:0;
	background: transparent;
	color:#707070;
}



header nav a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.750rem;
}






/* QUICK NAV */



header nav.quick-nav {
    float: left;
    clear: left;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

header nav.quick-nav > ul > li {
	position: relative;
	display: inline-block;
	margin:0 -4px 0 0;
	height:52px;
	line-height: 52px;
	padding:0;
} 

header nav.quick-nav > ul > li:nth-last-child(2) {
	margin-right:0;
	margin-left:4px;
	}

header nav.quick-nav > ul > li a {
	padding:0 1rem;
}

header nav.quick-nav > ul > li:first-child a {
	padding-left:0;
}



header nav.quick-nav .sub-menu li {
    line-height: 1;
    float: left;
    margin: 0 0 1em;
    display: block;
    width: 100%;
    text-transform: none;
}

header nav.quick-nav .sub-menu li:last-child {
	margin-bottom:0;

}

header nav.quick-nav > ul.sub-menu li a {
    line-height: 1.3;
	color:#000;
	text-transform: none;
    font-size: 1rem;
    display: block;
    width: 100%;
}

header nav.quick-nav li:hover > ul.sub-menu li a {
	color:#000;
	text-transform: none;
}


header nav.quick-nav > ul.sub-menu li:last-child {
    margin-bottom: 0;
}

header nav.quick-nav .sub-menu a {
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}


header nav.quick-nav ul.sub-menu {
	margin:0;
	position: absolute;
    width: 195px;
    top: 52px;
    padding: 1rem;
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
}

header nav.quick-nav > ul > li:hover ul.sub-menu {
	display: block;
}


header nav.quick-nav li:hover a, header nav.quick-nav > ul > li:hover ul.sub-menu li:hover a {
	color:#BEAC81;

}

header nav.quick-nav a {
	display: block;
    height: 100%;
    text-transform: uppercase;
    font-size: 0.8rem;
}



header nav.quick-nav > ul > li a i {
	color:#BEAC81;
}


/*
header nav.quick-nav > ul > li:nth-child(3) a, header nav.quick-nav > ul > li:nth-child(3) a i {
	background: #BEAC81;
	color:#fff;
}

*/


header nav.quick-nav ul > li:nth-child(3):hover a, header nav.quick-nav ul > li:nth-child(3):hover a i {
	color:#BEAC81;
	background:#fff;
}



/*
header nav.quick-nav a.buy-tickets i { 
	transform: rotate(-90deg);
}	*/




/*
.page-template-template-by-cinema header nav.quick-nav > ul > li:nth-child(3), header nav.quick-nav > ul > li:nth-child(3):hover {
	background: #333;
} */



.nav-dropdown {
	display: none;
    position: absolute;
    left: 0;
    background:transparent;
    width: 100%;
    z-index: 99;
    top: 165px;
    padding: 2rem 0;
}

.buy-tickets-new {
  background-color: transparent !important; 
  background-image: linear-gradient(180deg, black, #535353) !important; 
  padding-bottom: 0px !important;
}


.single-films .nav-dropdown {
	position: static;
}


.nav-dropdown.nav-movie {
	 padding: 0;
}

.nav-movie ul {
	padding: 0;
	margin:0;
}


.nav-movie li {
	list-style: none;
}


.nav-movie li span {
	opacity: 0.2;
}

.nav-movie li a:hover {
	color:#BEAC81;
}


.nav-movie ul a {
	text-decoration: none;
}

.nav-dropdown .flex {
	 justify-content: center;
}

.nav-dropdown .film-listing {
	 background: #fff;
	 padding:2rem;
	 overflow: hidden;
	 width:100%;
}

.nav-join-now {
  background:#BEAC81;
  font-size: 0.938rem;
  margin-right: 20px !important;
}

header nav.quick-nav li:hover > .nav-dropdown {
	display: block;

}

.nav-dropdown ul.tabs {
	background:#58595b;
  font-size: 0.938rem;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}


header nav.top-nav {
    float: right;
    position: absolute;
    right: 2rem;
    top: 0;

}

header nav.top-nav ul {
  margin:0;
  display: flex;
  align-items: center;
}

header nav.top-nav ul li {
	display: inline-block;
	position: relative;
	margin:0;
}

header nav.top-nav ul li.has-sub-menu:hover {

	background: #fff;
}

header nav.top-nav ul li.has-sub-menu:hover a {
		color:#000;
}


header nav.top-nav ul li i {
	margin-right: 5px;
	margin-left: 5px;
}

header nav.top-nav ul.sub-menu {
	display: none;
	position: absolute;
	width:100%;
	top:52px;
	left:0;
	background: #fff;
	text-align: center;
	padding-bottom:5px;
	z-index: 999;
}

header nav.top-nav ul.sub-menu li {
	display: block;
    float: left;
    width: 100%;
    padding: 5px 10px;
}

/* header nav.top-nav ul.sub-menu li:first-child {
	background:#EDEDED;
} */



header nav.top-nav ul.sub-menu li a:hover {
	color:#000;
}


header nav.top-nav li:hover > ul.sub-menu {
	display: block;
}

header nav.top-nav a {
	padding:0 2em;
	margin:0;
}

header nav.top-nav > li:first-child a {
	padding-right:1em;
}

/* header nav.top-nav > li:last-child a {
	background: #BEAC81;
} */


.post-type-archive-festivals .nowShowingMovie > div, .post-type-archive-festivals .nowShowingMovie {
  height: 345px !important;
}

.post-type-archive-festivals .container.content.padding, .post-type-archive-events .container.content.padding {
	padding-top:3rem!important;
}



header nav.main-nav {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    padding:0;
    z-index: 1;
    width: calc(100% - 4rem);
    text-align: right;
}


header nav.main-nav h4 {
	margin:0;
	display: block;
	width:100%;
	margin-bottom:1em;
	color:#B4B4B4;
	line-height: 1.5;
	border-bottom:1px solid #B4B4B4;
}

header nav.main-nav ul {
	margin:0;
	padding:0;
	list-style: none;
}

header nav.main-nav ul li {
	display: inline-block;
	line-height: 52px;
	margin:0;
}


header nav.main-nav ul li.plat a:before {
	/*
    content: '';
    width: 9px;
    height: 16px;
    background-image: url(../images/ico_menu_plat.png);
    margin-right: 7px;
    display: inline-block;
    background-size: contain;
    margin-bottom: -2px;
    */

}

header nav.main-nav ul li.plat:hover a:before {
    background-image: url(../images/ico_menu_plat-alt.png);	
}


header nav.main-nav .sub-menu {
	text-align: left;
}


header nav.main-nav ul .sub-menu li {
	margin:0 0 1rem;
	}

header nav.main-nav a {
	text-transform: none;
	padding:0 1rem;
	margin:0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 52px;
	display: block;
}

header nav.main-nav .sub-menu a {
	padding:0;
	color:#000;
	font-weight: 600;
}

header a {
	transition: none;
}

header nav.main-nav .sub-menu li {
    line-height: 1;
    float: left;
    display: block;
    width: 100%;
	}


header nav.main-nav > ul > li:hover {
	background: #fff;
}

header nav.main-nav > ul > li:hover a {
	color:#BEAC81;
}


header nav.main-nav > ul > li:hover .sub-menu a {
	color: #000;
    float: left;
    line-height: 1;
}

header nav.main-nav > ul > li:hover .sub-menu a:hover {
	color:#BEAC81;
}

/*
header nav.main-nav li:last-child a {
	padding-right:0;
}*/


header nav ul {
	margin:0;
	padding:0;
}

ul.sub-menu {
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}

.nav-dropdown select, .input-box {
	border-color:#fff;
	width:100%;
	background: #fff;
}

.nav-dropdown .input-box {

	opacity: 1;
	border: 3px solid transparent;
	
}



.nav-dropdown .span_4 {
	padding:0 1rem;
}

.page-template-template-platinum .nav-dropdown .span_4 {
	padding:0;
}




.nav-dropdown .span_4.hidden, .nav-dropdown .span_8.hidden  {
	display: block;
	opacity: 0.2;
	pointer-events: none;
}

select.input-box {
	padding: 0px;
  padding-left: 15px;
	height: 50px;
	opacity: 1;
	padding-right:40px;
}

.movio-success {
	margin-bottom: 40px;
  padding: 20px;
	background: #4f904b;
	color: #FFF;
	text-align: center;
}

.movio-error {
	margin-bottom: 20px;
  padding: 20px;
	background: #b95656;
	color: #FFF;
}

/*
select.input-box:disabled {
	opacity: 0.3;
}*/

@media( max-width: 767px ) {


	.input-box.selected {
		display: block;
	}
}

.input-box.selected {
	opacity: 1;
	/*border: 3px solid #000;*/
}

header nav.main-nav li.menu-functions {
	position: relative;
}

header nav.main-nav li.menu-functions > ul.sub-menu {
    position: absolute;
    width: 230px;
    top: 52px;
    padding: 1rem;
}


header nav.main-nav li.menu-functions > ul.sub-menu li a {
	line-height: 1.3;
	display: block;
	width:100%;
}


header nav.main-nav li.menu-functions > ul.sub-menu li:last-child {
	margin-bottom:0;
}

header nav.main-nav li > ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    margin:0;
    padding:3rem 0;
}


header nav.main-nav li > ul.sub-menu div.col {
	width:18%;
	margin-right:2%;
	margin-bottom:2%;
}


header nav.main-nav li:hover > ul.sub-menu {
	display: block;
}







/* Homepage - Banners */

.banners.container {
	background: #6B6B6B;
}

.banners.container .row {
	padding:0;
	max-width: 100%;
}

.main-banner {
	float:left;
	width: 65.255%;
	line-height: 0;

}


.sub-banner {
	float:left;
	width: 34.745%;
	line-height: 0;
}

.banners.container {
	background: #222;
}

.banners.container .slick-slide {
	position: relative;
	margin:0;
}

.main-banner a.button.white {
	background:#fff;
	color:#000;
	line-height: 46px;
	border:1px solid #fff;
}

.main-banner a.button.white.clear {
	color:#fff;
	background: transparent;
}

.main-banner a.button:hover {
	background: #000!important;
	color:#fff!important;
	border:1px solid #000!important;
}


.main-banner, .sub-banner {
	position: relative;
}




.banner-links {
    position: absolute;
    left: 4rem;
    bottom: 6rem;
}

.banner-links a {
	display: inline-block;
	margin-right:20px;
}


.main-banner a.button {
	position: relative;
	transform: none;
	left: auto;
	top:auto;
	bottom:auto;
}



/* Homepage - Search */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

section.search ul.tabs {
  margin: 3em 0 0 0;
}

.slick-list
{
    position: relative;
	line-height: 0;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	margin:0 0.5%;
    height: auto;
    min-height: 1px;


}


.slick-slide:first-child:before , .slick-slide:last-child:before {
	content:;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8)
}


.slick-slide.slick-active img {
	opacity: 1;


}


[dir='rtl'] .slick-slide
{
    float: right;
}

.move-slider.slick-slider {
	margin:0 2px;
}

.slick-slide img
{

    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
		display: block;
}

.slick-initialized.movie-slider .slick-slide {
	width: 250px!important;
	margin: 0 20px 0 0!important;
}



.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}




.slick-slider.movie-slider img {
	min-height:357px;
	max-height: 357px;
}



 button.slick-prev, button.slick-next {
    display: inline-block;
    position: absolute;
    z-index: 2;
    border: none;
    left: 0;
    top: 0;
    width: 15.6%;
    height: 100%;
    font-size: 0;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    line-height: 0;
}



button.slick-next {
	right:5px;
	left:auto;
}

 button.slick-prev {
	 left:9px;
	 right:auto;
 }

.movie-slider {
    max-width: 1680px;
    margin: auto;
    margin-bottom: 0;
    overflow: hidden;
    
}

.movie-slider button.slick-disabled {
	display: none!important;
}

button.slick-arrow:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 3rem;
	color:#fff;
	}

button.slick-prev:before {
	content:'\f104';

}
button.slick-next:before {
	content:'\f105';

}


.gallery-slider {
	max-width: 1680px;
	margin:auto;
}

.gallery-slider button.slick-prev,  .gallery-slider button.slick-next {
    background: transparent;
    width: 80px;
    margin: 0;
    padding: 0;
    height: 100%;
}

.gallery-slider .slick-slide {
	margin:0;
}


section.search {
	background: #000;
	color:#fff;
	padding-top:3rem;
}



section.search i {
	display: inline-block;
	float:left;
	margin-top:15px;
}

section.search input {
	display: inline-block;
	border-bottom:1px solid #979797;
	padding:10px 0;
	width:calc(100% - 30px);
	float:right;
	color: #fff;
	border-radius: 0;
}



.main-banner button.slick-prev, .main-banner button.slick-next {
	display: inline-block;
    position: absolute;
    z-index: 2;
    border: none;
    left: 0px;
    top: 0;
    width: 80px;
    height: 80px;
    font-size: 0;
    background: none;
    cursor: pointer;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 80px;
    margin: 0;
    padding: 0;	
}



.main-banner button.slick-next {
	left:auto;
	right:0;
}






ul.tabs {

	background: #222;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
 ul.tabs li {
	list-style: none;
	display: block;
	float:left;
	margin:0;
	line-height: 45px;
	height:45px;
	width:16.66%;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;

} 

ul.tabs li.search {
	display: none;
	width: 100%;
}

section.search > .row > ul.tabs li { 
	width: 16.66%;
}

section.search > .row > ul.tabs li.search { 
	width: 100%;
}

ul.tabs .selectedFilmSelect, .nav-dropdown ul.tabs li:hover {
	background: #fff;
	color:#000;
}

.nav-dropdown ul.tabs .selectedFilmSelect, .nav-dropdown ul.tabs li:hover {
	background:#fff;
	color: #000;
}


.home .featured-films {
	padding:2% 2rem;
}


.featured-films {
	padding:40px 0;
	overflow: hidden;
}


.coming-soon-dedicated {
	color:#000;
}

.coming-soon-dedicated ul.tabs {
	background: #222;

}

.coming-soon-dedicated ul.tabs > li {
	width: 16.66%;
	color:#000;
	background: #fff;

}


/*

.featured-films img {
		max-height: 335px;
} */


.featured-films .holder {
	position: relative;
	line-height: 0;
}


.featured-films .buttons {
	position: absolute;
	top:50%;
	left:50%;
	display: block;
	transform: translate3d(-50%,-50%,0);
	float:left;
}

.featured-films .holder .overlay {
	display: block;
	opacity: 0;
	transition: all 250ms ease;
}

.featured-films .row {
	padding-left: 6rem;
    padding-right: 6rem;
}

.featured-films .holder:hover .overlay {
	position: absolute;
	opacity: 1;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.featured-films .overlay a.button {
	background:rgba(0,0,0,0.3);
	height: 45px;
	line-height: 45px;
	border:1px solid #fff;
	color:#fff;
	width:200px;
	text-align: center;
	margin:5px 0;
}

.featured-films .overlay a.button:hover {
	background: #fff;
	color:#000;
}


.featured-films a.watch-trailor {
	padding:1.5em 0;
	text-decoration: none;
	display: block;
	width:100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}

.featured-films a.watch-trailor:hover {
	color:#E9C987;
}

.featured-films .featured-movie {
	position: absolute;
	top:30px;
	left:0;
	z-index: 1;
	padding:0 2em;
	border:1px solid #fff;
	background: rgba(0,0,0,0.3);
	display: block;
	height:45px;
	line-height: 45px;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 0.125em;
}

/* Homepage - Events section */
.events-listing.homepage {
	place-content: center;
	justify-content: space-evenly;
}

/* Homepage - Film Festival section */



.film-festival .span_6 {
	position: relative;
}

.film-festival .button {
	border:1px solid #fff;
	color:#fff;
	background: rgba(0,0,0,0.3);
	position: absolute;
	bottom:40px;
	left:40px;

}

.film-festival .button:hover {
	background: rgba(0,0,0,0.6);
}





.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: none;
  background: #F8F8F8;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 1rem;
  line-height: 45px;
  color: #444;
  height: 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  color: #000;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .btn:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}



/* Homepage - Movie Club section */


.movie-club {
	background:#181818;
	color:#fff;
}


.movie-club h3 {
	border-bottom:2px solid #fff;
}

.movie-club img {
	width:40px;
	height:auto;
}

.movie-club p {
	max-width: 400px;
	margin:auto;
}

.movie-club a.more {
	color:#fff;
	display: inline-block;
	margin:1em 0;
}

.movie-club .select-holder {
	display: block;
    width: 33.33%;
    float: left;
    padding: 0 15px;
    position: relative;
    text-align: left;
}


.select-holder.select:after {
	content: '\f107';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 2em;
    color: #000;
    top: 13px;
    pointer-events: none;
}


.movie-club .select-holder select, .movie-club .select-holder input {
	width:100%;
	background: #fff;
	border:0;
	padding:0 1em;
}

.movie-club .select-holder input {
	height: 46px;
	line-height: 46px;
	border-radius: 0;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	color:#000;
	padding:0 0.5em;
}

.subscribe-button {
	width: 33.33%;
	min-width: 300px;
	margin: 0 auto;
}

.subscribe-button button {
	margin-top: 20px;
}

@media( max-width: 767px ) {
	.subscribe-button button { 
		margin-top: 5px;
	}
}


.movie-club .button {
	width:100%;
	cursor: pointer;
}

.movie-club a.tooltip {
    color: #fff;
    position: absolute;
    right: -7px;
    top: 11px;
}

.single-session {
	position: relative;
}

.tooltip {
	position: absolute;
	bottom: 100%;
	width: 100%;
	left: 0;
	background: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 41px -8px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 41px -8px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 41px -8px rgba(0,0,0,0.64);
	border-radius: 15px;
	width: 200px;
	display: none;
	z-index: 10;
}

/* General Pages */


.page-title h1 {
    margin: 0;
    clear: both;
    display: block;
    line-height: 1.2;
  /*  position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); */
}


.page-title-small h1 {
	margin-bottom:0;
	text-align: center;
	color:#000;
	text-align: center;
	width:100%;
}

.main-content {
	background: #fff;
}



/* Cinema Archives */

.tax-cinema_tax .page-title {
	height:auto;
	position: relative;
}

.tax-cinema_tax .page-title h1 {
	color:#000;
	margin:0;
}



.page-title:before {
	content:'';
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 1;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 70%);
} 

.page-title.small:before, .single-festivals .page-title:before {
	display: none;
}

.tax-cinema_tax .page-title:before {
	display: none;
}



/* Shop */



#order_comments_field {
	overflow: hidden;
	width:100%;
}

.woocommerce-checkout-payment .button {
	margin-top:1em;
}


input[type="checkbox"], input[type="radio"] {
	border: 1px solid #666;
    -webkit-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
	padding:0;
	margin:5px 7px 0 0;
	transition:all 250ms linear;
	cursor: pointer;
}

input[type="radio"] {
	border-radius: 100%;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
	background: #222;
	border: 1px solid #222;
}



.woocommerce-privacy-policy-text {
	display: none;
}


p.woocommerce-info {
	max-width: 1680px;
	padding-left:2rem;
	padding-right:2rem;
	padding-bottom:4rem;
	text-align: center;
}

.entry-summary label {
	margin:0 0 10px 0;
	padding:0;
	font-size: 0.75rem;
}

.woocommerce-product-gallery__trigger, .zoomImg, .pswp__caption {
	display: none!important;
}

.wc-tabs-wrapper {
	padding-right:4rem;
}

.content .woocommerce form {
	width:100%;
	float:left;
}

.woocommerce .product-quantity label {
	display: none;
}

.woocommerce-cart-form__contents a {
	text-decoration: none;
}

.woocommerce-cart-form__contents th {
	font-weight: 600;
	padding:1em;
}

.woocommerce .wc-tab h2 {
	display: none;
}

ul#shipping_method {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

ul#shipping_method li {
	float:left;
	width:100%;
}

ul#shipping_method label {
	float:left;
	width:90%;
	padding:0;
}

.woocommerce-cart-form__contents {
	width:100%;
}

.woocommerce-cart-form__contents img {
	max-width: 80px;
}

.woocommerce-cart-form__contents th, .woocommerce-cart-form__contents td {
	vertical-align: middle;
}


.woocommerce-cart-form__contents td {
	padding:1em;
}


.woocommerce-cart-form__contents tbody tr:nth-child(odd) {
	background: #f9f9f9;
}

.cart-collaterals {
	    width: 50%;
    float: right;
    background: #f9f9f9;
    padding: 2em;
    max-width: 530px;
}


.woocommerce-cart .row.inner {
	max-width: 1680px;
}


.cart_totals .shop_table th, .cart_totals .shop_table td {
	width:30%;
	padding:0.5em 0;
}

 .cart_totals .shop_table td {
	 width:70%;
 }

.cart_totals .shop_table tr.order-total  {
	font-size: 1.250rem;
}

table.shop_table {
	width:100%;
}



abbr[title], acronym[title] {
	text-decoration: none;
}


.cart_totals h2 {
	display: none;
}



select {
	height: 46px;
	line-height: 46px;
	background: transparent;
	border-radius: 0;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    color:#000;
    padding:0 0.5em;
}


.variations .value {
	position: relative;
}

.variations .value:after {
	content:'';
	border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 0.5em;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ccc;
}

.select2-results__option {
	margin-bottom:0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding:0 0.5em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 2em;
}


.select2-results__option {
    padding: 6px 1em;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}


.select2-search--dropdown {
    display: block;
    padding: 10px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	    color: #000;
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px;
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}



textarea, select[multiple], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="week"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="time"], input[type="url"], input[type="tel"], input[type="time"] {
	padding:0 0.5em;
}


form.checkout input[type=text], form.checkout input[type=email], form.checkout input[type=tel], form.checkout textarea, form.checkout select {
	height:46px;
	line-height: 46px;
	border: 1px solid #ccc;
	border-radius: 0;
	width:100%;
}

form.checkout .selectric, form.checkout select {
	background: #fff;
	border: 1px solid #ccc;
}

.select2-hidden-accessible {
	border: 1px solid #ccc!important;
	height:46px!important;
	margin:0!important;
}

form.checkout textarea{
	line-height: 1.3;
}


form.checkout label {
	padding:0;
	margin:10px 0 5px 0;
	color:#666;
}


#shipping_method label {
	margin:0;
}

form.checkout h3#ship-to-different-address {
	padding:0;
	text-transform: none;
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 400;
	border-bottom:0;
	margin:1em 0;
}


body textarea {
	padding:0.5em 0.5em;
	color:#000;
}


ul.wc_payment_methods {
	float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.wc_payment_methods label {
    width: calc(100% - 30px);
    float: right;
    display: block;
    margin: 0;
    max-width: 100%;
    font-size: 0;
}

ul.wc_payment_methods li {
	width:100%;
	float:left;
}

ul.wc_payment_methods p {
	display: none;
}

body .wc-stripe-elements-field, body .wc-stripe-iban-element-field {
	    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 20px;
    background-color: #fff;
    outline: 0;
}


.payment_method_paypal img, .payment_method_stripe img.paypal-icon {
	display: none;
}

.payment_method_paypal img.paypal-icon {
	display: block;
}


ul.wc_payment_methods input[type="radio"] {
	float:left;
	margin-top:8px;
}

ul.wc_payment_methods p {
	font-weight: 600;
	margin-bottom:1em;
}

ul.wc_payment_methods div {
    width: 100%;
    float: left;

}


.quick-sessions-day:first-child  {
	display: block;
}

li.wc_payment_method {
	float:left;
	width:100%;
	margin-bottom:1rem;
}

#wc-stripe-cc-form {
	margin-left:10px;
	}

ul.wc_payment_methods div#stripe-payment-data {
	padding-left:15px;
}

ul.wc_payment_methods img {
    width: auto;
    height: 30px;
	margin-right:5px;
}


.wc-proceed-to-checkout a {
	width:100%;
	text-align: center;
	margin-top:1em;
}

td.actions {
	background: #fff;
}

.woocommerce ul.wc-tabs {
	margin:0 0 2em ;
	background: #F3F3F3;
}

.woocommerce-checkout-review-order-table {
	padding:2em;
	background: #f9f9f9;
}


.woocommerce-checkout-review-order-table th {
	font-weight: 600;
}


.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding:0.5em 1em;
}

.woocommerce-checkout-review-order-table {
	margin-bottom:2em;
}

.woocommerce-additional-fields {
	margin-top:4em;
}




h3#order_review_heading {
	margin-top:2em;
}


.woocommerce ul.wc-tabs li {
	width:50%;
}

.woocommerce ul.wc-tabs li a {
	text-decoration: none;
	font-size:0.750rem;
	display: block;
}

.woocommerce ul.wc-tabs li.active, .woocommerce ul.wc-tabss li:hover {
	background:#e7e7e7;
}


.single_add_to_cart_button {
	padding:0 5rem;
	color:#fff;
}

.woocommerce-page .page-title.padding, .page-title.small.padding {
	padding-top: 4rem;
    padding-bottom: 4rem;
    height:auto;
    color:#000;
}


.woocommerce-page .page-title.padding .row, .page-title.small.padding .row {
	min-height: auto;
}


.woocommerce .summary.entry-summary {
	width:30%;
	float:left;
	padding-left:4rem;
}

.woocommerce-product-gallery {
	width:36%;
	float:left;
}

.woocommerce-tabs {
	width:33%;
	float:left;
}

.woocommerce .related.products {
	width:100%;
	float:left;
	margin-top:3rem;
}

.woocommerce .related.products h3 {
	text-align: center;
	font-size:1.250rem;
	padding-bottom:5px;
	border-bottom:2px solid #000;
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

.add_to_cart_button {
	display: none!important;
}

.shop-heading {
	font-size: 1.875rem;
	text-transform: uppercase;

	display: block;
	text-transform: uppercase;
	letter-spacing: 0.125em;


}

.includes_tax {
	font-size: 0.75rem;
}


.woocommerce-pagination {
	padding:4rem 0;
	text-align: center;
}

.woocommerce-pagination ul.page-numbers {
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	margin:0 2px;
}

.woocommerce-pagination span, .woocommerce-pagination a {
	display: block;
	border:1px solid #000;
	min-width:40px;
	height:40px!important;
	text-decoration: none;
	line-height: 38px;
}

.post-type-archive-product li.all-products a{
	background: #fff;
}

.woocommerce-pagination a:hover, .woocommerce-pagination span.current {
	color:#fff;
	background: #000;
}

.single-product h1 {
	font-size: 1.25rem;
}

.single-product .quantity {
	margin-bottom:3em;
}

.single-product .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-product-gallery__wrapper {
	margin: 0 4em;
    float: right;
    max-width: 400px;
}


.quantity input.minus, .quantity input.plus {
	border:0;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
}

.quantity input.minusOne, .quantity input.plusOne {
	border:0;
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
}

div.product {
	float:left;
	padding-bottom:4rem;
}

#errorDiv {
  padding: 20px;
  color: #ff0000;
  background: lightpink;
  font-weight: 700;
  margin: 20px 0px;
  display: none;
}

.single-product div.product {
	width:100%;
	background:#fff;
}

.form-row-first {
	width:49%;
	float:left;
}

.form-row-last {
	width:49%;
	float:right;
}



.quantity input[type="number"] {
    width: auto;
    padding: 0 0 0 11px;
    text-align: center;
    max-width: 3rem;
}

.quantity .inner {
	border: 1px solid #000;
    display: inline-block;
    padding:10px;
}

.single-product .price {
	font-weight: 600;
	font-size: 1.875rem;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
    font-size: 1rem;
    padding:0;
    width:100%;
}


.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
	text-decoration: none;
}


.woocommerce ul.products li.product .woocommerce-Price-amount.amount {
	color:#000;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0;
	text-decoration: none;
}


.shop-categories-menu.content ul {
	padding:0;
	margin:0;
	line-height: 1;
	text-align: center;
}

.shop-categories-menu.content ul li {
	display: inline-block;
	list-style: none;
	margin:0;
	margin-right:-4px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;


}

.shop-categories-menu.content ul li a {
	text-decoration: none;
	display: block;
	padding:15px 2em;
}

.shop-categories-menu.content ul li a:hover, .shop-categories-menu.content ul li.current-cat a {
	background: #fff;
}

.woocommerce-breadcrumb {
	display: none;
}





.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 ;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
    content: ' ';
    display: table;
}


.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: ' ';
    display: table;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    position: relative;
    margin:0;
	padding:3em 5rem;
	border:1px solid #fff;
	background:#fafafa;
	width:25%;

}


.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none outside;
}


.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	background: #f2f2f2;
}


.woocommerce .main-content .row.text-center h3 {
	margin:3em 0;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
}


.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}



/* Customise the minimial cart and checkout sections */

.woocommerce-checkout nav, .woocommerce-checkout footer, .woocommerce-checkout .page-title {
	display: none;
}

.woocommerce-checkout header .logo {
    float: left;
    overflow: hidden;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%,-50%,0);
    margin:0;
}


/* General Page styles */



.variations {
	margin-bottom:1em;
}

.variations td {
	display: block;
	width:100%;
}


.reset_variations, .woocommerce-variation-price {
	display: none!important;
}




/*

.woocommerce-page .page-title, .page-title.small {
	height:auto;
	color:#000;
	background: #fff;
}*/


.page-title.small.alt {
	background-color:#F9F9F9;
}


.woocommerce-page .page-title:before {
	display:none;
}

.woocommerce-page .page-title h1 {
	margin-bottom:0;
}


.woocommerce-cart .main-content.padding {
	padding-top:0;
}

.page-title .inner {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	padding:0 2rem;
	max-width: 600px;
	z-index: 2;
}




.page-title h1 {
	text-transform: uppercase;
	font-size: 2.188rem;
	letter-spacing: 0.125em;
	margin-bottom:0.5em;
}



.slick-dots {
	margin:0!important;
	position: absolute;
	width:100%;
	bottom:40px;

	list-style: none;
	text-align: center;
}

.slick-dots li {
	list-style: none;
	display: inline-block;
	margin:0 5px;
}



.slick-dots li button {
	width:14px;
	height:14px;
	font-size: 0;
	border-radius: 100%;
	background: #fff;
	border:none;
	cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.slick-dots li.slick-active button {
	background: #6B6B6B;
}


.content.two-column-layout .row{
	padding:4rem;

}


.content.two-column-layout .outer {
	max-width: 1680px;
	margin:auto;
}

.content.two-column-layout .span_8 .row{
	background: #fff;
}




/* Cinemas */


.cinema-taxonomy a {
	text-decoration: none;
}

.cinema-taxonomy h4 {
	text-align: center;
	width:100%;
	font-size: 1.5rem;
}

.cinema-taxonomy h2 {
	text-align: center;
	text-transform: none;
	margin:0.5em 0 0 0;
	letter-spacing: 0;
	display: block;
	font-size: 1.5rem;
	    line-height: 1.3;
}


.cinema-taxonomy .span_3:hover h2, .cinema-taxonomy .span_3:hover h3 {
	color:#BEAC81;
}

.cinema-taxonomy h3 {
	text-align: center;
	text-transform: none;
	margin:0;
	letter-spacing: 0;
	display: block;
	padding:0;
	border:0;
}

.cinema-taxonomy .span_3 {
	margin-bottom:4%;
}


.cinema-taxonomy .span_3:nth-child(4n+4) {
	margin-right:0;
}

.cinema-archive ul {
	padding:0;
	margin:0;
	list-style: none;
}


.cinema-archive .col {
	width:20%;
	margin-bottom:2rem;
}


hr.inner-line {
	margin:0 4rem;
	height:1px;
	border:none;
	background:#000;
}

.content ul, .content ol {
	margin-bottom:1em;
}

.single-cinemas .content {
	background:#F4F4F4;
	overflow: hidden;
}





.page-title {
	background-size:cover;
	background-position: center;
	color:#fff;
	margin:auto;
}

.page-title .row {
	z-index: 2;
	min-height: 100%;
}

.page-title .row h1 {
	margin-bottom:0;
}


.cinemas-listing {
	padding-top: 32px;
	padding-bottom: 32px;
}

.cinemas-listing > .col {
	min-width: 200px;
	min-height: 150px;
}

.page-title-small.padding {
	padding-top:4rem;
	padding-bottom:0;
	background:#fff;
}

.single-functions .page-title {
	height:380px;
}


.single-cinemas .page-title address {
	display: block;
	font-style: normal;
	margin-bottom:0;
}

.single-cinemas .page-title tel {
	display: block;
}

.single-cinemas .page-title p {
	margin-top:2em;
	max-width: 500px;
}




.getting-there {
	overflow: hidden;
	margin-top:1rem;
	display: flex;
	flex-wrap: wrap;

}

.getting-there img {
	width:35px;
	height:auto;
	margin-top:8px;
}

.getting-there .span_6 {
	margin:1em 0;
}

.getting-there .span_6:nth-child(2n+2) {
	margin-right:0;
}

.getting-there .location-icon {
	width: 20%;
    float: left;
    font-size: 40px;
    line-height: 1;
}

.getting-there .location-content {
	width:80%;
	float:left;
	padding:0 3rem 0 0;
}

.location-content h3 {
	margin-bottom:1rem;
}

.purchase-tickets {
	background:#BEAC81;
	color:#000;
	padding-top:2rem;
	padding-bottom:2rem;

}


.purchase-tickets .nav-dropdown .input-box {
	padding:0 1rem;
	background: #fff;
	opacity: 1;
}




.purchase-tickets h4 {
	color:#fff;
	margin:0;
}

.purchase-tickets {
	font-weight: 900;
	text-transform: uppercase;
}

.purchase-tickets .selectric-wrapper {
	width:50%;
	padding:0 1em;
	text-align: left;
}

.purchase-tickets .nav-dropdown {
	display: block;
	position: static;
	box-shadow: none;
   padding: 1rem 0 0.5em 0;
}

/* Functions */



 .flex {
	flex-wrap: wrap;
	 display: flex;

}


.post-type-archive-functions .page-title  h1 {
    position: initial;
    text-align: left;
    margin: 0;
    line-height: 1;
}


.post-type-archive-functions .page-title {
	height:380px;
}

.post-type-archive-functions .page-title p {
	max-width: 420px;
}

.post-type-archive-functions .flex .col {
	width:33.33%;
	position: relative;
	line-height: 0;

}



.content-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	position: absolute;
    height: 50%;
    bottom: 0;
    padding: 2em;
    width: 96%;
    line-height: 0;
    display: flex;
    overflow: hidden;
    margin: 2%;
}


.content-overlay-inner {

    position: absolute;
    bottom: 2em;

}

.content-overlay h4 {
	color: #fff;
    display: block;
    width: 100%;
    font-size: 1.250rem;
    font-weight: 600;
    margin-bottom: 1em;
    display: block;
    line-height: 2;
}

.button:disabled,
.button[disabled] {
	opacity: 0.3;
	cursor: not-allowed
}



.content-overlay a.button {
	color:#fff;
	text-decoration: none;
	background: transparent;
	border:2px solid #BEAC81;
	color:#BEAC81;
	display: none;

}

.content-overlay a.button:hover  {
	background: #BEAC81;
	color:#000;
}




ul.function-pack-downloads {
	margin:0;
	padding:0;
}

ul.function-pack-downloads li {
	list-style: none;
	display: block;
	margin-bottom:1em;
}

ul.function-pack-downloads li a.button {
    background: #fff;
    border: 3px solid #BBBBBB;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0.875rem;
    color: #595959;
    line-height: 42px;
    font-weight: 600;
}


.post-type-archive-functions .flex .col:hover a.button, .platinum-cinemas .col:hover a.button {
	display: inline-block;
}

ul.function-pack-downloads li a.button:hover {
	background: #BBBBBB;
}





header.woocommerce-products-header {
	padding-top:4rem;
	padding-bottom:4rem;
	background:#F9F9F9;
	text-align: center;
	height:auto;
}


.woocommerce-message {
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 1em;
    background: #e2e2e2;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #000;
    margin-bottom: 1em;
    overflow: hidden;
    line-height: 45px;
}

.woocommerce-message .button.wc-forward {
	float:right;
}

woocommerce-message a.button {
	margin-right:2em;
	background: #000;
}

.cart_totals .shop_table .button {
	font-size: 0.750rem;
	width:100%;
	text-align: center;
}

.cart_totals .shop_table input[type=text] {
	background: #fff;
	border:1px solid #000;
	padding:0.5em;
	border-radius: 0;
}

#calc_shipping_country_field {
	display: none;
}


/* FAQS */

#accordion {
	width:100%;
	text-align: center;
}

#accordion h3 {
	display:inline-block;
	text-align: center;
	margin: 0 0 2em;
}

#accordion h3:first-of-type {
	margin:0 0 2em;
}

#accordion h4 {

	text-align: left;
	width:100%;
	display: block;
	color:#BEAC81;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
	cursor: pointer;
	margin:1em 0 0 0;
	font-weight: 600;
	font-size: 1.250rem;
}

#accordion h4:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    transition: all 100ms ease;
    font-weight: 400;
}


#accordion h4.active:after {
	transform: rotate(180deg);

}


.faqs-nav .icon {
	height:67px;
	margin-bottom:1em;
}

.faqs-nav .icon img {
	max-width: 67px;
;
}

.faqs-nav .flex .col {
    padding: 2em 1em;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 33%;
 }

 .faqs-nav .flex .col p {
	 margin:0;
 }

 .faqs-nav .flex .col a {
	 text-decoration: none;
 }

.faqs-nav .flex .col:hover {
	    background: #fff;
    border: 1px solid #ccc;
}


#accordion .icon {
	padding-top:6em;
}

#accordion .icon a {
	text-decoration: none;
}

#accordion .draw {
	text-align: left;

}

#accordion .draw p {
	margin:1em 0 0 0;
	padding: 0 3rem 0 0;
	font-size: 0.938rem;
}

#accordion .draw-outer {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:2px solid #000;
}

#accordion img {
	max-width: 67px;
	height:auto;
}

#accordion .icon {
	display: block;
	width:100%;
	margin-bottom:1rem;
}



/* Session Tasks */


.page-template-template-by-movie .nav-dropdown, .page-template-template-by-cinema .nav-dropdown, .page-template-genre .nav-dropdown {
	display: block;
	position: static;
}

/*.page-template-template-by-movie header nav.quick-nav > ul > li.tab-cinema {
	background: #222;
}*/


.session-listing {
	text-align: center;
	margin-bottom: 30px;
}

.session-listing h4 {
	color: #BEAC81;
}

.session-time-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 40px 0px;
}

.session-time-list .date-card {
	width: 150px;
	padding: 15px;
	background: #f4f4f4;
	text-align: center;
	margin: 0px 3px;
	color: #757374;
	border: 3px solid transparent;
	transition: 300ms ease background, 300ms ease border-color;
	cursor: pointer;
	margin-bottom: 6px;
}

@media( max-width: 767px ) {
	.session-time-list .date-card {
		width: 130px;
		padding: 5px;
	}
}

.session-time-list .date-card:hover, .session-time-list .date-card.selected {
	background: #fff;
	border-color: #000;
}

.date-card p, .date-card h2 {
	margin: 0;
	font-weight: bold;
}

.date-card p {
	text-transform: uppercase;
}

.date-card h2 {
	font-weight: bold;
	margin: 10px 0px;
}

.day-sessions {
	display: none;
	justify-content: center;
	flex-wrap: wrap;
}

.day-sessions.selected {
	display: flex;
}

.single-session {
	padding: 20px 30px;
	border: #bbb solid 2px;
	margin-left: 5px;
	margin-right: 5px;
	transition: 300ms ease border-color, 300ms ease color;
	font-weight: bold;
	color: #757374;
	text-decoration: none;
	margin-bottom: 10px;
}

.single-session:hover {
	border-color: #BEAC81;
	color: #BEAC81;
}


/* Footer */


footer.container {
	color:#fff;
	background:#000;
	font-size: 0.875rem;
}

footer h5 {
	text-transform: uppercase;
	letter-spacing: 0.125em;
	color:#BEAC81;
}

footer a {
	color:#fff;
	text-decoration: none;
	font-weight: 600;
}

footer a:hover {
	color:#E9C987
}

footer ul {
	margin:0;
	list-style: none;
}

footer ul li {
	margin-bottom:0.5em;
}

footer hr {
	height:1px;
	width:100%;
	margin:40px 0;
	border:none;
	background:#5D5D5D;
}

footer .copyright a {
	text-transform:uppercase;
	text-decoration: none;
	color:#5D5D5D;
	margin-right:1em;
	margin-top:10px;
	display: inline-block;
}


footer .copyright a:hover {
	color:#fff;
}

footer .copyright img {
	max-width: 230px;
	float:right;
}


.acf-map {
	width: 100%;
	max-width: 1680px;
	height: 600px;
	border: 0;
	margin: 0 auto;
}

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


/* Palace Platinum */





 .page-template-template-platinum .page-title, .post-type-archive-functions .page-title, .single-cinemas .page-title, .single-events .page-title, .single-offers .page-title, .single-films .page-title, .single-festivals .page-title   {
	 height:500px;
 }


 .page-template-template-platinum h4 small {
	 color:#BEAC81;
	 display: block;
	 line-height: initial;
 }

 .page-template-template-platinum .platinum-cinemas .col {
	 width:25%;
	 position: relative;

 }
 
 .page-template-template-platinum .platinum-cinemas .col img {
	 min-height: 100%;
 }

 .page-template-template-platinum .platinum-cinemas {
	 line-height: 0;
	 background:black;
 }
 
  .page-template-template-platinum .platinum-cinemas .flex {
 
  justify-content: center;
  }

 .page-template-template-platinum .sign-up [type="submit"]:hover {
	 opacity: 0.5;
 }

 .page-template-template-platinum  .page-title .inner {
	 max-width:100%;
 }


.page-template-template-platinum .palace-platinum {
	color:#fff;
	background-size:cover;
}


.page-template-template-platinum .palace-platinum .button {
	margin-top:1em;
}



.page-template-template-platinum .page-title img {
	max-width: 270px;
	height:auto;
}

.page-template-template-platinum .page-title .button {
	margin-right:1em;
}

.page-template-template-platinum .page-title p {
	margin:2em 0;
	max-width: 350px;
}

.page-template-template-platinum .palace-platinum h3 {
	border-color:#fff;
}


.page-template-template-platinum .platinum-gift-card h3 {
	margin-bottom:1em
}

.page-template-template-platinum .platinum-gift-card p {
	margin-bottom:1.5em;
}


.page-template-template-platinum .platinum-gift-card .row {
	max-width: 1280px;
	  align-items: center;
    justify-content: center;
}




.page-template-template-platinum button.slick-prev,  .page-template-template-platinum button.slick-next {
    width: 16.5%;
}


html.remodal-is-locked {
  overflow: hidden;
}




.videoWrapper {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background:rgba(0,0,0,0.8);
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
      z-index: 99999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;



  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {

  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {

  animation-name: remodal-overlay-closing-keyframes;
}


.remodal-wrapper {
  padding:0;
}


.remodal object, .remodal embed {
	height:360px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {

  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {

  animation-name: remodal-closing-keyframes;
}


.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}




.remodal-close {
	position: absolute;
    top: -40px;
    right: 34px;
    z-index: 4;
    display: block;
    overflow: visible;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }


.remodal:hover .remodal-close {
	display: block;
}

.remodal-close:before {
  	font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    line-height:30px;
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 30px;
    content: "\f00d";
    text-align: center;
}


.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}





.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
    color: #000;
    background: transparent;
    border-radius: 0;
    max-width: 900px;
}



/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


@media only screen and (min-width: 641px) {
	  .remodal {
    max-width: 90%;
  }



}


.lt-ie9 .remodal-overlay {
  background: #fff;
}

.lt-ie9 .remodal {
  width: 900px;
}



/* Events & Festivals */


.select-holder {
	    position: relative;
    display: inline;
}

/*

.select-holder:after {
    border: none;
    border-left: 1px solid #404040;
    opacity: 1;
    width: 50px;
    display: block;
    content: '';
    top: -16px;
    right: 0;
    height: 50px;
}
*/

.select-holder:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -13px;
    right: 18px;
    color: #404040;
    content: '\f107';
    font-weight: 200;
    font-size: 2rem;
}

.movie-club .select-holder:before {
	display: none;
}

.filter-options.homepage {
	padding-bottom: 0px;
}

.filter-options.padding {
	padding-top:2rem;
}

.filter-options p {
	font-weight: bold;
	font-size: 0.750rem;
}

select.event-dropdown {
	height: 46px;
    line-height: 44px;
    background: transparent;
    border-radius: 0;
    border: 2px solid #000;
    -webkit-appearance: none;
    color: #000;
    padding: 0 1em;
    width: 220px;
}

.particapating-cinemas-heading {
	color:#fff;
	background: #000;
	padding:2em 0;
}

.particapating-cinemas-heading h3 {
	font-size: 1.250rem;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    margin-bottom: 2rem;
    margin-top: 1em;
    display: inline-block;
    margin-bottom: 1em;
    letter-spacing: 0.125em;
}




.full-height {
	min-height:100%;
	background:#f9f9f9;
}


.event-location {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.event-cinemas a.button {
	background:#fff;
	border:2px solid #ccc;

}

.event-cinemas .span_6:nth-child(2n+2) {
	margin-right:0;
}

.event-cinemas .span_6 {
	margin-bottom:20px;
}

.content .span_7 a.button {
	margin-top:2em;
}


.single-offers .page-title h1, .single-events .page-title h1, .single-festivals .page-title h1, .single-cinemas .page-title h1 {
    margin-bottom: 0.5em;
    transform: none;
    position: relative;
    text-align: left;
	line-height: 1.2;
}

.single-cinemas .page-title h1, .single-offers.page-title h1 {
	margin-bottom:0.5em;
	line-height: 1.2;
}

.single-events .page-title p, .single-festivals .page-title p, .single-offers .page-title p {
	margin-bottom:2em;
}

.single-events .star-ratings {
	font-size: 1.5em;
	margin-top:1em;
}

.single-events .star-ratings span:before {
	font-family: "Font Awesome 5 Pro";
	content:"\f005";
	font-weight: 400;
}

.single-events .star-ratings span.full:before {
	font-weight: 600;
	color:#BEAC81;
}

.single-events .star-ratings span.half:before {
	content:'\f5c0';
	color:#BEAC81;
	font-weight: 600;
}

.post-type-archive-events .content select {
	min-width: 200px;
}

.events-listing * {
	text-decoration: none;
}

.events-listing .col {
    width: 18.4%;
    margin-top: 1em;
    margin-bottom: 1em;

}


.events-listing .col:nth-child(5n+5) {
	margin-right:0;
}


.events-listing .col:nth-child(3n+3) {
	border-right:0;
}






.events-listing h4 {
	font-size: 1rem;
	margin-bottom:0;
	margin-top:10px;
	font-weight: bold;
	display: contents;
}


.events-listing .col p {
	font-weight: normal;
}

.events-listing h5 {
	margin-bottom:0;
	margin-top:0.5em;
	color:#BEAC81;
}

.events-listing span:last-of-type {
	display: none;
}



/* OTHER AND MISC */

.newsletter-signup h3 {
	margin-bottom:10px;
	border-bottom:0;
}

.newsletter-signup .sign-up {
	position: relative;
    max-width: 550px;
    margin: auto;
 }

.newsletter-signup .sign-up [type="email"] {
	  background: #fff;
	  color:#000;
	  padding:15px;
	  -webkit-appearance: none;
	  border-radius: 0;
	  border:0;
  }

.newsletter-signup .sign-up [type="submit"] {
 	position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    border: none;
    padding: 0 20px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
	background: transparent;
}


/* MOVIES / FILMS */


.single-films .video-holder {
	width:100%;
	margin:4em 0 0 0;
}

.single-films .content  {
	background:#000;
	overflow: hidden;
}

.single-films .movie-details {
	color:#fff;
}

.single-films .movie-details h3 {
	border-bottom-color:#fff;
	width

}


 .select-wrapper {
	position: relative;
}

 .select-wrapper:before {
	font-family: "Font Awesome 5 Pro";
    content: '\f107';
    font-weight: normal;
    position: absolute;
    right: 1em;
    top: 13px;
    color: #000;
    pointer-events: none;
}

.single-films .movie-details h4 {
	color:#fff;
	font-size: 0.750rem;
	text-transform: uppercase;
	margin-bottom:0;
}

.single-films .movie-details p {
	font-size: 0.938rem;
}

.single-films .movie-details .movie-info {
	display: block;
	width:100%;
}

.reviews input {
	border-bottom:1px solid #000;
	border-radius: 0;
	-webkit-appearance: none;
	padding:0;
}

.reviews label {
	padding:0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}


.reviews textarea {
	border:none;
	border-bottom:1px solid #000;
		border-radius: 0;
	-webkit-appearance: none;
	padding:0;
}


.reviews p.left-half, .reviews p.right-half {
	width:49%;
	float:left;
}

.reviews p.right-half {
	float:right;
}

.reviews .button {
	margin-top:2em;
}

.film-details {
	margin-bottom:2em
}

.film-details span {
	display: block;
}

.cinemas-listing .col h4 {
	margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  color: #B4B4B4;
  line-height: 1.5;
  border-bottom: 1px solid #B4B4B4;
}

.cinemas-listing .col {
	width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
}



.page-template-genre .nowShowingMovie {
    margin: 1%;
    width: 300px;
		height: 430px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}

.nowShowingMovie.frontPage {
  min-height: 345px;
	background-size: cover;
}

.movie-slider button.slick-next {
	right:5px;
}

.movie-slider button.slick-prev {
	left:5px;
}

.genre-content {
	padding-top: 3rem;
	padding-bottom: 1rem;
}

.padding-small {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.nowShowingMovie > div {
    background-size: cover;
    position: relative;
	height: 100%;
	background-position: center;
	line-height: 0;
	min-height: 345px;
}



/*

.nowShowingMovie.frontPage > div {
	width: 270px;
	height: 380px;
} */

.nowShowingMovie > div > .film-overlay {
    background: rgba( 0, 0, 0, 0.6 );
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 100%;
}

.film-title-overlay {
	background: #BEAC81;
	height: 100%;
	display: none;
	flex-direction: column;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: initial;
}

.film-title-overlay a {
	text-decoration: none;
}

.film-overlay {
	opacity: 0;
	transition: 300ms ease opacity;
}

@media( min-width: 768px ) {
	.film-overlay:hover {
		opacity: 1;
	}
}

@media( max-width: 767px ) {
	.nowShowingMovie > div > .film-overlay {
		display: none;
		opacity: 1;
	}
}

.film-overlay > a {
	flex: 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-decoration: none;
	flex-direction: column;
}

.film-overlay > a p {
	text-align: center;
	line-height: initial;
	
	padding:0 2rem;
}

.film-overlay > a:hover {
	background: rgb(190, 172, 129, 0.8);
}

.film-overlay > a > i {
	margin-bottom: 15px;
	font-size: 2em;
}


/* SEARCH */


.search-results .col:nth-child(3n+3) {
	margin-right:0;
}

.search-form form{
	position: relative;
	max-width: 500px;
	margin:30px auto 0 auto;

}

.search-form [type="text"] {
	border:1px solid #000;
	-webkit-appearance: none;
	border-radius: 0;
	padding:15px;
}

.search-form i {
	position: absolute;
    right: 15px;
    z-index: 2;
    top: 20px;
}

.mobile-menu {
	display: none;
	color:#fff;
}

.mobile-menu li {
	width:100%;
	display: block;
}

.mobile-menu a {
	color:#fff;
}

.menu-trigger {
	display: none;
    position: absolute;
    right: 2rem;
    bottom: 20px;
    color:#fff;
    font-size: 30px;
    top:26px;
}

.menu-trigger:before {
	font-family: "Font Awesome 5 Pro";
	content:'\f0c9';

}

.menu-active .menu-trigger:before {
	content:'\f00d';
}

.row {
	min-height: auto;
}

.film-page-title {
	max-width: none;
	height: 500px;
}

.film-page-title .row {
	min-height: 100%;
}

.no-sessions-upcoming {
	text-align: center;
  width: 100%;
  padding: 50px;
}

.quick-sessions .select-wrapper{
	margin-bottom: 20px;
}

.quick-sessions-film-sessions {
	margin-top: 20px;
	display: flex;
  flex-wrap: wrap;
  width:100%;
}

.header-fix-buy-tickets:first-child {
  flex-wrap: nowrap !important;
  margin-top: 0px;
}

.header-fix-buy-tickets {
  flex-wrap: nowrap !important;
  margin-top: 75px;
}

.header-fix-buy-tickets h4 {
  margin-bottom: 0px;
}

.new-film-session-ux .quick-sessions-film-sessions .quick-sessions-film {
	padding-left: 0;
}

.quick-sessions-film-sessions .single-session {
	padding: 6px 12px;
}

.quick-sessions-day {
	display: none;
}

.quick-sessions-day:first-child {
	display: block;
}


.quick-sessions-day.default {
	display: block;
}

.sign-in-form input {
	padding: 20px;
	border: 2px solid #BEAC81;
	border-radius: 0;
	margin-bottom: 15px;
}

.sign-in-form button {
	width: 100%;
	background: #BEAC81;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
  border: 0;
  cursor: pointer;
}

.sign-in-form button:hover {
	background: #C9B995;
}

.login-error {
	margin-bottom: 40px;
	text-align: center;
	background: red;
	color: #FFF;
	padding: 20px;
}


/*.Movio Signup Styles */


.pc-subscribe__wrap {
	width:100%;
}

.pc-subsribe__confirm {
	width:100%;
	overflow: hidden;
}

.pc-subscribe__input, .pc-subscribe__submit {
	width:25%;
	padding:0 5px;
	float:left;	
	border-radius: 0;
}




.pc-subscribe__input input,  .pc-subscribe__input select, .pc-subscribe__submit button  {
    background: 0 0;
    color: #000;
    border: 2px solid #000;
    padding: 0 15px;
    height:50px;
    line-height: 48px;
    border-radius: 0;
    width:100%;
    background: #fff;
}


.pc-subscribe__submit button {
	background: #000;
	color:#fff;
	cursor: pointer;
}

.platinum-page .pc-subscribe .pc-subscribe__input input, .platinum-page .pc-subscribe .pc-subscribe__submit input,{

}

.film-poster-single {
	position: absolute;
  right: 2em;
  height: 100%;
	padding: 2em;
	width:auto;
}

.film-poster-single.mobile {
	display: none;
}

.film-poster-single img {
	height: 100%;
	width: auto;
}

.film-poster-single.inline {
	position: static;
	float: right;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 30px;
}

.film-poster-single.inline img {
	width: 200px;
	height: auto;
}

.two-column-movie > div {
	flex-direction: row-reverse;
}

.two-column-movie > div > div.span_8 {
	margin-right: 0;
	background: #fff;
}

.or-label {
	opacity: 0.6;
	text-align: center;
}

.new-film-session-ux {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	width:100%;
}

.new-film-session-ux .quick-sessions-film {
	width: 25%;
	padding: 0 15px 30px 15px;
	text-align: left;
	color: #000;
}

.new-film-session-ux .quick-sessions-film small {
	opacity: 0.6;
}

.new-film-session-ux .single-session {
	color: #000;
	border-color: #000;
}

.new-film-session-ux .single-session:hover {
	background: #000;
	color: #fff;
}

.movie-opening-date {
	margin-top: 15px;
}

.palace-quick-ux-by-cinema {
	/*background: #bfad7e;*/
}

.palace-quick-ux-by-cinema .span_4 {
	padding:0 1rem;
}


.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie {
	width: 300px;
	background-size: cover;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie > div {
	height: 450px;
}

.nav-dropdown h5 {
	font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;

}



.page-template-template-by-movie-php .nav-dropdown .span_4 {
	display: none!important;
}

.page-template-template-by-movie-php .nav-dropdown.nav-movie .span_4 {
	display: block!important;
}

.date-times, date-cinema {
	position: relative;
}

.date-times:after {
	content: 'OR';
    position: absolute;
    top: 18px;
    right: -37px;
    font-size: 0.8rem;
    font-weight: bold;
}

.date-cinema:after {
	content: 'THEN';
    position: absolute;
    top: 18px;
    right: -47px;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: inherit;
}


.palace-quick-ux-by-cinema .nav-dropdown .input-box {
		padding: 0 1rem;
		padding-right: 40px;
    opacity: 1;
    border: 3px solid transparent;
}

.location-select {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.location-select a {
	padding:0 2rem;
}

.location-select .button {
	margin: 8px;
}

.state-change-btn {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.quick-session-times {
	display: flex;
	flex-wrap: wrap;
}

.quick-session-times h3 {
	margin-bottom: 10px;
}

.quick-session-times > div.quick-times-cinema {
	flex-basis: 25%;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

@media( max-width: 767px ) {
	.quick-session-times > div.quick-times-cinema {
		flex-basis: 100%;
	}
}

.page-quick-times-location button, .state-cinema-selector button {
    margin-bottom: 5px;
    width: auto;
    transition: 300ms ease background, 300ms ease color;
    padding: 0 10px;
    width: auto;
    font-size: 0.7rem;
    height: 30px;
    line-height: 33px;
    font-weight: bold;
}

.page-quick-times-location button.selected, .state-cinema-selector button.selected {
	background: #000;
	color: #FFF;
}

@media( max-width: 1120px ) {
	section.search > .row > ul.tabs li { 
		width: 33.33%;
	}
}

.hide-desktop {
	display: none!important;
}

@media( max-width: 767px ) {
	.film-poster-single {
		display: none;
	}

	.hide-desktop {
		display: flex!important;
	}

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

	section.search > .row > ul.tabs li { 
		width: 100%;
	}

	.film-poster-single img {
		height: auto;
		width: 100%;
	}

	.film-poster-single.mobile {
		display: block;
		position: static;
		padding: 0;
	}

	.new-film-session-ux .quick-sessions-film {
		width: 100%;
	}

	.no-padding-mobile.row.flex {
		padding: 0;
	}

	.new-film-session-ux {
		margin-top: 0px;
		padding: 40px 20px;
	}

	.or-label {
		margin-bottom: 10px;
	}
}



.blog-archive .row {
	padding:0;
	background-color:#f5f5f5;
	margin-bottom:3px;
}


.blog-archive {
	padding-top:4rem;
	padding-bottom:4rem;
}

.blog-archive .flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-archive .row:nth-child(odd) {
	flex-direction: row-reverse;
}

.blog-archive .blog-content {
	padding:5rem 3rem;

}


.blog-archive .blog-content .button.clear {
	border-color:#000;
	color:#000;
}

.blog-archive .blog-content .button.clear:hover  {
	color:#fff;
	background: #000;
} 

.blog-archive .blog-image, .blog-archive .blog-content {
	margin:0;
	width:50%;
}

.blog-archive .blog-image {
	min-height:500px;
	background-size:cover;
	background-position: center;
}

.blog-featured-container {
	padding:8rem 3rem;
	overflow: hidden;
	background-size:cover;
	background-position: center;
	position: relative;
}

.blog-featured-container > .span_4 {
	position: relative;
	z-index: 2;
}

.blog-featured-container h3, .blog-featured-container p, .blog-featured-container {
	color:#fff;
}
/*
.blog-featured-container .button.clear {
	border-color:#fff;
	color:#fff;
}

.blog-featured-container .button.clear:hover  {
	background: #fff;
	color:#000;
}*/

.blog-featured-container:before, section.single-blog-post:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);
}

.blog-archive h3 {
	text-decoration: none;
	display: block;
	width:100%;
	border:none;
	margin-bottom:1rem;
	padding:0;
	font-size: 2rem;
	line-height: 1.2;

	
}

.single-blog-post > .row {
	padding:12rem 4rem;
	color:#fff;
	z-index: 2;
}

section.single-blog-post h1 {
	line-height: 1.2;
	margin-bottom:1rem;
}

section.single-blog-post date {
	display: block;
	margin-bottom:1rem;
}


section.single-blog-post {
	background-size: cover;
	background-position: center;
}

.blog-archive date {
	display: block;
	margin-bottom:1rem;
	font-weight: bold;
}

.blog-archive .blog-content p, .blog-featured-container p {
	margin-bottom:2rem;
}


.blog-archive date, section.single-blog-post date {
	text-transform: uppercase;
}

.blog-archive.related-posts {
	padding-top:2rem;
	padding-bottom:0;
}

.page-numbers {
	margin:3rem 0 0 0;
	width:100%;
	text-align: center;
}

.page-numbers li {
	display: inline-block;
	margin:0 2px;
}

.page-numbers a {
display: block;
    width: 20px;
    height: 20px;
}

.event-subscribe-form input {
	padding: 20px;
	border: 1px solid #BEAC81;
	margin-bottom: 20px;
}

#personal-info-edit input {
	padding: 20px;
	border: 1px solid #BEAC81;
	margin-bottom: 10px;
	margin-top: 20px;
}

#personal-info-edit {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0,0,0,0.8);
	align-items: center;
	justify-content: center;
	z-index: 100;
}

#personal-info-edit > form  {
	padding: 20px;
	background: #FFF;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	max-width: 600px;
	position: relative;
	margin-top: 0;
}

@media( max-width: 767px ) {
	#personal-info-edit {
		align-items: flex-start;
	}

	#personal-info-edit > form {
		max-height: none;
	}
}

.palace-movie-club-picker {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.palace-movie-club-picker > div {
	flex-basis: 33.3%;
}

@media( max-width: 900px ) {
	.palace-movie-club-picker {
		flex-direction: column;
	}
}

.palace-movie-club-card {
	margin: 20px;
	min-width: 300px;
	transition: 300ms ease opacity;
}

.palace-movie-club-card-header {
	padding: 0px 30px;
	background: #BEAC81;
	text-align: center;
}

.palace-movie-club-card-content {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #BEAC81;
	display: flex;
	flex-direction: column;
}

.palace-movie-club-card-content h3 {
	font-size: 0.8em;
	margin-bottom: 0;
}

.palace-movie-club-card-content ul {
	text-align: left;
}

.palace-movie-club-card-content .buttons {
	margin-top: auto;
}

.palace-movie-club-card-content button {
	width: 100%;
	margin-top: 15px;
}

.movie-club-location-select-holder {
	max-width: 400px;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
}

.movie-club-location-select-holder:before {
	top: 0;
	pointer-events: none;
}

.movie-club-location-select-holder select {
	width: 100%;
}

.member-hub .gform_wrapper .gform_footer {
	text-align: left;
}

.member-hub .gform_wrapper .top_label .gfield_label {
	display: block!important;
	padding: 0;
	margin-bottom: 10px;
}

.qr-code {
	width: 100%;
	max-width: 150px;
}

.mobile-menu .mobile-location-menu > ul > li button {
	color: #FFF;	
}

.mobile-location-menu .sub-menu {
	display: none;
}

.page-quick-times-location a {
	text-decoration: none;
}

.tooltip {
	display: none;
}

.quick-session-times i {
	margin-left: 5px;
}

.quick-session-time {
	position: relative;
}

.quick-session-time.platinum {
	color: #BEAC81;
}

.quick-times-film > div {
	margin-bottom: 10px;
}

.platinum-info {
	color: #BEAC81;
}

.single-session.platinum {
	color: #BEAC81;
	border-color: #BEAC81;
}
.single-session.platinum:hover {
	background: #BEAC81;
	color: #FFF;
}

.single-session i {
	margin-left: 5px;
}

.single-session .tooltip {
	color: #000;
}

.movie-review-stars i {
	color: #BEAC81;
}

.home-page-seo-section h3 {
	text-decoration: none;
}

#club-picker {
	display: none;
}

#club-picker-title {
	display: none;
}

#length-picker-title {
	display: none;
}

.faded-club {
	opacity: 0.5;
}

.movie-club-welcome {
	border-bottom: 0;
	text-transform: none;
	font-size: 2em;
}

.movie-club-benefits-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}

.movie-club-benefits-box > div {
	flex-basis: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
}

@media( max-width: 767px ) {
	.movie-club-benefits-box > div {
		flex-basis: 100%;
	}
}

.movie-club-benefits-box > div > i {
	background: #BEAC81;
	color: #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 0.8em;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.member-club-member-info {
	display: flex;
	margin-top: 80px;
}

.member-club-member-info > div {
	width: 50%;
	padding: 20px;
}

@media( max-width: 767px ) {
	.member-club-member-info {
		display: block;
	}

	.member-club-member-info > div {
		width: 100%;
	}

	.member-club-member-info div .card {
		flex-direction: column-reverse;
	}

	.member-club-member-info div .card > div {
		width: 100%;
	}

	.qr-code {
		max-width: 300px;
		margin-bottom: 15px;
	}
}


.member-club-member-info div .card {
	padding: 20px;
	border: 1px solid #BEAC81;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.member-club-member-info .card.block {
	display: block;
}

.row.inner.member-hub {
	max-width: 1200px;
}

.member-hub .gform_wrapper {
	margin: 0;
}

.member-hub .cta a {
	margin-left: 15px;
	margin-right: 15px;
}

.member-hub .reward {
	background: #BEAC81;
	padding: 20px;
	margin-bottom: 10px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

.member-hub .reward i {
	margin-right: 10px;
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */

/* Requirements */

[data-accordion] [data-content] {
	overflow: hidden;
	max-height: 0;
}

/* Basic Theme */

[data-accordion] {
	line-height: 1;
}

[data-control],
[data-content] > * {
	border-bottom: 1px solid #BEAC81;
	padding: 20px;
	text-align: left;
}

[data-content] [data-accordion] {
	border: 0;
	padding: 0;
}

[data-accordion] [data-control] {
	position: relative;
	padding-right: 40px;
}

[data-accordion] > [data-control]:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 22px;
	font-size: 25px;
	font-weight: 200;
	color: #444;
	height: 15px;
	width: 24px;
	background: url('https://vctrfrnndz.github.io/jquery-accordion/images/down.png') center center no-repeat;
	background-size: 50%;
}

[data-accordion].open > [data-control]:after {
	-webkit-transform: rotate(-180deg); 
	-ms-transform: rotate(-180deg); 
	transform: rotate(-180deg); 
}

.watchlist-slider {
	height: 170px!important;
}

.member-hub .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #BEAC81;
}

.platinum-label {
	color: #BEAC81;
	margin-bottom: 0;
}

.quick-session-times [data-control] {
	padding: 20px 0px;
}

.quick-session-times [data-content] > * {
	border-bottom: 0;
	padding: 10px 0px;
}


.coupon {
    width: 50%;
    /* max-width: 200px; */
    float: left;
}


.coupon label {
	display: none;
}

#coupon_code {
	height:45px;
	line-height: 45px;
	background: #efefef;
	padding:0 1rem;
	max-width: 300px;
	float:left;
}

.actions .button {
	float:right;
}

.actions .coupon .button {
	float:left;
}

.close-modal {
	padding: 15px;
	font-size: 1.2em;
	position: absolute;
	right: 0;
	top: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }




.owl-nav {
	text-align: center;
    font-size: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 4;
}

.owl-carousel {
	padding:0 48px;
}


.owl-nav button {
    position: absolute;
    top: 0;
    margin-top: 0;
    height: 100%;
    background: #000;
    margin: 0;
	 width: 48px;
    display: block;
    color: #fff;
    opacity: 0.7;
}


.owl-nav button:hover {
	opacity: 1;
}


.owl-nav button.owl-prev {
	left: 0;
}


.owl-nav button.owl-next {
	right:0;
}



.owl-nav button.disabled, .owl-nav button.disabled:hover  {
	opacity: 0.1;
} 


.owl-dots {
	display: none;
}

.no-films-to-display {
	padding: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.buy-tickets-cinema-movie-selector {
	flex-direction: column;
	align-items: center;
}

.buy-tickets-cinema-movie-selector h2 {
	color: #FFF;
	font-size: 1.2em;
	display: block;
	margin-bottom: 20px;
}

.buy-tickets-cinema-movie-selector .filter-switcher {
	display: flex;
}

.buy-tickets-cinema-movie-selector .filter-switcher a {
	background: #222;
	color: #FFF;
	padding: 15px 75px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	transition: 300ms ease background, 300ms ease color;
	cursor: pointer;
}

.buy-tickets-cinema-movie-selector .filter-switcher a.selected {
	background: #FFF;
	color: #000;
}

.buy-tickets-cinema-movie-selector .filter-switcher a:hover {
	background: #FFF;
	color: #000;
}

.buy-tickets-cinema-movie-selector .filter-settings {
	background: #FFF;
	padding: 15px;
	display: flex;
}

.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper {
	border-bottom: 1px solid #000;
	width: 300px;
}

.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper:after {
	content: '';
}

.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper:first-child {
	margin-right: 10px;
}

.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper:last-child {
	margin-left: 10px;
}

.new-film-session-ux h2 {
	margin-bottom: 0;
}

.new-film-session-ux h2:not(:first-child) {
	margin-top: 20px;
}

.palace-movie-club-cta.row.inner {
	display: flex;
	max-width: 1200px;
}

.palace-movie-club-cta > div {
	flex-basis: 50%;
	flex-grow: 1;
	padding: 40px;
}

.palace-movie-club-cta > div:first-child {
	border-right: 1px solid #999;
}

.member-benefit {
	display: flex;
}

.member-benefit > div:first-child {
	margin-right: 15px;
	flex-shrink: 0;
}

.palace-location-selector-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba( 0,0,0,0.8 );
	z-index: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.palace-location-selector-popup > div {
	background: #FFF;
	padding: 30px;
	width: 100%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #848484;
	font-weight: bold;
	font-size: 0.9em;
}

.palace-location-selector-popup > div > img {
	width: 250px;
	display: block;
	margin-bottom: 10px;
}

.palace-location-selector-popup .button {
	color: #FFF;
	transition: 300ms ease background;
}

.palace-location-selector-popup .button:hover {
	background: rgb(172, 154, 114);
}

.palace-location-selector-popup .detected-location {
	color: #000;
	font-size: 2em;
	margin-bottom: 20px;
}

.palace-location-selector-popup .detected-location i {
	color: #BEAC81;
}

@media( max-width: 767px ) {
	.palace-movie-club-cta.row.inner {
		flex-direction: column;
	}

	.palace-movie-club-cta > div:first-child {
		border: 0;
	}
}

.popup-location-picker {
	position: relative;
	margin-left:  0;
}

.popup-location-picker > a {
	text-decoration: none;
	padding: 15px 40px;
	display: block;
	background: #848484;
	color: #FFF;
	cursor: pointer;
}

.popup-location-picker > a i {
	margin-left: 8px;
	margin-right: 8px;
}

.popup-location-picker .popup-location-options {
	list-style: none;
	background: #FFF;
	position: absolute;
	margin-left: 0;
	width: 100%;
	max-height: 200px;
	overflow-y: scroll;
	opacity: 0;
	height: 0;
	transition: 300ms ease opacity;
}

.popup-location-picker:hover .popup-location-options {
	opacity: 1;
	height: auto;
}

.popup-location-options li {
	padding: 15px 5px;
	margin-bottom: 0;
	transition: 300ms ease background, 300ms ease color;
}

.popup-location-options li:hover {
	background: #BEAC81;
	color: #FFF;
	cursor: pointer;
}

.state-cinema-selector {
	background: #FFF;
	padding-top: 50px;
}

.popup-cinema-picker {
	position: relative;
	text-align: center;
	max-width: 330px;
	margin: 0 auto;
	margin-top: 15px;
}

.popup-cinema-picker > a {
	text-decoration: none;
	padding: 15px 40px;
	display: block;
	background: #848484;
	color: #FFF;
	cursor: pointer;
}

.popup-cinema-picker > a i {
	margin-left: 8px;
	margin-right: 8px;
}

.popup-cinema-picker .popup-cinema-options {
	list-style: none;
	background: #FFF;
	position: absolute;
	margin-left: 0;
	width: 100%;
	opacity: 0;
	height: 0;
	z-index: 999;
	transition: 300ms ease opacity;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.popup-cinema-picker.open .popup-cinema-options {
	opacity: 1;
	height: auto;
}

.popup-cinema-options li {
	padding: 15px 5px;
	margin-bottom: 0;
	transition: 300ms ease background, 300ms ease color;
	display: none;
}

.popup-cinema-picker.open li {
	display: block;
}

.popup-cinema-options li.selected {
	font-weight: bold;
}

.popup-cinema-options li:hover, .popup-cinema-options li.selected {
	background: #BEAC81;
	color: #FFF;
	cursor: pointer;
}

html.modal-open {
	overflow-y: hidden;
}

[data-future="1"] {
	display: none;
}

.day-filter-button {
	display: inline-block;
}

.film-festivals {
	display: flex;
	justify-content: center;
}

.mobile-menu .mobile-film-genre a {
	font-weight: normal;
}

.mobile-menu .mobile-film-genre i {
	opacity: 0;
}

.mobile-menu .mobile-film-genre {
	border-bottom: 0;
}

.mobile-menu li.no-border {
	border-bottom: 0;
}

.mobile-menu .mobile-film-genre.border {
	border-bottom: 1px solid #222;
}

.comming-soon .owl-stage {
	margin: 0 auto;
}

.comming-soon .owl-carousel.owl-nav.disabled {
	display: block;
}

@media( max-width: 520px ) {
	.owl-stage {
		left: calc((100vw - 236px) / 2.5);
	}
}

div.movie-slider.platinum-slider.owl-carousel.owl-loaded.owl-drag > div.owl-nav.disabled {
	display: block;
}

.owl-loading {
	display: none;
}

@media( max-width: 767px ) {
	.filter-settings {
		flex-direction: column;
		width: 100%;
	}


	.buy-tickets-cinema-movie-selector .filter-switcher a {
		padding: 10px;
		width: 50%;
		text-align: center;
	}

	.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper {
		width: 100%;
	}

	.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper:last-child {
		margin-left: 0;
		margin-top: 10px;
	}

	.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper:after {
		display: none;
	}

	.palace-quick-ux-by-cinema .nav-dropdown .input-box {
		margin-bottom: 0;
	}

	.buy-tickets-cinema-movie-selector .filter-settings .select-wrapper:first-child {
		margin-right: 0;
	}

	.buy-tickets-cinema-movie-selector .filter-switcher {
		width: 100%;
	}

	.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie {
		width: 250px;
	}

	.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie > div {
		height: 375px;
	}

	.nav-movie .tabs.filmSelect li {
		width:50%;
		border: 1px solid #fff;
	}

	.film-listing.flex {
		display: flex;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
  }
}

@media( max-width: 580px ) {
	.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie {
		width: 350px;
	}

	.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie > div {
		height: 522px;
	}
}

@media( max-width: 410px ) {
	.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie {
		width: 250px;
	}

	.page-template-template-by-cinema .nav-dropdown.nav-movie .nowShowingMovie > div {
		height: 375px;
	}
}

.session-time-card {
	border: 3px solid #000;
	min-width: 115px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.session-time-card-time {
	font-weight: bold;
	padding: 5px;
	font-size: 1.2em;
}

.session-time-card.sold-out {
	opacity: 0.3;
}

.session-time-card-time.sold-out {
	text-decoration: line-through;
}

.session-time-card-info {
	height: 18px;
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.session-time-card-capacity {
	margin-top: 7px;
	margin-left: 4px;
	font-weight: bold;
	font-size: 0.7em;
}

.session-time-card-info i {
	margin-top: 5px;
	margin-right: 2px;
}

.session-time-card-highlight {
	padding: 0 5px;
	padding-top:2px;
	height: 18px;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
}

.session-time-card-info .tooltip {
	width: 200px;
	right: -170px;
	left: auto;
	text-align: left;
}

.debug {
	display: none;
}

.quick-times-cinema-platinum .attribute-Platinum {
	display: none;
}

@media( max-width: 767px ) {
	.movie-slider.owl-carousel {
		padding: 0;
		margin-bottom: 30px;
	}

	.row.film-festivals {
		flex-direction: column;
	}
}

.email-popup-con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
}

.gift-message {
  padding: 20px;
  border: 2px solid #BEAC81;
  border-radius: 0;
  margin-bottom: 15px;
}

.email-popup-inner-con {
  width: 750px;
  max-width: 75%;
  background-color: #fff;
  position: absolute;
  top: 50vh;
	left: 50%;
	padding: 40px;
  transform: translate(-50%, -50%);
}

@media (min-width:960px){
	.email-popup-con .email-popup-inner-con {
		max-height: 100vh;
    	overflow: auto;
	}	
}

@media (max-width:960px){
	.email-popup-con .email-popup-inner-con {
		top: 40vh;
		padding: 40px;
		transform: translate(-50% ,0);
	}	
}

.movie-opening-date.sm {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
}

.email-popup-inner-con input {
	padding: 20px;
	border: 2px solid #BEAC81;
	border-radius: 0;
	margin-bottom: 15px;
}

.email-popup-inner-con select {
  border: 2px solid #BEAC81;
  border-radius: 0;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 20px;
  height: 68px;
}

.email-popup-inner-con .gift-form {
	text-align: left;
}

.email-popup-inner-con {
	text-align: center;
}

.member-popup-input-group {
  display: flex;
  justify-content: space-between;
}

.member-popup-inputs {
  flex-direction: column;
  width: 100%;
  margin: 0 5px;
}

.member-popup-dob {
  width: 100% !important;
  height: 68px;
}

.recipient-options {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.recipient-option {
	margin-bottom: 10px;
}

.member-popup-input-group {
  display: flex;
  justify-content: space-between;
}

.member-popup-inputs {
  flex-direction: column;
  width: 100%;
  margin: 0 5px;
}

.member-popup-dob {
  width: 100% !important;
  height: 68px;
}

.recipient-option {
	margin-right: 20px;
	margin-left: 20px;
	padding: 20px;
	border: 4px solid #000;
	color: #000;
	font-weight: bold;
	min-width: 150px;
	transition: 300ms ease background, 300ms ease border-color, 300ms ease color;
}

.recipient-option:hover, .recipient-option.selected {
	cursor: pointer;
	background: #BEAC81;
	border-color: #BEAC81;
	color: #FFF;
}

.email-popup-img-con,
.email-popup-img-con img {
  float: left;
  width: 100%;
  position: relative;
}
.email-popup-img-con::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.message-overlay-con {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.email-popup-img-con .message {
  display: block;
  color: #eee;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}
.email-popup-img-con .nothanks {
  display: inline-block;
  color: #ccc;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 600;
}
.email-popup-img-con .nothanks:hover {
  color: #fff;
  cursor: pointer;
}
.email-popup-inner-con .gform_wrapper {
  display: flex !important;
  padding: 25px;
}
.email-popup-inner-con div.gform_wrapper label.gfield_label {
  display: block !important;
}

.email-popup-inner-con .gfield_radio {
  display: flex !important;
	padding-top: 25px !important;
	width: 100%!important;
}

.email-popup-inner-con .gform_body {
  display: relative;
  margin: 0 auto;
  width: 100%;
}

.email-popup-inner-con .gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-top: 2px!important;
}

.email-popup-inner-con .gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio]:before {
	content: ' ';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: transparent;
	display:block;
	position: relative;
}

.member-popup-con {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
}

.member-popup-inner-con {
  width: 750px;
  max-width: 75%;
  background-color: #fff;
  position: absolute;
  top: 50%;
	left: 50%;
	padding: 40px;
  transform: translate(-50%, -50%);
  text-align: center;
}


@media screen and (max-width: 500px) {
  .member-popup-inner-con {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    padding: 6px;
    transform: none;
  }

  .member-popup-input-group {
    flex-direction: column;
  }

  .member-popup-inputs {
    margin: 0px;
  }
}

@media screen and (max-width: 768px) {
  .member-popup-inner-con {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    margin: 150px 0;
    padding: 50px;
    transform: none;
  }
}

.member-popup-inner-con input {
	padding: 20px;
	border: 2px solid #BEAC81;
	border-radius: 0;
	margin-bottom: 15px;
}

.member-popup-inner-con select {
  border: 2px solid #BEAC81;
  border-radius: 0;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 20px;
  height: 68px;
}

.email-popup-inner-con .gift-form {
	text-align: left;
}

.email-popup-inner-con {
	text-align: center;
}

@media (min-width:960px){
	.email-popup-con .email-popup-inner-con {
		max-height: 100vh;
    	overflow: auto;
	}	
}

@media (max-width:960px){
	.email-popup-con .email-popup-inner-con {
		top: 40vh;
		padding: 40px;
		transform: translate(-50% ,0);
	}	
}

.movie-opening-date.sm {
    margin-top: 0;
	margin-bottom: 0;
	padding: 0 1rem;
}

.lslide img{
	height:300px;
	object-fit: cover;
}

.top-nav .search-box.row{
	padding:0;
	z-index: 3;
}
.top-nav .search-box i{
	display: block;
    color: #fff;
	padding: 1.1em 1em .8em;
	cursor:pointer;
	float:left;
	width:6%;
}
.top-nav .search-box input{
	display: block;
    width: 87%;
    padding: .8em 0 0.5em;
	border-bottom: 1px solid #6c6c6c;
	color: #fff;
	border-radius:0;
	float:left;
}

.top-nav .search-box{
	position: absolute;
    margin-top: -55px;
    width: 100%;
    opacity: 0; 
}    
#search-top{
	cursor:pointer;
}

#search-box a {
    display: block;
    margin-left: 2.98em;
    background: #222;
    float: left;
    width: 87%;
    text-transform: none;
    font-size: 1em;
    font-weight: 100;
    padding: 0.5em 0.8em;
    border-bottom: 1px solid #6c6c6c;
}
.search-box a.active {
    background: #3f3f3f!important;
}
.search-box.mobile {
    padding: 0;
    float: left;
    width: 100%;
}

.search-box.mobile i {
    position: absolute;
    right: 0;
    top: 10px;
}

.search-box.mobile input {
    border-bottom: 1px solid #333;
    padding: 5px 0;
    color: #fff;
}
.search-box.mobile a {
    font-size: .8em;
    text-transform: none;
    font-weight: normal;
    font-family: inherit;
    background: #222;
    display: block;
    border-bottom: 1px solid #666;
    padding: .5em;
}
@media(min-width: 960px ){
	header nav.top-nav{
		height:52px;
	}
}

.search-box a span{
	text-transform: capitalize;
	color: #646464;
}

.enquiry-form > .row{
    padding: 0!important;
}
.enquiry-form input,.enquiry-form textarea {
    padding: 20px;
    border: 2px solid #BEAC81;
    border-radius: 0;
    margin-bottom: 35px;
}

.enquiry-form input[type=radio] {
    display: none;
}

.enquiry-form input[type=radio] + label {
    display: block;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    max-width: unset;
    border: 2px solid #BEAC81;
    text-transform: uppercase;
    font-weight: 100;
    color: #636363;
	cursor: pointer;
	margin-bottom: 35px;
}

.enquiry-form input[type=radio]:checked + label {
    background: #BEAC81;
    color: #fff;
}

.custom-select {
	position: relative;
	font-family: Arial;
  }
  
  .custom-select select {
	display: none; 
  }
  

  .select-selected:after {
	position: absolute;
	font-family:"Font Awesome 5 Pro";
	content: "\f078";
	top: 20px;
	right: 20px;
	color: #8d8d8d;
	width: 1em;
	height: 1.5em;
	}
  
  .select-selected.select-arrow-active:after {
	transform: rotate(180deg);
  }
  
  .select-items div,.select-selected {
	color: #4b4b4b;
	padding: 0;
	cursor: pointer;
	user-select: none;
	}
  
  .select-items {
    position: absolute;
    background-color: #dedede;
    top: calc(100% + 2px);
    left: -2px;
    right: -2px;
	z-index: 100;
	max-height: 500px;
    overflow: auto;
  }
.enquiry-form > .row {
    overflow: visible;
}

.select-items div {
    padding: 10px 20px;
    border-bottom: 2px solid #afafaf;
  
	color: #6f6f6f;
}
.select-items div.title{
	color:#fff;
	background: #BEAC81;
	font-weight: 700;
	pointer-events: none;
}
  .select-hide {
	display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
  }

  .enquiry-form input[type=radio]:checked + label {
    background: #BEAC81;
    color: #fff;
}

.enquiry-form .custom-select {
    position: relative;
    height: auto;
    width: 100%;
    padding: 20px;
    border: 2px solid #BEAC81;
}
.enquiry-form h5{
	text-transform: uppercase;
	color: #BEAC81;
	font-weight: 700;
	margin-top: 2em;
}
.enquiry-form  h3{
	margin-top: 2em;
}


.calendar *, .calendar *:before, .calendar *:after {
    box-sizing: border-box;
}

.calendar {
    background-color: #fff;
    box-shadow: none;
	overflow: hidden;
	margin-bottom: 2em;

}
@media (max-width:1200px) {
    .calendar {
        width: auto;
    }
}
.calendar .calendar-btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: button;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    min-width: 27px;
    outline: none;
    overflow: visible;
    padding: 0;
    text-align: center;
    color: #fff;
}
.calendar .calendar-btn.active{
	border-radius: 5px;
	box-shadow: 0 0 0 2px rgba(231, 233, 237, 0.1);
}

.calendar .calendar-header {
    align-items: center;
    display: flex;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    background: #BEAC81;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 100;
}

.calendar .calendar-header svg {
    fill: #333;
}

.calendar .calendar-header__label {
    font-weight: 100;
    text-align: center;
    width: 100%;
}

.calendar .calendar-week {
    background-color: #c9b688;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.calendar .calendar-week span {
    color: #fff;
    flex-direction: column;
    flex: 0 0 14.28%;
    font-size: 1em;
    font-weight: bold;
    max-width: 14.28%;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
}

.calendar .calendar-body {
    background-color: #ddd2b7;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.calendar .calendar-date {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    border-right: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 14.28%;
    max-width: 14.28%;
	padding: .5em 0;
    line-height: 2em;
    color: #BEAC81;
}

.calendar .calendar-date--active {
    cursor: pointer;
}

.calendar .calendar-date--today {
    background-color: #E7E9ED;
    color: #333;
}

.calendar .calendar-date--disabled {
    border-radius: 0;
	cursor: not-allowed;
	background: #d5d5d57a;
}

.calendar .calendar-date:nth-child(n+8) {
    border-top: 0;
}

.calendar .calendar-date:nth-child(7n+1) {
    border-left: 0;
}

.calendar-date.calendar-date--active.calendar-date--selected span {
    display: inline-block;
    background: #fff;
    height: 2em;
    width: 2em;
    text-align: center;
    border-radius: 25px;
}
.calendar > div {
    float: left;
    width: 49%;
}
.calendar > div:nth-child(1) {
    margin-right: 1%;
}
.calendar .calendar-btn.disabled {
    display: none;
}
.enquiry-form input[type=submit] {
    background: #beac81;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
}

p.success {
    padding: 1em;
    width: 100%;
    border: 2px solid #68c568;
    color: #138f13;
}
p.error {
    padding: 1em;
    width: 100%;
	border: 2px solid #ce4545;
    color: #c63c3c;
}

.enquiry-form input[type=text] + label,
.enquiry-form input[type=number] + label, 
.enquiry-form .custom-select  label {
    position: absolute;
    top: -1.5em;
    padding: 0 .5em;
    background: #beac81;
    color: #fff;
    font-weight: 500;
}
.enquiry-form .custom-select  label {
	left:-2px;
}

.enquiry-form [class*=span]  {
    position: relative;
}


@media  (min-width:310px) and (max-width:450px) {
	#palace-react-component section > div:nth-child(2) .palace-movie-club-card {
		margin: 20px 4vw;
		min-width: 72vw;
		
	}
	#palace-react-component section > div:nth-child(3) .palace-movie-club-card {
		margin: 5px;
		min-width: 78vw;
		
	}
}

.enquiry-form #booking-form-submit{    
	text-align: center;;
	padding: 20px;
    border: 2px solid #BEAC81;
    border-radius: 0;
	margin-bottom: 35px;
	background: #beac81;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing: 4px;
	cursor:pointer;
}
.error input,  .error select {
    border-color: #ec7878;
}

.error input[type=text] + label {
    background: #ec7878!important;
}
.error h5{
    color: #ec7878;
}
.error input[type=radio] + label{
     border-color: #ec7878;
}
.error .custom-select {
    border-color: #ec7878;
}
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder {
    color:#a0a0a0;
}
.enquiry-form input[type=number]{
	width: 100%;
}
@media(max-width:960px){
	.calendar > div {
		float: none;
		width: 99%;
	}
}




body .gform_wrapper label.gfield_label{
    display:block!important;
}

a.ui-datepicker-prev, a.ui-datepicker-next {
    float: left;
    width: 1em;
    height: 2em;
    margin-top: .45em;
}

.gfrom_body select{
    color:#fff;
}

div#ui-datepicker-div {
    padding: 0;
}
div#ui-datepicker-div {
    padding: 0;
}
.gform_body li input[type=text],.gform_body select, .gform_body textarea, .gform_body li input[type=number], .gform_body li input[type=email]{
    border: 2px solid #BEAC81!important;
}

body .gform_wrapper label.gfield_label{
    display:block!important;
}

a.ui-datepicker-prev, a.ui-datepicker-next {
    float: left;
    width: 1em;
    height: 2em;
    margin-top: .45em;
}

.gfrom_body select{
    color:#fff;
}

div#ui-datepicker-div {
    padding: 0;
}
div#ui-datepicker-div {
    padding: 0;
}

.ui-datepicker-title select {
    border: none;
    line-height: 1.5;
    font-size: 1em;
}
.ui-datepicker-header{
	background-color: #beac81!important;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	color: #1a1a1a;
}
