/*
Theme Name: PFFB
Author: The team of the Pornfilmfestival Berlin
Author URI: http://pornfilmfestivalberlin.de
Description: Custom theme for the Pornfilmfestival Berlin
Version: 4.86
Text Domain: pff
*/

/**
 * @license
 * MyFonts Webfont Build ID 3456694, 2017-09-27T15:55:03-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo-700 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo/700/
 * 
 * Webfont: Museo-300 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo/300/
 * 
 * Webfont: Museo-300Italic by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo/300-italic/
 * 
 * Webfont: Museo-700Italic by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo/700-italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3456694
 * Licensed pageviews: 500,000
 * Webfonts copyright: Copyright (c) 2008-2010 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * � 2017 MyFonts Inc
*/

/* Embedded fonts - please note the license above! These fonts are NOT free! */

@font-face {
	font-family: "Museo";
	src: url("/lib/fonts/Museo/Museo-regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Museo";
	font-weight: bold;
	src: url("/lib/fonts/Museo/Museo-bold.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Museo";
	font-style: italic;
	src: url("/lib/fonts/Museo/Museo-italic.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Museo";
	font-style: italic;
	font-weight: bold;
	src: url("/lib/fonts/Museo/Museo-bold-italic.woff") format("woff");
	font-display: swap;
}

/* Global defaults */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: "Museo", sans-serif;
	background:#fff;
	margin:0;
	padding:0;
	line-height:1.5em;
	overflow-y:scroll;
}

#container-main {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#page {
	flex:1 0 auto;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	font-weight: bold;
	line-height: 1.2em;
}

hr {
	border: 0;
	border-top: 1px #dddddd solid;
}

/* Header */

#header {
	display: flex;
	flex-flow: row;
	line-height: 0;
}

#header-pad-left {
	background:#000;
	color:#fff;
	text-align:center;
	flex:auto;
	background-image: url(/wp-content/themes/pffb/img/header-left.jpg?v=20231101);
	background-size: 880px 208px;
	background-repeat: no-repeat;
	background-position: right center;
}

#header-pad-right {
	background:#000;
	color:#fff;
	text-align:center;
	flex:auto;
	background-image: url(/wp-content/themes/pffb/img/header-right.jpg?v=20231101);
	background-size: 880px 208px;
	background-repeat: no-repeat;
	background-position: left center;
}

#header-middle {
	width: 800px;
	height: 208px;
	margin: 0;
	padding: 0;
}

.header-logo-desktop {
	display: inline-block;
}

.header-logo-desktop > img {
	width: 100%;
	height: auto;
}

.header-logo-mobile {
	display: none;
}

.header-logo-mobile > img {
	width:100%;
	height:auto;
}

body.page-template-page_program article,
body[class^='single-movie'] article,
body[class*=' single-movie'] article {
	max-width: 100%;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {
	margin: 1em 0 0.5em 0;
}

h1 {
	font-size: 1.75em;
}

h1.programtitle {
	margin-top: -0.25em;
}

h2 {
	font-size: 1.5em;
}

h2.newblock {
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #dddddd;
}

h3 {
	font-size: 1.125em;
}

h4 {
	font-size: 1.0625em;
}

h5 {
	font-size: 1em;
	font-style: italic;
}

h6 {
	color: #606060;
	font-size: 0.875em;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub { 
	top: 0.4em; 
}

.signup-content {
	margin:1em;
}

.entry-content {
	margin-top:1em;
}

article {
	max-width: 50rem;
}

.content-area-full .entry-content {
	max-width:100%;
}

.entry-title a {
	color:#000 !important;
	text-decoration:none;
}

.entry-title a:hover,
.entry-title a:active {
	color:#ec008c !important;
	text-decoration: underline;
}

.site-content a:link,
.site-content a:active,
.realTimeSearchSearchResult > li > a:link,
.realTimeSearchSearchResult > li > a:active {
	color:#ec008c;
}

.languages > a {
	color:#ec008c !important;
}

.site-content a:visited,
.realTimeSearchSearchResult > li > a:visited {
	color: #6f4dbb;
}

.movie-content img {
	max-width:100%;
	height:auto;
	margin-top:0.25em;
}

img.alignleft {
	float:left;
	margin:0.25em 1em 1em 0;
}

img.alignright {
	float:right;
	margin:0.25em 0 1em 1em;
}

img.aligncenter {
	display: block;
	margin-top: 0.25em;
    margin-left: auto;
    margin-right: auto;
}


img.max25 {
	max-width:25%;
	height:auto;
}

img.max40 {
	max-width:40%;
	height:auto;
}

img.max50 {
	max-width:50%;
	height:auto;
}

.wp-embedded-content {
	width:100%;
}

/* Nicer lists  */

.content-area ol,
.content-area ul {
	margin-bottom: 1em;
}

.content-area ul {
	padding-left: 1.5em;
	margin-left: 0;
}

.content-area ol {
	padding-left: 2em;
	margin-left: 0;
}

.content-area li ol,
.content-area li ul {
	margin: 0.5em 0 0 0;
}

.content-area ol li,
.content-area ul li {
	margin: 0 0 0.5em 0;
}

/* Page layout */

#page {
	overflow-x: hidden;
	max-width:1380px;
	margin:0.5em auto;
	padding:0 3.75em 0 3.5em;
	background:#fff;
	color:#000000;
}

#central {
	display: flex;
	flex-flow: row;
}

