/*
Theme Name: UK Jewish Film
Theme URI: http://ukjewishfilm.org
Description: Custom theme for UK Jewish Film
Author: Yes We Work
Version: 1.0
*/

/*! normalize.css v3.0.1 | 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,
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: 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;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 30, 2012 */

@font-face {
	font-family: 'FontomasCustomRegular';
	src: url('fonts/fontomas/clink_fontomas-webfont.eot');
	src: url('fonts/fontomas/clink_fontomas-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/fontomas/clink_fontomas-webfont.woff') format('woff'),
		 url('fonts/fontomas/clink_fontomas-webfont.ttf') format('truetype'),
		 url('fonts/fontomas/clink_fontomas-webfont.svg#FontomasCustomRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* YWW opinionated defaults */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/* tags */
html {
	background: #343436;
}
body {
	width: 967px;
	margin: 0 auto;
	color: #343434;
	line-height: 1.375;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,dl {
	margin: 0 0 0.75em 0;
}
h1,h2,h3 {
	font-family: 'Titillium Web';
	line-height: 1.125em;
}
li {
	margin: 0 0 0.25em 0;
}
a {
	text-decoration: none;
	color: #1280dd;
}
a:hover {
	text-decoration: underline;
}

/* containers, blocks */
.container {
	width: 965px;
	margin: 0 1px 30px 1px;
	overflow: auto;
	background: #fff;
}
.page-template-page-sponsors-php .container {
	background: inherit;
}
.block {
	padding: 15px;
	margin: 0 0 1px 1px;
	overflow: auto;
}
.block h1 {
	font-size: 1.375em;
}
.block h2 {
	font-size: 1.125em;
	font-weight: 400;
}
.block p.slug, .lower .block p.slug, .lower-wide p.slug, .secondary .block p.slug {
	font-family: 'Titillium Web';
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 0.375em;
	text-transform: uppercase;
}
.block .image {
	margin-bottom: 10px;
}
.bleed {
	padding: 0;
}
.padded {
	padding: 15px;
}
.nest {
	margin-left: -16px;
	margin-right: -15px;
}
/* primary, secondary and fullwidth must be populated with blocks, to balance the negative margin */
.primary {
	width: 644px;
	float: left;
	margin-left: -1px; /* tiny but crucial adjustment for grid accuracy */
	overflow: hidden;
}
.secondary {
	width: 322px;
	float: left;
	overflow: hidden;
}
.fullwidth {
	width: 966px;
	margin-left: -1px;  /* tiny but crucial adjustment for grid accuracy */
	overflow: hidden;
}
.banner {
	background: #222;
	color: #fff;
	min-height: 110px;
	margin-bottom: 1px;
	overflow: auto;
}
.banner .slug {
	font-size: 1.125em;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'Titillium Web';	
}
.banner .subnav {
	margin-bottom: 20px;
}
.pagetitle {
	padding: 15px;
	line-height: 1.5em;
	overflow: auto;
}
.pagetitle>h1 {
	font-size: 2em;
	margin-bottom: 0;
	display: inline;
}
.pagetitle>h2 {
	font-size: 1.75em;
	margin-bottom: 0;
	font-weight: 200;
}
.pagetitle .type {
	display: inline;
	margin-bottom: 0;
	font-family: 'Titillium Web';
	font-size: 2em;
	font-weight: 200;
	text-transform: lowercase;
}
.pagetitle .type:after {
	content: ':';
}

/* header,  menu, footer */
.site-header {
	height: 160px;
	position: relative;
	font-family: 'Titillium Web';
	font-weight: 400;
	margin-bottom: 30px;
}
.site-header .logo {
	width: 136px;
	height: 128px;	
}
.site-header .logo h1 {
	background: url(img/ukjf-logo-smaller.png);
	width: 100px;
	height: 92px;
	position: absolute;
	top: 20px;
	left: 0; 
	margin: 0;
}
.site-header .nav ul {
	list-style: none;
	margin: 0;
	text-transform: lowercase;
}
.site-header .nav ul li {
	float: left;
}
.site-header .major.nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
.site-header .major.nav ul a {
	color: #fff;
}
.site-header .major.nav li {
	margin: 0 0 0 30px;
	font-size: 1.125em;
}
.site-header .minor.nav li {
	margin: 0 0 0 30px;
}
.site-header .minor.nav {
	position: absolute;
	right: 0;
	bottom: 75px;
	font-weight: 200;
}
.site-header .minor.nav ul a {
	color: #a6a6a6;
}
.site-header .minor.nav .menu-secondary-container {
	float: left;
	margin-top: 3px;
}
.site-header #searchform {
	float: left;
	margin-left: 29px;
}
.site-header #searchform input[type=text] {
	background: #fff;
	border: 0;
	padding: 2px 5px;
	font-weight: 200;
	width: 150px;
}
.site-header #searchform input[type=submit] {
	background: #666;
	border: 0;
	padding: 2px 5px;
	color: #fff;
	text-transform: lowercase;
	font-weight: 200;
}
.site-header .social {
	position: absolute;
	top: 10px;
	right: 0;
	overflow: hidden;
	width: 200px;
	text-align: right;
}
.site-header .social .fb_iframe_widget iframe {
	margin-top: -5px;
}
.subnav ul {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0 0;
	font-family: 'Titillium Web';
}
.subnav li {
	float: left;
	margin: 0 40px 0 0;	
	font-size: 1.125em;
}
.subnav a {
	color: #fff;
}
.ancestors {
	margin-bottom: 0;
	font-family: 'Titillium Web';
	font-weight: 200;
}
.ancestors a {
	color: inherit;
}
.site-footer {
	font-size: 0.6875em;
	color: #b8b8b8;
	margin-bottom: 30px;
	overflow: auto;
	background: url('img/ukjewishfilm-logo-footer.png') no-repeat left top;
}
.site-footer .text {
	margin-left: 100px;
	width: 530px;
	float: left;
}
.site-footer .social {
	float: right;
	width: 160px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer .social li {
	background: #222;
}
.site-footer .social a {
	display: block;
	padding: 4px 4px 4px 40px;
	color: #bbb;
}
.site-footer .twitter {
	background: url(img/social_tw.png) no-repeat 4px 4px;
}
.site-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: 5px;
	background: #2988c9;
	color: #fff;
	font-family: 'Titillium Web';
	font-weight: 700;
	text-transform: lowercase;
	border: 0;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.button.arrow:before {
	content: 'o';
	font-family: FontomasCustomRegular;
	margin: 0 8px 1px 2px;
	float: left;
}
.button:hover {
	text-decoration: none;
	background: #1c6496;
}

/* primary content (main column) */
.bodytext p, .bodytext li, .leader p, .carousel p {
	font-size: 0.9375em;
}
.leader>h1 {
	font-size: 1.375em;
}
.leader .button {
	margin-right: 15px;
	float: left;
}
.bodytext.margin {
	padding: 30px;
}
.bodytext .bleed {
	margin-left: -30px;
}
.bodytext h2 {
	font-size: 1.375em;
	font-weight: 700;
}
.bodytext p+h2, .bodytext p+h3, .bodytext ul+h2, .bodytext ul+h3, .bodytext ol+h2, .bodytext ol+h3{
	margin-top: 1em;
}
.bodytext ul, .bodytext ol {
	padding-left: 25px;
}
.bodytext .subsection {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

/* carousel */
.carousel {
	overflow: hidden;
	position: relative;
}
.carousel .slide {
	float: left;
	width: 643px;
}
.js .carousel .slide {
	visibility: hidden;
}
.carousel .arrow {
	position: absolute;
	top: 180px;
	color: #fff;
	font-size: 30px;
	font-family: 'FontomasCustomRegular';
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
}
.carousel .arrow {
	top: 160px;
}
.carousel .arrow:hover {
	color: #ccc;
}
.carousel .arrow.left {
	left: 15px;
}
.carousel .arrow.right {
	right: 15px;
}
.carousel .slide-inner {
	position: relative;
}
.carousel .slide-inner .caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 0.875em;
}
.arrow.left {
	left: 15px;
}
.arrow.right {
	right: 15px;
}

/* trailer on-click replacements */
.trailer {
	position: relative;
	cursor: pointer;
}
.trailer .watch {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -19px;
}
.trailer .watch-inner, .block .trailer .watch-inner {
	display: inline-block;
	background: #333;
	color: #fff;
	border-radius: 17px;
	padding: 0px 5px 0px 15px;
	font-family: 'Titillium Web';
	font-weight: 700;
	box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
	cursor: pointer;
	font-size: 2em;
}
.trailer:hover .watch-inner {
	background: #444;
}
.trailer .watch-inner:before {
	content: 'o';
	font-family: FontomasCustomRegular;
	margin: 0 8px 0 2px;
}

/* secondary content (sidebar) and lower content (currently just used on homepage) */
.lower .block {
	width: 321px;
	float: left;
	background: #f6f6f6;
}
.secondary .block {
	background: #eee;
}
.secondary .block p, .lower .block p, .lower-wide .block p {
	font-size: 0.75em;
}
.secondary .block p .button, .lower .block p .button, .lower-wide .block p .button {
	font-size: 1.333em;
}
.lower-wide .block {
	background: #f6f6f6;	
}
.lower-wide .block .image {
	width: 292px;
	float: left;
	margin-right: 15px;
}
.lower .button {
	float: right;
}

/* homepage */
.home #newsletter-popup {
	width: 400px;
	display: none;
}
.home #newsletter-popup input[type=email] {
	width: 363px;	
}
.home #newsletter-popup input[type=text] {
	display: inline-block;
	width: 177px;
}
.home #newsletter-popup p {
	font-size: 0.875em;	
}
.home #subscribe-result {
	font-size: 0.875em;
	margin-bottom: 1em;
}
.home .secondary .block.type-engagement {
	/* min-height: 180px; */
}

