/*
Theme Name: London Indian Film Festival
Theme URI: http://alexdelmont.com
Author: Alex Delmont Limited
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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


@font-face {
    font-family: 'aleobold';
    src: url('fonts/aleo-bold-webfont.woff2') format('woff2'),
         url('fonts/aleo-bold-webfont.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
	letter-spacing: 1px;
}

@font-face {
    font-family: 'aleolight';
    src: url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleoregular';
    src: url('fonts/aleo-regular-webfont.woff2') format('woff2'),
         url('fonts/aleo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
	color: #414042;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #029873;
}

a img {
	border: 0;
}

hr {
	border-color: #414042;
	margin: 5px 10px 15px;
}



/**
 * 2.0 - General Styles
 */

/**
 * 2.1 - Font Styles
 */
h1 {
	background: #029873;
	color:#ffffff;
	font-size: 20px;
	padding: 11px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-family: aleoregular;
        line-height: 1.3em;
}

h1.premier {
	margin: 0;
	background: #279d5d;
	padding: 5px;
}

h2 {
	text-align: left;
	font-size: 19px;
	font-family: aleoregular;
	margin: 0 0 10px 0;
	background: #e2472b;
	padding: 4px;
	color: #ffffff;
        line-height: 1.3em;
}

h3 {
	text-align: left;
	font-size: 18px;
	font-family: aleoregular;
	padding: 0px;
	margin: 0 0 3px 0;
	color: #414042;
        line-height: 1.3em;
}

h4 {
	text-align: left;
	color: #737273;
	font-size: 16px;
	padding: 0px;
	margin: 0 0 20px 0;
	font-family: aleoregular;
        line-height: 1.3em;
}

h4 span {
	display: inline-block;
	background: #f1f1f1;
	padding: 0 10px 0 0;
}

h5 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
        line-height: 1.3em;
}

h6 {
	text-align: left;
	font-size: 21px;
	font-family: aleoregular;
	margin: 0 0 8px 0;
	color: #414042;
        line-height: 1.3em;
}

h7 {
	font-size: 17px;
	font-family: aleoregular;
	padding: 0px;
	margin: 0 0 220px 0;
	color: #414042;
        line-height: 1.3em;
}

p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
        line-height: 1.3em;
}



a {
	color: #414042;
	text-decoration: none;
	transition: all 0.5s ease;
}

a:active, a:focus {
	text-decoration: none;
} 

strong {
	font-weight: bold;
}

table {
	margin: 0 0 20px 0;
	width: 100%;
}

table td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 0 10px;
	vertical-align: top; 
        line-height: 1.3em;
}

table td:first-child {
	font-weight: bold;
	text-align: right;
}

table td:last-child {
	text-align: left;
}

/**
 * 2.1 - Colour Helpers
 */

.col-orange {
	color: #e2472b;
}

html,
body {
	font-family: Arial, Helvetica, sans-serif;
}





#page {
	width: 100%;
}

.content-width {
	width: 1024px;
	margin: 0 auto;
}


.popupChoices .disagree {
	display: none !important;
}


/**
 * 3.0 - Header Styles
 */

.blockContent {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
	top: 0px;
	position: relative;
}

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

.block {
	display: none;
}

.site-header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	height: auto;
	z-index: 90;
	padding-bottom: 10px;
}

.site-branding {
	float: left;
	margin: 0px 0 0 30px;
}

.site-branding img {
	height: 120px;
}

.locations {
	float: left;
	padding: 23px 20px;
	border-left: #414042 solid 1px;
	margin: 20px 0 0 20px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-family: aleoregular;
}

.locations p {
	margin: 0;
}

.mailing-list {
	position: absolute;
	top: 20px;
	right: 0px;
	margin: 20px 30px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	font-family: aleoregular;
}

.mailing-list i {
	font-size: 19px;
	position: relative;
	bottom: -2px;
	margin-right: 5px;
}

.widget_search {
	float: left;
	position: relative;
}

.widget_search .search-field {
	padding: 5px;
	width: 200px;
	border: #e2472b solid 1px;
}