#masthead {
	line-height:0;
	background:#000;
	text-align:center;
}
#mastheadimg {
	z-index:-1;
	width:60em;
	max-width:100%;
}

#subhead {
	background:#000000;
	color:#fff;
	padding:1em 0 0 0;
	width:100%;
	text-align:center;
	line-height:1.5em;
	display:block;
}
.splogo {
	display:inline;
	text-align:center;
	vertical-align:middle;
	margin:0 0.5em;
	padding:0 0.5em;
}

.splogo > a > img {
	height:30px;
	width:auto;
}

.splogo1 {
	display:table-cell;
	table-layout:fixed;
	text-align:center;
	width:14%;
	vertical-align:middle;
	padding:0.25em;
}

.splogo2 {
	display:table-cell;
	table-layout:fixed;
	text-align:center;
	width:16%;
	vertical-align:middle;
	padding:0.25em 1em 0.25em 0.25em;
}

.content-area, .content-area-full {
	padding:1em 1em 1em 0.5em;
}

#content {
	width: 100%;
	min-height: 29em;
}

#sidebar {
    min-width: 20.25em;
    padding: 0.5em 0 0 1.0em;
    margin: 0em 0em 0.5em 0em;
/*    border-left: 1px solid #dddddd; */
    min-height: 18em;
    text-align: right;
}

/*.page-template-page_program  #page #content,
.page-template-page_program_nodates #page #content, */
.single-movie-2016 #page #content,
.single-movie-2017 #page #content,
.single-movie-2018 #page #content,
.single-movie-2019 #page #content,
.single-movie-2020 #page #content,
.single-movie-2021 #page #content {
	float:none;
	max-width:100%;
}

/*.page-template-page_program  #page #central,
.page-template-page_program_nodates #page #central, */
.single-movie-2016 #page #central,
.single-movie-2017 #page #central,
.single-movie-2018 #page #central,
.single-movie-2019 #page #central,
.single-movie-2020 #page #central,
.single-movie-2021 #page #central {
	display:block;
}

/* .page-template-page_program  #page #sidebar,
.page-template-page_program_nodates #page #sidebar, */
.single-movie-2016 #page #sidebar,
.single-movie-2017 #page #sidebar,
.single-movie-2018 #page #sidebar,
.single-movie-2019 #page #sidebar,
.single-movie-2020 #page #sidebar,
.single-movie-2021 #page #sidebar {
	display:none;
}

#colophon {
	clear: both;
	color: #fff;
	text-align: center;
	align-self: flex-end;
	width: 100%;
}

#colophon a:link, #colophon a:visited {
	color:#fff;
	text-decoration:none;
}

#colophon a:hover, #colophon a:active {
	color:#fff;
	text-decoration:underline;
}

.site-info {
	background:#000000;
	padding:0.5em;
	font-size:0.86em;
}

#comments {
	margin-top:2em;
}

.breadcrumb {
	margin:0 0 1.5em 0;
	font-style:italic;
}

