/*
 Theme Name:   EFF Child Theme
 Theme URI:    http://www.dceff.org/
 Description:  A DCEFF child theme 
 Author:       The Design Foundry
 Author URI:   http://www.thedesignfoundry.net
 Template:     eff
 Version:      1.0.0
*/

@import url("../eff/style.css");


html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
.clear {
  clear: both
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}

/* Clearfix */

.clearfix:after, .row:after, .inner-wrapper:after, body .ui-dialog .ui-dialog-titlebar:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* Apply a natural box layout model to all elements */

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  clear: both;
  /* width: 100%; */
  position: relative;
}
.col-10 {
  float: left;
  width: 10%;
}
.col-20 {
  float: left;
  width: 20%;
}
.col-25 {
  float: left;
  width: 25%;
}
.col-30 {
  float: left;
  width: 30%;
}
.col-33 {
  float: left;
  width: 33.3%;
}
.col-40 {
  float: left;
  width: 40%;
}
.col-50 {
  float: left;
  width: 50%;
}
.col-60 {
  float: left;
  width: 60%;
}
.col-66 {
  float: left;
  width: 66.6%;
}
.col-70 {
  float: left;
  width: 70%;
}
.col-75 {
  float: left;
  width: 75%;
}
.col-80 {
  float: left;
  width: 80%;
}
.col-90 {
  float: left;
  width: 90%;
}
.col-100 {
  clear: both;
  width: 100%;
  position: relative;
}
.col-10, .col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-66, .col-70, .col-75, .col-80, .col-90 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.first-col {
  padding-left: 0;
}
.last-col {
  padding-right: 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
body {
  font-family: "sofia-pro", Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333c42;
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "liga", "clig";
  -webkit-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig";
}
form {
  background: #f5f5f5;
  padding: 15px 30px 30px 30px;
}
form label {
  display: block;
  margin: 15px 0;
  font-weight: 700;
}
form input[type=text], form input[type=password], form input[type=email], form input[type=tel], form input[type=search] {
  text-align: left;
  height: 30px;
  font-size: 18px;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  border: none;
  width: 100%;
}
form input[type=submit] {
  line-height: 1;
  min-height: 30px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 5px 10px 8px 10px;
  cursor: pointer;
  margin: 0;
}
form textarea {
  text-align: left;
  font-size: 18px;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  border: none;
  width: 100%;
}
form input.icon-btn {
  font-size: 18px;
  font-family: 'FontAwesome';
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 1px 0 0 2px;
  vertical-align: middle;
  text-align: center;
}
form p {
  margin-bottom: 15px;
}
form p.last, form p:last-child {
  margin-bottom: 0;
}
form input[type=checkbox] {
  display: none;
}
#loginform input[type=checkbox] {
  display: inline-block;
}
#registerform input[type=checkbox] {
  display: inline-block;
}
form .checkbox:before {
  content: ' ';
  display: inline-block;
  background: url('images/eff-checkbox-sprite.png') no-repeat -18px 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: -8px 5px 0 0;
}
form input[type=checkbox]:checked + .checkbox:before {
  background-position: 0 0;
}
form .checkbox-wrapper p {
  font-size: 14px;
  font-weight: 700;
}
form .checkbox-wrapper .checkbox:before {
  background-position: -18px 0;
}
form .checkbox-wrapper input[type=checkbox]:checked + .checkbox:before {
  background-position: 0 0;
}
input, textarea, select {
  font-family: 'Lato', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 18px;
  color: #333c42;
}
h1 {
  font-size: 45px;
  line-height: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 30px;
}
h2 {
  font-size: 36px;
  line-height: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 30px;
}
h3 {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 30px;
}
h4 {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 15px;
}
h5 {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  padding: 0;
  margin: 0 0 15px;
}
h6 {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
p {
  font-size: 18px;
/*   line-height: 28px; */
  margin: 0 0 30px 0;
}
li {
  font-size: 18px;
  line-height: 28px;
}
a {
  color: #0060a3;
}
a:visited {
  text-decoration: none;
}
a img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  border: none;
  border-top: 1px solid #333c42;
  margin: 30px auto;
  width: 100%;
  height: 0;
  background: none;
  padding: 0;
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
}
img.non-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
small {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
nav li {
  display: inline-block;
}
nav li a {
  display: block;
  text-decoration: none;
  color: #333c42;
}
nav li a:hover {
  color: #f38e00;
}

a, form input[type=submit], form input[type=text], form input[type=search], form input[type=email], form textarea, .button, .button i, .panel .panel-bg, #addtoitinerary-button a .plus:after, #addtoitinerary-button a .plus i, #social-sharing li a .icon, #faqs .faq-question, body .ui-dialog .ui-dialog-titlebar-close, body .ui-dialog .ui-button-icon-only .ui-icon-closethick:after, #itinerary-calendar .time-list .panel, body .ui-dialog .ui-dialog-buttonpane button:hover {
  transition: all linear;
}

#film-search .drop-down ul {
  transition: all .5s ease-in-out;
}
@-webkit-keyframes backgroundchange {
  from {
    background-color: #FFF;
  }
  to {
    background-color: transparent;
  }
}
@keyframes backgroundchange {
  from {
    background-color: #FFF;
  }
  to {
    background-color: transparent;
  }
}


.button,
/*#campaign-content-wrapper .inner-wrapper a,*/

#popup_login_form .register-btn {
  background: #0060a3;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
}
a.button:hover, #campaign-content-wrapper .inner-wrapper a:hover, #popup_login_form .register-btn:hover {
  background: transparent;
  color: #0060a3;
}
.button i {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  text-decoration: none;
}
.button.donate {
  background-color: #f8ff2f;
  color: #333c42;
  text-transform: uppercase;
  padding: 0 45px;
  font-weight: 400;
}
.button.pdf {
  background-color: #be1522;
  color: #fff;
  height: 44px;
  line-height: normal;
  font-size: 24px;
  font-weight: 300;
}
.button.pdf img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}
.button.pdf:hover {
  color: #fff;
  background: #333c42;
}
.button.tweet {
  background: #55acee;
  padding: 5px 10px 2px 10px;
}
.button.tweet i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
a.button.tweet:hover {
  background: transparent;
  color: #55acee;
}
a.button.tweet:hover i {
  color: #55acee;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.centered {
  display: block;
  margin: 0 auto;
  float: none;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-centre {
  text-align: center;
}
.eff-black {
  color: #333c42;
}
.eff-lgrey {
  color: #eee;
}
.eff-dgrey {
  color: #343434;
}
.eff-blue {
  color: #0060a3;
}
.eff-lime {
  color: #90cd00;
}
.eff-red {
  color: #be1522;
}
.eff-orange {
  color: #f38e00;
}
.eff-blue-bg {
  background-color: #0060a3;
  color: #fff;
}
.eff-dblue-gradient {
  background: rgb(0, 128, 218);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODBkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYwYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, rgb(0, 128, 218) 0%, rgb(0, 96, 163) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0080da', endColorstr='#0060a3', GradientType=1);
}
a.social {
  vertical-align: top;
  width: 30px;
  text-align: center;
  margin: 0 0 0 -2px;
  padding: 0;
}
a.social i {
  background: transparent;
  margin: 0;
}
a.facebook {
  background-color: #3b5998;
  text-indent: -1px;
}
a.twitter {
  background-color: #55acee;
}
a.googleplus {
  background-color: #dd4b39;
}
a.pinterest {
  background-color: #cb2027;
}
a.vimeo {
  background-color: #4bf;
}
a.social:hover {
  background-color: #fff;
}
a.facebook:hover i {
  color: #3b5998;
}
a.twitter:hover i {
  color: #55acee;
}
a.googleplus:hover i {
  color: #dd4b39;
}
a.pinterest:hover i {
  color: #cb2027;
}
a.vimeo:hover i {
  color: #4bf;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner-wrapper {
  position: relative;
  max-width: 1192px;
  margin: 0 auto;
}
//*
#header {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
  position: fixed;
  z-index: 4;
  width: 100%;
  background: #fff;
}
#header .inner-wrapper {
  padding: 15px 0 0 0;
  height: 100px;
}
#header #logo {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #b5b5b5;
  max-width: 300px;
}
#header #logo img {
  width: 190px;
}
#header #logo a {
  display: block;
}
#header #event-date {
  float: left;
}
#header #event-date > p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
#header #event-date .eff-orange-bg {
  display: inline-block;
  background-color: #f38e00;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 2px;
}
#header #event-date .date-subtitle {
  font-size: 11px;
  font-weight: 900;
  color: #000;
  margin: 4px 0 9px;
}
#header #countdown p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #333c42;
  line-height: normal;
}
#header #countdown .days {
  margin-right: 10px;
}
#header #countdown span span {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-right: 1px;
  color: #fff;
  background: #7fb727;
  border-radius: 2px;
  padding: 0 3px;
}
#header #myitinerary-button {
  float: right;
  margin: 6px 0 0 30px;
}
#header #myitinerary-button a {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  background: url('images/myitinerary-button-mask.png') #0060a3 no-repeat;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 90px;
  height: 60px;
  padding: 6px 0 0;
}
#header #myitinerary-button a:hover {
  color: #333c42;
  background-color: #90cd00;
}
#header #myitinerary-button a span {
  font-size: 12px;
  display: block;
  margin-top: 2px;
}
#header #menu-button {
  float: right;
  margin-top: 6px;
}
#header #menu-button a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 10px 20px 14px;
}
#header #menu-button a .icon {
  display: block;
  width: 35px;
  height: 35px;
  background: url('images/menu-icon-sprite.gif') no-repeat 0 -35px;
  margin: 7px 0 0;
}
#header #menu-button a:hover {
  color: #fff;
  background: #f38e00;
}
#header #menu-button a.active {
  color: #fff;
  background: #f38e00;
}
#header #menu-button a:hover .icon, #header #menu-button a.active .icon {
  background-position: 0 0;
}
#header #donate-button {
  position: absolute;
  z-index: 2;
  top: 270px;
  right: -64px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#header #donate-button .donate {
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
  display: block;
  height: 60px;
  line-height: 60px;
  word-spacing: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
#header #donate-button a.donate:hover {
  background-color: #fff;
  color: #333c42;
}
#header #header-social-buttons {
  float: left;
  margin: 25px 10px 0 0;
}
#header #header-social-buttons a {
  font-size: 20px;
  color: #b1b1b0;
}
#header #header-social-buttons a.social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
}
#header #header-social-buttons a.facebook, #header #header-social-buttons a.twitter, #header #header-social-buttons a.rss {
  background: transparent;
}
#header #header-social-buttons a.facebook i, #header #header-social-buttons a.twitter i, #header #header-social-buttons a.rss i {
  font-size: 30px;
  color: #b1b1b0;
}
#header #header-social-buttons a.facebook:hover i {
  color: #3b5998;
}
#header #header-social-buttons a.twitter:hover i {
  color: #55acee;
}
#header #subscribe-form {
  position: absolute;
  left: 0;
  right: 0
}
#header #subscribe-form .gform_wrapper {
  max-width: 100%;
  margin: 21px 0 0
}
#header #subscribe-form .gform_wrapper .gfield_label {
  display: none
}
#header #subscribe-form .gform_wrapper input[type=text] {
  width: 100%
}
#header #subscribe-form .gform_wrapper ul li {
  width: 48%;
  float: left;
  clear: none;
  margin-right: 1%
}
#header #subscribe-form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  float: right;
  position: absolute;
  right: 30px;
  top: 43px
}
#header nav {
  display: none;
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 9;
  width: 100%;
}
#header nav .inner-wrapper {
  height: auto;
  padding: 40px 20px;
  background: #fff;
  height: auto;
  margin: 0;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
#header nav .menu-icon-menu-container, #header nav .menu-about-us-menu-container, #header nav .menu-supporters-menu-container, #header nav .menu-program-menu-container, #header nav .menu-search-menu-container {
  float: left;
}
#header nav .menu-about-us-menu-container, #header nav .menu-supporters-menu-container, #header nav .menu-program-menu-container, #header nav .menu-search-menu-container {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccd6da;
  width: 18%;
}
#header nav .menu-search-menu-container {
  width: 30%;
}
#header nav .menu li {
  display: block;
  font-size: 18px;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