.widget_search .search-submit {
	border: none;
	background: none;
	color: #ffffff;
}

.widget_search:before {
	content: "\f002";
	font: normal normal normal 14px/1 FontAwesome;
	display: block;
	position: absolute;
	right: 20px;
	top: 4px;
	font-size: 18px;
	color: #e2472b;
}

.widget_search label span {
	display: none;
}

.widgettitle {
	display: none;
}

.mailing-list .widget_lsi_widget, .mailing-list .mailing-list-link {
	float: left;
}

.widget_lsi_widget {
	margin-right: 20px;
}

.lsi-social-icons li a {
	padding: 0 8px !important;
}

/**
 * 3.1 - Navigation Styles
 */

.mobilenav-open {
	display: none;
}

.submenu-back {
	display: none;
}

.site-navigation {
	position: absolute;
	bottom: 15px;
	right: 10px;
	overflow: hidden;
}

.site-navigation:hover {
	overflow: visible;
}

.site-navigation li {
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	position: relative;
	font-family: aleoregular;
}

.site-navigation li a {
	padding: 0 20px;
}

.site-navigation li.current-menu-item a {
	color: #e2472b;
}

.site-navigation li .sub-menu {
	opacity: 0;
	position: absolute;
	min-width: 260px;
	background: #ffffff;
	padding: 10px 0 0;
	transition: all 0.5s ease;
	z-index: 1;
}

.site-navigation li:nth-child(4) .sub-menu,
.site-navigation li:nth-child(5) .sub-menu {
	right: 0px;
}

.site-navigation li .sub-menu li {
	display: block;
}
.site-navigation li .sub-menu li a {
	padding: 5px 20px;
	display: block;
}

.site-navigation li .sub-menu li a:hover {
	background: #029873;
	color: #ffffff;
}

.site-navigation li:hover .sub-menu {
	opacity: 1;
	z-index: 2;
}





/**
 * 4.0 - Content Styles
 */

.site-content {
	padding: 160px 0 0 0;
	min-height: calc(100vh - 150px);
}

.content-inner {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 20px;
}

.column-2 img {
	width: 100% !important;
	height: auto !important;
}


.film-post p {
	text-align: left;
}

.film-post img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.screening {
	border-bottom: #000000 solid 1px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.screening p {
	background: #ffffff;
	display: block;
	padding: 15px 10px 10px;
	line-height: 1.3em;
	font-size: 16px;
	margin: 0;
}

.screening p strong {
	text-transform: uppercase;
}

.screening p span {
	display: inline-block;
	background: #cdced3;
	padding: 5px;
	margin: 10px 0 5px 15px;
}

.screening a {
	background: #188be5;
	display: block;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	transition: all 0.5s ease;
	cursor: pointer;
}

.screening a:hover {
	background: #167ac9;
}

.director {
	border-top: #414042 solid 1px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.director img {
	margin: 0px 0 0 0;
}


.trailer {
	border-bottom: #000000 solid 1px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.trailer a {
	background: #c7be0a;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	font-family: aleolight;
	text-transform: uppercase;
	padding: 10px 0;
	transition: all 0.5s ease;
}

.trailer a:hover {
	background: #a8a110;
}

.post-navigation {
	margin-bottom: 20px;
}

.post-navigation h2 {
	display: none;
}

.post-navigation .nav-previous {
	width: 48%;
	float: left;
}