.entry-header {
	margin-top:0.5em;
}

.entry-meta {
	font-style:italic;
	margin:0.5em 0 0.5em 0;
	color:#666;
}

.entry-meta a {
	text-decoration:none;
}

.entry-meta a:link, .entry-meta a:visited {
	color:#666;
}

.entry-meta a:hover, .entry-meta a:active {
	color:#ec008c;
}

.languages {
	float:right;
	margin-left:2em;
}

.entry-footer {
	clear:both;
	padding-top:1em;
}

table {
	border-spacing: 0;
	margin: 0 0 1em;
}

td {
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
}

table.raw tbody tr td {
	text-align: left;
	border-bottom: none;
	padding: 0 0.625em 0 0;
}

th {
	text-align: left;
	font-weight: bold;
	padding: 0.375em 0.625em 0.375em 0;
	border-bottom: 1px solid #c0c0c0;
}

th:last-child {
	padding: 0.375em 0 0.375em 0;
}

td {
	padding: 0.375em 0.625em 0.375em 0;
}

td:last-child {
	padding: 0.375em 0 0.375em 0;
}

tr:last-child td {
	border: none;
}

/* Archive pages (categories, tags, etc.) */

.archive-header {
	margin:0 0 1.5em 0;
}

h1.taxonomy-head {
	font-size:1.25em;
}

/* Menus in sidebar */

#menu-sidebar {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu-sidebar .menu-item {
	margin:0 0 0.5em 0;
}

#menu-sidebar  a:link, #menu-sidebar  a:visited {
	text-decoration:none;
}

#menu-sidebar  a:hover, #menu-sidebar  a:active {
	text-decoration:underline;
}

/* Navigation */

div.main-navigation {
	background:#000000;
	margin:0.125em 0;
}

#site-navigation {
	max-width:1380px;
	background:#000000;
	color:#fff;
	padding:0;
	margin:0 auto;
	padding: 0 3.5em 0 3.25em;
	min-height:2.5em;
}

.menu-main-generic-container {
}

.smicons {
	float: right;
	margin: 0 1.5em;
	padding-top: 0.5em;
}

.smicons > a {
	margin-right: 1em;
}

.smicons > a:last-child {
	margin-right: 0;
}

.smicons > a > img {
	width: auto;
	height: 1.5em;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 2.5em 0 0;
	list-style-type:none;
}

.nav-menu li {
	float: left;
	position: relative;
	list-style-type: none;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	padding: 0.75em 0.75em;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-menu li a:visited {
	color: #fff;
}

.nav-menu li > ul a, .nav-menu li > ul a:visited {
	color: #000 !important;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #bbb;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 1;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 15.625em;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

/* Helper to get things displayed if needed */

.visible {
	display:block !important;
}

/* "Skip to content" link for screen readers */

a.skip {
	padding:0.5em;
	position:absolute;
	top:-4em;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:0.5em;
	background:#bf1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

a.skip:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-style: none;
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

/* Post */

.post,
.type-page,
.type-movie-2016,
.type-movie-2017,
.type-movie-2018,
.type-movie-2019,
.type-movie-2020,
.type-movie-2021 {
	border-bottom: 1px #dddddd solid;
	margin-bottom: 2em;
}

.post:last-child,
.type-page:last-child,
.type-movie-2016:last-child,
.type-movie-2017:last-child,
.type-movie-2018:last-child,
.type-movie-2019:last-child,
.type-movie-2020:last-child,
.type-movie-2021:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

/* Paging and post navigation */

.paging-navigation {
	padding-bottom:3em;
}

.pagination {
	padding-bottom: 1em;
}

.page-numbers {
	outline-style: none;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	padding: 0.5em 0.75em 0.5em 0.75em;
	margin: 0.25em 0.75em 0.25em 0;
}

.page-numbers.current:hover {
	border: 1px solid #c0c0c0;
}

.page-numbers:hover {
	border: 1px solid #404040;
}

.page-numbers:active {
	color:#ec008c !important;
}

.navigation .nav-previous {
	padding-bottom:0.5em;
	max-width:60%;
	display:inline-block;
}

.navigation .nav-next {
	padding-bottom:0.5em;
	padding-left:0.75em;
	max-width:60%;
	display:inline-block;
}

.navigation .nav-previous a:link,
.navigation .nav-previous a:active,
.navigation .nav-next a:link,
.navigation .nav-next a:active {
	color:#ec008c;
}

.navigation .nav-previous a:visited,
.navigation .nav-next a:visited {
	color:#6f4dbb;
}

.paging-navigation a {
	border:1px solid #c0c0c0;
	display:inline-block;
	line-height:normal;
	padding:0.75em 0.75em;
	margin:0.25em 0 0.25em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
}

.paging-navigation a:focus,
.paging-navigation a:hover {
	border-color:#404040;
	outline-style:none;
}

.post-navigation {
}

.post-navigation .nav-links {
	text-transform:uppercase;
	display:table;
	width:100%;
}

.post-navigation a[rel="prev"] {
	float:left;
	border:1px solid #c0c0c0;
	padding:0.5em 0.625em;
	margin:0.25em 0 0.25em;
	text-decoration:none;
	border-radius: 4px;
}

.post-navigation a[rel="next"] {
	border:1px solid #c0c0c0;
	float:right;
	padding:0.5em 0.625em;
	text-align:right;
	margin:0.25em 0 0.25em 0.25em;
	text-decoration:none;
	border-radius: 4px;
}

.post-navigation a[rel="next"]:focus,
.post-navigation a[rel="prev"]:focus ,
.post-navigation a[rel="next"]:hover,
.post-navigation a[rel="prev"]:hover {
	border-color:#404040;
	outline-style:none;
}

.post-navigation-title {
	margin-top:0;
}

/* Widgets */

#widget-area .widget-title {
	font-size:1.2em;
	margin-top:1em;
}

#widget-area ul {
	list-style:none;
	padding:0;
}

#widget-area li {
	padding: 0.5em 0;
}