#header nav .menu li a, #header nav .menu li span {
  display: block;
  margin-bottom: 10px;
}
#header nav .menu li li {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
#header nav .menu-icon-menu-container li {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
#header nav .menu-search-menu-container h4 {
  display: block;
  font-size: 18px;
  line-height: normal;
  padding: 0;
  font-weight: 700;
  color: #333c42;
  margin-bottom: 10px;
}
#header nav .menu-search-menu-container h4 a {
  color: inherit;
  text-decoration: none;
}
#header nav .menu-search-menu-container h5 {
  display: block;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  font-weight: 700;
  color: #333c42;
  margin-bottom: 10px;
}
#header nav .menu-search-menu-container li {
  font-size: 12px;
  font-weight: 400;
}
#header nav .menu-search-menu-container li a {
  margin-bottom: 5px;
}
#header nav .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f38e00;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header nav .home {
  background-image: url('images/primary-nav-home-mask.png');
}
#header nav .press {
  background-image: url('images/primary-nav-press-mask.png');
}
#header nav a:hover {
  color: #90cd00;
}
#container {
  width: 100%;
  padding-top: 100px;
  position: relative;
  z-index: 3;
}
*/ .home #content .entry-content {
  background: url('images/home-content-bg.gif') no-repeat #d6d6d6;
  background-position: 0 50%;
  background-size: 100% 100%;
  max-width: 100%;
}

/* #home-slider-wrapper {
  width: 100%;
  max-width: 1200px; max-height: 336px;
  margin: 0 auto;
  position: relative;
}
#home-slider-wrapper #home-slider {
  height: 0;
  overflow: hidden;
}
#home-slider-wrapper .slide {
  display: block;
  float: left;
  position: relative;
}
#home-slider-wrapper .slide-bg img {
  width: 100%;
}
#home-slider-wrapper .slide-content {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}
#home-slider-wrapper .slide-content .inner-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0 20px;
}
#home-slider-wrapper .slide-content h1 {
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
  text-transform: uppercase;
}
#home-slider-wrapper .slide-content h1, #home-slider-wrapper .slide-content h2, #home-slider-wrapper .slide-content h3, #home-slider-wrapper .slide-content p, #content .header-bg h1, #content .header-bg h2, #content .header-bg h3, #content .header-bg p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
  margin: 0;
}
#home-slider-wrapper .slide-content a, #content .header-bg .inner-wrapper a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 15px;
  margin: 15px 0 0 0;
  color: #fff;
  text-decoration: none;
}
#home-slider-wrapper .slide-content a:hover, #content .header-bg .inner-wrapper a:hover {
  background: #fff;
  color: #333c42;
  text-shadow: none;
}
#home-slider-wrapper .slide-content p {
  line-height: normal;
}
#home-slider-wrapper .slide-content p:last-child, #content .header-bg p:last-child {
  margin-bottom: 0;
}
#slider-controls {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#slider-controls a {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}
#slider-controls a:before {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  content: 'f10c';
  font-family: fontAwesome;
  font-size: 11px;
  color: #fff;
  opacity: .6;
}
#slider-controls a.selected:before {
  content: 'f111';
}
#slider-controls a span {
  position: absolute;
  left: -20px;
}
#slider-controls a:hover:before {
  opacity: 1;
} */

#social-buttons {
  position: absolute;
  top: 0;
  right: 135px;
  z-index: 6;
  display: none;
}
#home-cta {
  background: url('images/home-cta-bg.gif') no-repeat #d6d6d6;
  background-position: 0 50%;
  background-size: 100% 100%;
}
#home-cta .inner-wrapper {
  padding: 30px 0;
}
#home-cta h2, #home-cta h3, #home-cta h4 {
  margin-bottom: 15px;
}
#home-cta p {
  font-size: 14px;
}
#home-cta p:last-child {
  margin-bottom: 0;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}
#film-search {
  min-height: 119px;
  background-color: #ffffff;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
#film-search-title {
  position: relative;
  width: 100%;
}
.fixed-search-bar #film-search-title {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 8;
}
.admin-bar.fixed-search-bar #film-search-title {
  top: 132px;
}
#film-search {
  position: relative;
  height: auto;
  clear: both;
}
.fixed-search-bar #advanced-search {
  margin-top: 70px;
}
#film-search-content {
  min-height: 49px;
}

/* Home / Front */

#upcome {
	padding-bottom: 60px;
	padding-top: 60px;
	border-top: 1px solid #e7e7e7;
}

#upcomingsched {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding-top: 30px;
}

#upcomingsched div {
	padding: 10px;
	box-sizing: border-box;
	float: none;
}

#upcomingsched div .interior {
	background-color: #eee;
	padding: 15px 20px 10px 20px;
	height: 100%;
	box-sizing: border-box;
}

#upcomingsched div .interior .date {
	font-size: 1.15em;
	margin-bottom: 15px;
	margin-top: 0px;
}

#upcomingsched div .interior .ptype {
	font-size: 60%;
	font-weight: 400;
	text-transform: uppercase;
}



/*#film-search-content:hover { background-color: #f38e00; }*/

#film-search form {
  padding: 0;
  background: transparent;
}
#film-search form label {
  margin: 0;
}
#film-search #film-search-title {
  background: #0060a3;
}
#film-search-button-wrapper {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -20px;
  background: url('images/adv-search-button.svg') no-repeat scroll center bottom transparent;
  z-index: 3;
  cursor: pointer;
}
#film-search input[type="submit"] {
  font-family: FontAwesome;
}

/*.search-bar-closed #film-search-button-wrapper:hover { background-image: url('images/adv-search-button-over.svg'); }*/

#film-search-button-wrapper h3 {
  display: none;
  color: #fff;
  margin: 0;
}
#film-search-button-wrapper h3 a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
#film-search-button-wrapper h3 a:hover {
  color: #0060a3;
}
#film-search #quick-links {
  background: #0060a3;
}
#film-search #quick-links .col-20 {
  padding: 0;
}
#film-search .quick-link {
  display: block;
  float: left;
}
#film-search .quick-link a, #film-search .quick-link.hidden-donate span {
  display: block;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 13px;
  color: #fff;
  text-decoration: none;
}
#film-search .quick-link span {
  vertical-align: middle;
  display: inline-block;
}
#film-search .quick-link .icon {
  background: url('images/quicklinks-icons-x2.png') no-repeat;
  background-position: 0 -200px;
  background-size: 200% auto;
  width: 60px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
}
#film-search .festival-atoz .icon {
  background-position: 0 -150px;
}
#film-search .build-itinerary .icon {
  background-position: 0 0;
}
#film-search .about-festival .icon {
  background-position: 0 -100px;
}
#film-search .year-around .icon {
  background-position: 0 -50px;
}
#film-search .watch-online .icon {
  background-position: 0 -250px;
}
#film-search .quick-link a:hover {
  background: #fff;
  color: #0060a3;
}
#film-search .quick-link a:hover .icon {
  background-position: -60px -200px;
}
#film-search .festival-atoz a:hover .icon {
  background-position: -60px -150px;
}
#film-search .build-itinerary a:hover .icon {
  background-position: -60px 0;
}
#film-search .about-festival a:hover .icon {
  background-position: -60px -100px;
}
#film-search .year-around a:hover .icon {
  background-position: -60px -50px;
}
#film-search .watch-online a:hover .icon {
  background-position: -60px -250px;
}
#film-search #advanced-search {
  position: relative;
  z-index: 7;
}
#film-search #advanced-search .inner-wrapper {
  padding: 10px 0;
}
#film-search .hidden-donate, #film-search .hidden-date {
  display: none;
}
#film-search .hidden-donate a {
  display: block;
  height: 70px;
}
#film-search .quick-link.hidden-donate span {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin: 7px 0;
  padding: 10px 0;
  color: #0060a3;
}
#film-search .quick-link.hidden-donate a:hover span {
  background: #0060a3;
  color: #fff;
}
#film-search .hidden-date {
  padding: 15px 0;
}
#film-search .hidden-date p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}
#film-search .hidden-date .date-subtitle {
  font-size: 14px;
  font-weight: 400;
}
#film-search .quick-link.alt-icons .icon {
  background: url('images/dceff-icons_alt.png') no-repeat;
}
#film-search .quick-link.alt-icons.submissions .icon {
  background-position: -56px 0px;
  background-size: 185% auto;
}
#film-search .quick-link.alt-icons.submissions a:hover .icon {
  background-position: 7px 0px;
}
#film-search .quick-link.alt-icons.sponsor-eff .icon {
  background-position: -56px -98px;
  background-size: 185% auto;
}
#film-search .quick-link.alt-icons.sponsor-eff a:hover .icon {
  background-position: 7px -98px;
}

/* Post festival button sizes */

#film-search .quick-link {
  width: 25%;
}
#film-search #quick-links {
  max-width: 767px;
  margin: 0 auto;
}
#film-search #location-terms {
  display: none;
  line-height: normal;
  margin: 10px 0 0;
  font-size: 14px;
}
#film-search #drop-downs {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 7;
}
#film-search .drop-down, #film-search .search-venue-map {
  display: inline-block;
  text-align: left;
  width: 17%;
  margin-right: 8px;
  vertical-align: top;
}
#film-search .drop-down h4, #film-search .search-venue-map h4 {
  font-size: 16px;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  line-height: normal;
}
#film-search .drop-down.visible, #film-search .drop-down:hover, #film-search .search-venue-map:hover {
  background-color: #FFF;
}
#film-search .drop-down.closing {
  transition: background-color 0s ease 0.5s;
}
#film-search .drop-down {
  transition: none;
}
#film-search .drop-down h4 a, #film-search .search-venue-map h4 a {
  display: block;
  text-decoration: none;
  color: inherit;
  vertical-align: top;
}
#film-search .drop-down h4 a:focus, #film-search .search-venue-map h4 a:focus {
  outline: none;
}
#film-search .drop-down h4 .icon {
  background: url('images/search-dropdown-arrow-sprite.png') no-repeat 0 0;
  width: 19px;
  height: 9px;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
#film-search .search-venue-map h4 .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
#film-search .search-venue-map h4 .icon:before {
  content: '\f124';
  font-family: fontAwesome;
  font-size: 15px;
  color: #333c42;
}
#film-search .drop-down ul {
  background: #fff;
  max-height: 0;
  overflow: hidden;
}
#film-search .drop-down.visible ul {
  max-height: 100%;
}
#film-search .drop-down li {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
  padding: 0 15px;
}
#film-search .drop-down .checkbox {
  display: block;
  padding-left: 20px;
  margin: 0;
  position: relative;
}
#film-search .drop-down .checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2px;
}
#film-search .drop-down input[type=checkbox]:checked + .checkbox:before {
  background-position: 0 0;
}
#film-search .drop-down label:hover {
  color: #f38e00;
}
#film-search #search-terms {
  font-size: 18px;
  line-height: normal;
}
#film-search #search-terms label {
  height: 0;
  width: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  text-indent: -999px;
}
#film-search #search-terms input[type=text] {
  width: 100%;
  height: 100%;
  line-height: normal;
  max-width: 480px;
  padding: 5px 20px;
  margin-right: 7px;
}
#film-search form .checkbox-wrapper p {
  font-size: 14px;
  font-weight: 700;
}
#film-search form .checkbox-wrapper .checkbox:before {
  background-position: -18px -18px;
}
#film-search form .checkbox-wrapper input[type=checkbox]:checked + .checkbox:before {
  background-position: 0 -18px;
}
#film-search #film-search-button {
  display: block;
  height: 21px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