.post-navigation .nav-next {
	width: 48%;
	float: right;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	background: #188be5;
	text-align: left;
	position: relative;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	color: #ffffff;
	font-family: aleolight;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

.post-navigation .nav-previous:hover, .post-navigation .nav-next:hover {
	background: #167ac9;
}

.post-navigation .nav-previous a {
	padding: 10px 10px 10px 30px;
	display: block;
	color: #ffffff;
	text-align: left;
}

.post-navigation .nav-next a {
	padding: 10px 30px 10px 10px;
	display: block;
	color: #ffffff;
	text-align: right;
}

.post-navigation .screen-reader-text {
	font-size: 16px;
	padding: 0 5px;
	display: block;
}

.post-navigation .post-title {
	padding: 0 5px;
	display: block;
}

.post-navigation .nav-previous a .meta-nav {
	font-size: 34px;
	position: absolute;
	left: 7px;
	top: 7px;
}

.post-navigation .nav-next a .meta-nav {
	font-size: 34px;
	position: absolute;
	right: 7px;
	top: 7px;
}


.sponsoredby {
	text-align: left;
	margin: 0px 0;
	width: 48%;
}

.sponsoredby img {
	width: 100%;
	margin: 0;
}

.sponsor-type {
	display: none;
}



.photonic-standard-layout {
	float: none !important;
}

.photonic-thumb {
	padding: 0 !important;
}

.photonic-thumb a {
	padding: 5px;
	width: 229px;
	height: 229px;
	overflow: hidden;
}

.photonic-thumb a img {
	height: 100%;
	width: auto;
}

.photonic-gallery-4c {
	width: 25% !important;
}




.loading {
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 9;
}

.loading img {
	margin: 100px 0 0 0;
}

.dropdown {
	position: relative;
	z-index: 4;
}

.dropdown-btn { 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	background: #ffffff;
	position: relative;
}

.dropdown-btn i {
	position: absolute;
	right: 15px;
	top: 12px;
}

.filters {
	margin: 0 0 20px 0;
}

.or {
	padding: 10px 0 0 0;
}

.clear a {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	background: #ffffff;
	position: relative;
}

.filter {
	padding: 0 0 0px 0;
	width: 100%;
	position: absolute;
	top: 40px;
	display: none;
	border: #279d5d solid 1px;
	background: #ffffff;
}

.filter div {
	list-style: none;
	margin: 0 0px;
}

.filter div a {
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	background: #ffffff;
	font-size: 14px;
}

.filter div.active a {
	background: #279d5d;
	color: #ffffff;
}





.programme-page .entry-header { 
	display: none;
}

.programme-page .film {
	padding: 5px;
}

.programme-page .film .film-poster {
	height: 142px;
	overflow: hidden;
}

.programme-page .film .film-poster a {
	position: relative;
	overflow: hidden;
	font: Arial, Helvetica, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color: #ffffff;
	font-size: 24px;
}

.programme-page .film .film-poster a:before {
	content: "More Info";
	width: 100%;
	height: 100%;
	padding: 60px 0 0 0;
	position: absolute;
	display: block;
	bottom: -142px;
	left: 0px;
	background-color: rgba(92,191,210,0.8);
	transition: all 0.3s ease;
	font-family: aleoregular;
	text-transform: uppercase;
	font-size: 16px;
}

.programme-page .film .film-poster a:hover:before {
	bottom: 0px;
}

.programme-page .film .film-poster a {
	display: block;
}

.programme-page .film img {
	width: 100%;
	height: auto;
}

.programme-page .film h2 {
	font-size: 16px;
}

.programme-page .film-info {
	background: #ffffff;
	text-align: left;
	position: relative;
}

.programme-page .film .film-info__date {
	background: #029873;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.programme-page .Short.Film .film-info__date {
	background: #de2791;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.programme-page .Events .film-info__date {
	background: #e2472b;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.programme-page .film .film-info__date .day {
	font-size: 40px;
	display: block;
	line-height: 1em;
	padding: 20px 0 0 0;
}

.programme-page .film .film-info__date .month {
	font-size: 16px;
	display: block;
	line-height: 1em;
	padding: 0 0 20px;
}

.programme-page .film .film-info__text {
	padding: 5px;
	height: 61px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.programme-page .film .film-info__text p {
	font-size: 12px;
	margin: 0 0 0 0;
}

.programme-page .film .film-info__text a {
	position: absolute;
	bottom: 5px;
	right: 5px;
}



.default-page .content-inner {
	text-align: left;
}

.default-page .content-inner p {
	margin: 0 0 20px 0;
}


.venue {
	border-bottom: #414042 solid 1px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

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

.venue p {
	text-align: left;
}




.archive-page .film {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: #414042 solid 1px;
}

.archive-page .film-poster {
	height: auto;
	overflow: hidden;
}

.archive-page .film img {
	width: 100%;
	height: auto;
}

.archive-page .film .film-info {
	text-align: left;
	padding: 0 0;
}

.archive-page .film .film-info p {
	margin: 0 0 10px 0;
}

.archive-page .filmsort .film .side1 {
	width: 30%;
	float: left;
}

.archive-page .filmsort .film .side2 {
	width: 70%;
	float: left;
}

.archive-page .filmsort:nth-child(even) .film-info {
	padding: 0 20px 0 0;
}

.archive-page .filmsort:nth-child(even) .film .side1 {
	float: right;
}

.archive-page .filmsort:nth-child(even) .film .side2 {
	float: right;
}




.gallery-button {
	display: block;
}


.gallery {
	margin-bottom: 30px;
}

.gallery ul {
	width: 100%;
}

.gallery img {
	width: 100%;
}

.gallery a {
	display: block;
	padding: 2px;
}

.instagram-feed {
	margin: 30px 0 0 0;
}

.instagram-feed h2 {
	display: none;
}

#lightbox-container-image-box {
	max-height: 660px;
}

#lightbox-image {
	max-height: 600px;
}

#lightbox-container-image-data-box {
	position: relative;
	top:-41px;
	padding: 13px 0 0 0;
	z-index: 9999;
}