#widget-area a {
	text-decoration:none;
	color:#000;
}

#widget-area a:hover {
	text-decoration:underline !important;
}

/* Movie details */

.movie-content {
	margin-top:0.5em;
	display: flex;
	flex-flow: row;
}

.movie-details {
	width: 100%;
}

.movie-details p:first-child {
	max-width: 100%;
}

.movie-details p,
.movie-details table {
	max-width: 50rem;
}

.movie-content img {
	height:auto;
	max-width:100%;
}

.movie-content img.teaser {
	width:64.5em;
	height:auto;
	max-width:100%;
}

.movie-content img.teaser-portrait {
	width:43em;
	height:auto;
	max-width:50%;
}

.movie-data,
.movie-producer {
}

.movie-director,
.movie-cast {
	font-style:italic;
}

.movie-streaming {
	font-style:italic;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.movie-data {
	margin-bottom:0.5em;	
}

.movie-director,
.movie-cast {
	margin-top:0em;	
	margin-bottom:0.5em;	
}

.movie-producer {
	margin-top:0em;
	margin-bottom:1.5em;
}

.movie-info {
	width: 20.25em;
	margin-top: 1em;
	padding-left: 3.5em;
}

.movie-info h2 {
	font-size:1.3em;
}

.movie-screening {
	margin:1em 0;
	padding-bottom: 1em;
}

.movie-screening-notice {
	margin:0.5em 0;
	padding-bottom: 0.5em;
	font-style: italic;
}

.movie-screening-single {
	margin:0.5em 0;
	padding-bottom: 0.5em;
	border-bottom:1px solid #dddddd;
}

.movie-screening-single:last-child {
	margin-bottom:0;
	border-bottom:0;
}

.movie-ticketlink {
	margin-left:1.5em;
}

.movie-search-image {
	float:left;
	width:14em;
	margin:0.25em 1em 1em 0;
}

.movie-search-image img {
	max-width:100%;
	height:auto;
}

.movie-search-content .movie-director {
	margin-top:1em;
}

.movie-search-link {
	clear:both;
}

.movie-program-entry {
	clear:both;
	border-top:1px #dddddd solid;
}

.movie-program-screening {
	display:table-cell;
	vertical-align:top;
	width:11.5em;
}

.movie-program-screening {
	font-weight:bold;
}

.movie-program-extra {
	font-weight:normal;
	font-size:0.86em;
	font-style:italic;
	line-height:1.5;
}

.movie-program-thumbnail {
	display:table-cell;
	vertical-align:top;
	width:11em;
}

.movie-program-thumbnail img {
	margin:0;
	padding:1.25em 1.5em 1em 1.5em;
	width:12em;
	min-width:12em;
	height:auto;
}

.movie-program-description {
	display:table-cell;
	vertical-align:top;
}

.movie-program-description h2 {
	font-size:1.3em;
	margin-top:0.75em;
}

.movie-program-description h2 a {
	color:#000000 !important;
	text-decoration:none;
}

.movie-program-description h2 a:hover,
.movie-program-description h2 a:active {
	color:#ec008c !important;
	text-decoration: underline;
}

.movie-extrainfo {
	margin-top: 1.5em;
	padding-top: 0.5em;
	border-top:1px solid #dddddd;
	font-style: italic;
}

/* "Scroll to top" container */

#scrolltop-container {
    display: none;
    position: fixed;
	right:1.25em;
	bottom:1.25em;
    cursor: pointer;
    z-index: 999;
	line-height:1em;
}
#scrolltop-container img {
	width:2.5em;
	height:2.5em;
}