#film-search #film-search-button img {
  display: block;
  margin: 0 auto;
  height: 21px;
  width: 108px;
}
#film-search #search-results {
  display: block;
  margin: 0;
  position: relative;
}
#film-search #search-results .col-75, #film-search #search-results .col-25 {
  padding: 0;
}
#film-search #search-results .more-results {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
#film-search #search-results .col-25 .button {
  display: inline-block;
  height: auto;
  width: auto;
}
#film-search #search-results .col-25 a.button:hover {
  background: #fff;
  color: #0060a3;
}
.panel.col-25, .panel.col-33 {
  padding: 0;
	height: 240px;
}
.panel {
/*   height: 240px;
 */  position: relative;
  text-align: left;
  overflow: hidden;
}
/* .panel a {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none; */
}
.panel.navmenu {
  background: #0060a3;
}
.panel.navmenu a {
  background: transparent;
  height: auto;
  color: #fff;
}
.panel.navmenu a:hover {
  color: #f38e00;
  background: transparent;
}
#content .entry {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
#content .entry-content .panel .menu, #content .entry-content .panel .menu .sub-menu {
  margin-bottom: 0;
}
#content .entry-content .panel .menu li {
  margin-left: 0;
}
.panel .menu li {
  display: block;
  font-size: 24px;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  height: 210px;
  position: relative;
}
.panel .menu li a {
  display: block;
}
.panel .menu ul {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.panel .menu li li {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  height: auto;
  margin-top: 10px;
}
.panel .menu li li a {
  display: inline-block;
}
.panel .panel-bg, .panel .panel-bg-overlay, .panel .panel-bg-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel .panel-bg {
	background: url('images/poster-default.jpg');
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.panel a:hover .panel-bg {
	opacity: .8;
}
.panel .panel-bg-overlay {
  opacity: .5;
	background: rgba(0,0,0,.7);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.panel .panel-bg-highlight {
  display: none;
/*}
.panel .panel-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 5;
  opacity: .6;
}
.panel a:hover .panel-icon {
  opacity: .9;*/
}
.panel.navmenu > div, .panel .panel-content {
	color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 15px;
}
.panel .panel-content span {
  display: block;
}
.panel .panel-content .panel-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
	padding: 0px;
}
.panel .panel-content .panel-paragraph {
  font-size: 14px;
  margin-top: 5px;
  line-height: 18px;
}
#mailing-list-signup {
  background: #333c42;
}
#content #mailing-list-signup form {
  width: auto;
}
#mailing-list-signup .inner-wrapper {
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
#mailing-list-signup header {
  display: inline-block;
  margin-right: 30px;
  line-height: 18px;
  padding: 5px 0;
}
#mailing-list-signup header h3, #mailing-list-signup form p {
  margin: 0;
  line-height: 18px;
}
#mailing-list-signup form {
  padding: 0;
  background: transparent;
}
#mailing-list-signup #mc_embed_signup, #mailing-list-signup form #mc_embed_signup_scroll, #mailing-list-signup form #mc_embed_signup_scroll .mc-field-group, #mailing-list-signup form #mc_embed_signup_scroll > div, #mailing-list-signup form, #mailing-list-signup form p, #mailing-list-signup .social-buttons {
  display: inline-block;
  vertical-align: top;
}
#mailing-list-signup form, #mailing-list-signup .social-buttons {
  vertical-align: top;
}
#mailing-list-signup form p {
  margin-left: 5px;
  vertical-align: top;
}
#mailing-list-signup form input[type=text], #mailing-list-signup form input[type=email] {
  width: 200px;
}
#mailing-list-signup form input[type=submit] {
  background: #90cd00;
  color: #333c42;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px;
  margin-left: 5px;
}
#mailing-list-signup form input[type=submit]:hover {
  background-color: #fff;
  color: #0060a3;
}
#mailing-list-signup .social-buttons a {
  margin-left: 5px;
}
#mailing-list-signup form label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}
#latest-tweets {
  background: #4B4F54;
	color: #fff;
}
#latest-tweets .caroufredsel_wrapper, #latest-tweets .caroufredsel_wrapper #tweet-slider {
  height: 70px !important;
}
#latest-tweets .button {
  float: right;
}
#latest-tweets .inner-wrapper {
  padding: 45px;
}
#latest-tweets .tweets .tweet {
  padding: 0 15px 0 0;
}
#latest-tweets .tweet p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
#latest-tweets .tweet a {
  text-decoration: none;
  font-weight: 700;
  color: #333c42;
}
#latest-tweets .tweet a:hover {
  color: #f38e00;
}
#latest-tweets h3 {
  float: left;
}
#latest-tweets .twitter-follow-button {
  float: right;
}
#tweet-slider {
  width: 100%;
  position: relative;
  z-index: 2;
}
#tweet-slider .tweet {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#content .header {
  background-size: cover;
  background-position: 50% 0;
}
#content .header-bg {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 336px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
  padding: 30px 0;
}
#content .header-bg .inner-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
	padding-top: 20px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
#content .header-bg .inner-wrapper .header-content {
  width: 100%;
  position: relative;
  max-width: 1192px;
	padding-left: 26px;
	padding-right: 26px;
  margin: 0 auto;
}
#content .header-bg .inner-wrapper .header-content .panel-paragraph {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
#content .header-bg .inner-wrapper .header-content .panel-paragraph br {
  display: none;
}
#content .header-bg h1 {
  font-weight: 900;
}
#content .header .social-share {
  margin-top: 30px;
}
#content .social-share .button {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  margin-right: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
#content .social-share .button i {
  background: transparent;
  font-size: 24px;
  height: auto;
  width: auto;
  margin: 0 0 0 5px;
}
#content .social-share a.button:hover {
  background-color: #f38e00;
  border-color: #f38e00;
}
#content .social-share a.button:hover i {
  color: inherit;
}
#content .social-share.under-table {
  margin: 15px 0;
  text-align: right;
}
#content .social-share.under-table a {
  background: #0060a3;
  margin: 0 0 0 5px;
  border: none;
  box-shadow: none;
}
#content .content-wrapper {
  /*old wrapper background
  background: url('images/content-bg.gif') repeat-y #fff;
  background-size: 100% auto;
  background-position: 50% 0;
	*/
}
#content .content-wrapper .inner-wrapper {
  padding: 0 0 60px 0;
}
#content .content-wrapper .inner-wrapper:first-child {
  padding-top: 30px;
}
#content .content-wrapper .col-50 .entry-content {
  padding: 0;
}
#content .video-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 60px;
}
#content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#content .description {
  padding: 0 30px;
}
#content h4.links {
  margin: 60px 0 30px 0;
}

ul.links {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

#content .links li {
  margin-bottom: 15px;
}
#content .links a {
  color: #333c42;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: normal;
  word-wrap: break-word;
  position: relative;
  padding: 10px 0 0 45px;
	font-size: 12px;
}
#content .links a:hover {
  color: #f38e00;
}
#content .links a .icon {
  background: url('images/article-link-icons-sprite.png') no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#content .links .venue_website a .icon, #content .links .film_website a .icon, #content .links .filmmaker_website a .icon {
  background-position: 0 0;
}
#content .links .film_facebook a .icon, #content .links .filmmaker_facebook a .icon {
  background-position: 0 -40px;
}
#content .links .film_twitter a .icon, #content .links .filmmaker_twitter a .icon {
  background-position: 0 -80px;
}
#content .links .film_youtube a .icon, #content .links .filmmaker_youtube a .icon {
  background-position: 0 -120px;
}
#content .links .film_vimeo a .icon, #content .links .filmmaker_vimeo a .icon {
  background-position: 0 -160px;
}
#content .links .film_instagram a .icon, #content .links .filmmaker_instagram a .icon {
  background-position: 0 -200px;
}
#content .transport {
  margin: 60px 0 30px 0;
}
#content .transport li {
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding: 5px 0 0 50px;
}
#content .transport .icon {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('images/transport-icons-sprite.png');
}
#content .transport .venue_bus .icon {
  background-position: 0 -40px;
}
#content .transport .venue_cycle .icon {
  background-position: 0 -80px;
}
#content .gmap-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
#content .gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#content .content-wrapper .table {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
#content .content-wrapper .table th {
  font-size: 24px;
  line-height: normal;
  margin: 0;
  text-align: left;
  vertical-align: top;
  padding: 0;
  width: 120px;
}
#content .content-wrapper .table th span {
  display: block;
  font-size: 18px;
  line-height: normal;
}
#content .content-wrapper .table td {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  vertical-align: top;
  padding: 0;
}
#content .content-wrapper .table th, #content .content-wrapper .table td {
  border-bottom: 1px solid #c4c6c8;
  padding: 30px 0 0;
}
#content .content-wrapper .table table {
  margin: 15px 0;
}
#content .content-wrapper .table table th, #content .content-wrapper .table table td {
  border-bottom: none;
  padding: 11px 15px 30px;
}
#content .content-wrapper .table table .film-time, #content .content-wrapper .table table .event-time {
  width: 15%;
  white-space: nowrap;
  line-height: 28px;
}
#content .content-wrapper .table table .ticket-info {
  width: 25%;
}
/* #content .content-wrapper table table .film-details, #content .content-wrapper table table .event-details {
  font-size: 14px;
  line-height: normal;
} */
#content .content-wrapper .table td span {
  display: block;
  margin-bottom: 5px;
}
#content .content-wrapper .table td .film-title, #content .content-wrapper .table td .event-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
}
#content .content-wrapper .table td .ticket-information {
  margin-bottom: 0;
}
#content .content-wrapper .table td .ticket-information img {
  width: 50px;
}
#content .gallery {
  margin: 30px 0;
}
#content .gallery .gallery-item {
  margin: 15px 0;
  padding: 0 5px;
}
#content .gallery .gallery-caption {
  font-size: 14px;
  margin: 15px 0;
}
#content .col-100 .entry-content, #content .col-100 .entry-summary {
  max-width: 100%
}
#content .main-image {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#content .main-image a {
  display: block;
}
#content .main-image h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 15px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}
#content .main-image h2 a {
  color: #fff;
  text-decoration: none;
}
#archive-newsarticle #content .entry-meta {
  margin-bottom: 60px;
}
#content .entry-meta p {
  color: #0060a3;
  font-size: 16px;
  line-height: normal;
}
#content .entry-meta .author {
  text-align: right;
}
#content .entry-content .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
#content .entry-content .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
#content .entry-content ul, #content .entry-content ol {
  margin-bottom: 30px;
}
#content .entry-content li {
  list-style-type: disc;
  margin-left: 30px;
}
#content .entry-content h4 {
  font-weight: 700;
}
#content .forgotten-password {
  background: #f5f5f5;
  padding: 0 30px 30px 30px;
  margin: -15px 0 0 0;
  text-align: right;
}

#content .content-wrapper table td h2 {
  padding-left: 15px;
}
#content .atoz {
  text-align: center;
  margin: 60px 0 45px 0;
}
#content .atoz ul {
  display: block;
	text-align: center;
}
#content .atoz li {
  display: inline-block;
  font-size: 24px;
  line-height: normal;
}
#content .atoz a {
  display: block;
  padding: 10px 25px;
  color: #333c42;
  text-decoration: none;
}
#content .atoz a:hover {
  color: #fff;
  background-color: #f38e00;
}
#content .atoz .active a {
  color: #fff;
  background-color: #fa8d29;
}
.page-template-page-a-z-php #content .content-wrapper form {
  padding: 0;
  background: transparent;
}
#content .atoz-results .col-25 {
  padding: 0;
}
#content .atoz-results .result {
  padding-top: 55px;
  position: relative;
  margin-bottom: 20px;
}
#content .atoz-results .result > span {
  color: #333c42;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 5px;
	border-bottom: 3px solid #FA8D29;
}
#content .atoz-results .atoz-set .result:last-child > span {
  margin-right: 5px;
}
#content .atoz-results .atoz-set:last-child .result:last-child > span {
  margin-right: 0;
}
#content .pagination {
  text-align: center;
  margin: 30px 0;
  padding: 15px 0;
  background: #77BC1F;
	font-weight: bold;
}
#content .pagination a, #content .pagination span {
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}
#content .pagination .current {
  background: #fff;
  color: #0060a3;
}
#content .pagination .next, #content .pagination .prev {
  font-size: 0;
  height: 28px;
  white-space: nowrap;
  position: relative;
}
#content .pagination .next:after, #content .pagination .prev:after {
  font-size: initial;
  font-family: fontAwesome;
}
#content .pagination a:hover {
  color: #f38e00;
}
#content .pagination .next:after {
  content: '\f054';
}
#content .pagination .prev:after {
  content: '\f053';
}
#content .search-form {
  padding: 15px 30px;
}
#content .search-form label {
  margin: 0;
  display: inline-block;
  width: 78%;
}
#content .search-form label span {
  height: 0;
  width: 0;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
}
#content .search-field {
  -webkit-appearance: none;
  background: url('images/search-icon.png') 0 0 no-repeat #f6f6f6;
  border-left: 1px solid #f38e00;
  text-indent: 30px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  padding: 0 0 0 5px;
}
#content .search-field:focus {
  outline: none;
}
#content .search-submit {
  margin-top: 0;
  margin-left: -3px;
  background: #f38e00;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  width: 40px;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
}
#content .search-submit:hover {
  background-color: #f6f6f6;
  color: #f38e00;
}
#content #sidebar .widget-container {
  background: #fff;
  padding: 15px;
}
#content #sidebar .related-posts {
  background: transparent;
  padding: 0;
  margin-top: 30px;
}

