/* Custom Styles */

body {
	font-family: 'Lato', sans-serif;
	font-size:17px;
	font-weight:400;
	line-height:30px;
	color:#180000;
}

a {
	color:#d8af53;
	text-decoration:none;
}

a:hover,
a:focus {
	color:#d8af53;
	text-decoration:underline;
}

a:focus {
	text-decoration:none;
}

a,
a:hover,
.button,
.button:hover {
	-moz-transition:all 0.15s ease-in-out;
	-webkit-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

p:empty,
p:last-child {
	margin-bottom:0;
}


strong, b,
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	color: #180000;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type="color"]::placeholder, .wpcf7 input[type="date"]::placeholder, .wpcf7 input[type="datetime-local"]::placeholder, .wpcf7 input[type="datetime"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="file"]::placeholder, .wpcf7 input[type="month"]::placeholder, .wpcf7 input[type="number"]::placeholder, .wpcf7 input[type="range"]::placeholder, .wpcf7 input[type="search"]::placeholder, .wpcf7 input[type="submit"]::placeholder, .wpcf7 input[type="tel"]::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="time"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="week"]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
	color: #180000;
	opacity: 1;
}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="search"], .wpcf7 input[type="submit"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea {
	display: block;
	width: 100%;
	padding:15px;
	height:auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	color: #180000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn, 
.wpcf7 input[type="submit"],
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.donate-page .section-1 .gform_wrapper .gform_footer input.button {
	padding:10px 15px;
	line-height:1;
	color:#fff;
	font-size:17px;
	background-color:#180000;
	border-color:#180000;
	font-family: 'Lato-Semibold';
	font-weight:400;
	text-transform:uppercase;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}


.btn:focus,
.btn-primary.focus, 
.btn-primary:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show >.btn-primary.dropdown-toggle:focus {
	color:#180000;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.btn-primary.focus, 
.btn-primary:focus {
	background-color:#fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show >.btn-primary.dropdown-toggle:focus {
	color:#fff;
}

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button.alt.disabled,
.btn-outline-primary.disabled, .btn-outline-primary:disabled, 
.wpcf7 input.disabled[type="submit"], 
.wpcf7 input:disabled[type="submit"],
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
	background-color:#180000;
	color:#fff;
	border-color:#180000;
}


.btn:hover, 
.wpcf7 input[type="submit"]:hover,
.btn-primary:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.donate-page .section-1 .gform_wrapper .gform_footer input.button:hover {
	color:#180000;
	background-color:#fff;
	border-color:#180000;
}

.btn-yellow,
.single-product.woocommerce button.button,
.single-product.woocommerce button.button.alt.disabled {
	background-color:#d8af53;
	border-color:#d8af53;
	color:#180000;
}

.btn-yellow:hover,
.btn-yellow:focus,
.single-product.woocommerce button.button:hover,
.single-product.woocommerce button.button:focus {
	color:#d8af53;
	border-color:#d8af53;
	background-color:#180000;
}

.navbar {
	padding:10px 0;
	background-color:#180000;
}

.navbar-brand {
	padding:0;
	margin-right:auto;
}

.header-menu {
	margin-right: auto;
	max-width: 1140px;
	width: 100%;
	margin-left: 0;
	padding-left:15px;
	padding-right:15px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size:16px;
	line-height:1;
	padding:0 15px;
	text-transform:uppercase;
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav > .menu-item:nth-child(2) > .nav-link:hover {
	color:#8f9d32;
}

.navbar-dark .navbar-nav > .menu-item:nth-child(2) > .nav-link {
	color:#fff;
}

.dropdown-menu {
	display: block;
	border-radius: 0;
	background-color: transparent;
	border: none;
	padding: 32px 0 0;
	left:-99999999px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.15s ease-in-out;
	-webkit-transition:opacity 0.15s ease-in-out;
	-ms-transition:opacity 0.15s ease-in-out;
	-o-transition:opacity 0.15s ease-in-out;
	transition:opacity 0.15s ease-in-out;
}

.dropdown:hover > .dropdown-menu {
	opacity:1;
	left:auto;
	visibility:visible;
	-moz-transition:opacity 0.15s ease-in-out;
	-webkit-transition:opacity 0.15s ease-in-out;
	-ms-transition:opacity 0.15s ease-in-out;
	-o-transition:opacity 0.15s ease-in-out;
	transition:opacity 0.15s ease-in-out;
}

.dropdown-item {
	padding:15px;
	background-color:#180000;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	border-bottom:1px solid #6d5e5e;
	line-height:1;
}

.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus {
	background-color:#180000;
	color:#8f9d32;
}

.dropdown > .dropdown-menu > li:last-child > .dropdown-item {
	border-bottom-color:transparent;
}

.header-right .d-flex > span {
	position:relative;
}

.header-right .d-flex > span:not(:first-child) {
	margin-left:15px;
}

.header-right .d-flex > span a {
	text-decoration:none;
	line-height:1;
}

.header-right .d-flex > span a:not([class]),
#wrapper-footer-full .footer-widget-4 a {
	width:40px;
	height:40px;
	text-align:center;
	font-size:20px;
	padding:9px;
	display:block;
	background-color:#d8af53;
	border:1px solid #d8af53;
	color:#180000;
	line-height:1;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.header-right .d-flex > span a:not([class]):hover,
#wrapper-footer-full .footer-widget-4 a:hover {
	color:#d8af53;
	background-color:#180000;
}

.header-right .d-flex > span a.cart-customlocation {
	color:#d8af53;
	font-size:25px;
	position:relative;
	display:block;
	margin:0 35px;
}

.header-right .d-flex > span a.cart-customlocation > span {
	position:absolute;
	font-size:10px;
	width:12px;
	height:12px;
	color:#fff;
	background-color:#e12f2d;
	text-align:center;
	padding:2px;
	top:0;
	right:-5px;
	z-index:9;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.header-right .btn {
	font-size:16px;
	font-family: 'Lato-Semibold';
}

.main-header {
	padding:35px 0;
	background-color:#d8af53;
	text-align:center;
}

.main-header h1 {
	font-size:35px;
	text-transform:uppercase;
	font-weight:700;
}

.main-header h2 {
	color:#93171d;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Lato-Semibold';
	font-weight:400;
	margin-bottom:0;
}

.main-header + .wrapper {
	background:url('images/body-bg.jpg') #a31b1f no-repeat 0px 0px;
	background-image:url('images/body-bg.webp');
	background-size:100% auto;
}

.signup-newsletter {
	background:url('images/signup-bg.jpg') #180000 no-repeat 100% 0px;
	background-size:auto 100%;
	padding:50px 0;
	text-align:center;
	color:#fff;
}

.signup-newsletter h4 {
	color:#fff;
	font-size:35px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:40px;
}

.signup-newsletter h4 span {
	color:#d8af53;
	display:inline-block;
}

.signup-newsletter .gform_wrapper form {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
}

.signup-newsletter .gform_wrapper .gform_body {
	width:100%;
	max-width:496px;
	-moz-flex:0 0 496px;
	-webkit-flex:0 0 496px;
	flex:0 0 496px;
}

.signup-newsletter .gform_wrapper .gform_footer {
	width:100%;
	margin:0;
	padding:0;
	margin-left:15px;
	max-width:155px;
	-moz-flex:0 0 155px;
	-webkit-flex:0 0 155px;
	flex:0 0 155px;
}

.signup-newsletter .gform_wrapper ul.gform_fields {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-moz-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.signup-newsletter .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top:0;
	width:100%;
	max-width:241px;
	-moz-flex:0 0 241px;
	-webkit-flex:0 0 241px;
	flex:0 0 241px;
}

.signup-newsletter .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.signup-newsletter .gform_wrapper .top_label .gfield_label {
	display:none;
}

.signup-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-size: 20px;
	padding: 15px;
	line-height:1;
	font-weight:400;
}

.signup-newsletter .gform_wrapper .top_label input.medium {
	width:100%;
	border:1px solid #fff;
	-moz-border-radius:0;
	height:52px;
	-webkit-border-radius:0;
	border-radius:0;
}

.signup-newsletter .gform_wrapper .top_label input.medium::-moz-placeholder {
	color:#180000;
	opacity:1;
}

.signup-newsletter .gform_wrapper .top_label input.medium::-webkit-input-placeholder {
	color:#180000;
	opacity:1;
}

.signup-newsletter .gform_wrapper .gform_footer input.button {
	margin:0;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	background-color:#a31b1f;
	border:1px solid #a31b1f;
	padding:15px 0;
	line-height:1;
	height:52px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.signup-newsletter .gform_wrapper .gform_footer input.button:hover {
	color:#fff;
	background-color:#a31b1f;
}

.signup-newsletter .gform_wrapper div.validation_error {
	color: #d8af53;
	border-color:#d8af53;
}

.signup-newsletter .gform_wrapper .validation_message {
	color: #d8af53;
}

.signup-newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	width:100%;
}

.signup-newsletter .gform_wrapper.gform_validation_error .top_label input.medium {
	width:100%;
}

#wrapper-footer-full, 
#wrapper-static-hero {
	background-color: #4d0809;
	padding:90px 0 0;
	color:#fff;
	text-align:center;
}

#wrapper-footer-full .container > h4,
#wrapper-footer-full .container > h5 {
	text-align:center;
	display:inline-block;
	position:relative;
	font-size:35px;
	text-transform:uppercase;
	font-weight:700;
	width:100%;
	max-width:700px;
}