/* Form elements */

/* Form fields, general styles first. */
button,
input,
textarea,
select {
	font-family: "Museo", sans-serif;
	font-size: 1em;
	border: 1px solid #c0c0c0;
	padding: 0.5em 0.625em;
	-webkit-transition: border 0.2s;
	transition:         border 0.2s;
	border-radius: 4px;
}

/* Input elements */
input,
textarea,
select {
	background: #eee;
}

input:focus,
textarea:focus,
select:focus {
	outline-style: none;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: 1px solid #404040;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	cursor: pointer;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	border-color: #404040;
	outline-style: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #e0e0e0;
	-webkit-transition: none;
	transition:         none;
}

input[type="text"],
input[type="email"],
input[type="url"] {
	width:100%;
}

textarea {
	width:100%;
	height:10em;
}

/* search form */

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 16.875em;
	border-radius: 4px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#site-navigation .search-form {
	float: right;
	overflow: hidden;
}

.search-form .search-submit {
	display: none;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute !important;
	color: #c0c0c0;
}

/* embedded version of img/search-48x48.png) */
#site-navigation .search-field {
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAIfSURBVGhD7ZnBrcIwEEQ5UAAl/ANF0AQlUAhl8EUDSByogit90AYH/ryvjRStDCSOnbBSRhoRZbMztrN2nLCYEQ3H4+9K3Ikn8SbexYeRY84R45qVpU0PNWYrXsVnT5KzNZnxIfONyKimGteHaGxMtj5kthQPZl6SaC7Npg5kQJ2/KxdGcy9yd9Yi10OOOUfs3V1Du878QFhkMqaMz+KPXfoRXCsyoVNaeJTthAQpm9TIY5Zdv+SahtfFq1w5SSxV85TC4JFCw7S8/sEuGQYJMUpeHMNiI4SWaXqf4auTRLxw+RoV0DTtttfNwnmQAA+ptiCstmaj7bxg/sNOyX7ini1UDXg4z6uF+kGJ3NK2EOy8VOYCD+cJ+5eskth0tUWG1WMP4OW8dxbqDiX5B83eQtWBl/M+Wag7lORHYbQNF17Ou//dV5Jf0tYWqg68nPfdQt2hJF5E2iJ1NlkJ4OW8HxbqDpKcyJQdeFqoO5QUvoTCT+Lwy2j4B9k3bSXyfJUYdzMHlBx7Ow0kEPeFBkgk9islkNAUL/UXu2Q4JDb2Z5WGRTuRqtGGOR+2/GrzisU7kboTDSmFIZ8WX7F4OdX4uHtJnGuzXCeABBnRnNH0RON/Hul33E4AiRb9g0Pnxu8EkDC1nvqLCVOOOdf8xfR2wis+TSdKgka6RnvOnRgFNNI12jN8J76/A4CGuobHaXwDGhy28Q2sEzEbPyMOFos/kF30XEmo9lcAAAAASUVORK5CYII=);
	background-position: 0.625em center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	border: none;
	height: 2em;
	margin: 0.25em 0.25em 0.25em 0;
	padding: 0.375em 0 0.375em 2.625em;
	vertical-align: middle;
	width: 12.5em;
	background-color: #e8e8e8;
}