/*#content #sidebar { padding: 0 15px; }*/

#content #sidebar h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
#content #sidebar h3 strong {
  font-weight: 700;
}
#content #sidebar > h3 {
  background: #0060a3;
  padding: 15px;
  color: #fff;
  margin: 0 0 5px 0;
}
#content #sidebar .film-poster, #content #sidebar .filmmaker_portrait {
  margin-bottom: 10px;
  width: 100%;
}
#content #sidebar .premiere, #content #sidebar .attending {
  font-weight: 900;
  line-height: 40px;
  color: #333c42;
  margin-bottom: 10px;
}
#content #sidebar .premiere img {
  float: right;
}
#content #sidebar .content-wrapper {
  padding: 0 5px;
  background: none;
}

#content #sidebar #addtoitinerary-button {
  border-top: 1px solid #0060a3;
  border-bottom: 1px solid #0060a3;
  padding: 15px;
  margin: 10px 0;
  text-align: center;
}
#content #sidebar #addtoitinerary-button a {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  background: url('images/myitinerary-button-mask-grey.png') #0060a3 no-repeat;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 120px;
  height: 80px;
  padding: 10px 0 0;
  display: inline-block;
  position: relative;
  outline: none;
}
#content #sidebar #addtoitinerary-button a span {
  font-size: 16px;
  line-height: 16px;
  display: block;
}
#content #sidebar #addtoitinerary-button a .plus, #film-showings li a .plus, #ticket-links li a .plus {
  line-height: normal;
  position: absolute;
  top: 7px;
  right: -25px;
  border-radius: 50%;
  background-color: #f38e00;
  border: 2px solid #fff;
  display: block;
  width: 50px;
  height: 50px;
  padding: 4px;
}
#content #sidebar #addtoitinerary-button a .plus:after, #film-showings li a .plus:after, #ticket-links li a .plus:after {
  content: ' ';
  border-radius: 50%;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
#content #sidebar #addtoitinerary-button a .plus i, #film-showings li a .plus i, #ticket-links li a .plus i {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 28px;
  color: #f38e00;
  width: 46px;
  height: 46px;
  line-height: 49px;
}
#content #sidebar #addtoitinerary-button a:hover {
  background-color: #90cd00;
  color: #333c42;
}
#content #sidebar #addtoitinerary-button a:hover .plus:after, #film-showings li a:hover .plus:after, #ticket-links li a:hover .plus:after {
  background-color: #f38e00;
}
#content #sidebar #addtoitinerary-button a:hover .plus i, #film-showings li a:hover .plus i, #ticket-links li a:hover .plus i {
  color: #fff;
}
#content #sidebar #tweet-with {
  color: #333c42;
  border-top: 1px solid #0060a3;
  padding: 30px 0 0 0;
  margin-top: 10px;
}
#content #sidebar #tweet-with h5, #content #sidebar #event-details h5 {
  font-weight: 900;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}
#content #sidebar #tweet-with h6 {
  font-weight: 900;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}