/* film single */
.single-ukjf_film .metadata.block dl {
	overflow: auto;
	margin-bottom: 0;
}
.single-ukjf_film .metadata.block dt {
	float: left;
	clear: both;
	text-transform: lowercase;
	min-width: 90px;
	line-height: 1.125em;
}
.single-ukjf_film .metadata.block dd {
	float: left;
	font-weight: 700;
	margin-left: 10px;
	width: 190px;
	line-height: 1.125em;
	margin-bottom: 0.5em;
}

/* film festival single */
.single-ukjf_festival .seeall {
	text-align: center;
}
.single-ukjf_festival .filmlist {
	margin-left: -14px;
	margin-right: -15px;
	background: #f6f6f6;
}
.single-ukjf_festival .filmlist>h1 {
	margin-left: 21px;
}
.single-ukjf_festival .filmlist article {
	width: 291px;
	float: left;
	margin: 0 0 10px 21px;
	overflow: hidden;
	position: relative;
}
.single-ukjf_festival .filmlist.films {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
}
.single-ukjf_festival .filmlist section {
	overflow: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2em;
	margin-bottom: 1em;
}
.single-ukjf_festival .filmlist section .header {
	margin-left: 21px;
	margin-bottom: 1em;
}
.single-ukjf_festival .filmlist section .header h1 {
	font-size: 2em;
	margin-bottom: 0.25em;
}
.single-ukjf_festival .filmlist section .header p {
	font-size: 0.875em;
	font-weight: 700;
}
.single-ukjf_festival .filmlist .inner {
	overflow: auto;
}
.single-ukjf_festival .filmlist article.newrow {
	clear: both;
} 
.single-ukjf_festival .filmlist article>h1 {
	font-size: 1em;
}
.single-ukjf_festival .filmlist article .image {
	height: 168px;
	margin-bottom: 0px;
}
.single-ukjf_festival .filmlist article .button {
	font-size: 0.8125em;
}
.single-ukjf_festival .filmlist article dl {
	font-size: 0.75em;
}
.single-ukjf_festival .filmlist article dl div {
	overflow: auto;
	clear: both;
}
.single-ukjf_festival .filmlist article dt {
	float: left;
	text-transform: lowercase;
	min-width: 44px;
	line-height: 1.125em;
}
.single-ukjf_festival .filmlist article dd {
	float: left;
	margin-left: 6px;
	width: 85px;
	line-height: 1.125em;
	margin-bottom: 0.5em;
	margin-right: 10px;
	font-weight: 700;
}
.single-ukjf_festival .specialevents {
	background: #666;
	color: #fff;
}
.single-ukjf_festival .specialevents>h1 {
	color: inherit;
}
.single-ukjf_festival .specialevents article {
	overflow: auto;
	border-bottom: 1px solid #fff;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.single-ukjf_festival .specialevents .date {
	width: 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	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: 1.625em;
	line-height: 1em;
}
.single-ukjf_festival .specialevents .screenings.calendar.block {
	background-color: inherit;
}
.single-ukjf_festival .specialevents .info {
	width: 520px;
	float: right;
}
.single-ukjf_festival .specialevents .venue {
	font-family: 'Titillium Web';
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 0;
	opacity: 0.8;
}
.single-ukjf_festival .specialevents .time {
	opacity: 0.8;
	margin-bottom: 0;
}
.single-ukjf_festival .specialevents .description p {
	font-size: 0.875em;
}