#site-navigation .search-field:focus {
	border: none;
	outline-style: none;
	padding-right: 2px;
}

/* Contact forms */

div.wpcf7 {
	margin-top:2em;
	padding-top:1em;
	border-top:1px solid #dddddd;
}

div.wpcf7-response-output {
	margin:2em 0;
	padding:1.5em;
	font-weight:bold;
}

span.wpcf7-list-item {
	display:block;
	margin-left:0;
}

span.wpcf7-list-item.first {
	margin-top:0.5em;
}

div.wpcf7-response-output:not(.wpcf7-mail-sent-ok)[role="alert"] {
	border:0.25em solid red !important;
}

div.wpcf7-mail-sent-ok[role="alert"] {
	border:0.25em solid green !important;
}

/* Additional helper stuff */

.margin1top {
	margin-top:2em !important;
}

/* Input width settings which take padding into account */

.em2 {
	width:3.125em !important;
}

.em3 {
	width:4.125em !important;
}

.em4 {
	width:5.125em !important;
}

.em8 {
	width:9.125em !important;
}

.em20 {
	width:21.125em !important;
}

table.plain {
	width:100%;
	border-collapse:collapse;
}

table.plain-narrow {
	border-collapse:collapse;
}

table.plain tr td {
	padding:0 0 0.5em;
	border: none;
}

table.plain tr:last-child td {
	padding:0;
}

/* Custom styles for program overview */

.programdate {
	max-width: 1380px;
	margin: 0 auto;
	border:0;
	border-spacing:0;
	width:100%;
	padding: 0 3.5em;
}

.programday5 {
	width:20%;
}

.programday6 {
	width:16.66%;
}

.programday7 {
	width:14.28%;
}

.programday,
.programdaysel {
	border-left:0.125em solid #ffffff;
	border-bottom: none;
	margin:0;
	padding:0;
}

.programday:first-child,
.programdaysel:first-child {
	border-left:0;
}

.programday:last-child,
.programdaysel:last-child {
	padding:0;
}

.programday a,
.programdaysel a  {
	text-decoration:none;
	padding:0.25em 0.5em;
	display:block;
	width:100%;
	height:100%;
	font-weight:bold;
}

.programday a {
	color:#fff;
	background:#000;
	border:0.125em solid #000;
}

.programdaysel a {
	color:#ec008c;
	border:0.125em solid #000;
}

.programday a:hover {
	color:#ec008c;
	border:0.125em solid #ec008c;
}

.programdaysel a:hover {
	border:0.125em solid #ec008c;
}

.programinfo {
	margin:0.5em 0;
}

.programstaff {
	margin:0.5em 0;
}

.programsupport {
	margin:0.5em 0;
}

.programarchive {
	max-width: 1380px;
	margin: 0 auto;
	background:#666;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin-bottom:0.125em;
	padding:0.25em;
}


.programarchive-container {
	background: #666666;
	margin-bottom:0.125em;
}

.programdate-container {
	background: #000000;
}

.movie-support {
	font-weight:bold;
}

/* Embedded stuff */

embed, iframe, object, video {
	border: 0;
	max-width: 100%;
}

/* Adjustment for galleries */

.gallery {
	margin: 0 !important;
}

.gallery-icon {
    padding-bottom: 0.5em;
}

.gallery-icon img {
	padding: 0 !important;
}

.gallery-item {
	text-align: left !important;
}

.gallery-caption {
	display:none;
}

/* Custom styles for "Adult Industry only" */

body.page-template-page_industry > #container-main > #page {
	color: #fff;
	background: #000;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body.page-template-page_industry > #container-main > #page > div {
	max-width:1380px;
	margin:0.4em auto;
	padding:0 3.75em 0 3.5em;
}

body.page-template-page_industry #subhead {
	margin-top:2px;
}

body.page-template-page_industry .entry-content a:link,
body.page-template-page_industry .entry-content a:visited {
	text-decoration: none;
	color: #fff;
}