#content #sidebar #tweet-with p {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
}
#content #sidebar #tweet-with p:last-child {
  margin-bottom: 0;
}
#content #sidebar #event-details {
  border-top: 1px solid #0060a3;
  padding: 15px 0 0 0;
}
#content #sidebar .panel {
  margin: 0 auto 30px auto;
  height: 273px;
}
.single-film #content #sidebar .panel, .single-event #content #sidebar .panel {
  margin-bottom: 0;
}
#content #sidebar .gmap-wrapper {
  height: 120px;
}
#content #sidebar .widget-list {
  margin-bottom: 30px;
}
#content #sidebar .widget-list li li a {
  text-decoration: none;
  color: #333c42;
}
#content #sidebar .widget-list li li a:hover {
  text-decoration: none;
  color: #f38e00;
}
#content #sidebar form {
  padding: 0;
  background: transparent;
  width: 100%;
}
#content #sidebar .search-field {
  width: 100%;
}
#content #sidebar .ticket-information, #content #sidebar #ticket-information  {
	margin-bottom: 20px;
}
.single-newsarticle #content .col-30 .panel {
  margin: 15px;
}
.single-film #content #sidebar {
  background: transparent;
}
.page-template-page-my-itinerary-php #content .content-wrapper .col-50 .entry-content {
  padding: 0 15px;
}
.page-template-page-my-itinerary-php #content .content-wrapper .col-50 .entry-content h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
}
#related-films {
  margin-bottom: 30px;
}
#related-films h3, #related-venues h3 {
  background: #0060a3;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 5px 0;
}
#area-related-selector {
  clear: both;
  position: relative;
  height: 300px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#area-related-selector .absolute-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#area-related-selector .content-wrapper {
  position: relative;
  height: 100%;
  background: none;
}
#area-related-selector .panel-wrapper {
  clear: both;
  width: 1200px;
}
#area-related-selector .panel.col-25 {
  width: 240px;
}
#area-related-selector .background-colour {
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
}
#area-related-selector #inthearea, #area-related-selector #relatedfilmsevents {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
}
#inthearea .panel-wrapper {
  float: right;
}
#relatedfilmsevents .panel-wrapper {
  float: left;
}
#area-related-selector #inthearea {
  right: 50%;
}
#area-related-selector #inthearea .background-colour {
  background: #90cd00;
}
#area-related-selector #inthearea .panel.col-25 {
  float: right;
}
#area-related-selector #relatedfilmsevents {
  left: 50%;
}
#area-related-selector #relatedfilmsevents .background-colour {
  background: #0060a3;
}
#area-related-selector h3 {
  font-size: 22px;
  display: block;
  margin: 0;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  width: 50%;
  position: relative;
}
#area-related-selector h3 span {
  display: block;
  float: left;
  padding: 0 20px;
}
#area-related-selector #inthearea h3 {
  width: 50%;
  float: right;
}
#area-related-selector #inthearea h3 span {
  padding-right: 0;
}
#area-related-selector #relatedfilmsevents h3 {
  text-align: right;
  float: left;
}
#area-related-selector #relatedfilmsevents h3 span {
  float: right;
  padding-left: 0;
}
#area-related-selector a.icon {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  width: 60px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  background: url('images/related-area-films-sprite.png') no-repeat;
}
#area-related-selector #inthearea a.icon {
  float: right;
  background-color: #0060a3;
  background-position: 0 0;
}
#area-related-selector #relatedfilmsevents a.icon {
  float: left;
  background-color: #90cd00;
  background-position: -60px 0;
}
#area-related-selector #inthearea a.icon:hover, #area-related-selector #relatedfilmsevents a.icon:hover {
  background-color: #fff;
}
#campaign-content-wrapper section {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#campaign-content-wrapper .parallax {
  position: relative;
  overflow: hidden;
}
#campaign-content-wrapper .parallax-bg {
  position: absolute;
  text-align: center;
  width: 100%;
}
#campaign-content-wrapper .parallax-bg img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
}
#campaign-content-wrapper .inner-wrapper {
  padding: 60px 30px;
}
#campaign-content-wrapper .inner-wrapper h1:last-child, #campaign-content-wrapper .inner-wrapper h2:last-child, #campaign-content-wrapper .inner-wrapper h3:last-child, #campaign-content-wrapper .inner-wrapper p:last-child {
  margin-bottom: 0;
}
#campaign-content-wrapper .whitetext h1, #campaign-content-wrapper .whitetext h2, #campaign-content-wrapper .whitetext h3, #campaign-content-wrapper .whitetext p {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}
#campaign-content-wrapper .whitetext span[style] {
  color: #fff !important;
}
#campaign-content-wrapper .inner-wrapper .button {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  text-shadow: none;
}
#campaign-content-wrapper .inner-wrapper .inline-share .social {
  box-shadow: none;
  margin: 0;
  width: auto;
  text-indent: 0;
}
#campaign-content-wrapper .inner-wrapper .inline-share.cartoon .social {
  width: 59px;
  margin: 0 10px;
}
section article section .inline-share {
  display: inline-block;
  margin: 15px 0;
}
section article section .inline-share > span {
  font-size: 24px;
  font-weight: 700;
  padding-right: 10px;
}
section article section .inline-share .facebook, section article section .inline-share .twitter, section article section .inline-share .googleplus {
  background: none;
}
section article section .inline-share .facebook i {
  color: #3b5998;
}
section article section .inline-share .twitter i {
  color: #55acee;
}
section article section .inline-share .googleplus i {
  color: #dd4b39;
}
section article section .inline-share .button i {
  font-size: 32px;
}
section article section .inline-share.cartoon > span {
  display: inline-block;
  text-indent: -400%;
  padding-right: 0;
  margin-right: 15px;
  overflow: hidden;
  background: url('images/sharethis-hand.png') no-repeat;
  width: 217px;
  height: 59px;
}
section article section .inline-share.cartoon .button {
  width: 59px;
  height: 59px;
}
section article section .inline-share.cartoon .button i {
  display: none;
}
section article section .inline-share.cartoon .facebook, #campaign-content-wrapper .inner-wrapper .inline-share.cartoon .facebook:hover {
  background: url('images/facebook-hand.png') no-repeat;
}
section article section .inline-share.cartoon .twitter, #campaign-content-wrapper .inner-wrapper .inline-share.cartoon .twitter:hover {
  background: url('images/twitter-hand.png') no-repeat;
}
section article section .inline-share.cartoon .googleplus, #campaign-content-wrapper .inner-wrapper .inline-share.cartoon .googleplus:hover {
  background: url('images/googleplus-hand.png') no-repeat;
}
#itinerary-calendar {
  margin-bottom: 15px;
}
#itinerary-calendar, #itinerary-calendar .ui-tabs-nav, #itinerary-calendar .ui-tabs-nav .ui-tabs-anchor, #itinerary-calendar .ui-tabs-panel, #itinerary-calendar .ui-tabs-nav li.ui-tabs-active {
  padding: 0;
}
#itinerary-calendar .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}
#itinerary-calendar .ui-tabs-nav li {
  float: none;
  margin: 0;
  white-space: initial;
  border-bottom-width: initial;
  top: initial;
}
#itinerary-calendar a:focus {
  outline: 0;
}
#itinerary-calendar #date-list {
  overflow: hidden;
}
#itinerary-calendar #date-list li {
  display: block;
  line-height: normal;
  font-size: 22px;
  font-weight: 400;
  border-right: 1px solid #1b2631;
}
#itinerary-calendar #date-list .wkend a {
  background: #eee;
}
#itinerary-calendar #date-list li a {
  transition: none;
  color: #333c42;
  display: block;
  text-decoration: none;
  margin: 0 5px 0 0;
  border-bottom: 1px solid #c4c6c8;
  padding: 10px 5px;
  t
}
#itinerary-calendar #date-list li span {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
#itinerary-calendar #date-list .ui-state-hover a {
  background: #f38e00;
  color: #333c42;
  border-bottom-color: transparent;
}
#itinerary-calendar #date-list .ui-tabs-active {
  background: #90cd00;
  margin-top: -1px;
  border-top: 1px solid #1b2631;
  border-bottom: 1px solid #1b2631;
  border-right-color: transparent;
}
#itinerary-calendar #date-list .ui-tabs-active a {
  background: transparent;
  border-bottom: none;
}
#itinerary-calendar #date-list .ui-tabs-active:last-child {
  border-bottom-color: transparent;
}
#itinerary-calendar .time-list {
  background: #eee;
  border: 2px solid #90cd00;
  border-left-width: 10px;
  padding: 33px 15px;
}
#itinerary-calendar .time-list li {
  border-bottom: 1px solid #c4c6c8;
  padding-bottom: 14px;
  padding-top: 5px;
  margin: 0;
  position: relative;
  height: 60px;
}
#itinerary-calendar .time-list li:last-child {
  margin-bottom: 0;
}
#itinerary-calendar .time-list .time {
  font-size: 14px;
  font-weight: 900;
}
#itinerary-calendar .time-list .panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 0;
  overflow-y: hidden;
  padding: 0;
  background: #0060a3;
  color: #fff;
  z-index: 2;
}
#itinerary-calendar .time-list .panel .inner-wrapper {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 0;
  max-width: 100%;
  padding: 5px;
}
#itinerary-calendar .time-list .panel .close-button {
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  float: right;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}
#itinerary-calendar .time-list .panel .close-button:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0060a3;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
}
#itinerary-calendar .time-list .panel .close-button i {
  font-size: 15px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
}
#itinerary-calendar .time-list .panel a.close-button:hover:after {
  background-color: #fff;
}
#itinerary-calendar .time-list .panel a.close-button:hover i {
  color: #0060a3;
}
#itinerary-calendar .time-list .panel .panel-icon {
  top: auto;
  bottom: 5px;
  right: 5px;
}
#itinerary-calendar .time-list .panel .panel-content {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  width: 80%;
}
#itinerary-calendar .time-list .panel .panel-content a {
  height: auto;
}
#itinerary-calendar .time-list .panel .panel-content a:hover {
  color: #f38e00;
}
#itinerary-calendar .time-list .panel .panel-content .panel-heading {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}
#itinerary-calendar .time-list .panel .panel-content .panel-heading br {
  display: none;
}
#itinerary-calendar .time-list .panel .panel-content .panel-paragraph {
  font-size: 12px;
  line-height: normal;
}
#itinerary-calendar .time-list .panel.duration-1hr {
  height: 35px;
}
#itinerary-calendar .time-list .panel.duration-2hr {
  height: 86px;
}
#itinerary-calendar .time-list .panel.duration-3hr {
  height: 137px;
}
#itinerary-calendar .time-list .panel.duration-4hr {
  height: 188px;
}
#itinerary-calendar .time-list .panel.expand {
  z-index: 20;
  background: red;
  color: #fff;
}
#itinerary-calendar .venue-showings {
  padding: 0 0 0 15px;
}
#footer p {
  font-size: 14px;
}
#footer a {
  text-decoration: none;
}
#social-sharing {
  display: block;
  text-align: center;
}
#social-sharing .inner-wrapper {
  padding: 30px 0;
}
#social-sharing li {
  display: inline-block;
  line-height: normal;
  margin: 0 15px;
}
#social-sharing li a {
  display: block;
  height: 40px;
  line-height: normal;
  text-align: center;
}
#social-sharing li a .icon {
  background: url('images/social-footer-sprite.png') no-repeat #3c3c3b;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
}
#social-sharing a.facebook .icon {
  background-position: 0 0;
}
#social-sharing a.twitter .icon {
  background-position: -40px 0;
}
#social-sharing a.googleplus .icon {
  background-position: -80px 0;
}
#social-sharing a.pinterest .icon {
  background-position: -120px 0;
}
#social-sharing a.vimeo .icon {
  background-position: -160px 0;
}
#social-sharing a.instagram .icon {
  background-position: -200px 0;
}
#social-sharing a.youtube .icon {
  background-position: -240px 0;
}
#social-sharing a:hover.facebook .icon {
  background-color: #3b5998;
}
#social-sharing a:hover.twitter .icon {
  background-color: #55acee;
}
#social-sharing a:hover.googleplus .icon {
  background-color: #dd4b39;
}
#social-sharing a:hover.pinterest .icon {
  background-color: #cb2027;
}
#social-sharing a:hover.vimeo .icon {
  background-color: #4bf;
}
#social-sharing a:hover.instagram .icon {
  background-color: #517fa4;
}
#social-sharing a:hover.youtube .icon {
  background-color: #cc181e;
}
body .ui-tooltip {
  background: #333c42;
  color: white;
  border: none;
  padding: 10px;
  opacity: 1;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
}
body .ui-tooltip-content {
  position: relative;
  padding: 0;
}
body .ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-color: #333c42 transparent;
  border-width: 0 10px 10px;
}
.ui-tooltip.facebook {
  background: #3b5998;
}
.ui-tooltip.facebook .ui-tooltip-content::after {
  border-color: #3b5998 transparent;
}
.ui-tooltip.twitter {
  background: #55acee;
}
.ui-tooltip.twitter .ui-tooltip-content::after {
  border-color: #55acee transparent;
}
.ui-tooltip.googleplus {
  background: #dd4b39;
}
.ui-tooltip.googleplus .ui-tooltip-content::after {
  border-color: #dd4b39 transparent;
}
.ui-tooltip.pinterest {
  background: #cb2027;
}
.ui-tooltip.pinterest .ui-tooltip-content::after {
  border-color: #cb2027 transparent;
}
.ui-tooltip.vimeo {
  background: #4bf;
}
.ui-tooltip.vimeo .ui-tooltip-content::after {
  border-color: #4bf transparent;
}
.ui-tooltip.instagram {
  background: #517fa4;
}
.ui-tooltip.instagram .ui-tooltip-content::after {
  border-color: #517fa4 transparent;
}
.ui-tooltip.youtube {
  background: #cc181e;
}
.ui-tooltip.youtube .ui-tooltip-content::after {
  border-color: #cc181e transparent;
}
body .ui-dialog {
  background: #efefef;
  padding: 20px;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin-bottom: 10px;
}
body .ui-dialog .ui-dialog-title {
  margin: 0;
  display: block;
  width: auto;
  color: #0060a3;
  font-size: 24px;
  font-weight: 500;
  overflow: initial;
}
body .ui-dialog .ui-dialog-titlebar-close {
  position: relative;
  float: right;
  background: #0060a3;
  height: 30px;
  width: 30px;
  margin: 0 0 0 15px;
  right: auto;
  top: auto;
  padding: 0;
  border: none;
}
body .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
  background: transparent;
}
body .ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
}
body .ui-dialog .ui-button-icon-only .ui-icon-closethick {
  top: auto;
  left: auto;
  margin: 2px 0;
  text-indent: initial;
  position: relative;
}
body .ui-dialog .ui-button-icon-only .ui-icon-closethick:after {
  content: '\f00d';
  font-family: 'fontAwesome';
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
body .ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick:after {
  color: #0060a3;
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: initial;
}
body .ui-dialog .ui-dialog-content form {
  background: transparent;
  padding: 0;
}
body .ui-widget-overlay {
  background: #333c42;
  opacity: .8;
}
body .ui-dialog .ui-dialog-buttonpane {
  padding: 0;
}
body .ui-dialog .ui-dialog-buttonpane button {
  border: none;
  padding: 6px 12px;
  background: #0060a3;
  color: #fff;
  margin: 0 0 0 10px;
  outline: none;
	font-weight: bold;
	text-transform: uppercase;
}
body .ui-dialog .ui-dialog-buttonpane button:hover {
  background: transparent;
  color: #0060a3;
}
body .ui-button-text-only .ui-button-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#faqs {
  margin-top: 30px;
}
#content .entry-content #faqs > ol li {
  font-weight: 700;
  border-bottom: 1px solid #c4c6c8;
  margin-left: 0;
  list-style-type: none;
}
#faqs .faq-question, #faqs .faq-answer {
  padding: 0;
  margin: 0;
}
#faqs .faq-question {
  font-weight: 700;
  padding: 15px 60px 15px 15px;
}
#faqs .faq-question:hover, #faqs .faq-question.ui-state-active {
  background-color: #f38e00;
  color: #fff;
}
#faqs .faq-question:focus {
  outline: 0;
}
#faqs .faq-question p {
  margin-bottom: 0;
}
#faqs .faq-answer {
  font-weight: 400;
  padding: 15px;
}
#faqs .faq-answer p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
#faqs .ui-accordion-header-icon {
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
#faqs .ui-accordion-header-icon:after {
  content: '\f13a';
  font-family: 'fontAwesome';
  color: #0060a3;
  font-size: 30px;
  display: block;
  position: relative;
  text-indent: 0;
  text-align: center;
  line-height: 30px;
}
#faqs .ui-state-active .ui-accordion-header-icon:after {
  content: '\f139';
  color: #fff;
}
#faqs .ui-state-hover .ui-accordion-header-icon:after {
  color: #fff;
}
#footer #sponsors {
  background: #fff;
}
#footer #sponsors .inner-wrapper, .page-template-page-home #sponsors {
  padding: 30px 45px;
  width: 100%;
}
#sponsors-slider {
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#sponsors-slider .slide {
  display: block;
  float: left;
  vertical-align: middle;
  position: relative;
  height: 100%;
}
#sponsors-slider .slide-logo {
  padding: 0 45px;
  /*display: table;*/
  text-align: center;
  height: 100%;
}
#sponsors-slider .slide-logo a {
  display: block;
  text-align: center;
  /*display: table-cell;*/
  height: 100%;
  vertical-align: middle;
}
#sponsors-slider .slide-logo img {
  max-height: 80px;
  width: auto;
  height: auto;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  opacity: 1;
  display: block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