#wrapper-footer-full .container > h4:before,
#wrapper-footer-full .container > h4:after {
	content:'';
	height:5px;
	background-color:#fff;
	width:21%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;
}

#wrapper-footer-full .container > h4:after {
	left:auto;
	right:0;
}

#wrapper-footer-full .container > h5 {
	font-size:45px;
	display:block;
	margin-bottom:45px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper-footer-full .container > h5 span {
	display:inline-block;
	color:#d8af53;
}

#wrapper-footer-full .widget-title {
	text-align:left;
	font-size:20px;
	color:#d14d4e;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
	display:block;
}

#wrapper-footer-full .logo-wrap .d-flex > div,
#wrapper-footer-full .footer-widget {
	margin-bottom:55px;
}

#wrapper-footer-full .footer-widget {
	text-align:left;
	font-weight:300;
	font-size:15px;
}

#wrapper-footer-full .footer-widget-2 strong {
	color:#d5be56;
	font-weight:700;
}

#wrapper-footer-full .footer-widget-2 {
	margin-bottom:35px;
}

#wrapper-footer-full .footer-widget .menu {
	padding:0;
	margin:0;
}

#wrapper-footer-full .footer-widget .menu li {
	list-style-type:none;
}

#wrapper-footer-full .footer-widget .menu li:not(:last-child) {
	margin-bottom:10px;
	margin-bottom:0;
}

#wrapper-footer-full .footer-widget .menu li a {
	color:#fff;
	text-decoration:none;
}

#wrapper-footer-full .footer-widget .menu li a:hover {
	color:#d5be56;
}

#wrapper-footer-full .footer-widget-4 a {
	display:inline-block;
	margin-right:5px;
}

#wrapper-footer {
	padding:0;
	background-color:#4d0809;
	border-bottom:1px solid #723b3c;
	text-align:center;
	color:#fff;
	font-size:12px;
}

#wrapper-footer .site-footer {
	padding:40px 0;
	border-top:1px solid #fff;
}

/* Front page */
.front-page .hero-section .hero-slide {
	display:block !important;
}

.front-page .hero-section .hero-slide.hidden {
	display:none;
}

.front-page .films-section .tab-links {
	padding:50px 0;
	text-align:center;
}

.front-page .films-section .tab-links a,
.dates-and-venue-page .section-1 .tab-links a {
	display:inline-block;
	margin:0 28px;
	color:#d14d4e;
	font-size:23px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
}

.front-page .films-section .tab-links a.active,
.dates-and-venue-page .section-1 .tab-links a.active {
	color:#fff;
}

.front-page .films-section .feature-film,
.festival-films-page .section-1 .film-item {
	text-align:center;
	font-size:15px;
	color:#fff;
	line-height:1;
}

.front-page .films-section .feature-film a:not([class]),
.festival-films-page .section-1 .film-item a:not([class]) {
	color:#fff;
	text-decoration:none;
}

.front-page .films-section .feature-film .btn {
	 font-family: 'Lato-Medium';
	 font-weight:400;
	 font-size:15px;
}

.front-page .films-section .feature-film h3,
.festival-films-page .section-1 .film-item h3 {
	font-size:25px;
	font-weight:700;
	margin-top:20px;
}

.front-page .films-section .feature-film img,
.festival-films-page .section-1 .film-item img {
	display:block;
}