body.page-template-page_industry .entry-content a:hover {
	text-decoration: underline;
}

#industry-header {
	text-align: center;
}

#industry-header > div {
	text-align: left;
	display: inline-block;
}

h1.industry {
	font-size: 2em;
	line-height: 1em;
}

h1.industry > .sub {
	font-size: 0.75em;
	font-style: italic;
}

.industry-dorcel {
	width: 10em;
	margin-top: 0.5em;
}

a.industry-btn {
	display: inline-block;
	width: 12em;
	padding: 0.5em 0;
	border: 1px solid #fff;
	border-radius: 1.25em;
	color: #fff;
	text-decoration: none;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Some other custom styles */

img.image10 {
	max-width: 10%;
}

img.image20 {
	max-width: 20%;
}

img.image25 {
	max-width: 25%;
}

img.image30 {
	max-width: 30%;
}

img.image40 {
	max-width: 40%;
}

img.image45 {
	max-width: 45%;
}

img.image50 {
	max-width: 50%;
}

img.image60 {
	max-width: 60%;
}

img.image75 {
	max-width: 75%;
}

img.image100 {
	max-width: 100%;
}

img.aside40 {
	width: 12em;
	max-width: 40%;
}

img.image_sponsor {
	width: 50%;
}

img.festival-list-logo {
	float: right;
	width: 10em;
	padding-left: 2em;
}

div.festival-list-section {
	clear: both;
	padding-top: 1em;
	border-top: 1px solid #c0c0c0;
}

div.festival-list-section:first-child {
	padding-top: 0em;
	border-top: none;
}

div.festival-list-title {
	font-weight: bold;
}

.clear {
	clear:both;
}

.pt1 {
	padding-top:1em;
}

.pb1 {
	padding-top:1em;
}

.nobr {
	white-space:nowrap;
}

div.hscroll {
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	margin:0 0 1em;
}

div.hscroll table {
	margin:0.25em 0 0 0;
}

img.banner {
	width:100%;
	height:auto;
	visibility:hidden;
}

img.bannerside {
	display:none;
}

div.slick-slide>a>img {
	visibility:visible;
}

div.grid2 {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
}

div.grid3 {
	width: 100%;
	display: grid;
	grid-template-columns: 33% 33% 33%;
}

div.grid2 > div,
div.grid3 > div {
	text-align: center;
	align-self: center;
	justify-self: center;
}

div.grid2 > div,
div.grid3 > div {
	text-align: center;
	align-self: center;
	justify-self: center;
}

div.grid2 > div > a > img,
div.grid3 > div > a > img {
	width: 80%;
	height: auto;
}

/* Zoom cursor for linked images */

a[data-lbwps-width]>img:hover {
	cursor:zoom-in;
}

/* Other stuff */

.shy {
	hyphens: auto;
}

.grey {
	color: #aaa;
}

.buytickets {
	color: #fff !important;
	background-color: #224d44;
	text-decoration: none;
	padding: 0.5em;
	font-size: 1.5em;
	border-radius: 0.5em;
	display: inline-block;
}

/* Responsive stuff */

@media only screen and (min-width: 60em) {
	div.banner,
	div.banner-program {
		display: none;
	}

	div.bannerside {
		width: 280px;
		height: 525px;
		overflow: hidden;
		margin-top: 2.75em;
	}

	div.banner > div img,
	div.banner-program > div img,
	div.bannerside > div img,
	.slick-slide > a > img {
		width:100%;
		height:auto;
	}

	#sidebar > div.bannerside {
		margin-top: 2em;
		display: inline-block;
	}

	/* This makes only sense in "desktop" view */
	.nav-menu li:hover > a {
		background-color: #bbb;
		color: #000;
	}

	ul.nav-menu ul a:hover,
	.nav-menu ul ul a:hover {
		background-color: #333;
		color: #fff !important;
	}
	
	/* Menu link will only displayed for "mobile" view */
	.menu-toggle {
		display: none;
	}
}