#sponsors-slider .slide-logo a:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: .6;
}
#sponsors-controls, #tweet-slider-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1;
}
#sponsors-controls a, #tweet-slider-controls a {
  transition: none;
  display: block;
  width: 20px;
  height: 44px;
  font-size: 90px;
  background: url('images/slider-controls-sprite.png') no-repeat 0 0;
  text-indent: -999px;
  overflow: hidden;
}
#sponsors-controls .prev, #tweet-slider-controls .prev {
  float: left;
}
#sponsors-controls .next, #tweet-slider-controls .next {
  float: right;
  background-position: 0 -44px;
}
#sponsors-slider * {
  box-sizing: content-box;
}
#content ul.page-list ul {
  margin-left: 15px;
  margin-bottom: 0;
}
#content ul.page-list ul li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}
#content ul.page-list a {
  text-decoration: none;
}
.wpcf7-form p span span {
  font-size: 14px;
  line-height: normal;
  padding-top: 5px;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 15px 0;
  padding: 10px;
  font-size: 14px;
  line-height: normal;
}
.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  background-color: #f8ff2f;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  background-color: #7fb727;
}
#film-showings li, #ticket-links li {
  display: block;
  border-top: 1px solid #c4c6c6;
  padding: 10px 0;
}
#film-showings li a, #ticket-links li a {
  display: block;
  position: relative;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  line-height: normal;
}
#film-showings li a .venue-name, #ticket-links li a .venue-name {
  display: block;
  font-size: 18px;
}
#ticket-links li a .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
#ticket-links li a .more i {
  font-size: 18px;
}
#film-showings li a .plus, #ticket-links li a .plus {
  margin: -14px 0 5px 5px;
  display: block;
  top: 50%;
  right: 0;
  padding: 2px;
  width: 28px;
  height: 28px;
}
#film-showings li a .plus i, #ticket-links li a .plus i {
  top: 0;
  left: 0;
  font-size: 20px;
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
}
#ticket-links li a .plus i {
  line-height: 24px;
  padding-left: 2px;
  font-size: 16px;
}
.remove-confirmation p {
  line-height: normal;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.page-template-page-my-itinerary .ui-dialog .ui-dialog-buttonpane {
  margin: 0;
}
.page-template-page-my-itinerary .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.page-template-page-my-itinerary .ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
}
.page-template-page-my-itinerary .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  float: right;
}
#footer #footer-links {
	background: #4b4f54;
  color: #fff;
  padding: 45px 0;
}
.page-template-page-donate #footer #footer-links, .page-template-page-home #footer #footer-links {
  margin-top: 0;
}
.page-template-page-donate #content .col-30 img {
  margin-bottom: 30px;
  max-width: 220px;
}
.page-template-page-my-itinerary-php #print-itinerary-calendar {
  display: none;
}
#footer #footer-links .col-20, #footer #footer-links .col-40 {
  padding-left: 45px;
  padding-right: 0;
}
#footer #footer-links h4 {
  font-size: 18px;
  line-height: normal;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 900;
}
#footer #footer-links li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
#footer #footer-links a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
#footer #footer-links a:hover {
  color: #f38e00;
}
#footer #footer-links .donate {
  font-size: 18px;
  font-weight: 900;
  color: #333c42;
  /*margin: 145px 0 0;*/
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 100%;
  text-align: center;
}
#footer #footer-links a.donate:hover {
  background-color: #fff;
  color: #333c42;
}
#footer #footer-links .menu li {
  font-size: 18px;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-weight: 900;
}
#footer #footer-links .menu li a {
  display: block;
  margin-bottom: 15px;
}
#footer #footer-links .menu li li, #footer #footer-links #menu-filmmakers-menu li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
#footer #footer-links .menu li li a, #footer #footer-links #menu-filmmakers-menu li a {
  margin-bottom: 10px;
}
#footer #footer-links #menu-footer-menu li {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #c4c6c6;
  text-transform: uppercase;
}
#footer #footer-links #menu-footer-menu li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#footer #footer-links #menu-footer-menu li a {
  margin: 0;
  color: #c4c6c6;
}
#footer #footer-links #menu-footer-menu li a:hover {
  color: #f38e00;
}
#footer .social-links {
  margin-top: 30px;
  text-align: right;
}
#footer .social-links li {
  display: inline-block;
  margin: 0 10px;
}
#footer .social-links .social {
  transition: none;
  display: block;
  width: 40px;
  height: 40px;
  background: url('images/social-footer-sprite.png') no-repeat;
  overflow: hidden;
  opacity: .6;
}
#footer .social-links .social span {
  display: block;
  text-indent: -999px;
}
#footer .social-links .facebook {
  background-position: 0 -40px;
}
#footer .social-links .twitter {
  background-position: -40px -40px;
}
#footer .social-links .googleplus {
  background-position: -80px -40px;
}
#footer .social-links .pinterest {
  background-position: -120px -40px;
}
#footer .social-links .vimeo {
  background-position: -160px -40px;
}
#footer .social-links .instagram {
  background-position: -200px -40px;
}
#footer .social-links .youtube {
  background-position: -240px -40px;
}
#footer .social-links a.social:hover {
  opacity: 1;
}
#footer .social-links a.facebook:hover {
  background-position: 0 -120px;
}
#footer .social-links a.twitter:hover {
  background-position: -40px -120px;
}
#footer .social-links a.googleplus:hover {
  background-position: -80px -120px;
}
#footer .social-links a.pinterest:hover {
  background-position: -120px -120px;
}
#footer .social-links a.vimeo:hover {
  background-position: -160px -120px;
}
#footer .social-links a.instagram:hover {
  background-position: -200px -120px;
}
#footer .social-links a.youtube:hover {
  background-position: -240px -120px;
}
#copyright .inner-wrapper {
  padding: 30px 20px;
  font-weight: 300;
}
#copyright .inner-wrapper p {
  margin: 0;
}
#gmap-canvas-wrap, #search-gmap-canvas-wrap {
  position: relative;
  width: 100%;
}
.page-template-page-venue-map-php #gmap-canvas-wrap, .single-venue #gmap-canvas-wrap {
  height: 0;
  padding-bottom: 100%;
}
#gmap-canvas-wrap, #search-gmap-canvas-wrap {
  height: 100%;
}
#search-gmap-select {
  display: none;
}
#gmap-canvas, #search-gmap-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#gmap-canvas img, #search-gmap-canvas img {
  max-width: none;
}
#content #sidebar .gmap-wrapper.multiple-locations {
  height: 240px;
}
#popup_login_form .register-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
}
#gmap-canvas, #search-gmap-canvas a {
  outline: none;
}
#gfn {
  display: block;
  max-width: 150px;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  margin-left: 40px;
}
#etapIframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#eTapIframeWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  height: 0;
  -webkit-overflow-scrolling: touch;
}
.entry-content input[type="submit"] {
  margin-top: 15px;
}

/* 10 Things Campaign Page */

.postid-797 h1 {
  display: none;
}

/* Sponsorship Campaign */

.postid-5067 h1 {
  display: none;
}
.postid-5067 #sponsors {
  display: none;
}
.postid-5067 .aligncenter {
  margin: 20px 15px;
}
@media only screen and (max-width: 1199px) {
  #home-slider-wrapper .slide-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #home-slider-wrapper .slide-content h3 {
    font-size: 22px;
  }
  #home-slider-wrapper .slide-content p {
    font-size: 14px;
  }
}

body #content-grid article .content {
    padding: 20px;
    background: transparent;
}

body #content-grid article:hover .content {
    background: transparent;
}

body #content-grid article .content h2, body #content-grid article .content p {
    padding: 10px;
    background: rgba(0,0,0, 0.25);
    transition: all .5s;
    margin-bottom: 0px;
}

body #content-grid article:hover .content h2, body #content-grid article:hover .content p {
    background: #fa8d29;
    background: rgba(250, 141, 41, 0.6);
}

.home .highlights .screengrab {
	background-color: #fa8d29;
}

ul.mediafilms {
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content .entry-content ul.mediafilms li {
	list-style: none;
	width: 29%;
	margin: 15px 2%;
	padding: 2%;
	background-color: #f3f3f3;
}

.mediafilms li h3 a {
	color: #000;
}

#content .entry-content ul.mediafilms li p {
	line-height: 120%;
	padding-bottom: 15px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content .entry-content ul.malogos {
	list-style: none;
	padding: 30px 0px 40px 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content .entry-content ul.malogos li {
	list-style: none;
	width: 46%;
	margin: 15px 2%;
	padding: 3% 4%;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.31);
	background-color: #fff;
}

#content .entry-content ul.malogos li img {
	max-width: 90%;
	height: auto;
	padding: 18px 0px 12px 0px;
}

#content .entry-content ul.malogos li h3 {
	margin-top: 0px;
}

#content .entry-content ul.malogos li p {
	margin-bottom: 0px;
}

#content .entry-content ul.malogos li p a {
	text-transform: uppercase;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #000;
}

#content .entry-content ul.malogos li p a:last-of-type {
	border-right: 0px;
}

#content .entry-content ul.malogos li p a:first-of-type {
	padding-left: 12px;
}

#content .entry-content ul.maaa {
	list-style: none;
	padding: 20px 0px 40px 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content .entry-content ul.maaa li {
	list-style: none;
	width: 29%;
	margin: 15px 2%;
	padding: 3% 4%;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.31);
	background-color: #fff;
}


/* -- Mobile AND Tablets ----------------------------------------- */

@media only screen and (max-width: 959px) {
  .first-col {
    padding-left: 15px;
  }
  .last-col {
    padding-right: 15px;
  }
  .panel .panel-bg, .panel a:hover .panel-bg {
    background-size: cover;
  }
  #header #menu-button a.active, #header #menu-button a:hover {
    background-color: transparent;
    color: inherit;
  }
  #header #menu-button a:hover .icon, #header #menu-button a.active .icon {
    background-position: 0 -35px;
  }
  #film-search .quick-link .icon, #film-search .quick-link .icon-text {
    display: block;
    margin: 0 auto;
  }
  #mailing-list-signup .social-buttons {
    display: none;
  }
  #footer #footer-links .donate {
    display: inline-block;
    margin-top: 0;
    width: auto;
    padding: 0 30px;
  }
  #footer .social-links {
    text-align: center;
  }
  #home-slider-wrapper .slide-content a, #content .header-bg .inner-wrapper a {
    padding: 5px 15px;
  }
  #content .header-bg {
    height: 240px;
    padding: 30px 0;
  }
  #content .header-bg .inner-wrapper {
    padding: 0 30px 30px 30px;
  }
  .admin-bar.fixed-search-bar #film-search-title, .fixed-search-bar #film-search-title {
    position: relative;
    top: auto;
    left: auto;
  }
  .page-template-page-my-itinerary .content-wrapper .inner-wrapper > .first-col {
    width: 100%;
    padding-left: 15px;
  }
  .page-template-page-my-itinerary .content-wrapper .inner-wrapper > .last-col {
    display: none;
  }
  .fixed-search-bar #advanced-search {
    margin-top: 0;
  }
  #content .atoz {
    text-align: left;
  }
  #content .content-wrapper table td .film-title {
    font-size: 20px;
    line-height: 20px;
  }
  #content .content-wrapper table td h2 {
    margin-bottom: 0;
    font-size: 24px;
  }
  #content .atoz li {
    font-size: 18px;
  }
  #social-buttons {
    right: 15px;
  }
  #content .entry-summary, #content .entry-meta, #content .entry-content, .col-70 .pagination {
    padding: 0;
  }
  #itinerary-calendar {
    padding: 0 15px;
  }
  .col-50 #itinerary-calendar {
    padding: 0;
  }
  #header #logo {
    width: 250px;
    padding-left: 15px;
  }
	#content .gmap-wrapper {
		pointer-events: none;
	}
  section article section .inline-share.cartoon > span {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  #header #header-social-buttons {
    display: none;
  }
}

/* -- Tablets ONLY ----------------------------------------- */

@media only screen and (min-width: 640px) and (max-width: 959px) {
  #footer #footer-links .inner-wrapper .col-20 {
    width: 25%;
  }
  #footer #footer-links .inner-wrapper .col-20:last-child {
    display: none;
  }
  #film-search .drop-down, #film-search .search-venue-map {
    width: 25%;
  }
  #film-search .quick-link a {
    min-height: 110px;
  }
  #header #myitinerary-button {
    margin-left: 0;
  }
  #header nav .menu-about-us-menu-container, #header nav .menu-supporters-menu-container, #header nav .menu-program-menu-container, #header nav .menu-search-menu-container {
    margin-left: 10px;
    padding-left: 10px;
  }
  .panel-wrapper .panel.col-25, #content .atoz-results .col-25, #film-search #search-results .col-25 {
    width: 50%;
  }
  #home-slider-wrapper .slide-content h1 {
    font-size: 24px;
    line-height: 24px;
  }
  #home-slider-wrapper .slide-content h3 {
    font-size: 16px;
  }
  #home-slider-wrapper .slide-content p {
    font-size: 12px;
  }
  .col-70 {
    width: 60%;
  }
  .col-30 {
    width: 40%;
  }
  .col-25 {
    width: 50%;
  }
  #date-list.col-25 {
    width: 25%;
  }
  .entry-meta .first-col, .entry-meta .last-col {
    padding-left: 0;
    padding-right: 0;
  }
  #content .content-wrapper table td span a {
    text-align: center;
  }
  #content .ticket-information img {
    float: none;
    margin: 0;
  }
  #content #sidebar .ticket-information img {
    float: right;
  }
  #content .entry-content .alignright {
    max-width: 33%;
  }
  #content .entry-content form {
    padding: 15px;
  }
  #content .entry-content .search-form label {
    width: 80%;
  }
  #mailing-list-signup form input[type=text], #mailing-list-signup form input[type=email] {
    width: 160px;
  }
  #header nav .menu-search-menu-container .col-60 {
    padding: 0;
    margin: 0;
  }
  #header nav .menu-search-menu-container .col-40 {
    padding: 0 0 0 15px;
    margin: 0;
  }
  #header nav .menu li, #header nav .menu-search-menu-container h4 {
    font-size: 16px;
  }
  #header nav .menu li li {
    font-size: 14px;
  }
  #header nav .menu-search-menu-container li {
    font-size: 12px;
  }
  #content .links li.col-50 {
    width: 100%;
  }
}

/* -- Mobile ONLY ----------------------------------------- */