/* film festival guests list - sample + full page */
/* festival guests page */
.single-ukjf_festival .guests-list article, 
.single-ukjf_festival .guests-list article .profile {
	overflow: auto;
}
.single-ukjf_festival .guests-list .photo {
	width: 291px;
	margin-bottom: 10px;
	float: left;
}
.single-ukjf_festival .guests-list .text {
	width: 306px;
	float: right;
}
.single-ukjf_festival .guests-list .text p {
	font-size: 0.875em;
}
.single-ukjf_festival .guests-list h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.single-ukjf_festival .guests-list .appearances {
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.single-ukjf_festival .guests-list .appearances h1 {
	font-weight: 400;
	font-size: 0.9375em;
	color: #7f7f83;
}
.single-ukjf_festival .guests-list .appearance {
	overflow: auto;
	background: #fafafa;
	padding: 10px;
	font-size: 0.8125em;
	border-top: 1px solid #eee;
}
.single-ukjf_festival .guests-list .appearance .date { 
	width: 40px;
	float: left;
	font-family: 'Titillium Web';
	text-align: center;
}
.single-ukjf_festival .guests-list .appearance .date .day { 
	font-size: 2em;
	font-weight: 700;
	display: block;
	line-height: 1em;
}
.single-ukjf_festival .guests-list .appearance .date .month { 
	text-transform: uppercase;
	display: block;
	font-size: 1.125em;
	line-height: 1em;
	font-weight: 700;
}
/* .guests-list .appearance .date .year { 
	font-size: 0.9375em;
	line-height: 1em;
	display: block;
} */
.single-ukjf_festival .guests-list .appearance .time {
	width: 80px;
	font-size: 1.25em;
	text-align: center;
	float: left;
}
.single-ukjf_festival .guests-list .appearance .info {
	width: 325px;
	float: left;
}
.single-ukjf_festival .guests-list .appearance .info .title {
	font-size: 1.5em;
	font-family: 'Titillium Web';
	font-weight: 700;
}
.single-ukjf_festival .guests-list .appearance .info .event-type {
	display: block;
	text-transform: uppercase;
	font-size: 0.8125em;	
}
.single-ukjf_festival .guests-list .appearance .info .venue {
	display: block;
}
.single-ukjf_festival .guests-list .appearance .button {
	width: 120px;
	float: right;
}

/* film festival calendar page */
.single-ukjf_festival .filters, 
.page-template-page-calendar-php .filters {
	overflow: auto;
}
.single-ukjf_festival .filters h1 {
	margin-bottom: 1.5em;
}
.single-ukjf_festival .filters .venue {
	width: 50%;
	float: left;
}
.single-ukjf_festival .filters label[for=regions] {
	font-family: 'Titillium Web';	
}
.single-ukjf_festival .filters .minical {
	width: 50%;
	float: right;
}
.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 film page */
.single-ukjf_festival .filmsearch input[type=text] {
	border: 1px solid #ddd;
	padding: 5px;
}
.single-ukjf_festival .filmlist .screenings.calendar.block {
	background: inherit;
	color: inherit;
	padding: 0;
}
.single-ukjf_festival .filmlist .screenings.calendar.block .event-type {
	opacity: inherit;
	color: #999;
}


/* event single */
.single-ukjf_event .banner {
	background-color: #0fb172;
}
.single-ukjf_event .event-type {
	font-family: 'Titillium Web';
	font-size: 1.25em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-weight: 700;
}
.single-ukjf_event .metadata {
	background: #f0efef;
	min-height: 150px;
}
.single-ukjf_event .sponsor {
	min-height: 150px;
}
.single-ukjf_event .secondary .block:first-of-type {
	min-height: 150px;
}
.single-ukjf_event .metadata .date {
	width: 60px;
	text-align: center;
	margin-right: 20px;
	float: left;
	font-family: 'Titillium Web';
}
.single-ukjf_event .metadata .date .dow {
	font-weight: 200;
	font-size: 0.8125em;
	line-height: 3em;
	color: #666;
	display: block;
	text-transform: uppercase;
}
.single-ukjf_event .metadata .date .month {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
}
.single-ukjf_event .metadata .date .day {
	display: block;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 0.75em;
}
.single-ukjf_event .metadata .date .year {
	display: block;
	font-weight: 700;
	font-size: 1.25em;
}
.single-ukjf_event .metadata .time {
	font-size: 1.75em;
	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.875em;
}
.single-ukjf_event .metadata .map {
	width: 120px;
	height: 120px;
	float: left;
	border: 3px solid #fff;
}
.single-ukjf_event .filmdata dl {
	overflow: auto;
	margin-bottom: 1em;
}
.single-ukjf_event .filmdata dt {
	float: left;
	text-transform: lowercase;
	min-width: 90px;
	line-height: 1.125em;
}
.single-ukjf_event .filmdata dd {
	float: left;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 20px;
	width: 170px;
	line-height: 1.125em;
	margin-bottom: 0.5em;
}
.single-ukjf_event .films-showing article {
	margin-top: 0.5em;
}
.single-ukjf_event .films-showing article>h1, .single-ukjf_event .people-attending article>h1 {
	font-size: 1.125em;
}
.single-ukjf_event .people-attending article>h1 {
	margin-bottom: 0.25em;
}

/* gallery single */
.single-ukjf_gallery .thumb {
	width: 320px;
	height: 320px;
	padding: 16px;
	float: left;
	background: #dfdddd;
	margin-left: 1px;
	margin-bottom: 1px;
}
.single-ukjf_gallery .gallery {
	overflow: auto;
}
.single-ukjf_gallery .gallery-showing {
	float: left;
}

/* become a member page */
.page-template-page-become-a-member-php .banner {
	background-color: #f67300;
	position: relative;
}
.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;
	text-align: center;
	padding-top: 22px;	
}
.page-template-page-become-a-member-php .banner .bubble span {
	line-height: 0.7;
	font-size: 2em;
	display: block;
}
.page-template-page-become-a-member-php .block h1, .page-template-page-become-a-member-php .block h2 {
	color: #f67300;
}