@media only screen and (max-width: 60em) {
	div.banner {
		margin: -1em 0 1em -1em;
		width: calc(100% + 2em);
		overflow: hidden;
		line-height: 0;
	}

	div.banner-program {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin-bottom:0.125em;
	}

	div.bannerside {
		display: none;
	}

	.header-logo-desktop {
		display: none;
	}

	.header-logo-mobile {
		width:100%;
		height:auto;
		display: inline-block;
	}

	#header-middle {
		height:auto;
		max-width: 960px;
		margin:0;
		padding: 0;
	}

	#page {
		padding:0 !important;
	}
	
	#page, #content {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}

	body.page-template-page_industry > #container-main > #page > div {
		padding: 0;
		margin: 0;
	}

	#central {
		display: block;
	}

	#sidebar {
		margin:1em 0 0.125em 0;
		padding:1em;
		border-left:none;
		width:100%;
		min-height:0;
		text-align:center;
	}

	.content-area, .content-area-full {
		padding:1em 1em 1em 1em;
	}

	.splogo1, .splogo2 {
		display:inline;
		padding:0 0.5em;
		margin:0.5em;
	}
	
	.languages {
		float:none;
		text-align:right;
		margin-bottom:1em;
	}

	/* Movie details for mobile view */
	.programdate {
		padding: 0;
	}

	.movie-content {
		margin-top:0.5em;
		display: inline-block;
	}

	.movie-details {
	}
	
	.movie-info {
		margin-top:2em;
		width: 100%;
		padding-left: 0;
	}

	.movie-search-image {
		float:none;
		width:100%;
		margin-right:0;
		margin-top:1em;
		text-align:center;
	}
	
	.movie-search-image img {
		width:100%;
		max-width:12em;
	}
	
	.movie-program-entry {
		clear:both;
	}
	
	.movie-program-screening {
		display:block;
		width:100%;
	}

	.movie-program-thumbnail {
		display:block;
		width:100%;
	}
	
	.movie-program-thumbnail > a > img {
		float:right;
		width:30%;
		min-width:30%;
		padding:0;
		margin: 0 0 1em 1em;
	}
	
	.movie-program-description {
		display:block;
	}

	/* Festival logos in the list */
	img.festival-list-logo {
		max-width: 30%;
	}

	#realTimeSearchResult {
		margin-top: 0px;
		border-color: #444;
		box-sizing: border-box;
	}
	
	.realTimeSearchSearchResult li a, .realTimeSearchSearchResultNone {
		padding: 0.5em !important;
	}
}

@media only screen and (max-width: 74em) {
	/* Navigation for mobile and tablet view */

	#site-navigation {
		padding: 0;
	}

	#page {
		padding:0 1em 0 0.75em;
	}

	.smicons {
		padding-top: 0.75em;
	}
	.menu-main-container, .menu-main-generic-container, .menu-main-accreditation-container, .menu-main-submission-container {
		display:none;
		float:none;
	}

	.menu-toggle {
		padding:0.75em 0.5em 0 1em;
		text-align:left;
		background:#444;
		height:3em;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		display:block;
		cursor:pointer;
	}

	.nav-menu li {
		display:block;
		float:none;
	}

	ul.nav-menu {
		padding: 0;
		z-index: 2;
	}

	.nav-menu .sub-menu,
	.nav-menu .children {
		display:block;
		position: relative;
		float:none;
		padding-left: 2em;
		background:#000;
	}

	.nav-menu li > ul a, .nav-menu li > ul a:visited {
		color:#fff !important;
		width:100%;
	}

	.nav-menu li a {
		padding:1.5em;
	}

	#menu-sidebar .menu-item {
		margin:0;
		padding:0.5em;
		background:#444;
	}

	#menu-sidebar  a:link, #menu-sidebar  a:visited {
		color:#fff;
		text-decoration:none;
	}

	#menu-sidebar  a:hover, #menu-sidebar  a:active {
		color:#fff;
		text-decoration:none;
	}

	/* search form in mobile view */

	#site-navigation .search-field {
		cursor: pointer;
		width: 8em;
		height: 3em;
		margin: 0;
		padding: 0 0 0 2.625em;
		-webkit-transition: width 0.1s ease;
		transition:         width 0.1s ease;
		border-radius: 0;
	}
/*
	#site-navigation .search-field:focus {
		cursor: text;
		width: 9em;
		-webkit-transition: width 0.1s ease;
		transition:         width 0.1s ease;
	}
*/
}