#lightbox-secNav-btnClose {
	margin-top: -3px;
}

#lightbox-nav-btnNext {
	background: url('images/lightbox-btn-next.gif') no-repeat right center !important;
}

#lightbox-nav-btnPrev {
	background: url('images/lightbox-btn-prev.gif') no-repeat left center !important;
}

#lightbox-secNav-btnClose {
	background: url('images/lightbox-btn-close.gif') no-repeat center top !important;
	height: 30px;
}

#lightbox-loading {
	background: url('images/loader.gif') no-repeat center center !important;
}




.sponsors-page .gallery div div {
	
}

.sponsors-page .gallery img{
	width: 100%;
}






/**
 * 4.1 - Slider Styles
 */

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px; 
    height: 100%;
    width: 100%; 
	background-size: 100% auto;
}
.carousel-caption {
	background: rgba(0,0,0,0.5);
	text-align: left;
	display: inline-block;
	width: 300px;
	padding: 10px;
	text-align: left;
	top: auto;
	bottom: 80px;
}

.carousel-inner .btn {
	left: 20%;
	position: absolute;
	bottom: 20px;
}

.carousel-caption p {
	color: #ffffff;
}

.carousel-caption h3 {
	
	
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {

}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}






/**
 * 4.2 - Quick Links Styles
 */

.quick-links {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: #ffffff;
}

.quick-link {
	display: table-cell;
	padding: 17px 20px;
	font-size: 16px;
	height: 41px;
	position: relative;	
	cursor: pointer;
	transition: all 0.5s ease;
	font-family: aleolight;
}

.quick-link p {
	margin: 0;
}

.quick-link strong {
	font-size: 24px;
	font-weight: bold;
	font-family: aleobold;
}

.quick-link:after {
	content: "";
	width: 75px;
	height: 100%;
	background: #de2791;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.quick-link__icon {
	font-size: 60px;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 2;
	font-weight: normal;
	transition: all 0.5s ease;
	color: #ffffff
}

.quick-link:hover {
	background: #5cbfd2;
}

.quick-link:hover .quick-link__icon {
	color: #000000;
}

.quick-link:hover p {
	color: #ffffff;
}