/* sponsors page */
.page-template-page-sponsors-php .subsection {
	overflow: auto;
}
.page-template-page-sponsors-php .sponsor {
	background: #fff;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.page-template-page-sponsors-php .sponsor .name { 
	font-family: 'Titillium Web';
	line-height: 1;
	font-weight: 700;
}
.page-template-page-sponsors-php .sponsor .logo {
	position: relative;
}
.page-template-page-sponsors-php .sponsor .type {
	position: absolute;
	width: 100%;
	color: #666;
	font-size: 0.625em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
}
.js .page-template-page-sponsors-php .sponsor p {
	visibility: hidden;
}
.page-template-page-sponsors-php .subsection h1 {
	padding: 15px;
	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: 15px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
.page-template-page-sponsors-php .text .inner p {
	margin-bottom: 0.5em;
}

/* festivals page */
.page-template-page-festivals-php .banner {
	background: #0fb172;
}
.page-template-page-festivals-php .intro {
	background: #f3f3f3;
	overflow: auto;
	margin-bottom: 1px;
}
.page-template-page-festivals-php .nest {
	overflow: auto;
	margin-bottom: 30px;
}
.page-template-page-festivals-php .festival {
	float: left;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 322px;
	height: 510px;
}
.page-template-page-festivals-php .festival .flyer {
	width: 321px;
	height: 321px;
	position: relative;
	display: block;
}
.page-template-page-festivals-php .festival .flyer h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 2.5em;
	color: #fff;
	text-shadow: 1px 1px 6px #222;
	font-weight: 400;
}
.page-template-page-festivals-php .festival p {
	font-size: 0.9375em;
}