@media only screen and (max-width: 639px) {
  .col-10, .col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-66, .col-70, .col-75, .col-80, .col-90, .col-100 {
    float: none;
    width: 100%;
    clear: both;
    position: relative;
  }
  .col-100 {
    padding: 0 !important;
  }
  #footer #footer-links .col-20, #footer #footer-links .col-40 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer #footer-links p {
    text-align: center;
  }
  #content .entry-meta .col-50 {
    padding: 0;
  }
  #content .entry-meta .col-50 p {
    margin: 0;
    text-align: left;
  }
  #content .content-wrapper .inner-wrapper:first-child {
    padding-bottom: 0;
  }
  .content-wrapper .inner-wrapper .col-30.last-col {
    padding: 0 15px 30px 15px;
    margin-top: 30px;
  }
  #content #sidebar {
    padding: 0;
  }
  .hide-mobile, #film-search .quick-link .icon-text {
    display: none;
  }
  #header {
    position: relative;
  }
  #header #branding {
    height: 70px;
  }
  #header .inner-wrapper {
    height: auto;
  }
  #header nav {
    position: relative;
    top: auto;
    left: auto;
  }
  #header nav .inner-wrapper {
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
  #header nav .sub-menu, #header nav #icon-menu .icon, #header nav .menu-search-menu-container div {
    display: none;
  }
  #header nav .menu-about-us-menu-container, #header nav .menu-supporters-menu-container, #header nav .menu-program-menu-container, #header nav .menu-search-menu-container {
    border: none;
    margin: 0;
    padding: 0;
  }
  #header nav .menu-icon-menu-container, #header nav .menu-about-us-menu-container, #header nav .menu-supporters-menu-container, #header nav .menu-program-menu-container, #header nav .menu-search-menu-container {
    float: none;
  }
  #header nav .menu-icon-menu-container li {
    font-size: 18px;
    margin: 0;
  }
  #header nav li, #header nav .menu-search-menu-container h4 {
    text-align: center;
    border-bottom: 1px solid #efefef;
  }
  #header nav .menu li a, #header nav li, #header nav .menu-search-menu-container h4 a {
    padding: 10px 0;
    margin: 0;
    display: block;
  }
  #home-slider-wrapper .slide-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #content .ticket-information {
    max-width: 240px;
  }
  #content #sidebar .ticket-information {
    margin: 0 auto;
  }
  #container {
    padding-top: 0;
  }
  #film-search .quick-link {
    width: 33.33%;
    clear: none;
  }
  #film-search #drop-downs {
    position: relative;
    top: auto;
    left: auto;
  }
  #film-search #drop-downs .drop-down, #film-search .search-venue-map {
    background: #90cd00;
  }
  #film-search #drop-downs .drop-down:nth-child(2) {
    background: #7fb000;
  }
  #film-search #search-terms {
    padding-top: 20px;
		padding-bottom: 20px;
  }
  #film-search #search-terms input[type=text] {
    width: auto;
    margin: 0;
  }
  #film-search .drop-down, #film-search .search-venue-map {
    width: 100%;
    margin: 0;
  }
  #film-search #search-results {
    margin: 0;
  }
  #film-search .drop-down .checkbox, #film-search .drop-down h4, #film-search .search-venue-map h4 {
    color: #fff;
  }
  #film-search .drop-down h4.visible, #film-search .drop-down ul, #film-search .search-venue-map h4:hover {
    background: transparent;
  }
  #film-search .drop-down .checkbox:before {
    background-position: -18px -18px;
  }
  #film-search .drop-down input[type=checkbox]:checked + .checkbox:before {
    background-position: 0 -18px;
  }
  #film-search .drop-down h4 .icon, #film-search .search-venue-map h4 .icon {
    display: none;
  }
  #film-search .drop-down h4 a:before, #film-search .search-venue-map h4 a:before {
    content: '\f067';
    font-family: fontAwesome;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
  }
  #film-search .search-venue-map h4 a:before {
    content: '\f124';
  }
  #film-search .hidden-donate, .home #film-search .hidden-date {
    display: block;
  }
  .home #film-search #quick-links {
    background: transparent;
  }
  .home .eff-dblue-gradient {
    background: rgba(0, 128, 218, .7);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODBkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYwYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to right, rgba(0, 128, 218, .7) 0%, rgba(0, 96, 163, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0080da', endColorstr='#0060a3', GradientType=1);
  }
  #film-search .search-venue-map:hover {
    background: #90cd00;
  }
  #header #logo {
    margin: 0;
    border: none;
  }
  #header #menu-button {
    margin: 0 15px 0 0;
  }
  #header #menu-button a {
    padding: 0;
  }
  #header nav .menu-about-us-menu-container, #header nav .menu-supporters-menu-container, #header nav .menu-program-menu-container, #header nav .menu-search-menu-container {
    float: none;
    width: 100%;
    clear: both;
  }
  #content .entry-summary, #content .entry-meta, #content .entry-content, .col-70 .pagination {
    padding: 0;
    max-width: 100%;
  }
  #content .header-bg {
    padding: 30px 0;
  }
  #content .header-bg .inner-wrapper {
    padding: 0 15px 15px 15px;
  }
  #mailing-list-signup .inner-wrapper {
    padding: 30px 15px;
    text-align: center;
  }
  #mailing-list-signup header {
    display: block;
    margin: 0 0 15px 0;
  }
  #content #mailing-list-signup form {
    width: 100%;
  }
  #mailing-list-signup form p, #mailing-list-signup form #mc_embed_signup_scroll > div {
    margin: 0;
  }
  #mailing-list-signup form p:first-child, #mailing-list-signup form #mc_embed_signup_scroll > div:first-child {
    display: block;
    margin-bottom: 8px;
  }
  #mailing-list-signup form p:first-child input, #mailing-list-signup form #mc_embed_signup_scroll > div:first-child input {
    width: 100%;
  }
  #mailing-list-signup header h3 {
    text-align: center;
  }
  #mailing-list-signup form input[type=text], #mailing-list-signup form input[type=email] {
    background: #717576;
  }
  #mailing-list-signup form input[type=submit] {
    margin-left: 0;
  }
  #latest-tweets .inner-wrapper {
    padding: 30px;
  }
  #latest-tweets .tweets .tweet {
    display: block;
    float: left;
    clear: none;
    padding: 0 15px;
    text-align: center;
  }
  #latest-tweets .tweets .tweet:first-child, #latest-tweets .tweets .tweet:last-child {
    padding: 0 15px;
  }
  #latest-tweets .tweets .tweet a {
    color: #fff;
  }
  #latest-tweets a.button.tweet {
    background-color: transparent;
    border: 1px solid #fff;
  }
  #latest-tweets a.button.tweet:hover, a.button.tweet:hover i {
    background: transparent;
    color: inherit;
  }
  #tweet-slider-controls .prev {
    background-position: -40px 0;
  }
  #tweet-slider-controls .next {
    background-position: -40px -44px;
  }
  #itinerary-calendar #date-list {
    width: 90px;
    float: left;
    clear: none;
  }
  #itinerary-calendar .venue-showings, #itinerary-calendar .ui-tabs-panel {
    width: 75%;
    float: left;
    clear: none;
  }
  #itinerary-calendar .ui-tabs-panel {
    float: none;
    width: auto;
    margin-left: 90px;
  }
  .page-template-page-my-itinerary #itinerary-calendar .ui-tabs-panel {
    padding-right: 0;
  }
  #itinerary-calendar #date-list li {
    font-size: 17px;
    height: 65px;
  }
  #itinerary-calendar .time-list {
    padding: 0 5px;
  }
  #itinerary-calendar .time-list span.time {
    font-size: 11px;
  }
  #itinerary-calendar .time-list li:last-child {
    border: none;
  }
  #itinerary-calendar .time-list .panel .panel-content .panel-heading {
    font-size: 12px;
  }
  #itinerary-calendar .time-list .panel .panel-content .panel-paragraph {
    font-size: 11px;
  }
  #content .content-wrapper table th, #content .content-wrapper table td {
    padding: 15px 0;
  }
  #content .content-wrapper table th {
    font-size: 17px;
  }
  #content .content-wrapper table th span {
    font-size: 14px;
  }
  #content .content-wrapper table table {
    margin: 0;
  }
  #content .content-wrapper table table th, #content .content-wrapper table table td {
    display: block;
    padding: 5px 0 0 0;
    width: 100% !important;
  }
  #content .content-wrapper table table th, #content .content-wrapper table table td {
    padding-left: 0px;
  }
  #content .ticket-information {
    min-width: 0;
  }
  #content .content-wrapper table td h2 {
    padding-left: 0;
  }
  #content .entry-content .alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
  }
  #content .atoz-results .atoz-set {
    margin-bottom: 15px;
  }
  #content .atoz-results .atoz-set .result {
    margin-bottom: 5px;
  }
  #content .atoz-results .atoz-set .result:nth-child(n+2) {
    padding-top: 0;
  }
  #content .atoz-results .atoz-set .result:nth-child(n+2) > span {
    display: none;
  }
  #content .atoz a {
    padding: 5px 15px;
  }
  #social-sharing .inner-wrapper {
    background: #0060a3;
    padding: 15px 0;
  }
  #social-sharing li {
    margin: 0 10px;
  }
  #social-sharing a.facebook .icon {
    background-position: 0 -40px;
  }
  #social-sharing a.twitter .icon {
    background-position: -40px -40px;
  }
  #social-sharing a.googleplus .icon {
    background-position: -80px -40px;
  }
  #social-sharing a.pinterest .icon {
    background-position: -120px -40px;
  }
  #social-sharing a.vimeo .icon {
    background-position: -160px -40px;
  }
  #social-sharing a.instagram .icon {
    background-position: -200px -40px;
  }
  #social-sharing a.youtube .icon {
    background-position: -240px -40px;
  }
  #social-sharing a:hover .icon, #social-sharing a.facebook, #social-sharing a.facebook .icon, #social-sharing a.twitter, #social-sharing a.twitter .icon, #social-sharing a.googleplus, #social-sharing a.googleplus .icon, #social-sharing a.pinterest, #social-sharing a.pinterest .icon, #social-sharing a.vimeo, #social-sharing a.vimeo .icon, #social-sharing a.instagram, #social-sharing a.instagram .icon, #social-sharing a.youtube, #social-sharing a.youtube .icon {
    background-color: transparent !important;
  }
  #footer #sponsors .inner-wrapper {
    padding: 30px;
  }
  #footer #footer-links {
    padding: 30px 0 15px 0;
  }
  #footer #footer-links #menu-footer-menu li {
    font-size: 12px;
  }
  #footer #footer-links a {
    margin-right: 0;
  }
  #footer #footer-links p {
    text-align: center;
  }
  #copyright .inner-wrapper {
    padding: 15px 0;
  }
  #copyright .inner-wrapper p {
    font-size: 12px;
  }
  #copyright .inner-wrapper .col-50 {
    width: 66%;
    float: left;
    clear: none;
  }
  #copyright .inner-wrapper .last-col {
    float: right;
    width: auto;
  }
  .page-template-page-donate #header #event-date {
    display: none;
  }
  #content .social-share.under-table a {
    width: 135px;
    margin-bottom: 10px;
  }
  .postid-797 .header-bg {
    background-image: url('images/10things-320.jpg') !important;
  }
}
@media print {
  .page-template-page-my-itinerary-php #header {
    position: relative;
    box-shadow: none;
  }
  .page-template-page-my-itinerary-php #container, .page-template-page-my-itinerary-php #content .content-wrapper .inner-wrapper:first-child {
    padding-top: 0;
  }
  .page-template-page-my-itinerary-php #container #header, .page-template-page-my-itinerary-php #container #film-search, .page-template-page-my-itinerary-php #content .content-wrapper .last-col, .page-template-page-my-itinerary-php #footer, .page-template-page-my-itinerary-php #header #donate-button, .page-template-page-my-itinerary-php #content .content-wrapper .col-50 p.align-right, .page-template-page-my-itinerary-php #itinerary-calendar, .page-template-page-my-itinerary-php #content .header .social-share, .page-template-page-my-itinerary-php #branding .fright, .page-template-page-my-itinerary-php #countdown {
    display: none;
  }
  .page-template-page-my-itinerary-php #content .content-wrapper .col-50 {
    width: 100%;
  }
  .page-template-page-my-itinerary-php #content .content-wrapper {
    background: none
  }
  .page-template-page-my-itinerary-php #content .header {
    background: none;
  }
  .page-template-page-my-itinerary-php #content .header .header-bg {
    background-image: none !important;
    height: auto;
  }
  .page-template-page-my-itinerary-php #content .header-bg .inner-wrapper {
    background: none;
    position: relative;
    padding: 0;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar {
    display: block;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar .day-row {
    border-top: 1px solid #c4c6c8;
    padding: 30px 0;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar .day-row p {
    font-size: 14px;
    line-height: 18px;
  }
  .page-template-page-my-itinerary-php #content .header-bg h1 {
    color: #333C42;
    text-shadow: none;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar p {
    line-height: normal;
    margin: 0 0 15px 0;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar p.date {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar p.time {
    margin: 30px 0 0 0;
  }
  .page-template-page-my-itinerary-php #print-itinerary-calendar p.title {
    font-size: 18px;
    margin: 5px 0;
  }
}
#myitinerary-button, #addtoitinerary-button {
  display: none;
}
#header #logo {
  border-right: none;
}
.hidden {
  display: none !important;
}
.pull-right {
  float: right !important;
}
.gform_wrapper form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .gform_wrapper form {
  zoom: 1;
}