.entry-content {
	border-bottom: #000000 solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



/**
 * 4.3 - Image Link Styles
 */

.image-links {
	padding: 20px 10px;
}

.image-link {
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	padding: 0 0px;
	height: auto;
	position: relative;
}

.image-link .margin {
	margin: 0 20px;
	position: relative;
	overflow: hidden;
}

.image-link:first-child .margin {
	margin-right: 40px;
	margin-left: 0px;
}

.image-link:last-child .margin {
	margin-left: 40px;
	margin-right: 0px;
}

.image-link img {
	width: 100%;
	height: auto;
}

.image-link .image-link__name {
	padding: 10px 20px;
	background: #e2472b;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	font-family: aleobold;
}

.image-link .image-link__hover {
	padding: 30px 50px 0 20px;
	background-color: rgba(92,191,210,0.8);
	color: #ffffff;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0px;
	height: 242px;
	width: 100%;
	z-index: 1;
	transition: all 0.2s ease;
	font-family: aleobold;
}

.image-link .image-link__hover p {
	font-size: 18px;
}

.image-link:hover .image-link__hover {
	top: 0px;
}



/**
 * 4.4 - Subscribe Form Styles
 */

.subscribe {
	padding: 30px 0;
}

.subscribe p {
	display: inline-block;
	width: 33%;
	padding: 10px;
}

.subscribe p label {
	text-align: left;
	font-family: aleoregular;
	text-transform: uppercase;
}

.subscribe p label span {
	padding: 5px 0 0 0;
	display: block;
}

.subscribe p input {
	background: #414042;
	padding: 10px;
	color: #ffffff;
	border: none;
	width: 100%;
}

.subscribe p input.submit{
	display: none;
}

.subscribe div.wpcf7-validation-errors {
	border: none;
	background: #188be5;
	padding: 20px;
	color: #ffffff;
	font-size: 14px;
}



/**
 * 4.5 - Sponsors Styles
 */

.sponsors a,
.sponsors2 a {
	display: block;
	padding: 2px;
}

.sponsors .sponsors-img,
.sponsors2 .sponsors-img {
	width: 100%;
	height: auto;
}




/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.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;
}

.slick-list
{
    position: relative;
    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;
}
.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;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}











/**
 * 4.6 - Form Styles
 */

.ninja-forms-field, .post-password-form label input {
	padding: 8px;
	width: 100%;
	border: #e2472b solid 1px;
	font-size: 14px;
    font-family: aleoregular;
	background: #ffffff !important;
	text-align: left;
	color: #000000;
	cursor: text;
}

.post-password-form label input:hover {
	background: #ffffff !important;
}

.nf-form-title {
	display: none;
}

.nf-field-label {
	font-size: 14px;
    font-family: aleoregular;
	font-weight: bold;
}

.nf-form-fields-required {
	font-size: 14px;
    font-family: aleoregular;
	margin:0 0 20px 0;
}

.nf-field-label {
    margin-bottom: 10px;
}

.nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 25px;
}

form {
	width: 100%;
    background: #ffffff;
    padding: 20px 20px 60px;
    margin: 0 auto;
}

.search-form {
	padding: 0;
}

.ninja-forms-form-wrap {
	width: 100%;
    background: #ffffff;
    padding: 20px 20px 10px;
    margin: 0 auto;
}
 





/**
 * 4.7 - Button Styles
 */

.btn-primary, .post-password-form input  {
	background: #5cbfd2 !important;
	border: none;
	transition: all 0.5s ease;
	border-radius: 0px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 8px 20px;
	color: #ffffff;
}

.btn-primary:hover, .post-password-form input:hover {
	background: #167ac9 !important;
}





/**
 * 4.8 - Blog Styles
 */

.blog-entry {
	padding: 5px;
}

.blog-entry .blog-entry__image {
	height: 170px;
	overflow: hidden;
}

.blog-entry img {
	width: 100%;
	height: auto;
}

.blog-entry__name {
	background: #279d5d;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.blog-entry__name p {
	margin: 0;
}