/* 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.5em;
	font-weight: 700;
	margin-bottom: 0.5em;
	font-color: #fff;
}
.block.type-quote .quote {
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.block.type-quote .quote p {
	font-size: 1.125em;
}
.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.125em;
	font-weight: 700;
}
.block.type-quote .source a {
	color: #fff;
}

/* ukjf 2014 block */
.block.type-ukjff2014 {
	background: #252628 url(img/block-bg-ukjff2014.jpg) no-repeat top left;
	color: #fff;
}
.block.type-ukjff2014 .slug {
	color: #fff;
}
.block.type-ukjff2014 a {
	color: #eb5157;
}
.block.type-ukjff2014 .button {
	background: #eb5157;
	color: #fff;
}

/* membership signup blocks */
.block.join-now .membership-form {
	margin-bottom: 0.5em;
}
.block.join-now .membership-form>div {
	margin-bottom: 0.25em;
}
.block.join-now .membership-form input, 
.block.join-now .membership-form textarea {
	font-size: 0.8125em;
	padding: 5px;
	border: 1px solid #ccc;
	width: 100%;
}
.block.join-now .membership-form textarea  {
	height: 5em; 
}


/* shared calendar block */
.calendar.block {
	background: #eaf8ed;
}
.calendar.block .entry {
	overflow: auto;
}
.calendar.block .entry.newdate {
	padding-top: 6px;
	border-top: 1px solid #d2d2d2;
}
.calendar.block .date {
	width: 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	margin: 0 8px;
	float: left;
	margin-bottom: 6px;
	font-family: 'Titillium Web';
	color: #0fb172;
}
.calendar.block .date span {
	display: block;
	font-weight: 700;
	font-size: 1.625em;
	line-height: 1em;
}
.calendar.block .entry .details {
	float: right;
}
.calendar.block .entry .title {
	float: right;
	margin-bottom: 12px;
	font-size: 0.875em;
	padding-right: 5px;
}
.calendar.block .moreinfo {
	float: right;
}

