/*
Theme Name: UK Jewish Film (responsive)
Theme URI: http://ukjewishfilm.org
Description: Custom theme for UK Jewish Film
Author: Yes We Work
Version: 2.0
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *	user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *	Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *	(include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

/*
 * YWW DEFAULTS
 */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,blockquote,figure,table,iframe {
	margin: 0 0 1rem 0;
}
.venues {
	margin: 0 0 0 0;
}
.venues .city {
	border-top:1px;
	border-top-color: rgba(74,39,114,1.0);
	border-top-style: solid;
}

.guestdesc {
	margin: 0 0 1em 0;
}

h1 {
	font-size: 2rem;
}
ul {
	padding-left: 25px;
}
li {
	margin: 0 0 0.25rem 0;
}
.grid .featured {
	margin: 15px 0 0 15px;
}


/*
 * SITE-SPECIFIC...
 */

@font-face {
  font-family: 'ukjf';
  src: url('fonts/ukjf/ukjf.eot?69861661');
  src: url('fonts/ukjf/ukjf.eot?69861661#iefix') format('embedded-opentype'),
       url('fonts/ukjf/ukjf.woff2?69861661') format('woff2'),
       url('fonts/ukjf/ukjf.woff?69861661') format('woff'),
       url('fonts/ukjf/ukjf.ttf?69861661') format('truetype'),
       url('fonts/ukjf/ukjf.svg?69861661#ukjf') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ukjf";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.icon-cancel:before { content: '\e800'; } /* '' */
.icon-play:before { content: '\e802'; }  /* '' */
.icon-menu:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-left-circle:before { content: '\e805'; } /* '' */
.icon-right-circle:before { content: '\e806'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */

/* tags */
html {
	background: #fff;
}
body {
	padding-top: 2rem;
	margin: 0 auto;
	color: #343434;
	font-family: 'Titillium Web';
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Titillium Web';
}
a {
	text-decoration: none;
	color: #430098;
}
a:hover {
	text-decoration: underline;
}
h1 {
	/*font-size: 1.375rem;*/
	font-size: 23pt;
	font-weight: 300;
	line-height: 1.2;
}
h2 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
}
p, li, dl {
	font-size: 0.875rem;
	line-height: 1.4;
}

/* architecture */
.container {
	overflow: auto;
	background: #fff;
}
.grid { /* use as a container whenever blocks need to be floated */
	margin-left: -1px;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.grid>* {
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	overflow: auto;
	width: 100%;
}
.text {
	padding: 1rem;
}
.block {
	background: #f6f6f6;
	padding: 1rem;
}

.featuredguest {
	background-color: rgba(233,247,248,1.0);
}

.lateral .block {
	overflow: auto;
	margin-bottom: 1px;
}

.extra .block {
	background: #fff;
	padding: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.searchform input[type=text] {
	float: left;
	background: #fff;
	color: #5d3a85;
	border: 1px solid;
	border-right: 0;
	border-radius: 0 0 0 0;
	font-size: 0.75rem;
}
.searchform button[type=submit] {
	background: #b69dd3;
	border: 1px solid #5d3a85;
	border-radius: 0 0 0 0;
	color: #fff;
	text-transform: lowercase;
	font-weight: 200;
	overflow: hidden;
	width: 28px;
	float: left;
}
.searchform button[type=submit]:before {
	margin-left: 0;
	margin-right: 2rem;
	width: auto;
	font-size: 1.25rem;
}
.searchform button[type=submit]:focus {
	outline: 0;
}


/* responsive image stuff */
.responsive { /* will vertically centre child elements and effectively "crop" them... don't forget to set height and width explicitly on container as well */
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.responsive img {
	width: 100%;
	height: auto;
}

.responsive .juror{
	top:15%;
	transform: translateY(15%);
	-webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
}

.block .responsive {
	margin-bottom: 1rem;
}

.block .letterbox {
	height: 163px;
}

.block.size-large .letterbox {
	height: 345px;
}

.block .venuebox {
	height: 110px;
}


/* text styles */
.slug {
	font-family: 'Titillium Web';
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.375rem;
	text-transform: uppercase;
}

/* Lighter font for titles */
.extra.grid h1 {
	font-weight: 300;
	font-size: 23pt;
}

.banner {
	background: #430098;
	color: #fff;
}
.banner .slug {
	font-size: 1.125rem;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'Titillium Web';
}
.banner .subnav {
	overflow: auto;
}
.pagetitle {
	padding: 1rem;
	overflow: auto;
}
.pagetitle>h1 {
	margin-bottom: 0;
	display: inline;
	font-weight: 500;
}
.pagetitle>h2 {
	margin-bottom: 0;
	font-weight: 200;
}
.pagetitle a {
	color: #fff;
	opacity: 0.75;
}
.pagetitle a:hover {
	opacity: 1;
}
.pagetitle .type {
	display: inline;
	margin-bottom: 0;
	font-family: 'Titillium Web';
	font-weight: 200;
	text-transform: lowercase;
}
.pagetitle .type:after {
	content: ':';
}

/* header,  menu, footer */
body>header {
	font-family: 'Titillium Web';
	font-weight: 400;
}
body>header .logo {
	display: block;
}
body>header .logo h1 {
	background: url(img/UKJewishFilm-Logo-Purple-72ppi-Web.png);
	background-size: contain;
	background-repeat: no-repeat;
}
body>header .nav ul {
	list-style: none;
	text-transform: lowercase;
	padding-left: 0;
	margin-bottom: 0;
}
body>header .nav a {
	display: block;
}
body>header li {
	white-space: nowrap;
	margin-bottom: 0;
}
body>header .sub-menu li {
	display: block;
}
body>header .major.nav li.menu-item-has-children {
	cursor: pointer;
}
body>header .major.nav li.menu-item-has-children>a:after {
	font-family: 'ukjf';
	content: '\f107';
	margin-left: 5px;
	margin-right: -5px;
	color: #b69dd3;
}
body>header .major.nav li.menu-item-has-children a:hover {
	text-decoration: none;
}
body>header .major.nav li.menu-item-has-children.open {
	background: #5a00cc;
}
body>header .major.nav li.menu-item-has-children.open>a {
	color: #fff;
}
body>header .major.nav li.menu-item-has-children.open>a:after {
	content: '\f106';
}
body>header .major.nav .sub-menu a {
	display: block;
	color: #fff;
	white-space: nowrap;
}
body>header .major.nav .sub-menu a:hover {
	background: #00bfd5;
}
body>header .minor.nav ul a {
	font-weight: 200;
}

.subnav ul {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0 0;
	font-family: 'Titillium Web';
	font-weight: 300;
	color: #430098;
	overflow: auto;
	float: left;
}
.subnav li {
	float: left;
	margin-right: 2.5rem;
	font-size: 1.125rem;
}
.subnav li.active a {
	opacity: 1;
}
.subnav li:last-of-type {
	margin-right: 0;
}
.ancestors {
	margin-bottom: 0;
	font-family: 'Titillium Web';
	font-weight: 200;
}
.ancestors a {
	color: inherit;
}
body>footer {
	color: #b8b8b8;
	margin-top: 3rem;
	margin-bottom: 3rem;
	overflow: auto;
	background: url('img/UKJewishFilm-Logo-Purple-72ppi-Web.png') no-repeat left top;
	background-size: 89px 89px;
}
body>footer .notice {
	margin-left: 100px;
}
body>footer .notice p {
	font-size: 0.8125em;
}
body>footer .social {
	list-style: none;
	padding-left: 0;
	margin: 0;
	overflow: auto;
}
body>footer .social a {
	display: block;
	padding: 4px 4px 4px 30px;
	color: #999;
}
body>footer .twitter {
	background: url(img/social_tw.png) no-repeat 4px 4px;
}
body>footer .facebook {
	background: url(img/social_fb.png) no-repeat 4px 4px;
}

/* gallery nav - used by galleries and film archive */
.gallery-nav {
	text-align: center;
	font-weight: 700;
	padding: 5px 10px;
	font-family: 'Titillium Web';
	background: #fff;
}
.gallery-nav a, .gallery-nav span {
	display: inline-block;
	margin: 0 6px;
}
.gallery-nav .arrow {
	font-family: 'FontomasCustomRegular';
	width: 24px;
	margin-left: 6px;
}
.gallery-nav .arrow:hover {
	text-decoration: none;
	color: #333;
}

/* buttons */
.button {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 0px;
	background: #430098;
	color: #fff;
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: lowercase;
	border: 0;
	margin-bottom: 5px;
	text-align: center;
}
.button:hover {
	text-decoration: none;
}
.button-group {
	display: flex;
	flex-direction: column;
}

/* carousel */
.carousel {
	overflow: hidden;
	position: relative;
}
.carousel .arrow {
	position: absolute;
	top: 180px;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
}
.carousel .arrow:hover {
	color: #ccc;
}
.carousel .arrow.icon-left-circle {
	left: 1rem;
}
.carousel .arrow.icon-right-circle {
	right: 1rem;
}
.carousel .slide {
	float: left;
	position: relative;
}
.carousel .slide>a {
	display: block;
}
.js .carousel .slide {
	visibility: hidden;
}
.carousel .slide .caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 0.875rem;
}

/* trailer on-click replacements */
.trailer {
	position: relative;
	cursor: pointer;
}
.trailer .watch {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -24px;
}
.trailer .watch-inner {
    display: inline-block;
    background: #333;
    color: #fff;
    border-radius: 10px;
    padding: 6px 4px 6px 8px;
    cursor: pointer;
    font-size: 1.5rem;
    box-shadow: 0 0 15px #A7A7A7;
    opacity: 0.9;
}
.trailer:hover .watch-inner {
	background: #444;
}

/* homepage */
.page-template-page-homepage .filmlist .header {
	padding: 1rem;
}
.page-template-page-homepage .filmlist .header h1 {
	margin-bottom: 0;
}

/* film single */
.single-ukjf_film .metadata {
	padding: 1rem;
}
.single-ukjf_film .metadata dl {
	overflow: auto;
	margin-bottom: 0;
}
.single-ukjf_film .metadata dt {
	float: left;
	text-transform: lowercase;
	min-width: 90px;
}
.single-ukjf_film .metadata dd {
	float: left;
	font-weight: 700;
	margin-left: 10px;
	width: 190px;
	margin-bottom: 0.5rem;
}

/* film festival single */
.single-ukjf_festival .seeall {
	padding: 1rem;
	text-align: center;
}
.single-ukjf_festival .strands-navigation {
	margin-left: 20px;
	padding-top:10px;
}
.single-ukjf_festival .strands-navigation ul.strandsnavigation {
	margin-left: 0;
	padding-left: 30px;
}
.single-ukjf_festival .strands-navigation li {
  padding-left: 2em;
  text-indent: -1em;
  line-height: 0.7;
}
.strands-navigation img {
	width:290px;
}
.sn-img-left{
	margin-right: 10px;
	margin-left: -4px;
}
.sn-img-center{
	margin-right: 10px;
	margin-left: 15px;
}
.sn-img-right{
	margin-left: 15px;
}
.single-ukjf_festival .filmlist {
	/*background: #eee;*/
}
.single-ukjf_festival .filmlist>h1 {
	padding: 1rem 1rem 0 1rem;
}
.single-ukjf_festival .filmlist section {
	overflow: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
}
.awardsheader p {
	margin: 0 5px 7px 15px;
	padding-top: 15px;
	font-weight: bold;
}
.single-ukjf_festival .filmlist section .header {
	/* margin-left: 1rem; */
	margin-bottom: 1rem;
}
.single-ukjf_festival .filmlist section .header h1 {
	font-size: 1.875rem;
	margin-bottom: 0.25rem;
	margin-left: 0.5rem;
	color: #fff;
}
.header.fest-films-turquoise {
	background-color: #00bfd5;
}
.header.fest-films-purple {
	background-color: #430098;
}
.block .filmlist > h1 {
	padding-bottom: 1rem;
	border-bottom: 1px solid;
}
.single-ukjf_festival .filmlist section .header h1.acrosstheworld {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.acrosstheworld {
	color: #fff;
	background-color: rgba(184,29,47,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.europeancinema {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.europeancinema {
	color: #fff;
	background-color: rgba(65,206,204,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.galas {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.galas {
	color: #fff;
	background-color: rgba(65,206,204,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.israelicinema {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.israelicinema {
	color: #fff;
	background-color: rgba(152,209,81,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.madeinbritain {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.madeinbritain {
	color: #fff;
	background-color: rgba(255,169,62,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.shorts {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.shorts {
	color: #fff;
	background-color: rgba(152,209,81,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.thealanhowardinternationaldocumentarystrand {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.thealanhowardinternationaldocumentarystrand {
	color: #fff;
	background-color: rgba(90,60,119,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.thesoundofsilence {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.thesoundofsilence {
	color: #fff;
	background-color: rgba(224,125,155,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header h1.philiprothretrospective {
	color: #fff;
}
.single-ukjf_festival .filmlist section div.philiprothretrospective {
	color: #fff;
	background-color: rgba(255,115,54,1.0);
	margin-left: 0px;
	padding-left: 1rem;
}
.single-ukjf_festival .filmlist section .header p {
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	margin-left: 0.5rem;
}
.single-ukjf_festival .filmlist .inner {
	overflow: auto;
}
.single-ukjf_festival .specialevents {
	color: #fff;
}
.single-ukjf_festival .specialevents>h1 {
	color: inherit;
	padding: 1rem 1rem 0 1rem;
}
.single-ukjf_festival .specialevents article {
	overflow: auto;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem;
	padding: 1rem;
}
.single-ukjf_festival .specialevents article h1>a {
	color: #fff;
	opacity: 0.75;
}
.single-ukjf_festival .specialevents article .responsive {
	width: 240px;
	height: 135px;
	margin-bottom: 1rem;
}
.single-ukjf_festival .specialevents .event-type {
	margin-bottom: 0;
}
.single-ukjf_festival .specialevents .date {
	width: 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	margin: 0 8px;
	float: left;
	margin-bottom: 6px;
	font-family: 'Titillium Web';
}
.single-ukjf_festival .specialevents .date span {
	display: block;
	font-weight: 700;
	font-size: 2rem;
}
.single-ukjf_festival .specialevents .venue {
	font-family: 'Titillium Web';
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0;
}
.single-ukjf_festival .specialevents .description p {
	font-size: 0.875rem;
}
.single-ukjf_festival .screenings.calendar.block {
	background: #f6f6f6;
	overflow: auto;
}

/* film festival guests list - sample + full page */
/* festival guests page */
.single-ukjf_festival .guests-list>article {
	margin-bottom: 1px;
}
.single-ukjf_festival .guests-list>article .profile {
	overflow: auto;
}
.single-ukjf_festival .guests-list .text p {
	font-size: 0.875rem;
}
.single-ukjf_festival .guests-list h1 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.single-ukjf_festival .guests-list .appearances {
	margin-bottom: 4em;
}
.single-ukjf_festival .guests-list .appearances h1 {
	font-weight: 400;
	font-size: 0.9375rem;
	color: #7f7f83;
}
.single-ukjf_festival .guests-list .appearance {
	overflow: auto;
	background: #fafafa;
	padding: 10px;
	border-top: 1px solid #eee;
}
.appearance p {
	margin: 0 0 7px 0;
	font-size: 12px;
	font-weight: bold;
}
.single-ukjf_festival .guests-list .appearance .date {
	float: left;
	font-family: 'Titillium Web';
	text-align: center;
}
.single-ukjf_festival .guests-list .appearance .date .day {
	font-size: 2rem;
	font-weight: 700;
	display: block;
}
.single-ukjf_festival .guests-list .appearance .date .month {
	text-transform: uppercase;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
}
.single-ukjf_festival .guests-list .appearance .time {
	font-size: 1.25rem;
	text-align: center;
	float: left;
	font-family: 'Titillium Web';
	margin-top: 0.25em;
}
.single-ukjf_festival .guests-list .appearance .info .title {
	font-size: 1.25rem;
    font-family: 'Titillium Web';
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.125em;
    margin-bottom: 0.125em;
}
.single-ukjf_festival .guests-list .appearance .info .event-type {
	display: block;
	text-transform: uppercase;
	font-size: 0.8125rem;
	margin-bottom: 0.25em;
}

/* film festival calendar page */
.single-ukjf_festival .calendar-filters {
	overflow: auto;
	padding: 1rem;
}
.single-ukjf_festival .calendar-filters h1 {
	margin-bottom: 1.5rem;
}
.single-ukjf_festival .calendar-filters label[for=regions] {
	font-family: 'Titillium Web';
}
.single-ukjf_festival .minical td {
	padding: 3px;
	text-align: center;
	color: #ccc;
}
.single-ukjf_festival .minical td.month {
	text-transform: uppercase;
	color: #666;
}
.single-ukjf_festival .minical td.hasevent {
	font-weight: 700;
}
.js .single-ukjf_festival .minical td.hasevent {
	cursor: pointer;
}
.js .single-ukjf_festival .minical td.hasevent:hover {
	background: #333;
	color: #fff;
}
.js .single-ukjf_festival .minical td.active,
.js .single-ukjf_festival .minical td.active:hover {
	background: #666;
	color: #fff;
}
.single-ukjf_festival .minical table {
	font-family: 'Titillium Web';
	float: right;
}

/* film festival films page */
.single-ukjf_festival .film-filters {
	padding: 1rem;
	overflow: auto;
}
.single-ukjf_festival .film-filters input[type=text] {
	padding: 2px 6px;
	font-family: 'Titillium Web';
	background: #fafafa;
	border: 1px solid #ccc;
	margin-right: 1rem;
	width: 240px;
}
.single-ukjf_festival .film-filters select {
	width: 240px;
    border-radius: 0;
	border: 1px solid #ccc;
    font-family: 'Titillium Web';
}
.single-ukjf_festival .film-filters button[type=submit] {
	margin-left: 1rem;
	font-size: 1.25rem;
	float: right;
	background: #666;
	border: 0;
	width: 28px;
	height: 28px;
	margin-top: 1px;
	color: #fff;
	text-transform: lowercase;
	font-weight: 200;
	overflow: hidden;
}
.single-ukjf_festival .film-filters button[type=submit]:before {
	margin-left: 0;
	margin-right: 0;
	width: auto;
	font-size: 1.25rem;
}
.single-ukjf_festival .film-filters button[type=submit]:focus {
	outline: 0;
}

/* event single */
.single-ukjf_event .banner {
	background-color: #430098;
}
.single-ukjf_event .event-type {
	font-family: 'Titillium Web';
	font-size: 1.25rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font-weight: 700;
}
.single-ukjf_event .metadata {
	background: #f0efef;
	padding: 1rem;
	overflow: auto;
}
.single-ukjf_event .metadata .date {
	width: 60px;
	text-align: center;
	margin-right: 20px;
	float: left;
	font-family: 'Titillium Web';
	line-height: 1;
}
.single-ukjf_event .metadata .date .dow {
	font-size: 0.8125rem;
	display: block;
	text-transform: uppercase;
}
.single-ukjf_event .metadata .date .month {
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.single-ukjf_event .metadata .date .day {
	display: block;
	font-weight: 700;
	font-size: 2.5rem;
}
.single-ukjf_event .metadata .date .year {
	display: block;
	font-weight: 700;
	font-size: 1.25rem;
}
.single-ukjf_event .metadata .time {
	font-size: 1.75rem;
	width: 170px;
	margin-right: 20px;
	float: left;
	text-align: center;
	font-family: 'Titillium Web';
}
.single-ukjf_event .metadata .venue {
	width: 200px;
	float: left;
	margin-right: 20px;
	font-size: 0.875rem;
}
.single-ukjf_event .metadata .map {
	width: 120px;
	height: 120px;
	float: left;
	border: 3px solid #fff;
}
.single-ukjf_event .filmdata dl {
	overflow: auto;
	margin-bottom: 1rem;
}
.single-ukjf_event .filmdata dt {
	float: left;
	text-transform: lowercase;
	min-width: 90px;
}
.single-ukjf_event .filmdata dd {
	float: left;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 20px;
	width: 170px;
	margin-bottom: 0.5rem;
}
.single-ukjf_event .films-showing article {
	margin-top: 0.5rem;
}
.single-ukjf_event .films-showing .responsive {
	margin-bottom: 1rem;
}
.single-ukjf_event .films-showing article>h1,
.single-ukjf_event .people-attending article>h1 {
	font-size: 23pt;
	font-weight: 300;
}
.single-ukjf_event .people-attending article>h1 {
	margin-bottom: 0.25rem;
}

/* gallery single */
.single-ukjf_gallery .thumb {
	width: 322px;
	height: 322px;
	padding: 1rem;
	background: #dfdddd;
}
.single-ukjf_gallery .thumb .square {
	height: 290px;
}
.single-ukjf_gallery .gallery-showing {
	float: left;
}

/* become a member page */
.page-template-page-become-a-member-php .banner {
	/* background-color: #f67300; */
	background-color: #430098;
	position: relative;
}
.page-template-page-become-a-member-php .pagetitle {
	margin-right: 90px;
}
.page-template-page-become-a-member-php .banner .bubble {
	width: 85px;
	height: 85px;
	border-radius: 50px;
	font-family: 'Titillium Web';
	font-weight: 200;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	/* color: #f67300; */
	color: #430098;
	text-align: center;
	padding-top: 4px;
}
.page-template-page-become-a-member-php .banner .bubble span {
	font-size: 2rem;
	display: block;
	line-height: 0.8;
}
.page-template-page-become-a-member-php .block h1,
.page-template-page-become-a-member-php .block h2 {
	/* color: #f67300; */
	color: #430098;
}

/* sponsors page */
.page-template-page-sponsors-php .sponsors {
	/* background: #ddd; */
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.page-template-page-sponsors-php .sponsor {
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
.page-template-page-sponsors-php .sponsor p {
	margin-bottom: 0;
}
.page-template-page-sponsors-php .sponsor .logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.page-template-page-sponsors-php .sponsor .name {
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 1;
}
.page-template-page-sponsors-php .sponsor .type {
	color: #666;
	font-size: 0.625rem;
	font-weight: bold;
	text-transform: uppercase;
}
.page-template-page-sponsors-php .sponsor .logo {
	padding: 10px;
	margin: auto;
	height: 80%;
	width: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-template-page-sponsors-php .sponsor a {
	display: block;
	width: 100%;
	height: 100%;
}
.page-template-page-sponsors-php .subsection h1 {
	padding: 10px;
	margin: 0;
}
.page-template-page-sponsors-php .text.subsection {
	background: #fff;
	margin-bottom: 1px;
}
.page-template-page-sponsors-php .text.subsection h1 {
	padding-bottom: 0;
}
.page-template-page-sponsors-php .grid.subsection h1 {
	margin-bottom: 1px;
	background: #fff;
}
.page-template-page-sponsors-php .text .inner {
	padding: 10px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
.page-template-page-sponsors-php .text .inner p {
	margin-bottom: 0.5rem;
}

/* festivals page */
/* .page-template-page-festivals-php .banner {
	background: #0fb172;
}*/
.page-template-page-festivals-php .archive .series {
	padding: 1rem;
	background: #eee;
}
.page-template-page-festivals-php .festival .flyer {
	width: 321px;
	height: 321px;
	position: relative;
	background: #191919;
	display: block;
}
.page-template-page-festivals-php .festival .flyer .square {
	width: 321px;
	height: 321px;
}
.page-template-page-festivals-php .festival .flyer h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 1px 1px 6px #222;
	font-weight: 400;
}
.page-template-page-festivals-php .festival .summary {
	padding: 1rem;
}

/* awards page */
.page-template-awards-home .archive .series {
	padding: 1rem;
	background: #eee;
}
.page-template-awards-home .flyer {
	width: 321px;
	height: 321px;
	position: relative;
	background: #191919;
	display: block;
}
.page-template-awards-home .flyer .square {
	width: 321px;
	height: 321px;
}
.page-template-awards-home .flyer h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 1px 1px 6px #222;
	font-weight: 400;
}
.page-template-awards-home .summary {
	padding: 1rem;
}


/* archive container title */
.archive.container div > h1 {
	color: #430098;
}

/* search results */
.search-results article {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.searchterm {
	font-weight: bold;
}

/* film quote block */
.block.type-quote {
	background: #eb5252;
	color: #fff;
	font-family: 'Titillium Web';
}
.block.type-quote .title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-color: #fff;
}
.block.type-quote .quote {
	background: #fff;
	border-radius: 20px;
	padding: 1rem;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.block.type-quote .quote p {
	font-size: 1.125rem;
}
.block.type-quote .quote:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 60px;
	border: 0;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #fff;
	display: block;
	width: 0;
}
.block.type-quote .quote:after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 60px;
	border: 0;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #eb5252;
	display: block;
	width: 0;
}
.block.type-quote .quote a {
	display: block;
	color: #b83939;
}
.block.type-quote .quote a:hover {
	text-decoration: none;
}
.block.type-quote .quote p {
	margin-bottom: 0;
}
.block.type-quote .source {
	text-align: right;
	font-size: 1.125rem;
	font-weight: 700;
}
.block.type-quote .source a {
	color: #fff;
}

/* membership signup blocks */
/* join now block */
.join-now.block,
.gift-a-membership.block {
	background: #fff2e7;
}
.join-now .billing-option,
.gift-a-membership .billing-option {
	font-size: 0.9375rem;
	font-weight: 700;
}
.join-now select,
.gift-a-membership select {
	margin-bottom: 10px;
}
.join-now.block input[type=submit],
.gift-a-membership.block input[type=submit] {
	background: #f67300;
}
.block.join-now .membership-form,
.block.gift-a-membership .membership-form, {
	margin-bottom: 0.5rem;
}
.block.join-now .membership-form>div,
.block.gift-a-membership .membership-form>div {
	margin-bottom: 0.25rem;
}

.block.join-now .membership-form input[type=text],
.block.join-now .membership-form input[type=email],
.block.join-now .membership-form textarea,
.block.gift-a-membership .membership-form input[type=text],
.block.gift-a-membership .membership-form input[type=email],
.block.gift-a-membership .membership-form textarea {
	font-size: 0.8125rem;
	padding: 5px;
	border: 1px solid #ccc;
	width: 100%;
}
.block.join-now .membership-form textarea,
.block.gift-a-membership .membership-form textarea {
	height: 5rem;
}

/* become a member block */
.become-a-member.block {
	background: #060606 url(img/block-bg-membership.gif) no-repeat;
	color: #fff;
}
.become-a-member.block h1 {
	color: #00bfd5;
	font-size: 23pt;
	font-weight: 300;
}
.become-a-member.block .button {
	background: #00bfd5;
	color: #fff;
	float: right;
}

/* event list block */
.block.type-eventlist article .details>h1 {
	font-size: 1rem;
	margin-bottom: 0.25em;
}
.block.type-eventlist .details ul {
	list-style: none;
	padding-left: 0;
}
.block.type-eventlist .details li {
	font-size: 0.75rem;
	margin-bottom: 0;
}
.block.type-eventlist .details li.event-type {
	text-transform: uppercase;
}

/* shared calendar block */
.calendar .entry {
	overflow: auto;
}
.calendar .details {
	float: right;
}
.calendar .button {
	float: right;
	margin-left: 0.5rem;
	margin-bottom: 0.5em;
}
.calendar .entry.newdate {
	padding-top: 6px;
	border-top: 1px solid #d2d2d2;
}
.calendar .date {
	width: 36px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	margin: 0 16px 6px 8px;
	float: left;
	margin-bottom: 6px;
	font-family: 'Titillium Web';
	line-height: 1;
}
.calendar .date span {
	display: block;
	font-weight: 700;
	font-size: 1.625rem;
}

/* screenings calendar block */
.screenings.calendar .time {
	font-size: 0.8125rem;
	margin-bottom: 2px;
}
.screenings.calendar .event-type {
	text-transform: uppercase;
	font-size: 0.75rem;
	color: #999;
}
.screenings.calendar .details {
	width: 230px;
	font-size: 0.875rem;
	margin-bottom: 1rem;
}
.screenings.calendar .details p {
	margin-bottom: 0.25rem;
}
.screenings.calendar .venue {
	opacity: 0.9;
	font-size: 0.75rem;
}
.screenings.calendar .sponsors {
	opacity: 0.5;
	font-size: 0.75rem;
}
.screenings.calendar .title .button {
	font-size: 0.875rem;
	float: right;
	margin-left: 12px;
}

.screenings.calendar .moreinfo.arrow.button {
	color: #fff;
	position: relative;
	left: 230px;
}

.screenings.calendar .button {
	color: #fff;
}

.screenings.calendar .fullcal.button {
	float: right;
}

/* main events calendar block */
.events.calendar .date {
	color: #430098;
}
.events.calendar h1 {
	color: #430098;
	margin-bottom: 12px;
	font-size: 23pt;
	font-weight: 300;
}
.events.calendar h2 {
	color: #430098;
	margin-bottom: 6px;
}
.events.calendar .group {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 1rem;
}
.events.calendar .entry {
	display: block;
	overflow: auto;
}
.events.calendar .dates {
	overflow: auto;
	float: left;
}
.events.calendar .date-hyphen {
	width: 10px;
	float: left;
	padding-top: 4px;
	color: #aaa;
	font-size: 1.25rem;
}
.events.calendar .date.from {
	margin-right: 2px;
}
.events.calendar .date.to {
	margin-left: 2px;
}
.events.calendar .title {
	padding-top: 4px;
	width: 170px;
	float: right;
}
.events.calendar .other .entry .title {
	font-size: 0.75rem;
}
.events.calendar .type {
	font-size: 0.75rem;
	text-transform: uppercase;
}
.events.calendar a {
	color: #430098;
}
.events.calendar a:hover {
	background: #430098;
	color: #fff;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.events.calendar a:hover .date,
.events.calendar a:hover .date-hyphen {
	color: #fff;
}

/* full calendar */
.full.calendar {
	padding: 1rem;
	background: #f6f6f6;
}
.full.calendar .entry>.date {
	display: none;
}
.full.calendar .firstentry>.date {
	display: block;
}
.full.calendar .firstentry {
	border-top: 1px solid #aaa;
	padding-top: 1rem;
}
.full.calendar .entry {
	margin-bottom: 1rem;
}
.full.calendar .entry .button {
	float: right;
	margin-top: 20px;
	margin-right: 1rem;
}
.full.calendar .entry .venue {
	color: #5F5F5F;
	font-size: 1rem;
	font-family: sans-serif;
	margin-bottom: 1.5em;
}
.full.calendar .entry .venue .name {
	color: #5F5F5F;
	color: #888;
	font-weight: normal;
}
.full.calendar .entry .meta {
	color: #666;
	margin-bottom: 0;
}
.full.calendar .entry .screening {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 1rem;
}
.full.calendar .entry .screening .event-type {
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
}
.full.calendar .entry .screening .title {
	float: none;
	font-family: 'Titillium Web';
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0;
}
.full.calendar .entry .sponsors {
	opacity: 0.5;
}

/* become a sponsor or patron */
.become-a-sponsor-or-patron.block {
	background: #222;
	color: #fff;
}
.become-a-sponsor-or-patron.block a,
.become-a-sponsor-or-patron.block>h1 {
	color: #00bfd5;
}

.become-a-sponsor-or-patron.block>div h1 {
	color: #00bfd5;
}

/* press enquiries block */
.press-enquiries > div h1 {
	color: #430098;
	font-size: 23pt;
	font-weight: 300;
}

/* selectedfilms block */
.selectedfilms > h1 {
	color: #430098;
}
.selectedfilms > .arrow.button {
	background-color: #430098;
	color: #fff;
}

/* engagement style */
.type-engagement.block {
	background: #f6f6f6;
}
.type-engagement.block h1 {
	color: #430098;
	font-size: 23pt;
	font-weight: 300;
}
.type-engagement.block .button {
	background: #430098;
	float: right;
}
.type-engagement input[type=text],
.type-engagement input[type=email] {
	margin-bottom: 0.5rem;
	font-family: 'Titillium Web';
	border: 0;
	border-radius: 5px;
	padding: 4px 8px;
	font-size: 0.875rem;
	margin-right: 5px;
	width: 70%;
}

/* uk-jewish-film-promo block */
.uk-jewish-film-promo > div h1 {
	color: #430098;
}

/* donate block */
.donate.block {
	background: url(img/bg-donate-block.png);
	color: #fff;
	overflow: auto;
}
.donate.block .text {
	width: 155px;
	float: left;
}
.donate.block .text h1 {
	color: #fbe316;
}
.donate.block .cta {
	width: 125px;
	padding-top: 125px;
	padding-right: 10px;
	float: right;
	text-align: center;
	font-weight: 700;
}
.donate.block .button {
	background: #fbe316;
	color: #135069;
}

/* event sponsors block */
.sponsor.block {
	background: #fff;
}
.sponsor.block.film_category {
	background: none;
}
.sponsor.block h1 {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.sponsor.block .sponsor {
	margin-bottom: 2rem;
	text-align: center;
}
.sponsor.block .sponsor-caption {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5em;
	font-family: 'Titillium Web';
}
.sponsor.block .sponsor-name {
	font-size: 1rem;
	font-weight: bold;
}
.sponsor.block img {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.jury {
	padding: 1rem;
}


/* our corporate partners block */
.corporate-partners.block {
	text-align: center;
	background: #fff;
	color: #aaa;
	position: relative;
}
.corporate-partners.block>h1 {
	font-size: 0.9375rem;
	font-weight: normal;
	text-transform: uppercase;
}
.js .corporate-partners.block {
	position: relative;
	height: 150px;
}
.js .corporate-partners.block a {
	display: block;
}
.js .corporate-partners.block .partner {
	display: none;
}
.js .corporate-partners.block .partner:first-of-type {
	display: block;
}
.js .corporate-partners.block .responsive {
	height: 81px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.js .corporate-partners.block .responsive img {
	width: auto;
	max-height: 81px;
	max-width: 205px;
	margin: 0 auto;
}
.corporate-partners.block .arrow {
	position: absolute;
	top: 65px;
	color: #ccc;
	font-size: 2rem;
	cursor: pointer;
}
.corporate-partners.block .arrow:hover {
	color: #ddd;
}
.corporate-partners.block .arrow.icon-left-circle {
	left: 10px;
	text-align: left;
}
.corporate-partners.block .arrow.icon-right-circle {
	right: 10px;
	text-align: left;
}

/* download app block */
.download-app.block {
	background: #27272b;
	color: #fff;
}

/* film archive */
.page-template-page-film-archive-php .banner {
	background-color: #eb5252;
}
.page-template-page-film-archive-php .noresults {
	background: #fff;
}
.page-template-page-film-archive-php .search {
	padding: 5px 15px;
}
.page-template-page-film-archive-php .search label {
	margin-right: 7px;
}
.page-template-page-film-archive-php .search .title {
	border: 0;
	padding: 3px 6px;
	font-size: 0.9375rem;
	border-radius: 5px;
}
.page-template-page-film-archive-php .search input[type=text] {
	color: #333;
}
.page-template-page-film-archive-php .filters {
	overflow: auto;
	padding: 10px 15px;
}
.page-template-page-film-archive-php .filters select {
	width: 100%;
}
.page-template-page-film-archive-php .filters .filter label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
}
.page-template-page-film-archive-php .go,
.page-template-page-film-archive-php .reset {
	border: 0;
	font-family: 'Titillium Web';
	background: #fff;
	color: #eb5252;
	border-radius: 5px;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 0.9375rem;
	padding: 0 5px;
}
.page-template-page-film-archive-php .reset {
	text-decoration: none;
}

/* reusable film grid */
.filmlist article {
	width: 322px;
	background-color: #fff;
}
.filmlist article>a {
	display: block;
}
.filmlist article a > h1{
	font-size: 23pt;
	font-weight: 300;
}

.filmlist article h1{
	font-size: 23pt;
	font-weight: 300;
}

.filmlist dl {
	font-size: 0.75rem;
	overflow: auto;
}
.filmlist dt {
	float: left;
    text-transform: lowercase;
    width: 52px;
}
.filmlist dt:nth-of-type(2n+1) {
	clear: both;
}
.filmlist dd {
	float: left;
    margin-left: 8px;
    width: 75px;
    margin-bottom: 1em;
    font-weight: 700;
    margin-right: 10px;
}
.filmlist h3 {
	padding: 1rem;
}
/* for awards page - only 2 films per row */
.filmlist > .grid > .block.awardnominees {
	width: 483px;
	height: 262px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.Lcolumn {
	padding-left: 0;
}
.Rcolumn {
	padding-right: 0;
}

/* film category taxonomy */
.tax-ukjf_film_category .intro p {
	margin-bottom: 0;
}

/* film category page template (is linked to taxonomy)  */
.page-template-page-film-category-php .filmlist article .subcat {
	margin-bottom: 0;
}
.page-template-page-film-category-php .filmlist article h1 {
	margin-bottom: 3px;
}
.page-template-page-film-category-php .filmlist article .director {
	font-size: 0.8125rem;
}
/*.term-free-shorts .banner {
	background: #22cbbf;
}*/

 /* pears short film page */
/*.page-id-3464 .banner {
	background-color: #bbc41e;
}
.page-id-3464 h1, .page-id-3464 h1 a {
	color: #777d10;
}*/
.page-id-3464 .banner .pagetitle>h1 {
	color: #fff;
}
.page-id-3464 .subcat {
	color: #430098;
}
/*.page-id-3464 .button {
	background: #bbc41e;
	color: #777d10;
}*/

/* pears short film block */
.applications-for-the-pears-short-film-fund-at-ukjf.block {
	/*background: #777d10;*/
	/*color: #fff;*/
}
.applications-for-the-pears-short-film-fund-at-ukjf.block h1 {
	color: #430098;
}
[class*=pears-short-film-fund] div > h1 {
	color: #430098;
}

/* Award section */
.awardsectionheader {
	/* margin-left: 15px; */
	margin-top: 20px;
	width: 25%;
	color: #fff;
	background: #430098;
}
.awardsectionheader > h1 {
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.awardwinnertoplabel {
	position: absolute;
	background: #430098;
	color: #fff;
	top: 5%;
}
.awardwinnertoplabel>h2 {
	margin: 5px 10px 10px 15px;
}
.awardwinnerlabel {
	width: 20%;
	background: #430098;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 16px;
}
.awardwinnerlabel > h2 {
	margin: 5px auto 5px 10px;
}
.main.awarddescription {
	width: 675px;
}
.lateral.awarddescription {
	width:292px;
}

/* Award nominees credits */
.credits {
	position: absolute;
	top: 0%;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 15px;
	width:467px;
	height:246px;
	background-color: rgba(67,0,152,0);
	color: rgba(255,255,255,0);
}

.credits:hover {
	background-color: rgba(67,0,152,0.5);
	color: rgba(255,255,255,1.0);
}

/* Award bottom menu */
.awardbottommenu {
	position: relative;
	height: 210px;
	overflow: hidden;
}
.awardbottomlink {
	position: absolute;
	top: 0%;
	text-align: center;
	padding-top: 78px;
	margin-top: 15px;
	width:306px;
	height:195px;
	background: #430098;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}
.awardbottomlink:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.awardbottomlinknohover {
	position: absolute;
	top: 0%;
	text-align: center;
	padding-top: 78px;
	margin-top: 15px;
	/* width:291px; */
	width: 306px;
	height: 195px;
	background: #430098;
	color: #fff;
}
.Centercolumn {
	padding-left:8px;
	padding-right: 0;
}

/* Award home credits */

.filmlist .credits h1 {
	font-size: 1.75rem;
	font-weight: 400;
}

.credits h2 {
	font-size: 1.25rem;
	font-weight: 200;
	margin-bottom: 0.75rem;
}

.block.award {
	position: relative;
}

.block.award > .photo > .entry > .square.responsive {
	height: 251px;
	overflow: hidden;
}

.awardshomecredits {
	position: absolute;
	bottom: 0%;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 32px;
	width:451px;
	height: 251px;
	background-color: rgba(67,0,152,0.0);
	color: rgba(255,255,255,0.0);
}
.awardshomecredits:hover {
	background-color: rgba(67,0,152,0.5);
	color: rgba(255,255,255,1.0);
}

/* Jury members */
.jurymember {
	position: absolute;
	top: 0%;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 15px;
	width:467px;
	height:246px;
	color: #fff;
	background-color: rgba(67,0,152,0.0);
	color: rgba(255,255,255,0.0);
}

.jurymember:hover {
	background-color: rgba(67,0,152,0.25);
	color: rgba(255,255,255,1.0);
}

/* VOD */
.term-video-on-demand .banner {
	background: #eb5252;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}


/* ==========================================================================
   Media queries
   ========================================================================== */

/* there are three possible layouts, all built on a 322px column
   1col "mobile" - 322px wide (no gutters)
   2col "tablet" - 645px wide (322 + 1 + 322)
   3col "desktop" - 968px wide  (322 + 1 + 322 + 1 + 322)
*/

/* mobile only */
@media only screen and (max-width: 644px) {

	body {
		width: 322px;
	}
	body>header {
		margin-bottom: 1rem;
		overflow: auto;
	}
	body>header .logo {
		float: left;
	    margin-left: 61px;
	}
	body>header .logo>h1 {
		width: 63px;
		height: 58px;
		margin-bottom: 0;
	}
	body>header .nav li {
		font-size: 1rem;
	}
	body>header .nav {
		text-align: center;
		clear: both;
	}
	body>header .menu-toggle {
		font-size: 0.875rem;
		float: left;
		color: #5d3a85;
		margin-top: 35px;
		cursor: pointer;
		border: 1px solid;
		border-radius: 5px;
		padding: 1px 8px 2px 2px;
		font-weight: bold;
	}
	body>header .menu-toggle.open {
		background: 	#5d3a85;
		border-color: #5d3a85;
		color: #fff;
		padding-bottom: 10px;
		border-radius: 5px 5px 0 0;
	}
	.js .mobilehide {
		display: none;
	}
	body>header .nav {
		background: #5d3a85;
	}
	body>header .nav>ul>li>a {
		color: #fff;
		padding: 8px 16px;
		border-bottom: 1px solid #b69dd3;
	}
	body>header .nav .sub-menu li {
		border-bottom: 1px solid #b69dd3;
	}
	body>header .nav>ul>li {
		display: block;
	}
	body>header .major.nav .sub-menu {
		background: #77579a;
	}
	body>header .major.nav .sub-menu a {
		padding: 8px 16px;
	}
	body>header a:hover {
		background: #b69dd3;
		text-decoration: none;
	}
	body>header .major.nav li.menu-item-has-children>a:hover:after {
		color: #634585;
	}

	.social.nav {
		overflow: auto;
	}
	.social.nav .twitter-follow-button {
		float: left;
		margin: 24px 0 0 48px;
	}
	.social.nav .fb_iframe_widget {
		float: left;
		margin-top: -4px;
		padding: 24px 0;
		border-right: 1px solid #b69dd3;
		width: 160px;
	}

	.searchform {
		float: right;
		margin-top: 35px;
	}
	.searchform input[type=text] {
		width: 60px;
		padding: 2px;
	}
	.searchform button[type=submit] {
		height: 	25px;
		font-size: 0.75rem;
	}

	.feature>.letterbox {
		height: 181px;
	}
	.main>.letterbox {
		height: 181px;
	}
	.vod {
		width: 322px;
		height: 181px;
	}

	.pagetitle>h1 {
		font-size: 1.5rem;
	}
	.pagetitle>h2 {
		font-size: 1.25rem;
	}
	.pagetitle .type {
		font-size: 1.5rem;
	}
	.carousel .arrow {
		top: 75px;
	}

	.page-template-page-homepage #newsletter-popup {
		width: 282px;
	}
	.page-template-page-homepage #newsletter-popup input[type=email] {
		width: 241px;
	}
	.page-template-page-homepage #newsletter-popup input[type=text] {
		display: inline-block;
		width: 116px;
	}

	.page-template-page-sponsors-php .sponsor {
		width: 322px;
		height: 181.125px;
	}
	.page-template-page-sponsors-php .sponsor .name {
		font-size: 1.75rem;
	}

	.page-template-page-film-archive-php .filters .control,
	.page-template-page-film-archive-php .filters .filter {
		margin-bottom: 0.5rem;
	}

	.single-ukjf_festival .calendar-filters .venue {
		margin-bottom: 1rem;
	}
	.single-ukjf_festival .calendar-filters .venue select {
		width: 100%;
	}
	.single-ukjf_festival .calendar-filters .minical table {
		width: 100%;
	}
	.full.calendar .entry .details {
		width: 230px;
	}

	.single-ukjf_festival .guests-list .appearance .info {
		clear: both;
		margin-bottom: 1rem;
	}
	.single-ukjf_festival .guests-list .appearance .date,
	.single-ukjf_festival .guests-list .appearance .time {
		width: 50%;
	}
	.credits,.jurymember,.awardshomecredits {
		width: 290px;
		height: 194px;
	}
}


/* mobile + tablet */
@media only screen and (max-width: 965px) {

	.carousel .slide {
		width: 322px;
	}
	.carousel .letterbox {
		height: 181px;
	}
	.carousel .arrow {
		top: 70px;
	}

	.single-ukjf_festival .film-filters input[type=text] {
		width: 100%;
	}

	.single-ukjf_festival .film-filters input[type=text],
	.single-ukjf_festival .film-filters select {
		margin-bottom: 0.25rem;
	}

	/* For the awards page */
	.main.awardwinner {
		position: relative;
	}
	.awardsectionheader {
		width: 50%;
	}
	.filmlist .credits h1,.filmlist .grid article .jurymember h1 {
		font-size: 1.25rem;
	}
	.filmlist .credits h2,.filmlist .grid article .jurymember h2 {
		font-size: 1.0rem;
		line-height: 1.0;
	}
	.awardwinnerlabel {
		width: 25%;
	}
	.awardbottommenu {
		height: 225px;
	}
}

/* tablet only */
@media only screen and (min-width: 645px) and (max-width: 964px) {

	body {
		width: 645px;
	}
	body>header {
		position: relative;
		height: 143px;
	}
	body>header .logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	body>header .nav>ul>li {
		padding: 8px 10px;
		font-size: 0.875rem;
	}
	body>header .major.nav {
		right: -10px;
	}
	body>header .minor.nav {
		right: 140px;
	}
	body>header .major.nav .sub-menu {
		top: 36px;
	}
	body>header .major.nav .sub-menu a {
		padding: 8px 10px;
	}
	body>header .major.nav .sub-menu a {
		font-size: 0.875rem;
	}

	body>header .searchform {
		position: absolute;
		top: 62px;
		right: 0;
	}
	body>footer .notice {
		width: 310px;
	}

	.feature.letterbox {
		height: 362px;
	}

	.main {
		width: 322px;
		float: left;
	}
	.lateral {
		width: 322px;
		margin-left: 1px;
		float: left;
	}
	.vod {
		width: 322px;
		height: 181px;
	}

	.page-template-page-homepage .feature {
		width: 322px;
	}
	.page-template-page-homepage .lateral {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.page-template-page-sponsors-php .sponsor {
		width: 160px;
		height: 90px;
	}
	.page-template-page-sponsors-php .sponsor.cols-3 {
		width: 213px;
		height: 120px;
	}
	.page-template-page-sponsors-php .sponsor.cols-5 {
		width: 127px;
		height: 72px;
	}
	.page-template-page-sponsors-php .sponsor-cols-6 {
		width: 106px;
		height: 59px;
	}
	.page-template-page-sponsors-php .sponsor .name {
		font-size: 1.25rem;
	}

	.full.calendar .entry .details {
		width: 500px;
	}
	.main.awardwinner {
		width: 644px;
	}
	.main.singleawardmenu {
		width: 644px;
	}
}

/* tablet + desktop */
@media only screen and (min-width: 645px) {

	body>header {
		margin-bottom: 2rem;
	}
	body>header .logo>h1 {
		width: 121px;
		height: 112px;
	}
	body>header .major.nav {
		position: absolute;
		top: 105px;
		bottom: 0;
	}
	body>header .nav>ul>li {
		display: inline-block;
	}
	body>header .major.nav>ul>li {
		position: relative;
	}
	body>header .major.nav ul a {
		color: #5d3a85;
	}
	body>header .major.nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		z-index: 5;
	}
	body>header .major.nav .sub-menu li {
		border-top: 1px solid #b69dd3;
	}
	body>header .major.nav .sub-menu {
		background: #5a00cc;
	}
	body>header .minor.nav ul a {
		color: #5d3a85;
	}

	body>header .minor.nav {
		position: absolute;
		top: 0;
	}
	body>header .minor.nav ul {
		float: left;
		margin-top: 5px;
	}

	.social.nav {
		position: absolute;
		top: 10px;
		right: 0;
		overflow: hidden;
		width: 130px;
	}
	.social.nav .twitter-follow-button {
		float: right;
		margin-top: 4px;
	}
	.social.nav .fb_iframe_widget iframe {
		float: right;
	}

	.searchform input[type=text] {
		width: 93px;
		height: 28px;
		padding: 0.5rem;
	}
	.searchform button[type=submit] {
		height: 28px;
	}

	body>footer .notice {
		float: left;
	}
	body>footer .social {
		width: 200px;
		float: right;
	}

	.banner {
		min-height: 110px;
	}
	.pagetitle>h1 {
		font-size: 2rem;
	}
	.pagetitle>h2 {
		font-size: 1.25rem;
	}
	.pagetitle .type {
		font-size: 2rem;
	}

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

	.lateral .block {
		width: 322px;
	}
	/* remove background for awards description page */
	.awards {
		background: transparent;
	}
	.extra .block {
		width: 322px;
	}
	.page-template-page-homepage #newsletter-popup {
		width: 400px;
	}
	.page-template-page-homepage #newsletter-popup input[type=email] {
		width: 363px;
	}
	.page-template-page-homepage #newsletter-popup input[type=text] {
		display: inline-block;
		width: 177px;
	}

	.page-template-page-festivals .archive .grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.page-template-page-festivals .archive .festival {
		float: left;
		padding: 0;
		margin-left: 0;
		margin-bottom: 0;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		width: 322px;
	}
	.page-template-page-festivals-php .archive .festival:nth-of-type(3n+1) {
		clear: both;
	}

	/* for the awards */

	.page-template-awards-home .archive .grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.page-template-awards-home .archive .award {
		float: left;
		margin-left: 0;
		margin-bottom: 0;
		width: 483px;
	}
	.page-template-awards-home .archive .award:nth-of-type(3n+1) {
		clear: both;
	}



	.single-ukjf_festival .guests-list .photo {
		width: 290px;
		float: left;
	}
	.single-ukjf_festival .guests-list .biog {
		width: 306px;
		float: right;
	}

	.page-template-page-sponsors-php .text .inner {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
	.page-template-page-sponsors-php .text .inner.cols-3 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

	.page-template-page-film-archive-php .search .title {
		width: 355px;
	}
	.page-template-page-film-archive-php .filters .filter {
		width: 18%;
		margin-right: 2%;
		float: left;
	}
	.page-template-page-film-archive-php .filters .control {
		width: 10%;
		float: left;
		padding-top: 16px;
	}

	.single-ukjf_festival .calendar-filters .venue {
		width: 50%;
		float: left;
	}
	.single-ukjf_festival .calendar-filters .minical {
		width: 50%;
		float: right;
	}
	.full.calendar .entry .screening {
		margin-left: 4rem;
	}

	.single-ukjf_festival .guests-list .appearance .info {
		width: 325px;
		float: left;
	}
	.single-ukjf_festival .guests-list .appearance .date {
		width: 40px;
	}
	.single-ukjf_festival .guests-list .appearance .time {
		width: 80px;
	}
	.single-ukjf_festival .guests-list .appearance .button {
		width: 120px;
		float: right;
	}

	.menu-toggle {
		display: none;
	}
}

/* desktop only */
@media only screen and (min-width: 968px) {

	body {
		width: 968px;
	}
	body>header {
		height: 116px;
		position: relative;
	}
	body>header .logo {
		position: absolute;
		left: 0;
	}
	body>header .logo>h1 {
		margin-bottom: 0;
	}
	body>header .searchform {
		position: absolute;
		bottom: 40px;
		right: 0;
	}
	body>header .nav>ul>li {
		padding: 8px 16px;
		font-size: 1.0625rem;
	}
	body>header .major.nav {
		right: -18px;
		top: 81px;
	}
	body>header .minor.nav {
		right: 138px;
	}
	body>header .major.nav .sub-menu {
		top: 39px;
	}
	body>header .major.nav .sub-menu a {
		padding: 8px 16px;
	}
	body>header .major.nav .sub-menu a {
		font-size: 1.0625rem;
	}

	body>footer .notice {
		width: 530px;
	}

	.feature.letterbox {
		height: 544px;
	}
	.main>.letterbox {
		height: 362px;
	}

	.main {
		width: 645px;
		float: left;
	}
	.main.awardwinner {
		width: 968px;
		height: 544px;
		overflow: hidden;
		float: left;
		position: relative;
	}
	.lateral {
		width: 322px;
		margin-left: 1px;
		float: left;
	}
	/* remove background for awards description page */
	.lateral.block.awards {
		background: transparent;
	}
	.block.size-large {
		width: 645px;
	}
	.block.size-large .details {
		width: 552px;
	}

	.carousel .slide {
		width: 645px;
	}
	.carousel .letterbox {
		height: 362px;
	}
	.carousel .arrow {
		top: 160px;
	}
	.vod {
		width: 968px;
		height: 545px;
	}

	.page-template-page-homepage .feature {
		width: 645px;
	}

	.single-ukjf_film .metadata.block dt {
		clear: both;
	}

	.single-ukjf_event .metadata {
		background: #f0efef;
		min-height: 150px;
	}

	.page-template-page-sponsors-php .sponsor {
		width: 240px;
		height: 135px;
	}
	.page-template-page-sponsors-php .sponsor.cols-3 {
		width: 321px;
		height: 180px;
	}
	.page-template-page-sponsors-php .sponsor.cols-5 {
		width: 192px;
		height: 108px;
	}
	.page-template-page-sponsors-php .sponsor.cols-6 {
		width: 160px;
		height: 90px;
	}
	.page-template-page-sponsors-php .sponsor .name {
		font-size: 1.75rem;
	}

	.full.calendar .entry .details {
		width: 800px;
	}

	.single-ukjf_festival .film-filters select {
		margin-left: 1rem;
	}
	.single-ukjf_festival .guests-list {
		width: 645px;
	}
	.single-ukjf_festival .specialevents .info {
		width: 520px;
		float: right;
	}
	.single-ukjf_festival .specialevents article .responsive {
		float: right;
		margin-left: 1rem;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow:none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