.blog-entry__name-inner {
	padding: 5px;
	height: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-entry .blog-entry__image a {
	position: relative;
	overflow: hidden;
	font: Arial, Helvetica, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color: #ffffff;
	font-size: 24px;
}

.blog-entry .blog-entry__image a:before {
	content: "Read More";
	width: 100%;
	height: 100%;
	padding: 80px 0 0 0;
	position: absolute;
	display: block;
	bottom: -170px;
	left: 0px;
	background-color: rgba(24,139,230,0.8);
	transition: all 0.3s ease;
	font-family: aleoregular;
	text-transform: uppercase;
	font-size: 16px;
}

.blog-entry .blog-entry__image a:hover:before {
	bottom: 0px;
}

.blog-entry .blog-entry__image a {
	display: block;
}

.film-post .blog-image {
	height: 400px;
	overflow: hidden;
}

.film-post .blog-image img {
	height: auto;
	width: 100%;
}

.entry-date {
	font-size: 14px;
	padding: 6px 0 0 0;
}




/**
 * 5.0 - Footer Styles
 */

.site-footer {
	width: 100%;
	background: #414042;
	height: 150px;
	text-align: center;
}

.menu-footer-navigation-container {
	padding: 20px 0 0 0;
	text-align: right;
}

.menu-footer-navigation-container li {
	font-size: 10px;
	display: inline-block;
	padding: 0 10px;
	border-right: #ffffff solid 1px;
}

.site-info {
	padding: 20px 0 0 10px;
	text-align: left;
}

.site-footer li a,
.widgettitle,
.site-info {
	color: #dddddd;
	transition: all 0.5s ease;
	border-bottom: transparent solid 1px;
}

.site-footer .menu li a:hover {
	border-bottom: #ffffff solid 1px;
}

.site-footer .widget_lsi_widget {
	margin: 40px 0 0 0;
}




/**
 * 6.0 - Helper Styles
 */

.padding-10 {
	padding: 10px;
	position: relative;
}

.padding-5 {
	padding: 5px;
	position: relative;
}

.padding-10-left {
	padding: 0 0 0 10px;
}

.padding-10-right {
	padding: 0 10px 0 0;
}

.margin-60 {
	margin: 60px 0 0 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/**
 * 7.0 - Responsive Styles
 */

@media only screen and (max-width: 1612px) {
	
	.carousel .item {
		background-size: auto 100%;
		background-position: center center;
	}
	
}


@media only screen and (max-width: 1260px) {
	
	.mailing-list {
		top: 10px;
	}
	
	
	
}



@media only screen and (max-width: 1024px) {
	
	.mailing-list {
		display: none;
	}
	
	.site-content {
	    padding: 100px 0 0 0;
	    min-height: calc(100vh - 70px);
	}
	
	.site-header {
		right: 0px;
		left: 0px;
		transition: all 0.5s ease;
		height: auto;
	}
	
	.site-branding {
	    margin: 0 0 0 10px;
	}
	
	.site-branding img {
		height: 70px;
		width: auto;
	}
	
	.locations {
	    padding: 10px 10px;
	    margin: 7px 0 0 10px;
	    line-height: 18px;
	}
	
	.locations p {
		font-size: 10px;
	}
	
	.mobilenav-open {
		display: block;
		position: absolute;
		top: 25px;
		right: 20px;
		font-size: 30px;
	}
	
	p {
		font-size: 12px;
	}
	
	.content-width,
	.content-inner {
		width: 100%;
		margin: 0 auto;
	}
	
	#page {
		position: relative;
		right: 0;
		transition: all 0.5s ease;
	}
	
	.site-navigation {
		position: fixed;
		width: 250px;
		top: 0px;
		right: -250px;
		height: 100vh;
		background: #414042;
		padding-top: 50px;
		transition: all 0.5s ease;
		overflow: visible;
	}
	
	.site-navigation li {
		font-size: 12px;
		display: block;
		border-bottom: #879199 solid 1px;
	}
	
	.site-navigation li:first-child {
		border-top: #879199 solid 1px;
	}
	
	.site-navigation li a {
		color: #ffffff;
		padding: 20px 20px;
		display: block;
	}
	
	.menu-item-has-children:before {
		border: #c7be0a solid 1px;
		content: "";
		position: absolute;
		right: 20px;
		top: 25px;
		width: 10px;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
	}
	
	.menu-item-has-children:after {
		border: #c7be0a solid 1px;
		content: "";
		position: absolute;
		right: 20px;
		bottom: 24px;
		width: 10px;
		-ms-transform: rotate(-45deg); /* IE 9 */
		-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
		transform: rotate(-45deg);
	}
	
	.submenu-back {
		display: block;
		width: 100px;
		height: 20px;
		position: absolute;
		top: 15px;
		left: 20px;
		padding: 3px 0 0 20px;
		font size: 20px;
		text-transform: uppercase;
		color: #c7be0a;
		display: none;
		z-index: 5;
	}
	
	.submenu-back:before {
		border: #c7be0a solid 1px;
		content: "";
		position: absolute;
		left: 0px;
		top: 6px;
		width: 10px;
		-ms-transform: rotate(-45deg); /* IE 9 */
		-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
		transform: rotate(-45deg);
	}
	
	.submenu-back:after {
		border: #c7be0a solid 1px;
		content: "";
		position: absolute;
		left: 0px;
		bottom: 6px;
		width: 10px;
		-ms-transform: rotate(-135deg); /* IE 9 */
		-webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
		transform: rotate(-135deg);
	}
	
	.site-navigation li .sub-menu {
		opacity: 1;
		position: fixed;
		min-width: auto;
		width: 250px;
		background: #414042;
		padding: 50px 0 0;
		top: 0px;
		right: -250px;
		height: 100vh;
		transition: all 0.5s ease;
	}

	.site-navigation li:nth-child(4) .sub-menu,
	.site-navigation li:nth-child(5) .sub-menu {
		right: -250px;
	}

	.site-navigation li .sub-menu li {
		display: block;
	}
	.site-navigation li .sub-menu li a {
		padding: 20px 20px;
		display: block;
	}

	.site-navigation li .sub-menu li a:hover {
		background: #c7be0a;
		color: #ffffff;
	}

	.site-navigation li:hover .sub-menu {
		opacity: 1;
		z-index: 3;
	}
	
	
	
	#page.menu-open {
		right: 250px;
	}
	
	#page.menu-open .site-header {
		right: 250px;
		left: -250px;
	}
	
	#page.menu-open .site-navigation {
		right: 0px;
	}
	
	#page.menu-open .site-navigation .submenu-open {
		right: 0px;
	}
	
	
	
	
	
	.mailing-list {
		font-size: 10px;
		margin: 20px 80px 0 0;
	}
	
	.icon-set-lsi_widget-3 a {
		font-size: 14px;
	}
	
	.lsi-social-icons li a {
	    padding: 0 4px !important;
	}
	
	.quick-link strong {
	    font-size: 18px;
	}
	
	.quick-link__icon {
	    font-size: 47px;
	    right: 19px;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.quick-link {
	    display: block;
	    height: 60px;
	    width: 100%;
	}
	
	.image-link .margin {
		margin: 0 5px;
	}

	.image-link:first-child .margin {
		margin-right: 10px;
	}

	.image-link:last-child .margin {
		margin-left: 10px;
	}
	
}

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

	.menu-footer-navigation-container li {
		font-size: 10px;
		display: block;
		padding: 0 10px;
		border-right: none;
	}
	
	.menu-footer-navigation-container {
	    padding: 5px 0 0 0;
	    text-align: center;
	}
	
	.site-info {
	    padding: 20px 0 0 0px;
	    text-align: center;
	}
	
	.site-footer {
	    height: auto;
	}
	
	.gallery-button {
		display: block;
		text-align: center;
	}
	
	.photonic-flickr-stream {
		display: none;
	}

}

@media only screen and (max-width: 740px) {
	
	.mailing-list {
		display: none;
	}
	
}

@media only screen and (max-width: 567px) {
	
	p img {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
	
	.carousel {
		display: none;
	}
	
	.content-inner {
		padding: 20px 0;
	}
	
	.locations {
		display: none;
	}
	
	.image-link .margin {
		margin: 0 0px 20px;
	}

	.image-link:first-child .margin {
		margin-right: 0px;
	}

	.image-link:last-child .margin {
		margin-left: 0px;
	}
	
	.subscribe p {
		display: block;
		width: 100%;
	}
	
	.film-post .blog-image {
		height: 220px;
		overflow: hidden;
	}
	
	.clear {
		margin-top: 20px;
	}
	
	.archive-page .filmsort .film .side1,
	.archive-page .filmsort .film .side2 {
		float: none;
		width: 100%;
	}
	
	.archive-page .film-poster {
		height: auto;
	}
	
	
}