/* main events calendar block */
.events.calendar.block h1 {
	color: #0fb172;
	margin-bottom: 12px;	
}
.events.calendar.block h2 {
	color: #0fb172;
	margin-bottom: 6px;
}
.events.calendar.block .group {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
}
.events.calendar.block .entry {
	display: block;
	overflow: auto;
}
.events.calendar.block .entry.festival-5471,
.events.calendar.block .entry.festival-5471 .date,
.events.calendar.block .entry.festival-5471 .date-hyphen { /* UKJFF 2014 colours */
	background-color: #3d4652;
	color: #d5494e;
}
.events.calendar.block .dates {
	overflow: auto;
	float: left;
}
.events.calendar.block .date-hyphen {
	width: 10px;
	float: left;
	padding-top: 4px;
	color: #aaa;
}
.events.calendar.block .date.from {
	margin-right: 2px;
}
.events.calendar.block .date.to {
	margin-left: 2px;
}
.events.calendar.block .title {
	padding-top: 4px;
	width: 170px;
}
.events.calendar.block .other .entry .title {
	font-size: 0.75em;
}
.events.calendar.block .type {
	font-size: 0.833em;
	text-transform: uppercase;
}
.events.calendar.block a {
	color: #176f4d;
}
.events.calendar.block a:hover {
	background: #0fb172;
	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.block a:hover .date, .events.calendar.block a:hover .date-hyphen {
	color: #fff;
}

/* screenings calendar block */
.screenings.calendar.block {
	background: #444;
	color: #fff;
}
.screenings.calendar.block a {
}
.screenings.calendar.block .time {
	font-size: 0.8125em;
	margin-bottom: 2px;
	line-height: 1.125em;
}
.screenings.calendar.block .event-type {
	text-transform: uppercase;
	font-size: 0.769em;
	line-height: 1.25em;
	margin-bottom: 0.25em;
	color: #999;
}
.screenings.calendar.block .title, 
.screenings.calendar.block .details {
	width: 230px;
	line-height: 1.125em;
}
.screenings.calendar.block .venue {
	opacity: 0.6;
	font-size: 0.857em;
}
.screenings.calendar.block .title .button {
	font-size: 0.875em;
	float: right;
	margin-left: 12px;
}
.screenings.calendar.block .date {
	color: inherit;
}
.screenings.calendar.block a {
	color: #999;
}
.screenings.calendar.block .button {
	color: #fff;	
}
.screenings.calendar .fullcal.button {
	float: right;
}

/* full calendar block */
.full.calendar.block {
	background: #f6f6f6;
}
.full.calendar.block .entry>.date {
	display: none;
}
.full.calendar.block .firstentry>.date {
	display: block;
}
.full.calendar.block .firstentry {
	border-top: 1px solid #aaa;
	padding-top: 1em;
}
.full.calendar.block .entry {
	margin-bottom: 0.75em;
}
.full.calendar.block .entry .details {
	width: 500px;
	float: right;
}
.full.calendar.block .entry .button {
	float: right;
	margin-top: 23px;
}
.full.calendar.block .entry .venue {
	color: #5F5F5F;
	font-size: 1em;
}
.full.calendar.block .entry .venue .name {
	color: #5F5F5F;
	color: #888;
	font-weight: normal;
}
.full.calendar.block .entry .meta {
	color: #666;
	margin-bottom: 0;
}
.full.calendar.block .entry .screening {
	margin-left: 20px;
}
.full.calendar.block .entry .screening .event-type {
	color: #aaa;
	font-weight: normal;
}
.full.calendar.block .entry .screening .title {
	float: none;
	font-family: 'Titillium Web';
	font-size: 1.25em;
	font-weight: 700;
}

/* 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: #fff496;
}

/* engagement style */
.type-engagement.block {
	background: #ffe8d3;
}
.type-engagement.block h1 {
	color: #f37321;
}
.type-engagement.block .button {
	background: #f37321;
	float: right;
}
.type-engagement input[type=text],
.type-engagement input[type=email] {
	margin-bottom: 0.5em;
	font-family: 'Titillium Web';
	border: 0;
	border-radius: 5px;
	padding: 4px 8px;
	font-size: 0.875em;
	margin-right: 5px;
	width: 70%;
}

/* join now block */
.join-now.block {
	background: #fff2e7;
}
.join-now .billing-option {
	font-size: 0.9375em;
	font-weight: 700;
}
.join-now select {
	margin-bottom: 10px;
}
.join-now.block input[type=submit] {
	background: #f67300;
	/* float: right; */
}

/* 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 .text p {
	line-height: 1.5em;
}
.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 h1 {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.sponsor.block p {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'Titillium Web';
	padding-bottom: 10px;
}
.sponsor.block p img {
	margin-top: 5px;
}

/* our corporate partners block */
.corporate-partners.block {
	text-align: center;
	background: #fff;
	color: #aaa;
	border: 1px solid #ccc;
	margin: 4px;
}
.corporate-partners.block>h1 {
	font-size: 0.9375em;
	font-weight: normal;
	text-transform: uppercase;
}
.corporate-partners.block div {
	height: 81px;
	position: relative;
}
.js .corporate-partners.block p {
	display: none;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 81px;
	text-align: center;
}
.js .corporate-partners.block p a {
	height: 81px;
	display: block;	
}
.js .corporate-partners.block p a img {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.js .corporate-partners.block p:first-of-type {
	display: block;
}
.corporate-partners.block .arrow {
	position: absolute;
	top: 56px;
	color: #ccc;
	font-size: 30px;
	font-family: 'FontomasCustomRegular';
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
}
.corporate-partners.block {
	position: relative;
}
.corporate-partners.block .arrow:hover {
	color: #ddd;
}
.corporate-partners.block .arrow.left {
	left: 15px;
	text-align: left;
}
.corporate-partners.block .arrow.right {
	right: 15px;
	text-align: left;
}

/* download app block */
.download-app.block {
	background: #27272b;
	color: #fff;
}

/* film archive */
.page-template-page-film-archive-php .container {
	background: inherit;
}
.page-template-page-film-archive-php .banner {
	background-color: #eb5252;
}
.page-template-page-film-archive-php .film {
	width: 321px;
	height: 320px;
	float: left;
	background: #fff;
}
.page-template-page-film-archive-php .film a {
	display: block;
}
.page-template-page-film-archive-php .film h1 {
	font-family: 'Titillium Web';
	font-size: 1em;
}
.page-template-page-film-archive-php .film img {
	display: block;
	margin-bottom: 10px;
}
.page-template-page-film-archive-php .film dl {
	font-size: 0.75em;
}
.page-template-page-film-archive-php .film dl div {
	overflow: auto;
	clear: both;
}
.page-template-page-film-archive-php .film dt {
	float: left;
	text-transform: lowercase;
	min-width: 44px;
	line-height: 1.125em;
}
.page-template-page-film-archive-php .film dd {
	float: left;
	margin-left: 6px;
	width: 85px;
	line-height: 1.125em;
	margin-bottom: 0.5em;
	margin-right: 10px;
	font-weight: 700;
}
.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.9375em;
	border-radius: 5px;
	width: 355px;
}
.page-template-page-film-archive-php .filters {
	overflow: auto;
	padding: 10px 15px;
}
.page-template-page-film-archive-php .filters select {
	width: 170px;
}
.page-template-page-film-archive-php .filters .filter {
	width: 20%;
	float: left;
}
.page-template-page-film-archive-php .filters .filter label {
	display: block;
	font-size: 0.75em;
	font-weight: 700;
}
.page-template-page-film-archive-php .filters .control {
	width: 10%;
	float: left;
	padding-top: 16px;
}
.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.9375em;
	padding: 0 5px;
}
.page-template-page-film-archive-php .reset {
	text-decoration: none;
}

/* film category taxonomy / page */
.tax-ukjf_film_category .filmlist {
	padding: 15px 30px;
}
.tax-ukjf_film_category .filmlist article, 
.page-template-page-film-category-php .filmlist article {
	width: 291px;
	float: left;
	height: 220px;
	margin-left: 8px;
	margin-bottom: 30px;
	margin-right: 12px;
	border-bottom: 1px solid #ccc;
}
.page-template-page-film-category-php .filmlist article {
	height: 300px;
}
.tax-ukjf_film_category .filmlist article>h1, .page-template-page-film-category-php .filmlist article>h1 {
	font-size: 1em;
}
.tax-ukjf_film_category .filmlist article .image, .page-template-page-film-category-php .filmlist article .image {
	height: 168px;
	margin-bottom: 5px;
}
.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.8125em;
}
.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: #bbc41e;
	font-family: 'Titillium Web';
}
.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: #fff;
}

/* 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;
	line-height: 24px;
	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;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 144dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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;
	}
}