#content .entry-content ul.mediafilms li {
	width: 44%;
}

#content .entry-content ul.maaa li {
	width: 92%;
}

/* IE6 */

*:first-child+html .gform_wrapper form {
  zoom: 1;
}

/* IE7 */



/* misc */

.single-film h1.entry-title {
	margin: 0px 0px 1em 0px;
}

.single-film h1.entry-title + img, .single-film h1.entry-title + div.embed-container {
	margin-bottom: 50px;
}

.single-film section#content {
	padding-bottom: 35px;
}

p.synopsis {
	color: #000;
	font-size: 1em;
	padding-top: 10px;
}


#gform_wrapper_1 {
    padding: 30px;
    background-color: #f6f6f6;
}

#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
}

#gform_wrapper_1 .gform_footer input.button, #gform_wrapper_1 .gform_footer input[type=submit] {
	background-color: #f38e00;
}

.highlights {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.highlights h4 {
	text-align: center;
}

.page-template-page-blog #content .entry.first {
	border: 1px solid #ddd;
	padding: 30px;
}

.page-template-page-blog #content .entry.first .main-image {
	width: 50%;
	float: left;
	margin-right: 30px;
}

.page-template-page-blog #content .entry.first .main-image a {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	display: block;
}



/* home schedule */

.homesched {
	padding: 40px; 
	border: 1px dotted #ccc; 
	margin-bottom: 40px;
	text-align: center;
	float: none;
	background-color: #f2f2f2;
}

.homesched .items {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.homesched .items > div {
	width: 18%;
	box-sizing: border-box;
	margin: 1%;
	padding: 20px;
	background-color: #fff;
	transition: all .3s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
}

.homesched .items > div:hover {
	margin: 0%;
	width: 20%;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
}


.homesched div p, .homesched div h4 {
	text-align: left;
}

.homesched div p {
	font-size: 110%;
}

.nextimgout {
	position: relative;
	margin: -20px -20px 20px -20px;
}

.nextimgmid {
	padding-bottom: 100%;
	position: relative;
}

.nextimgin {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #f38e00;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.nextimgin a {
	display: block;
	height: 100%;
}

.info {
	padding-bottom: 20px;
}


h6.fotf {
	padding: 7px 10px;
	background-color: #fa8d29;
	text-align: center;
	clear: both;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	margin: 0px;
	float: right;
	width: 10%;
}

.fotfblocker {
	width: 10%;
}

.showing-container.grid .fotfblocker {
	display: none;
}

.showing-container.grid h6.fotf {
	float: none;
	width: 100%;
}


h6.fotf img {
	vertical-align: middle;
	padding-right: 6px;
	display: block;
	margin: 0px auto;
}

.showing-container.grid h6.fotf img {
	display: inline;
	margin: 0px;
}

.actionitems {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	float: right;
	width: 25%;
	padding: 15px 0;
		border-left: 1px solid #e1e1e1;
}

.showing-container.grid .actionitems {
	float: none;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	clear: both;
	padding: 20px 15px 0px 12px;
		border-left: 0px;
}

.actionitems .actionitem {
	width: 25%;
	padding: 0px 3px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: bottom;
	color: #aaa !important;
	transition: all .3s;
	border: 0px;
	background-color: transparent;
	background-image: none;
	font-weight: 500;
}

.actionitems .actionitem a {
	display: block;
	color: #aaa;
}

.actionitems .actionitem img {
	display: block;
	padding-bottom: 8px;
	margin: 0px auto;
	max-width: 75%;
	height: auto;
}

.addeventatc_icon {
	display: none;
}

.clr {
	clear: both;
}

.addeventatc_dropdown {
	z-index: 190000;
}

.addeventatc:hover {
    border: 0px solid #aab9d4 !important;
    color: #aaa !important;
    text-decoration: none !important;
}

.film-sidebar .panel.screeningpanel, .single-event .panel.screeningpanel {
	margin-bottom: 20px !important;
	height: auto !important;
	overflow: visible !important;
}

.post-password-required header.header {
	margin-bottom: 40px;
}

.page-template-page-program-php .addtoany_share_save_container {
	display: none;
}

.page-template-page-program-php .container {
	padding-top: 30px;
}



.single-venue #itinerary-calendar {
	display: none;
}





/* new grid for schedule */

.showing-container.grid, .panel.pfilms {
	width: 33.1%;
	position: relative;
	cursor: pointer;
    z-index: 5;
    display: inline-block;
    position: relative;
    vertical-align: top;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.panel.pfilms {
	width: 100%;
}

.scinner, .pinner {
	position: relative;
}

.showing-container.grid .poster, .panel.pfilms .pfront {
	background-color: #6cc5e9;
	color: #fff;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.showing-container.grid .showing, .panel.pfilms .pback {
	background-color: #eeeeee;
	color: #fff;
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0;
    overflow: auto;
}

.showing-container.grid .poster, .showing-container.grid .showing, .panel.pfilms .pfront, .panel.pfilms .pback {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
}

.showing-container.grid:hover>.scinner, .panel.pfilms:hover>.pinner {
    -webkit-transform: rotateY(180deg) translate3d(0,0,0);
    transform: rotateY(180deg) translate3d(0,0,0);
}

.showing-container.grid .scinner {
	-webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 17px 12px;
    z-index: 4;
	padding-bottom: 56.25%;
}

.showing-container.grid .scinner, .panel.pfilms .pinner {
	-webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 17px 12px;
    z-index: 4;
    position: relative;
    height: calc(100% - 34px);
}

.showing-container.grid .preview {
    height: 100% !important;
}

.showing-container.grid .showing .date .time {
   	color: #fa8d29 !important;
}

.scinner .poster h3 {
	display: none;
}

.grid .scinner .poster h3 {
	display: block;
}

.full-day .showing-container.grid .scinner .poster h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 1.4em;
    padding: 20px 25px;
    box-sizing: border-box;
    margin: 0px;
    color: #fff;
    text-shadow: 1px 1px 0px black;
}

.panel.pfilms .pback {
	padding: 20px;
}

.panel.pfilms .pback p {
	color: #000;
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
}

.panel.pfilms .addtoany_share_save_container {
	display: none;
}

.panel.pfilms .pback a {
	display: block;
	text-decoration: none;
}

.panel.pfilms .pback .pdir span::after {
	content: ',';
	padding-right: 4px;
}

.panel.pfilms .pback .pdir span:last-of-type::after {
	content: none;
	padding-right: 0px;
}

.ui-widget.ui-widget-content {
	border: 0px !important;
}




#ui-datepicker-div {
	z-index: 9999 !important;
}














p.ffrmd {
	font-size: 90%; 
	margin-bottom: 3px;
}

.panel-content p.ffrmd .ven {
	font-style: italic;
}

.panel-content p.ffrmd .tim {
	font-weight: 900;
}

.pback p.synop {
	margin: 10px 0px 0px 0px;
}

span.dires em {
	font-style: normal;
}

span.dires em::after {
	content: ', ';
}

span.dires em:last-of-type::after {
	content: none;
}


#calendar.fc {
	text-align: center;
	margin: 0 auto 50px;
	padding-top: 40px;
}

.fc-body .fc-resource-area .fc-cell-content .fc-cell-text {
	white-space: normal;
	display: block;
}

.fc-body .fc-resource-area .fc-rows > table > tbody .fc-widget-content {
	color: #fff;
	background-color: #fa8d29;
	font-weight: 700;
}

.scheddy {
	padding: 4px 8px;
	text-align: left;
}

.scheddy p, .scheddy div.schedmeta {
  text-overflow: ellipsis;
  overflow: hidden;
}





#eventContent a {
	display: block;
}

#flength::after {
	content: ' min';
}

#popmeta {
	font-size: 100%;
	font-weight: 100;
}

#popmeta.film span#fyear, #popmeta.film span#count {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000;
}

#popmeta.film span#fgenre {
	display: none;
}

#popmeta.studio span#flength, #popmeta.studio span#fyear, #popmeta.studio span#count, #popmeta.music span#flength, #popmeta.music span#fyear, #popmeta.music span#count {
	display: none;
}

#eventInfo {
	font-size: 110%;
	padding-bottom: 15px;
}

body.page-template-page-program .ui-corner-all {
	border-radius: 0;
	border: 0px;
}

body.page-template-page-program .ui-dialog {
	-webkit-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.08);
	box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.08);
	overflow: visible;
	padding: 0px;
	z-index: 8000;
	}
	
body .ui-icon-closethick {
	background-position: -32px -192px;
}

body.page-template-page-program .ui-state-default, body.page-template-page-program .ui-widget-content .ui-state-default, body.page-template-page-program .ui-widget-header .ui-state-default, body.page-template-page-program #accordion .ui-widget-content {
    border: 0px;
    background: transparent;
}

body.page-template-page-program .ui-dialog .ui-dialog-titlebar-close {
	right: -8px;
	top: -8px;
	margin: 0px;
	z-index: 9999;
	background-color: transparent;
	border: 0px;
}



body .fc-scroller * {
	border-left: 0px !important;
	border-right: 0px !important;
}




body.page-template-page-program #ui-datepicker-div {
	box-shadow: 0px 0px 16px black
}

body.page-template-page-program .ui-dialog a {
	text-decoration: none;
}

body.page-template-page-program .ui-dialog a:hover p {
	color: #000;
}

body.page-template-page-program .ui-widget-header {
    border: 0px;
    background: transparent;
}

body.page-template-page-program #poptitle {
    color: #000;
    font-weight: 500;
    font-size: 140%;
    text-transform: uppercase;
}
body.page-template-page-program .ui-dialog-titlebar {
	height: 0px;
}

body.page-template-page-program .ui-dialog-titlebar > span {
	display: none;
}



body.page-template-page-program .ui-dialog .ui-dialog-titlebar {
	padding: 0px;
}

.poptop {
	padding-bottom: 70%;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    margin: -30px -14px 10px -14px;
}

bodybody.page-template-page-program .ui-dialog .ui-dialog-content {
	padding: 14px;
}

body.page-template-page-program .ui-dialog {
	padding-top: 230px;
	margin-top: -200px;
}

#calendar .fc-toolbar button {
	background-color: #fff;
	color: #000;
	border: 3px solid #000;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-image: none;
height: auto;
outline: 0;
}

#calendar .fc-toolbar button:hover {
	color: #fa8d29;
	border: 3px solid #fa8d29;
}

#calendar .fc-toolbar .fc-left > * {
	vertical-align: middle;
}

#holdgrid {
	display: none;
}


@media (max-width:992px) {

	.homesched .items > div {
		width: 31%;
	}

	.homesched .items > div:hover {
		width: 33%;
	}

}

@media (max-width:600px) {

	.homesched .items > div {
		width: 48%;
	}

	.homesched .items > div:hover {
		width: 50%;
	}
	

	.showing-container.grid, .panel.pfilms {
		width: 100%;
	}
	
	.btn-group {
		text-align: center;
		padding: 0px 20px 30px 20px;
		display: block !important;
	}
	
	.btn-group > .btn {
		float: none !important;
		display: block !important;
		margin: 3px auto !important;
	}	
	
	div.showing-container:not(.grid) .actionitems {
		display: block !important;		
	}
	
	div.showing-container:not(.grid) .actionitems .actionitem {
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
		display: block;
		text-align: center;
		font-size: 80%;
	}
	
}

img.aligncenter {
	text-align: center;
	margin: 0px auto;
	display: block;
}

body.single-event #itinerary-calendar {
	max-width: 1192px;
	margin: 0px auto;
	display: none;
}