.front-page .films-section .feature-film .film-thumbnail,
.festival-films-page .section-1 .film-item .film-thumbnail {
	overflow:hidden;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.front-page .film-tabs {
	position:relative;
	overflow:hidden;
}

.front-page .film-tabs .row > div[class^="col-"] {
	margin-bottom:30px;
}

.front-page .film-tabs .tab,
.dates-and-venue-page .film-tabs .tab {
	position:absolute;
	left:-99999999px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.15s ease-in-out;
	-webkit-transition:opacity 0.15s ease-in-out;
	-ms-transition:opacity 0.15s ease-in-out;
	-o-transition:opacity 0.15s ease-in-out;
	transition:opacity 0.15s ease-in-out;
}

.front-page .film-tabs .tab.active,
.dates-and-venue-page .film-tabs .tab.active {
	position:static;
	left:auto;
	opacity:1;
	visibility:visible;
	-moz-transition:opacity 0.15s ease-in-out;
	-webkit-transition:opacity 0.15s ease-in-out;
	-ms-transition:opacity 0.15s ease-in-out;
	-o-transition:opacity 0.15s ease-in-out;
	transition:opacity 0.15s ease-in-out;
}

.front-page .photo-gallery {
	padding:60px 0;
}

.front-page .photo-gallery h3 {
	font-size:35px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:40px;
	font-weight:700;
}

.front-page .photo-gallery .grid,
.photo-gallery .grid {
	margin-left:-15px;
}

.front-page .photo-gallery .grid-sizer,
.front-page .photo-gallery .grid-item {
	width:33.33%;
}

.front-page .photo-gallery .gutter-width {
	width:15px;
}

.front-page .photo-gallery .grid-item,
.photo-gallery .grid-item,
.news-page .section-1 .grid-item {
	float:left;
	padding:0 0 0 15px;
	clear:none;
	margin-bottom:15px;
}

.front-page .photo-gallery .grid-item-2 {
	width:50%;
}

.front-page .photo-gallery .grid-item > a > div {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	height:365px;
}

.front-page .photo-gallery .grid-item img {
	opacity:0;
	display:block;
	visibility:hidden;
}

.front-page .photo-gallery .load-more,
.photo-gallery .load-more,
.news-page .section-1 .load-more {
	text-align:center;
	margin-top:30px;
}


/* About Page */
.about-page .main-header + .wrapper,
body:not(.front-page) .main-header + .wrapper {
	background-image:url('images/body-bg-2.jpg');
}

.about-page .section-1 {
	padding:30px 0 85px;
}

.about-page .section-1 .entry-content,
.patrons-page .section-1 .entry-content {
	color:#fff;
	text-align:center;
	margin-bottom:55px;
}

.about-page .section-1 .entry-content .page-title,
.contact-page .section-1 .page-title,
.gallery-page .section-1 .page-title,
.news-page .section-1 .page-title,
.single-post .section-1 .page-title,
.patrons-page .section-1 .page-title,
.ticket-information-page .section-1 .page-title,
.shop-page .section-1 .page-title,
.single-product .section-1 .page-title,
.generic-page .section-1 .page-title {
	font-size:40px;
	text-align:center;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
}

.about-page .section-1 .entry-content .page-title + h2 {
	font-size:23px;
	font-weight:700;
	margin-bottom:45px;
}

.about-page .section-1 .grid-item,
.about-page .section-1 .grid-sizer {
	width:58%;
}

.about-page .section-1 .grid-item {
	margin-bottom:10px;
	padding-left:10px;
}

.about-page .section-1 .grid-item.even {
	width:42%;
}

.about-page .section-1 .grid-item:not(.grid-item-2) {
	width:100%;
}

.about-page .section-1 .grid-item .content-section {
	padding:20px;
	background-color:#d8af53;
	text-align:center;
	line-height:24px;
}

.about-page .section-1 .grid-item.even .content-section {
	background-color:#f6b92f;
}

.about-page .section-1 .grid-item .content-section .d-flex {
	height:100%;
}

.about-page .section-1 .grid-item .content-section h3 {
	font-size:25px;
	text-transform:uppercase;
	position:relative;
	margin-bottom:40px;
}

.about-page .section-1 .grid-item .content-section h3:after {
	content:'';
	width:220px;
	height:1px;
	background-color:#180000;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0 auto;
}

.about-page .section-1 .grid-item .thumbnail {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.about-page .section-1 .grid-item .thumbnail img {
	opacity:0;
	visibility:hidden;
	display:block;
}

.about-page .section-1 .grid-item .left-40 .thumbnail,
.about-page .section-1 .grid-item .right-40 .thumbnail {
	width:100%;
	max-width:42%;
	-moz-flex:0 0 42%;
	-webkit-flex:0 0 42%;
	flex:0 0 42%;
}

.about-page .section-1 .grid-item .left-40 .content-section,
.about-page .section-1 .grid-item .right-40 .content-section {
	width:100%;
	max-width:58%;
	-moz-flex:0 0 58%;
	-webkit-flex:0 0 58%;
	flex:0 0 58%;
}

.about-page .section-1 .grid-item .left-50 .thumbnail,
.about-page .section-1 .grid-item .right-50 .thumbnail,
.about-page .section-1 .grid-item .left-50 .content-section,
.about-page .section-1 .grid-item .right-50 .content-section {
	width:100%;
	max-width:50%;
	-moz-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	flex:0 0 50%;
}

.about-page .section-1 .grid-item .full .thumbnail,
.about-page .section-1 .grid-item .full .content-section {
	width:100%;
	max-width:100%;
	-moz-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
}

.about-page .section-1 .grid-item .full .content-section {
	padding-left:40px;
	padding-right:40px;
}

/* Contact page */
.contact-page .section-1 {
	padding:30px 0 60px;
}

.contact-page .section-1 .page-title {
	margin-bottom:85px;
}

.contact-page .section-1 .entry-content,
.ticket-information-page .section-1 .entry-content {
	color:#fff;
}

.contact-page .section-1 .entry-content h3,
.contact-page .sidebar .widget-title {
	font-size:23px;
	color:#d8af53;
	text-transform:uppercase;
	font-weight:700;
}

.contact-page .section-1 .gform_wrapper .top_label .gfield_label {
	display:none;
}

.contact-page .section-1 .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.contact-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .section-1 .gform_wrapper textarea.medium {
	font-size: 15px;
	padding: 15px;
	line-height:1;
}

.contact-page .section-1 .gform_wrapper .top_label input.medium,
.contact-page .section-1 .gform_wrapper textarea.medium {
	background-color:#fff;
	width:100%;
	border:1px solid #fff;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.contact-page .section-1 .gform_wrapper .top_label input.medium::-moz-placeholder,
.contact-page .section-1 .gform_wrapper textarea.medium::-moz-placeholder {
	opacity:1;
	color:#3c3c3c;
}

.contact-page .section-1 .gform_wrapper .top_label input.medium::-webkit-input-placeholder,
.contact-page .section-1 .gform_wrapper textarea.medium::-webkit-input-placeholder {
	opacity:1;
	color:#3c3c3c;
}

.contact-page .section-1 .gform_wrapper .gform_footer {
	padding:0;
}

.contact-page .section-1 .gform_wrapper .gform_footer input.button {
	width:100%;
	max-width:110px;
	padding:12px 15px;
	line-height:1;
	min-height:0;
	text-align:center;
	text-transform:uppercase;
	background-color:#d8af53;
	border:1px solid #d8af53;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.contact-page .section-1 .gform_wrapper .gform_footer input.button:hover {
	color:#d8af53;
	background-color:#180000;
}

.contact-page .section-1 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	width:100%;
}

.contact-page .section-1 .gform_wrapper div.validation_error {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	border-color:#fff;
}

.contact-page .section-1 .gform_wrapper .validation_message {
	color:#fff;
}

.contact-page .sidebar {
	color:#fff;
}

.contact-page .sidebar .widget:not(:last-child) {
	margin-bottom:46px;
}

.contact-page .sidebar .widget-title {
	margin-bottom:30px;
}

.contact-page .sidebar .contact-details {
	margin-bottom:15px;
}

.contact-page .sidebar .contact-details a {
	color:#fff;
}

.contact-page .sidebar .contact-details .d-flex > div:first-child {
	margin-right:15px;
}

.contact-page .sidebar .contact-details .d-flex > div > span {
	width:45px;
	height:45px;
	text-align:center;
	padding:10px;
	font-size:25px;
	line-height:1;
	background-color:#d8af53;
	display:block;
	color:#500001;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.contact-page .sidebar .cinema:not(:last-child) {
	margin-bottom:15px;
}

.contact-page .sidebar .cinema img,
.dates-and-venue-page .section-2 .cinema-details img {
	display:block;
	width:100%;
}

.contact-page .sidebar .cinema-details,
.dates-and-venue-page .section-2 .cinema-details {
	padding:15px;
	background-color:#d8af53;
	font-size:15px;
	color:#180000;
}

.contact-page .sidebar .cinema-details strong,
.dates-and-venue-page .section-2 .cinema-details strong {
	font-size:20px;
	display:inline-block;
	font-family: 'Lato-Heavy';
	font-weight:400;
}

/* Dates and Venues */
.dates-and-venue-page .section-1,
body:not(.front-page) .section-1 {
	padding:30px 0;
}

.dates-and-venue-page .section-1 {
	text-align:center;
	color:#fff;
}

.dates-and-venue-page .section-1 .tab-links {
	margin-bottom:60px;
}

.dates-and-venue-page .section-1 .cinema-detail {
	margin-bottom:40px;
}

.dates-and-venue-page .section-1 .cinema-detail strong {
	font-weight:700;
	font-size:40px;
	display:block;
	margin-bottom:5px;
}

.dates-and-venue-page .section-1 .cinema-detail strong + br {
	display:none;
}

.dates-and-venue-page .section-1 .screening-wrap,
.single-film .section-1 .ticket-info .screening-wrap {
	background-color:#d8af53;
	padding:10px 15px;
	text-align:left;
	color:#180000;
	margin-bottom:10px;
	text-transform:uppercase;
}

.dates-and-venue-page .section-1 .screening-wrap a:not([class]) {
	color:#180000;
}

.dates-and-venue-page .section-1 .film-date,
.single-film .section-1 .ticket-info .screening-wrap .film-date {
	font-weight:300;
}

.dates-and-venue-page .section-1 .film-date > .d-flex > div:nth-child(2),
.single-film .section-1 .ticket-info .screening-wrap .film-date > .d-flex > div:nth-child(2) {
	margin:0 15px;
}

.dates-and-venue-page .section-1 .screening-wrap .btn,
.single-film .section-1 .ticket-info .screening-wrap .btn {
	width:100%;
	padding-left:0;
	padding-right:0;
}

.dates-and-venue-page .section-2 {
	padding:20px 0 100px;
}

.dates-and-venue-page .section-2 h3 {
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 60px;
	font-size:35px;
	color:#fff;
}

.dates-and-venue-page .section-2 .cinema-details {
	text-transform:uppercase;
}

/* Single Film */
.single-film .section-1 .video-tab {
	position:relative;
}

.single-film .section-1 .video-tab span {
	position:absolute;
	top:50%;
	margin:0 auto;
	margin-top:-34px;
	left:0;
	right:0;
	width:67px;
	height:67px;
	display:block;
	z-index:99;
}

.single-film .section-1 .video-tab img {
	width:100%;
	display:block;
}

.single-film .section-1 .film-item {
	padding-top:30px;
	padding-bottom:65px;
}

.single-film .section-1 .film-thumbnail {
	margin:0 30px;
	position:relative;
	z-index:99;
}

.single-film .section-1 .film-thumbnail img {
	margin-top:-100px;
}

.single-film .section-1 .film-details {
	color:#fff;
	font-size:15px;
	font-weight:300;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.single-film .section-1 .film-details h2 {
	font-size:40px;
	font-weight:700;
	margin-bottom:20px;
}

.single-film .section-1 .film-synopsis {
	color:#fff;
	font-weight:300;
	font-size:15px;
	line-height:24px;
	margin-bottom:55px;
}

.single-film .section-1 .film-synopsis h3,
.single-film .section-1 .ticket-info h3 {
	color:#fff;
	font-weight:700;
	font-size:23px;
}

.single-film .section-1 .ticket-info h3 {
	margin-bottom:30px;
}

.single-film .section-1 .ticket-info .screening-wrap .film-title {
	font-weight:700;
}

/* Gallery Page */
.gallery-page .section-1 .year-gallery,
.festival-films-page .section-1 .year-filter {
	text-align:center;
	margin-bottom:55px;
}

.gallery-page .section-1 .year-gallery a,
.festival-films-page .section-1 .year-filter a {
	display:inline-block;
	font-size:23px;
	color:#d14d4e;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 30px;
	font-weight:700;
}

.gallery-page .section-1 .year-gallery a.active,
.gallery-page .section-1 .year-gallery a:hover,
.festival-films-page .section-1 .year-filter a.active,
.festival-films-page .section-1 .year-filter a:hover {
	color:#fff;
}

.gallery-page .photo-gallery .grid-item {
	width:25%;
}

.gallery-page .photo-gallery .grid-item div {
	overflow:hidden;
}

.gallery-page .photo-gallery .load-more {
	margin-top:60px;
}

.gallery-page .photo-gallery .load-more .btn,
.news-page .section-1 .load-more .btn {
	color:#d8af53;
	width:100%;
	max-width:165px;
}

.gallery-page .photo-gallery .load-more .btn:hover,
.news-page .section-1 .load-more .btn:hover {
	background-color:#d8af53;
	color:#180000;
}

/* News page */
.news-page .section-1 .page-title,
.single-post .section-1 .page-title  {
	margin-bottom:85px;
}

.news-page .section-1 .grid {
	margin:0 -15px;
}

.news-page .section-1 .grid-item {
	width:58%;
	margin-bottom:55px;
	padding-left:15px;
	padding-right:15px;
}

.news-page .section-1 .grid-item.even {
	width:42%;
}

.news-page .news-item a {
	text-decoration:none;
}

.news-page .news-thumbnail {
	margin-bottom:30px;
	overflow:hidden;
}

.news-page .news-item .news-thumbnail img,
.gallery-page .photo-gallery .grid-item img,
.front-page .films-section .feature-film a img, 
.festival-films-page .section-1 .film-item a img {
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.news-page .news-item a:hover .news-thumbnail img,
.gallery-page .photo-gallery .grid-item a:hover img,
.front-page .films-section .feature-film a:hover img, 
.festival-films-page .section-1 .film-item a:hover img {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.news-page .news-details {
	font-weight:700;
}

.news-page .news-details .post-meta,
.single-post .section-1 .entry-header .post-meta {
	color:#fff;
	margin-bottom:0;
}

.news-page .news-details h3,
.single-post .section-1 .entry-header h2 {
	font-size:25px;
	color:#d8af53;
	text-transform:uppercase;
}

/* Single post */
.single-post .section-1 .entry-content {
	color:#fff;
}

.single-post .section-1 .page-header-image {
	margin-bottom:35px;
}

.single-post .section-1 .page-header-image img {
	width:100%;
}

.single-post .section-1 .entry-header {
	font-weight:700;
	margin-bottom:30px;
}

.single-post .section-1 .entry-header h2 {
	margin-bottom:0;
}

.single-post .section-1 .social-media-icons {
	text-align:right;
}

.single-post .section-1 .social-media-icons a {
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	padding:12px;
	font-size:16px;
	line-height:1;
	margin-left:5px;
	vertical-align:middle;
	background-color:#d8af53;
	border:1px solid #d8af53;
	color:#180000;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.single-post .section-1 .social-media-icons a:hover {
	color:#d8af53;
	background-color:#180000;
}

.single-post .section-1 .inner-entry-content {
	padding-bottom:195px;
}

/* Past Festivals Page */
.festival-films-page .section-1 .film-list .row > div[class^="col-"] {
	margin-bottom:50px;
}

/* Patrons Page */
.patrons-page .section-1 .row > div[class^="col-"] {
	margin-bottom:35px;
}

.patrons-page .section-1 .patron-item {
	height:100%;
	background-color:#d8af53;
}

.patrons-page .section-1 .patron-details {
	padding:15px;
	text-align:center;
	line-height:24px;
}

.patrons-page .section-1 .patron-details strong {
	text-transform:uppercase;
	font-size:20px;
	display:inline-block;
}

/* Ticket Information Page */
.ticket-information-page .section-1 .section-content {
	line-height:25px;
}

.ticket-information-page .section-1 .section-content h3,
.ticket-information-page .section-1 .footer-entry-content h3 {	
	color:#d8af53;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
	font-size:23px;
}

.ticket-information-page .section-1 .section-content p:last-child {
	font-size:15px;
}

.ticket-information-page .section-1 .section-content .box {
	background-color:#d8af53;
	padding:30px;
	font-size:15px;
	color:#180000;
}

.ticket-information-page .section-1 .section-content .box strong {
	font-size:20px;
}

.ticket-information-page .section-1 .section-content .ticket-item {
	background:url('images/ticket-1.jpg') #180000 no-repeat 0px 0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
}

.ticket-information-page .section-1 .section-content .ticket-item:nth-child(even) {
	background-image:url('images/ticket-2.jpg');
}

.ticket-information-page .section-1 .section-content .ticket-item:last-child {
	background-image:url('images/multi-pass.jpg');
}

.ticket-information-page .section-1 .section-content .ticket-item .row {
	height:102px;
}

.ticket-information-page .section-1 .section-content .ticket-item .ticket-price {
	font-size:40px;
	display:block;
	text-align:left;
	line-height:1;
}

.ticket-information-page .section-1 .footer-entry-content {
	margin-top:45px;
	padding:45px 0 60px;
	border-top:1px solid #180000;
}

.ticket-information-page .section-1 .footer-entry-content ul {
	padding:0;
}

.ticket-information-page .section-1 .footer-entry-content ul li {
	list-style-type:none;
	position:relative;
	padding-left:45px;
}

.ticket-information-page .section-1 .footer-entry-content ul li:not(:last-child) {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #b44649;
}

.ticket-information-page .section-1 .footer-entry-content ul li:before {
	content:'\f00c';
	font-family:'FontAwesome';
	position:absolute;
	width:30px;
	height:30px;
	text-align:center;
	padding:7px;
	color:#d8af53;
	line-height:1;
	left:0;
	background-color:#4d0809;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

/* Shop Page */
.shop-page .section-1 .page-title,
.single-product .section-1 .page-title {
	margin-bottom:50px;
}

.shop-page .products .product {
	margin-bottom:65px;
}

.shop-page .product .woocommerce-LoopProduct-link,
.related .product .woocommerce-LoopProduct-link {
	color:#fff;
}

.shop-page .product .woocommerce-loop-product__title,
.related .product .woocommerce-loop-product__title {
	font-size:25px;
	text-align:center;
	margin-top:25px;
	margin-bottom:0;
}

.shop-page .product .add-to-cart-container,
.related .product .add-to-cart-container {
	text-align:center;
	margin-top:30px;
}

.shop-page .product .add_to_cart_button,
.related .product .add_to_cart_button {
	width:100%;
	max-width:140px;
	font-size:15px;
	padding-left:0;
	padding-right:0;
}

.shop-page .section-1 .load-more {
	text-align:center;
	font-size:15px;
	font-family: 'Lato-Semibold';
	font-weight:400;
	text-transform:uppercase;
}

.shop-page .section-1 .load-more .loading-gif {
	margin-right:15px;
}

/* Product page */
.woocommerce div.product .product_title {
	color:#d8af53;
	font-size:25px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:30px;
}

.woocommerce div.product span.price {
	color:#fff;
	font-size:15px;
	display:block;
	text-align:center;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	color:#fff;
	font-size:15px;
}

.woocommerce-page div.product div.summary .entry-content ul {
	padding-left:15px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom:0;
}

.woocommerce div.product form.cart .variations td {
	display:block;
}

.woocommerce div.product form.cart .variations td.value {
	margin-bottom:15px;
}

.woocommerce div.product form.cart .variations td .radio-wrap {
	display:inline-block;
}

.woocommerce div.product form.cart .variations td .radio-wrap span {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-right:5px;
}

.woocommerce div.product form.cart .variations td .radio-wrap span input {
	display:none;
}

.woocommerce div.product form.cart .variations td .radio-wrap span label {
	padding:10px;
	text-transform:uppercase;
	background-color:#fff;
	color:#180000;
	display:block;
	line-height:1;
	width:38px;
	cursor:pointer;
	border:3px solid #fff;
}

.woocommerce div.product form.cart .variations td .radio-wrap span input:checked + label {
	border-color:#d8af53;
}

.woocommerce div.product form.cart .variations .dropdown-wrap {
	max-width:170px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	width:100%;
}

.woocommerce div.product form.cart .variations .dropdown-wrap:after {
	content:'\f107';
	font-family:'FontAwesome';
	position:absolute;
	right:15px;
	top:50%;
	line-height:1;
	margin-top:-8px;
	pointer-events:none;
	color:#180000;
}

#dropdown-pa_size {
	display:none;
}

.single-product.woocommerce button.button {
	width:100%;
	max-width:170px;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.woocommerce div.product form.cart .variations select {
	padding:10px;
	width:100%;
	max-width:none;
	min-width:0;
	border:none;
	line-height:1;
	background-color:#fff;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.woocommerce-message:before,
.woocommerce-info:before {
	color: #d8af53;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #d8af53;
}

.woocommerce a.button {
	background-color: #d8af53;
	color:#180000;
	border:1px solid #d8af53;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus {
	color: #d8af53;
	background-color:#180000;
}

/* Single product */
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width:85px;
	margin-bottom:15px;
	margin-right: 15px;
	-moz-flex: 0 0 85px;
	-webkitflex: 0 0 85px;
	flex: 0 0 85px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
	border:3px solid transparent;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color:#d8af53;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding:0;
	margin:0;
	background-color: #180000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {	
	border:none;
	padding:0;
	line-height:1;
	margin:0 -4px 0 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding:25px 45px;
	color:#fff;
	background-color:#180000;
	display:block;
	text-transform:uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	background-color:#d8af53;
	color:#180000;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding:50px 40px;
	background-color:#fff;
	font-size:15px;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
}

.related {
	padding-bottom:40px;
}

.related > h2 {
	margin:40px 0;
	color:#d8af53;
	text-transform:uppercase;
	font-size:25px;
}

/* Cart */
.woocommerce-cart .section-1 .page-title {
	margin-bottom:60px;
}

.woocommerce-cart .woocommerce .quantity .quantity-input-wrap, 
.single-product .variations_button .quantity-input-wrap {
	position: relative;
	max-width: 170px;
	width:100%;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.woocommerce-cart .woocommerce .quantity .quantity-input-wrap {
	max-width:none;
}

.single-product .variations_button .quantity-input-wrap {
	margin:0 0 15px;
}

.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button, 
.single-product .variations_button .quantity-input-wrap .quantity-button {
	float: left;
	width: 50px;
	padding: 10px 0;
	max-height: 35px;
	background-color: #c6cfd1;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-moz-flex:0 0 50px;
	-webkit-flex:0 0 50px;
	flex:0 0 50px;
}

.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button {
	width:35px;
	-moz-flex:0 0 35px;
	-webkit-flex:0 0 35px;
	flex:0 0 35px;
}

.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button.quantity-up, 
.single-product .variations_button .quantity-input-wrap .quantity-button.quantity-up {
	float: right;
}

.woocommerce-cart .woocommerce .quantity .qty, 
.single-product .variations_button .qty {
	padding: 11px 15px;
	background-color: #fff;
	width: 100%;
	max-width:70px;
	text-align: left;
	border: none;
	max-height: 35px;
	line-height: 1;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.woocommerce-cart .woocommerce .quantity .qty {
	max-width:110px;
	background-color:#f6f6f6;
}

.woocommerce-cart .woocommerce-cart-form {
	padding:15px;
	background-color:#d8af53;
	color:#180000;
}

.woocommerce-cart .wc-proceed-to-checkout.top-checkout-button {
	text-align: right;
	margin-left: 0;
	margin-right: 0;
	padding:0;
	margin-bottom:0;
}

.woocommerce-cart .wc-proceed-to-checkout.top-checkout-button .btn {
	max-width: 235px;
	display:inline-block;
}

.woocommerce table.shop_table {
	border:none;
	margin-bottom:0;
}

.woocommerce table.shop_table th {
	text-transform:uppercase;
	line-height:1;
	padding:15px;
}

.woocommerce table.shop_table td {
	border-top:none;
	line-height:1;
	padding:15px;
	font-size:15px;
}

.woocommerce table.shop_table td.actions,
.woocommerce table.shop_table td.continue-shopping {
	padding-left:0;
	padding-right:0;
}

.woocommerce table.shop_table td.continue-shopping {
	border-top:1px solid #180000;
}

.woocommerce table.shop_table tr.cart_item td {
	background-color:#fff;
}

.woocommerce table.shop_table td a:not([class]) {
	color:#180000;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table td.product-remove {
	text-align:center;
}

.woocommerce a.remove {
	display:inline-block;
}

.woocommerce a.remove:hover {
	background: none;
	color:#ff0000 !important;
}
 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 100px;
}

.woocommerce #content table.cart td.actions .coupon label, 
.woocommerce table.cart td.actions .coupon label, 
.woocommerce-page #content table.cart td.actions .coupon label, 
.woocommerce-page table.cart td.actions .coupon label {
	display: inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	font-family: 'Lato-Semibold';
	font-size:16px;
	margin:0 15px 0 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding:12px 15px;
	line-height:1;
	font-size:14px;
	margin-right:-4px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text + .btn {
	float:none;
	display:inline-block;
	vertical-align:middle;
	height:39px;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
	margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	background-color:#fff;
	padding:15px;
	font-size:15px;
	color:#180000;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	font-size:17px;
	text-transform:uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th:first-child {
	padding-left:0;
}

.woocommerce-cart .cart-collaterals .cart_totals td[data-title="Total"] strong {
	font-weight:400;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
}

.woocommerce-cart .wc-proceed-to-checkout .btn {
	padding:15px;
}

/* Checkout page */
.woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce form.checkout_coupon,
.woocommerce-checkout .billing-fields-wrap {
	background-color:#d8af53;
	color:#180000;
	border:none;
	padding:20px;
}

.woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info {
	text-transform:uppercase;
}

.woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info:before {
	display:none;
}

.woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info a {
	color:#180000;
}

.woocommerce-checkout .billing-fields-wrap:not(:last-child) {
	margin-bottom:20px;
}

.woocommerce-checkout .billing-fields-wrap.order-review-wrap {
	padding-bottom:0;
}

.woocommerce-checkout .billing-fields-wrap h3 {
	font-size:17px;
	font-weight:400;
}

.woocommerce-checkout .billing-fields-wrap h3:not([id="ship-to-different-address"]) {
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight:700;
}

.woocommerce form .billing-fields-wrap .form-row label, 
.woocommerce-page form .billing-fields-wrap .form-row label {
	display:none;
}

.woocommerce form .billing-fields-wrap .form-row input.input-text, 
.woocommerce form .billing-fields-wrap .form-row textarea {
	background-color:#e6ebee;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border-collapse:collapse;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
	font-size:15px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:first-child {
	padding-left:20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child {
	padding-right:20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
	color:#fff;
	background-color:#180000;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	background-color:#fff;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	border-top:none;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	margin-left:-20px;
	margin-right:-20px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: #ffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	float: none;
	margin-top:20px;
	width: 100%;
	padding: 20px;
}

.woocommerce-checkout form .form-row .input-checkbox, 
.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox, 
.woocommerce-checkout #payment ul.payment_methods li input {
	display: none;
}

.woocommerce-checkout form .form-row .input-checkbox + span, 
.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox + span {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.woocommerce-checkout form .form-row .input-checkbox + span:before, 
.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox + span:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #e6ebee;
	margin-right: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce-checkout form .form-row .input-checkbox:checked + span:after, 
.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox:checked + span:after {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -7px;
	line-height: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected="true"], 
.select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #d8af53;
	color: #180000;
}


.select2-container--default .select2-selection--single {
	height: auto;
	border:none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #180000;
	line-height: 1;
	padding: 15px;
	background-color:#e6ebee;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	margin-top: -13px;
}

/* Thank you page */
body:not(.front-page).thank-you-page .section-1 {
	padding:220px 0;
}

.thank-you-page .section-1 .entry-content {
	text-align:center;
	font-weight:700;
	font-size:25px;
}

.thank-you-page .section-1 .entry-content h1 {
	color:#daaf55;
	font-family: 'Belluga-Slanted-Solid';
	line-height:2;
	font-size:105px;
	margin-bottom:15px;
	font-weight:400;
}

.thank-you-page .section-1 .entry-content h2 {
	font-size:35px;
	font-weight:700;
	text-transform:uppercase;
}

/* Donate page */
.donate-page .section-1 .gform_wrapper {
	margin:0 0 180px;
	padding:15px;
	background-color:#d8af53;
	color:#180000;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.donate-page .section-1 .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	font-weight:700;
	text-transform:uppercase;
}

.donate-page .section-1 .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.donate-page .section-1 .gform_wrapper .top_label .gfield_label {
	display:none;
}

.donate-page .section-1 .gform_wrapper .top_label input.medium {
	width:100%;
}

.donate-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:12px 15px;
	line-height:1;
	border:none;
	font-size:15px;
	background-color:#e6ebee;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.donate-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
	opacity:1;
	color:#180000;
}

.donate-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
	opacity:1;
	color:#180000;
}

.donate-page .section-1 .gform_wrapper li:nth-child(2) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
	opacity:1;
	color:#676767;
}

.donate-page .section-1 .gform_wrapper li:nth-child(2) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
	opacity:1;
	color:#676767;
}

.donate-page .section-1 .gform_wrapper li.gfield.gfield_creditcard_warning {	
	width:100%;
}

.donate-page .section-1 .gform_wrapper .gform_footer {
	background-color:#e6ebee;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.donate-page .section-1 .gform_wrapper .gform_footer input.button {
	width:100%;
	margin-top:30px;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.donate-page .section-1 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

/* Generic page */
.generic-page .section-1 .entry-content {
	color:#fff;
}

.slick-arrow {
	font-size:30px;
	line-height:1;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:40px;
	z-index:99;
	color:rgba(255,255,255,0.70);
}

.slick-arrow.slick-next {
	left:auto;
	right:40px;
}

.slick-dots {
	padding:0;
	margin:0;
	position:absolute;
	bottom:45px;
	width:100%;
	text-align:center;
}

.slick-dots li {
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	margin:0 5px;
}

.slick-dots li button {
	padding:0;
	width:16px;
	height:16px;
	text-indent:-999999px;
	overflow:hidden;
	border:none;
	background-color:rgba(255,255,255,0.50);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.slick-dots li.slick-active button {
	background-color:#fff;
}

.loading-gif {
	background:url('images/ajax-loader.gif') no-repeat 0px 0px;
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
}

.ekko-lightbox .modal-body {
	padding:0;
}

.ekko-lightbox .modal-header {
	position: absolute;
	background-color:transparent;
	top: 0;
	width: 100%;
	z-index: 999999;
	border: none;
}

.ekko-lightbox .modal-header .close {
	color:#fff;
}

.ekko-lightbox .modal-content {
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.ekko-lightbox-nav-overlay {
	-moz-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.ekko-lightbox-nav-overlay a {
	opacity:1;
	padding:0 15px;
	-moz-flex:0;
	-webkit-flex:0;
	flex:0;
}

.ekko-lightbox-nav-overlay a:last-child span {
	text-align: left;
}

.ekko-lightbox-nav-overlay a span {
	text-indent:-9999999px;
	position:relative;
	width:55px;
	height:55px;
	font-size:28px;
	line-height:1;
	background-color:rgba(255,255,255,0.50);
	color:#180000;
	padding:0;
	text-align:left;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.ekko-lightbox-nav-overlay a span:after {
	content:'\f104';
	font-family:'FontAwesome';
	text-indent:0;
	display:block;
	position:absolute;
	top:50%;
	margin:-14px 0 0;
	left:0;
	right:0;
	text-align:center;
}

.ekko-lightbox-nav-overlay a:last-child span:after {
	content:'\f105';
}

.static-animation {
	opacity:0;
	visibility:hidden;
}

.animated {
	-moz-animation-duration:0.8s;
	-webkit-animation-duration:0.8s;
	-ms-animation-duration:0.8s;
	-o-animation-duration:0.8s;
	animation-duration:0.8s;
}

/* Responsive */
@media (min-width:768px) {
	
	#coupon_code.input-text {
		width: 230px !important;
	}

}

@media (max-width:1475px) {
	.navbar-brand {
		max-width:10%;
		width:100%;
		-moz-flex:0 0 10%;
		-webkit-flex:0 0 10%;
		flex:0 0 10%;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		padding-left:10px;
		padding-right:10px;
		font-size:14px;
	}
	
	.header-right .d-flex > span a.cart-customlocation {
		margin: 0 25px;
	}
	
}


@media (max-width:1199px) {
	.navbar-expand-md > .container, 
	.navbar-expand-md > .container-fluid {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.navbar-brand {
		max-width:15%;
		width:100%;
		-moz-flex:0 0 15%;
		-webkit-flex:0 0 15%;
		flex:0 0 15%;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		font-size:16px;
		padding-left:12px;
		padding-right:12px;
	}
	
	.header-menu {
		max-width: none;
		width: auto;
	}
	
	.header-right {
		width:100%;
		padding-top:30px;
	}
	
	.header-right > .d-flex {
		-moz-justify-content:center;
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	.front-page .photo-gallery .grid-item > a > div {
		height:297px;
	}
	
	.contact-page .sidebar .widget:not(:last-child) {
		margin-bottom: 106px;
	}
	
	.dates-and-venue-page .section-1 .screening-wrap {
		padding-right:15px;
	}
	
	.dates-and-venue-page .section-1 .screening-wrap .btn {
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	
	.ticket-information-page .section-1 .section-content .ticket-item {
		background-position:-20px 0px;
	}
	
	.ticket-information-page .section-1 .section-content .ticket-item .ticket-price {
		font-size: 30px;
		text-align: center;
	}
}

@media (max-width:1024px) {
	
	.navbar-brand {
		max-width:150px;
		-moz-flex:0 0 150px;
		-webkit-flex:0 0 150px;
		flex:0 0 150px;
	}
	
	.main-header + .wrapper {
		background-size:auto auto;
	}
	
	.signup-newsletter {
		background-position:150% 0px;
	}
	
	.signup-newsletter .gform_wrapper div.validation_error {
		color: #fff;
	}
	
	 
	.signup-newsletter .gform_wrapper .gform_footer,
	.signup-newsletter .gform_wrapper .top_label input.medium {
		height:52px;
	}
	
	.signup-newsletter .gform_wrapper .gform_footer {
		margin-left:0;
	}
	
}

@media (max-width:991px) {
	
	.navbar-brand {
		max-width: none;
		text-align:center;
		-moz-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.header-menu {
		margin-left:auto;
		margin-right:auto;
		padding-top:30px;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
		
	.front-page .films-section .feature-film .film-thumbnail {
		max-width:265px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.about-page .section-1 .grid-item,
	.about-page .section-1 .grid-sizer,
	.about-page .section-1 .grid-item.even,
	.about-page .section-1 .grid-item.odd {
		width:50%;
	}
	
	.about-page .section-1 .grid-item .left-40 .thumbnail, 
	.about-page .section-1 .grid-item .right-40 .thumbnail,
	.about-page .section-1 .grid-item .left-50 .thumbnail,
	.about-page .section-1 .grid-item .right-50 .thumbnail,
	.about-page .section-1 .grid-item .left-40 .content-section,
	.about-page .section-1 .grid-item .right-40 .content-section,
	.about-page .section-1 .grid-item .left-50 .content-section,
	.about-page .section-1 .grid-item .right-50 .content-section {
		max-width: 100%;
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.about-page .section-1 .grid-item .thumbnail {
		background-image:none !important;
	}
	
	.about-page .section-1 .grid-item .thumbnail img {
		opacity:1;
		width:100%;
		visibility:visible;
	}
	
	.contact-page .sidebar .widget:not(:last-child) {
		margin-bottom: 341px;
	}
	
	.dates-and-venue-page .section-1 .film-title {
		margin-bottom:15px;
	}
	
	.dates-and-venue-page .section-1 .screening-wrap .btn,
	.single-film .section-1 .ticket-info .screening-wrap .btn {
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	
	.gallery-page .photo-gallery .grid-item {
		width: 33.33%;
	}
	
	 .ticket-information-page .section-1 .page-title + .row > div[class^="col-"] {
		 margin-bottom:30px;
	 }
	 
	 .related .products .product:not(:last-child) {
		 margin-bottom:65px;
	 }
	 
	 .woocommerce table.shop_table_responsive tr, 
	 .woocommerce-page table.shop_table_responsive tr {
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-moz-justify-content:space-between;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	
	.woocommerce table.shop_table_responsive tr th,
	.woocommerce table.shop_table_responsive tr td {
		padding-left:5px;
		padding-right:5px;
		text-align:left !important;
		-moz-align-self:center;
		-webkit-align-self:center;
		align-self:center;
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
	
	.woocommerce table.shop_table_responsive tr.cart_item {
		background-color:#fff;
	}
	
	.woocommerce table.shop_table_responsive tr .product-name {
		-moz-flex:0 0 190px;
		-webkit-flex:0 0 190px;
		flex:0 0 190px;
	}
	
	.woocommerce table.shop_table_responsive tr .product-remove {
		text-align:center !important;
		-moz-flex:0 0 82px;
		-webkit-flex:0 0 82px;
		flex:0 0 82px;
	}
	
	.woocommerce table.shop_table_responsive tr .product-quantity {
		-moz-flex:0 0 120px;
		-webkit-flex:0 0 120px;
		flex:0 0 120px;
	}
	
	.woocommerce-cart .woocommerce .quantity .quantity-input-wrap {
		padding-top: 0;
	}
	
	.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button {
		width: 25px;
		-moz-flex: 0 0 25px;
		-webkit-flex: 0 0 25px;
		flex: 0 0 25px;
	}
	
	.woocommerce-cart .woocommerce .quantity .qty {
		max-width: 50px;
	}
	
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display:block;
		-moz-flex:0 0 32px;
		-webkit-flex:0 0 32px;
		flex:0 0 32px;
	}
	 
	 .woocommerce table.shop_table_responsive thead, 
	 .woocommerce-page table.shop_table_responsive thead {
		display: block;
	}
	 
	 .woocommerce table.shop_table_responsive tr td:before, 
	 .woocommerce-page table.shop_table_responsive tr td:before {
		display:none;
	}

	 
	 .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	 .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals tr td {
		padding-left: 0;
	}
	
	.woocommerce #content table.cart td.actions, 
	.woocommerce table.cart td.actions, 
	.woocommerce-page #content table.cart td.actions, 
	.woocommerce-page table.cart td.actions {
		text-align: right !important;
	}
	
	.woocommerce #content table.cart td.actions > .d-flex > div, 
	.woocommerce table.cart td.actions > .d-flex > div, 
	.woocommerce-page #content table.cart td.actions > .d-flex > div, 
	.woocommerce-page table.cart td.actions > .d-flex > div {
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, 
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		padding-bottom:15px;
	}
}

@media (max-width:767px) {
	.navbar-brand {
		max-width: 50%;
		-moz-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.navbar-dark .navbar-toggler {
		border:none;
		
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:5px solid #fff;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#fff;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		font-size: 16px;
		padding: 15px;
	}
	
	.dropdown-menu {
		opacity:1;
		left:auto;
		visibility:visible;
		padding-top:0;
	}
	
	.dropdown-item {
		padding-left:30px;
	}
	
	.dropdown > .dropdown-menu > li:last-child > .dropdown-item {
		border-bottom-color: #6d5e5e;
	}

	.header-menu {
		padding-top: 0;
		width:100%;
	}
	
	.signup-newsletter {
		background-image:none;
	}

	.signup-newsletter .gform_wrapper ul.gform_fields li.gfield,
	.signup-newsletter .gform_wrapper .gform_body {
		width: 100%;
		max-width: 100%;
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.signup-newsletter .gform_wrapper ul.gform_fields li.gfield {
		margin-bottom:15px;
	}
	
	.signup-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1;
		min-height: 0;
	}
	
	#wrapper-footer-full .container > h4:before, 
	#wrapper-footer-full .container > h4:after {
		width: 12%;
	}
	
	#wrapper-footer-full .container > h5 {
		font-size: 33px;
	}
	
	#wrapper-footer-full .container > h5 span {
		display: inline;
	}
	
	#wrapper-footer-full .logo-wrap .d-flex > div {
		max-width:50%;
		width:100%;
		padding:0 15px;
		-moz-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		flex:0 0 50%;
	}
	
	.front-page .photo-gallery .grid-item {
		width:50%;
	}
	
	.about-page .section-1 .grid-item,
	.about-page .section-1 .grid-sizer,
	.about-page .section-1 .grid-item.even,
	.about-page .section-1 .grid-item.odd {
		width:100%;
	}
	
	.contact-page .sidebar {
		margin-top: 30px;
	}
	
	.contact-page .sidebar .widget:not(:last-child),
	.dates-and-venue-page .section-2 .row > div[class^="col-"]:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.gallery-page .photo-gallery .grid-item {
		width: 50%;
	}
	
	.news-page .section-1 .grid-item,
	.news-page .section-1 .grid-item.even {
		width:100%;
	}
	
	.ticket-information-page .section-1 .section-content {
		max-width:340px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.shop-page .product .product-item,	
	.related .product .product-item {
		max-width:248px;
		margin:0 auto;
	}
	
	.woocommerce-cart .wc-proceed-to-checkout.top-checkout-button .btn {
		max-width: 100%;
	}
	
	.woocommerce table.shop_table_responsive tr, 
	.woocommerce-page table.shop_table_responsive tr {
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.woocommerce table.shop_table_responsive thead {
		display:none;
	}
	
	.woocommerce table.shop_table_responsive tr th, 
	.woocommerce table.shop_table_responsive tr td {
		padding-left:15px;
		padding-right:15px;
	}
	
	.woocommerce table.shop_table_responsive tr .product-remove,
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		text-align:center !important;
	}
	
	.woocommerce #content table.cart td.actions, 
	.woocommerce table.cart td.actions, 
	.woocommerce-page #content table.cart td.actions, 
	.woocommerce-page table.cart td.actions {
		text-align:left !important;
	}
	
	.woocommerce #content table.cart td.actions > .d-flex > div:last-child, 
	.woocommerce table.cart td.actions > .d-flex > div:last-child, 
	.woocommerce-page #content table.cart td.actions > .d-flex > div:last-child, 
	.woocommerce-page table.cart td.actions > .d-flex > div:last-child {
		text-align:right !important;
	}
	
	.woocommerce #content table.cart td.actions .coupon label, 
	.woocommerce table.cart td.actions .coupon label, 
	.woocommerce-page #content table.cart td.actions .coupon label, 
	.woocommerce-page table.cart td.actions .coupon label {
		margin: 0 0 15px 0;
	}
	
	.woocommerce table.shop_table_responsive tr .product-remove,
	.woocommerce table.shop_table_responsive tr .product-name,
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce table.shop_table_responsive tr .product-price,
	.woocommerce table.shop_table_responsive tr .product-quantity,
	.woocommerce table.shop_table_responsive tr .product-subtotal {
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button {
		width: 35px;
		-moz-flex: 0 0 35px;
		-webkit-flex: 0 0 35px;
		flex: 0 0 35px;
	}
	
	.woocommerce-cart .woocommerce .quantity .qty {
		max-width: 110px;
	}
	
	
}

@media (max-width:568px) {
	.festival-films-page .section-1 .film-item .film-thumbnail {
		max-width:265px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.patrons-page .section-1 .patron-item {
		max-width:263px;
		margin:0 auto;
	}
	
}

@media (max-width:567px) {
	
	body {
		overflow-x:hidden;
	}
	
	.signup-newsletter .gform_wrapper .gform_body,
	.signup-newsletter .gform_wrapper .gform_footer {
		width: 100%;
		max-width: 100%;
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	#wrapper-footer-full .container > h4:before, 
	#wrapper-footer-full .container > h4:after {
		display:none;
	}
	
	.front-page .photo-gallery .grid-item,
	.front-page .photo-gallery .grid-item-2 {
		width:100%;
	}
	
	.front-page .photo-gallery .grid-item > a > div {
		height:auto;
		background-image:none !important;
	}
	
	.front-page .photo-gallery .grid-item img {
		opacity:1;
		visibility:visible;
	}
	
	.single-film .section-1 .film-item > .d-flex {
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.single-film .section-1 .film-thumbnail,
	.single-film .section-1 .film-details {
		width:100%;
		margin:0;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.single-film .section-1 .film-thumbnail img {
		margin-top: 0;
		margin-bottom:30px;
	}
	
	
	.thank-you-page .section-1 .entry-content h1 {
		font-size: 55px;
	}
}

@media (max-width:480px) {
	.gallery-page .section-1 .year-gallery,
	.festival-films-page .section-1 .year-filter {
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.gallery-page .section-1 .year-gallery a,
	.festival-films-page .section-1 .year-filter a {
		margin:0 0 15px;
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
		display:block;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (max-width:374px) {
	.contact-page .sidebar .contact-details {
		font-size: 14px;
	}
	
	.dates-and-venue-page .section-1 .film-date {
		font-size: 16px;
	}
	
	.ticket-information-page .section-1 .page-title {
		font-size:38px;
	}
	
	.woocommerce-checkout form .form-row .input-checkbox + span, 
	.woocommerce-checkout .woocommerce-shipping-fields .input-checkbox + span {
		font-size: 12px;
	}
}
