/*
Theme Name: IndieLisboa
Author: Claudio Fernandes
Author URI: https://cargocollective.com/claudiofernandes
Description:  Based on WP Bootstrap Starter.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indielisboa
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Featured posts
# Destaques agenda
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

body.page-template-template-junior,
body.page-template-template-homejunior,
body.page-template-template-newsjunior,
body.page-template-template-movies-junior,
body.page-template-template-partners-junior,
body.page-template-template-screening-junior{
	background: #60E2A4;
}

body.page-template-template-junior footer#colophon,
body.page-template-template-homejunior footer#colophon,
body.page-template-template-newsjunior footer#colophon,
body.page-template-template-movies-junior footer#colophon,
body.page-template-template-partners-junior footer#colophon,
body.page-template-template-screening-junior footer#colophon{
	background: #EA9430;
}
aside#secondary.widget-area.col-sm-12.col-lg-4{
	/*padding-left: 30px;*/
}
/*
.container{
	position:relative;
}
.moviedetails{
	position:fixed;
	right:0;
}*/

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

p a, a.small{
  box-shadow: inset 0 -7px 0 #fce771;
}
p a:active, a.small:active,
p a:hover, a.small:hover {
  color: black;
  background-color: #fce771;
  box-shadow: none;
  text-decoration: underline;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.jury-column{
	width:30%;
	float:left;
	display:block;
	height:auto;
	margin-right:3%;
	text-align: center;
}

.divider{
	display:block;
	background:#000;
	width:100%;
	height:10px;
	margin:20px 0;
	clear:both;
}
.spacer{
	display:block;
	padding:20px;
	clear:both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1, aside h3.widget-title {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-size:14px;
}
div.entry-title {
  background:#ffff00;
  padding:20px 20px 40px;
  margin-top:0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

article.screening h1.entry-title{
	width:70%;
}

h2.entry-title {
}
h3.widget-title {
  font-size: 1.2em;
}

#footer-widget h3.widget-title {
  color: #fff;
}
#footer-widget h3.widget-title {
  color: #fff;
}

.site-info{
	position:absolute;
    bottom:20%;
}

/*--------------------------------------------------------------
# Language selector
--------------------------------------------------------------*/

.lang-selector{
	transform: rotate(90deg);
	transform-origin: left top 0;
	text-transform: uppercase;
	font-weight:bold;
	margin:0;
	padding:0;
	position:absolute;
	right:-20px;
	top:20px;
	z-index: 1111;
}


@media screen and (max-width: 769px) {
	.lang-selector{
		right:-55px;
	}
	.link-to-noticias{
		margin: 25px 0 30px;
		display: block;
	}
	.site-info {
	    bottom: 5%;
	}
	html body .lsi-social-icons {
	    margin-left: -10px !important;
	    margin-top: 30px !important;
	}
	h1, aside h3.widget-title {
	    padding-bottom: 10px;
	}
	.tickets {
	    top: -20px !important;
	}
	.gray {
	    margin-top: 5px;
	}
	article.screening h1.entry-title {
	    width: 90%;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
	div.ticketline-container {
	    width: 100% !important;
	}
	.tickets p {
	    padding-top: 2px;
	}
	.page-header {
    		margin: 70px 0 20px !important;
	}
	.mobile_menu .toggle_main_menu {
	    display: none !important;
	}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background:-webkit-linear-gradient(#eeeeee 0%, #ffffff 100%)
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.wp-post-image{
	width:100%;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
# Single Movie elements
--------------------------------------------------------------*/

.show-movie{
	width:100%;
	background:#000;
	color:#ffff00;
	display:block;
	padding:20px;
	margin-bottom:20px;
	font-weight: bold;
}

.show-movie:hover{
	background:#ffff00;
	color:#000;
}

.swipebox-video{
	border:8px solid #ffff00;
}

a#swipebox-close{
	background-color: #000000;
}

.movie-details{
	margin: 0;
	font-size: 0.8em;
}

.no-margin{
	margin:15px 0;
}

.movie-result{
	border:#000 4px solid;
	margin:10px 0;
	background:#ffff00;
	width:100%;
	height:auto;
	overflow: hidden;
}


/*--------------------------------------------------------------
# ULTIMATE SEARCH
--------------------------------------------------------------*/

#uwpqsf_id{
	border:none;
	width:100%;
}
.uform_title{
	display:none;
}
.uwpqsf_class{
	float:left;
	clear:none;
}
#tax-select-0{
	display:none;
}
#tax-select-1,
#tax-select-2{
	width:50%;
	height:50px;
	margin:0;
	padding:0;
}

#uwpqsf_btn{
	width:20%;
}
.taxolabel-1,
.taxolabel-2{
	display:none;
}

.uwpqsf_class select{
	height:20px;
}

/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: https://stackoverflow.com/a/5809186 */
.uwpqsf_class select {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: none;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(https://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#c2bf00 0%, #fff700 100%);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #000;
   font-size: 12px;
   margin: 0;
   padding: 10px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   height:40px;
}

/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

.history-item{
	width:20%;
	height:300px;
	overflow:hidden;
	margin:10px;
	border:8px solid #FFFF00;
	float:left;
	text-align: center;
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #ffff00;
	background-size:100%;
}

.history-item h4{
	display: none;
	line-height:300px;
	margin:0;
}

.history-item:hover h4{
	display:block;
	background-color: #ffff00;
}



/* TAGS */
.id-selector{
	width:100%;
	height:200px;
	margin: 0 0 60px 0;
	padding:0;
	display: block;
}
.id-selector ul{
	list-style: none;
	margin:0;
	padding:0;
}
.id-selector ul li{
	width:24%;
	height:200px;
	margin: 5px;
	float:left;
}

.id-selector ul li:hover{
	opacity:0.7;
}

.id-selector ul li h1{
	color:#fff;
	text-align:center;
	padding-top:130px;
}

.clear{
	clear: both;
}

/*--------------------------------------------------------------
# Featured posts
--------------------------------------------------------------*/
.featured-post{
	width:100%;
	height: 350px;
	/*border:8px solid #000;*/
	overflow:hidden;
	background:#FFFFFF;
	position: relative;
}
.featured-post:nth-of-type(1) { 
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  border-bottom: none;
}

.featured-post:nth-of-type(2) { 
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  border-top: none;
  margin-bottom:20px;
}

.featured-post .featured-image, .featured-post .featured-content{
	width:50%;
	height: 350px;
	margin-bottom: 0;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.featured-post:hover .featured-image, .featured-post:hover .featured-content {
  opacity: 0.3;
}

.featured-post:hover .middle {
  opacity: 1;
}

.text {
  background-color: #000;
  color:#FFFF00;
  font-weight:bold;
  font-size: 72px;
  padding: 5px 42px;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.featured-post:nth-of-type(1) .featured-image{ 
	float:left;
}
.featured-post:nth-of-type(1) .featured-content{
	float:right;
}

.featured-post:nth-of-type(2) .featured-image{ 
	float:right;
}

.featured-post:nth-of-type(2) .featured-content{
	float:left;
}

.featured-post .featured-image{
	background-size: cover !important;
	background-position-x: center;
}

.featured-post .featured-content{
	padding:40px 20px;
}

.featured-post .featured-content small{
	font-size:0.8em;
}
.featured-post .featured-content small p{
}

.featured-post .featured-content h4{
	margin:10px 0;
}

.featured-image:hover, .featured-content:hover{
}

@media screen and (max-width: 767px) {
.featured-post{
	width:100%;
	height:auto;
	/*border:8px solid #000;*/
	overflow:hidden;
	background:#FFFFFF;
	position: relative;
}
.featured-post .featured-image, .featured-post .featured-content{
	width:100%;
	margin-bottom:0px;
}	
.widget {
    max-width: 100%;
    overflow: hidden;
}
.featured-post .featured-image{
	height:200px;
}	

.featured-post .featured-content{
	height:auto;
}

.featured-post .featured-content{
	padding:20px 20px 40px;
}

.featured-post .featured-content small{
	font-size:0.8em;
	margin:0;
	padding:0;
}
.featured-post .featured-content small p{
	display:none;
}

.featured-post .featured-content h4{
	padding:0;
	line-height: normal;
}
}


/*--------------------------------------------------------------
# Destaques agenda
--------------------------------------------------------------*/
ul.destaque-agenda{
	list-style: none;
	padding:0;
	margin:0;
}
h5.destaque-agenda{
	margin:0;
	padding:13px 0 25px 0;
	float:left;
}
.separador{
	background:#000;
	-webkit-clip-path: polygon(0 7%, 100% 0%, 100% 3%, 0 10%);
	clip-path: polygon(0 7%, 100% 0%, 100% 3%, 0 10%);
	width:100%;
	height:100px;
	margin:0 0 -70px 0;
}

section#responsive_lightbox_image_widget-3.widget.rl-image-widget{
	float: left;
	margin-right: 15px;
}

section#responsive_lightbox_image_widget-4.widget.rl-image-widget{
	float: left;
}
h3.widget-title{
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #FFF ;
  padding: .74em 1em;
  z-index: 1000;
  position: fixed;
  width:100%;
}

.row,
#page-sub-header .container{
	margin-top:100px;
	   
}


#page-sub-header-edition .container{
	padding-top:40px;
	padding-bottom:0;
}

.row-invert{
	margin-top:-78px;
}

section#responsive_lightbox_image_widget-3 h3.widget-title,
section#responsive_lightbox_image_widget-4 h3.widget-title{
	display:none;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1em;
  outline: medium none;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.navbar-brand{
	padding: 15px 15px 15px 0px;
}
.navbar-collapse {
    border-top: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.collapsing{position: relative;top: -3px;}

#page-sub-header {
  padding-top: 4.5em;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25em;
  background-size: cover !important;
  position: relative;
  z-index: 2;
}
#page-sub-header-edition{
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin-top:-55px;
  font-size: 1.25em;
  background-size: cover !important;
  resize: both;
  background: url(https://indielisboa.com/wp-content/themes/indielisboa/img/bg_callforentries_2019.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f9a01b !important;
}

_:-ms-lang(x), .body a { color: #333 }

#page-sub-header-edition .container .main-logo{
	margin-bottom:0;
}


#page-sub-header h1 {
  line-height: 1;
  font-size: 4em;
  color: #000000;
  margin: 0 0 1em;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 300;
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6em;
  display: inline-block;
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750em;
    line-height: 1;
  }

  #page-sub-header {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43em;
    margin: 0 auto;
  }
}

.menu-item-46534{
	padding-left:40px;
	margin-left:10px;
	background: url(img/IJ-logo.png) 7px center no-repeat #60E2A4;
	border-radius: 25px;
}
.menu-item-46534 a:hover{ border-top-right-radius: 25px; border-bottom-right-radius: 25px; }

.earlybird{
	padding-left:35px;
	margin-left:10px;
	background: url(img/IL_earlybird_30px.gif)5px center no-repeat #FFFF00;
	border-radius: 25px;
}

/*/////////////////////////////*/

.video-background, .sqs-html5-video, .video-background-junior{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

.video-background-junior{
	background:url(https://indielisboa.com/wp-content/themes/indielisboa/img/IJ-site-1.jpg) center center no-repeat;
	background-size:auto;
}

._pattern-overlay { 
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.7;
	bottom: 0;
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
	z-index: 10;
}

.main-logo{
	margin:0 auto 80px;
}



/*/////////////////////////
	EARLY BIRD
//////////////////////////*/
	
section#media_image-3.widget.widget_media_image{
	margin-top:20px;
	margin-left:20px;
}
	
	
	
	
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.caret {
    margin-left: 0 !important;
}
#masthead .navbar-nav > li > a {
  color: #000000;
  padding: 0.5em;
  font-weight: bold;
  font-size: 14px;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #000000;
  font-weight: bold;
  background: #eded00;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313em;
  padding-top: 0.313em;
}

.dropdown-menu {
  min-width: 12.500em;
  border-radius:0;
  border: 4px solid #000;
  padding: .5rem 0;
}

.dropdown.open > .dropdown-menu {
  display: block;
  left: 1em;
  max-width: 210px;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
  font-weight:bold;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875em;
    top: 1.375em;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250em;
    padding: 0;
    border: 4px solid #000;
  }

  .dropdown-menu li a {
    padding: 5px 0;
    padding: 6px 20px;
    
  }
  .collapse {
    display: none;
}
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color: #262626 !important;
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625em;
    padding-top: 0.313em;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875em;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 4px solid #000;
  border-radius: 0;
  display: inline-block;
  padding: 0.313em 0.875em;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 0.313em;
  line-height: normal;
  padding: 0.938em 1.438em 0.875em;
  text-decoration: none;
  top: 0.313em;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/* skew elements */

.skew-bottom{
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.skew-top{
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
#footer-widget{
  padding-top:50px;
}
}

div.row .partners{
	/*background-color:#ffffff;*/
	margin-top:0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313em 0 1.25em 1.25em;
}

a img.alignnone {
  margin: 0.313em 1.25em 1.25em 0;
}

a img.alignleft {
  float: left;
  margin: 0.313em 1.25em 1.25em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313em 1.25em 1.25em 0;
}

.wp-caption.alignleft {
  margin: 0.313em 1.25em 1.25em 0;
}

.wp-caption.alignright {
  margin: 0.313em 0 1.25em 1.25em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6em;
  margin: 2.5em 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 1em;
  padding-top: 1em;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563em;
  left: -2.5em;
  position: absolute;
  top: 0.375em;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4em;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
  font-size:0.8em;
}
.posted-on a{
	color:#666;
}

.entry-title > a {
  color: inherit;
}


/*--------------------------------------------------------------
## Noticias
--------------------------------------------------------------*/

.noticia-small{
	width:30%;
	float:left;
	margin-right:5%;
	height:400px;
	overflow: hidden;
	margin-bottom:20px;
}

.noticia-small:nth-of-type(3n+0){
	margin-right:0;
}

div.imagem-noticia{
	width:100%;
	height:170px;
	overflow:hidden;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);

}
.noticia-small-excerpt{
	margin-top:0;
}
.noticia-small h3.entry-title{
	margin:10px 0;
}

@media screen and (max-width: 768px) {
 .noticia-small{
	 width:100%;
	 height:auto;
 }
  .noticia-small-excerpt{
	display:none;
  }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
 .noticia-small{
	 width:100%;
	 height:auto;
 }
  .noticia-small-excerpt{
	display:none;
  }
  
  a.goto-filmes-header {
	    margin-left: 0px !important;
	    padding: 8px 10px !important;
	    font-size: 12px !important;
	}
	.navbar-brand{padding: 0 !important;	margin-right: 0 !important;}
	header .container{padding-left: 0 !important;}
	
	.navbar{display: block;    padding: 10px !important;}
	.widget.widget_search{position: absolute;top: -8px;right: 5px;}
	.navbar-light .navbar-toggler {
	    margin-left: 20px;
	}
	.collapsing{width: 100%;text-align: left;}
	
	.navbar-nav {margin: 15px 0px;width: 100%;}
	.navbar-collapse.collapse{display: none !important;}
	.navbar-collapse.collapse.show{display: block !important;}
	.lang-selector {
	    right: -52px;
	    top: 15px;
	}
}


@media screen and (max-width: 767px) {
 .noticia-small{
	 width:100%;
	 height:auto;
 }
  .noticia-small-excerpt{
	display:none;
  }
  
  	a.goto-filmes-header {
	    margin-left: 0px !important;
	    padding: 8px 10px !important;
	    font-size: 12px !important;
	}
	.navbar-brand{padding: 0 !important;	margin-right: 0 !important;}
	header .container{padding-left: 0 !important;}
	
	.navbar{display: block;padding: 10px 0 !important;}
	.widget.widget_search{position: absolute;top: -8px;right: 5px;}
	.navbar-light .navbar-toggler {
	    margin-left: 20px;
	}
	.collapsing{width: 100%;text-align: left;}
	
	.lang-selector {
	    right: -50px;
	    top: 15px;
	}
	.entry-header h1{margin-top: 0;}
	.navbar-nav {margin: 15px -15px;}
	x.navbar-nav .dropdown-menu.show {
	    overflow-y: scroll;
	    max-height: 250px;
	    -webkit-overflow-scrolling: touch;
	}
	div.entry-title {
	    padding: 20px 20px 80px;
	}
	
	ul.navbar-nav#menu-header_menu{ max-height: 75vh; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
	
	
}



@media screen and (max-width: 321px){
	header .container {
	    padding-right: 0 !important;
	}
	a.goto-filmes-header {
	    margin-left: 5px !important;
	    padding: 8px 8px !important;
	    font-size: 11px !important;
	}
	.site-header .search-field {
	    margin: 3px 0 3px 10px !important;
		padding: 0 0 0 20px;
   	}
}

@media screen and (min-width:1025px) and (max-width: 1283px) {
 
  a.goto-filmes-header {
	    font-size: 12px !important;
	}
	.lang-selector {
	    right: -50px;
		top: 20px;
	}
}

@media screen and (min-width:1024px) and (max-width: 1199px) {
 
  a.goto-filmes-header {
	    font-size: 12px !important;
	}

	.navbar-brand{padding: 0 !important;	margin-right: 0 !important;}
	header .container{padding-left: 0 !important;}
	
	.navbar{display: block;    padding: 10px !important;}
	.widget.widget_search{position: absolute;top: -5px;right: 5px;}
	.navbar-light .navbar-toggler {
	    margin-left: 20px;
	}
	.collapsing{width: 100%;text-align: left;}
	
	.navbar-nav {margin: 15px 0px;width: 100%;}
	.navbar-collapse.collapse{display: none !important;}
	.navbar-collapse.collapse.show{display: block !important;}

	.lang-selector {
	    right: -50px;
		top: 20px;
	}
}


@media screen and (max-width: 992px) {
.noticia-small{
	width:45%;
	height:300px;
}

.noticia-small:nth-of-type(2n+0){
	margin-right:0;
}
.noticia-small:nth-of-type(3n+0){
	margin-right:5%;
}
  .noticia-small-excerpt{
	display:none;
  }
}

/* Pagination */

.prev-post{
	float:right;
}

.next-post{
	float:left;
}

/*--------------------------------------------------------------
## Filmes
--------------------------------------------------------------*/

.filme-small,
.searchresults article{
	width:30%;
	float:left;
	margin-right:5%;
	height:300px;
	overflow: hidden;
	margin-bottom:20px;
	text-align: center;
	background: #ffff00;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.filme-small:nth-of-type(3n+0),
.searchresults article:nth-of-type(3n+0){
	margin-right:0;
}

div.imagem-filme{
	width:100%;
	height:170px;
	overflow:hidden;
}

.searchresults article div.entry-summary{
	display:none;
}

.filme-small-excerpt{
	margin:0;
	padding:10px;
	display:block;
	line-height:90%;
}

.filme-small h3.entry-title{
	margin:10px 0 0 0;
	line-height:100%;
}

.searchresults article h1{
	font-size: 18px;
}


@media screen and (max-width: 768px) {
 .filme-small{
	 width:100%;
	 height:auto;
 }
  .filme-small-excerpt{
	display:none;
  }
  
}

@media screen and (max-width: 992px) {
.filme-small{
	width:45% !important;
	height:300px;
	margin-right: 5% !important;
}

.filme-small header.entry-header{ display: flex; flex-direction: column;height: 100%; }

.filme-small header.entry-header h3.entry-title{ margin: -10px 0 0 0;line-height: 100%;flex-grow: 1;flex-shrink: 0;display: flex;justify-content: center;align-items: center;}
 .filme-small-excerpt{
	display:none;
  }
}


.event-item{
	border:4px solid #000;
	width:100%;
	margin:10px 0;
	padding:10px;
	line-height:90%;
	background: url(https://indielisboa.com/wp-content/themes/indielisboa/img/screening-icon.png) 110px 35px no-repeat #FFFF00;
}

article.item.event-item.event-item.indiejunior{
	background: url(https://indielisboa.com/wp-content/themes/indielisboa/img/IJ-logo-big.png) 100px 20px no-repeat #60E2A4;
}

article.item.event-item.event-item.indiebynight{
	background: /*urlurl(https://indielisboa.com/wp-content/themes/indielisboa/img/IJ-logo-big.png) 100px 20px no-repeat*/ #aeb1ff;
}


article.item.event-item.event-item.lisbontalks{
	background: /*url(https://indielisboa.com/wp-content/themes/indielisboa/img/IJ-logo-big.png) 100px 20px no-repeat*/ #fdaa00;
}

body.page-template-template-screening-junior article.item.event-item.event-item.indiejunior{
	background: url(https://indielisboa.com/wp-content/themes/indielisboa/img/IJ-logo-big.png) 100px 20px no-repeat #FFF !important;
}



.tickets{
	width:auto;
	height:55px;
	position:absolute;
	top:10px;
	right:10px;
	padding:10px;
	background: url(https://indielisboa.com/wp-content/themes/indielisboa/img/tickets.png) right 5px no-repeat #00eaff;
	border:4px solid #000;
}
.tickets p{
	text-align:right;
	margin-right:45px;
	font-weight: bold;
	padding-top:5px;
}
.tickets:hover{
	opacity:0.5;
}





.event-item h4{
	font-size:26px;
	margin-bottom:5px;
}
.event-item h5{
	padding:0;
	margin:10px 0 0 0;
}
.gray{ font-size:12px; }
.time{
	padding:0;
	margin:0;
}

/* SCREENINGS */

.padding-top{
	margin-top:40px;
}

.screening-selection{
	width:100%;
	display:block;
	margin-top:0;
}

ul.date-selector{
	list-style: none;
	width:100%;
	margin:0 auto;
	text-align: center;
	padding:20px;
}

div.screening-selection.background-selector{
	background:#0582B8;
	border:8px solid #FFF;
}
.black-header{
	color:#fff!important;
	text-align: center!important;
}

body.page-template-template-screening-junior ul.date-selector{
	list-style: none;
	width:100%;
	margin:0 auto;
	text-align: center;
	padding:20px;
	background:#EA9430;
	border:8px solid #FFF;
}

ul.date-selector li{
	display: inline-flex;
	padding:0 25px;
}

ul.date-selector li:hover{
	opacity:0.5;
}

ul.date-selector li a{
	color:#FFF;
	text-shadow: 2px 2px  black;
}

body.page-template-template-screening-junior ul.date-selector li a{
	color:#FFF;
	text-shadow: none;
}

.selected{
	background:#FFF;
	border: 4px solid #000;
}

.selected a{
	color:#000 !important;
	text-shadow: none !important;
}

.screening-hour{
	border-bottom: 4px solid #000;
	width:300px;
	float:left;
	padding:0 10px 10px 0;
	margin-bottom:20px;
	text-align:left;
}

/*--------------------------------------------------------------
## Equipa
--------------------------------------------------------------*/

.equipa-small{
	width:15%;
	float:left;
	margin-right:2%;
	height:250px;
	overflow: visible;
	margin-bottom:20px;
}

.equipa-small:nth-of-type(6n+0){
	margin-right:0;
}

div.imagem-equipa{
	width:100%;
	height:170px;
	overflow:hidden;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);

}
.equipa-small-excerpt{
	margin-top:0;
	font-size:80%;
	line-height:90%;
}
.equipa-small h3.entry-title{
	margin:10px 0 5px 0;
	line-height:95%;
}


@media screen and (max-width: 768px) {
 .equipa-small{
	 width:100%;
	 height:auto;
 }

}

@media screen and (max-width: 992px) {
.equipa-small{
	width:45%;
	height:250px;
	margin-right:10%;
}

.equipa-small:nth-of-type(2n+0){
	margin-right:0;
}
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625em;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125em;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563em 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313em 0.313em 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688em;
  line-height: 1.063em;
  margin: 0;
  padding: 0.625em;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313em !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625em;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}
header#masthead {
    z-index: 9999;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  margin-top:0;
  color: #fff;
  background-color: #1A1A1A;
  font-size: 70%;
  position: relative;
}

.copyright {
  font-size: 0.875em;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.438em;
    padding-top: 0.438em;
  }
   .noticia-small{
	width: 100%;
    margin-bottom: 3em;
    height: auto;
}
	.featured-noticias h1{
		margin: 0;
		font-size: 28px;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.site-header .search-form {
    position: relative;
    right: 5px;
    top: 12px;
}
 
.site-header .search-field {
    background-color: transparent;
    background-image: url(img/search.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0 3px 20px;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
    font-size:0.8em;
    font-weight:bold;
    -webkit-box-shadow: none;box-shadow: none;
    border: 1px solid transparent;
}
 
.site-header .search-field:focus {
    background-color: #ffff00;
    border: none;
    cursor: text;
    color:#000000;
    outline: 0;
    width: 230px;
    border: 1px solid #ededed;
}
.search-form
.search-submit { 
display:none;
}

/*
	
	cores 2019

	Azul: #0582B8
Vermelho: #EC2029
	
*/

/* UPPER 2019 */
a.goto-filmes-header{ margin-left: 13px; background: #ffff00; padding: 8px 12px; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; transition: color .2s ease-in-out; -webkit-border-radius: 25px;-moz-border-radius: 25px;-o-border-radius: 25px;-ms-border-radius: 25px;border-radius: 25px;}
a.goto-filmes-header:hover{background: #eded00;}
a.goto-filmes-header{ margin-left: 13px; background: #ffff00; padding: 8px 12px; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; transition: color .2s ease-in-out; -webkit-border-radius: 25px;-moz-border-radius: 25px;-o-border-radius: 25px;-ms-border-radius: 25px;border-radius: 25px;    text-transform: unset !important;}
a.goto-filmes-header:hover{background: #eded00;}

aside.moviedetails article.movie-result a{ display: flex; line-height: 1.4em; }
aside.moviedetails article.movie-result a:focus,
aside.moviedetails article.movie-result a:visited{ text-decoration: none; outline: none; }
aside.moviedetails article.movie-result a img{ margin-bottom: auto; margin-right: 10px; margin-top: 2px;position: relative;left: -8px;}
aside.moviedetails article.movie-result a .session_details_sidebar{ display: flex; flex-flow: column; }
aside.moviedetails article.movie-result a .session_details_sidebar b{ margin-bottom: 5px; }


.related_movies .related_movies_header{ display: flex; }
.related_movies .related_movies_header *{margin-bottom: 15px;align-self:baseline;flex-grow: 1;}
.related_movies .related_movies_header p{text-align: right;}

.related_movies .movies_list{ display: block; position: relative; width: 100%; float: left; padding: 0; }
.related_movies .movies_list li.featured-post{list-style: none;clip-path: none;height: auto;background: none;padding: 5px;-webkit-transition: background .3s ease-in-out, box-shadow .3s ease-in-out;transition: background .3s ease-in-out, box-shadow .3s ease-in-out;box-shadow: 0px 0px 15px -15px transparent;}
.related_movies .movies_list li.featured-post:hover{ /* background: #FFF; */box-shadow: 0px 0px 15px -15px #333; }
.related_movies .movies_list li .movie_item_wrapper{ display: inline-flex; }
.related_movies .movies_list li, .related_movies .movies_list li a:focus, .related_movies .movies_list li a:visited{ text-decoration: none; outline: none; color: inherit; }
.related_movies .movies_list li img{ -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.related_movies .movies_list li .movie_title{font-weight: 700;margin: 5px 0 10px;font-size: 1.05em;line-height: 1.2em;}
.related_movies .movies_list li .movie_excerpt{font-size: .9em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* number of lines to show */line-height: 1.5em; /* fallback */max-height: 4.5em;margin-bottom: 10px;}

.related_movies .movies_list li .featured-image{width: 100%; height: auto; }
.related_movies .movies_list li .middle{top: 78px;}
.related_movies .movies_list li .middle .text{ font-size: 32px; padding: 5px 32px; }
.related_movies .movies_list li .bottom{background: #ffff00;padding: 10px 20px 50px;margin-top: 0;-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);}

/* slick adjustments */
.related_movies .slick-track{ padding-bottom: 10px; }
.related_movies .slick-arrow{background: #000 !important;border-radius: 0;height: 50px;width: 25px;right: -9px;top: 46.5%;}
.related_movies .slick-arrow:before{opacity: 1 !important;font-family: Montserrat;font-size: 34px;color: #ff0;font-weight: 400;line-height: 18px;}
.related_movies .slick-prev.slick-arrow{left: -8px;z-index: 999;}
.related_movies .slick-next.slick-arrow:before{content: '›';}
.related_movies .slick-prev.slick-arrow:before{content: '‹';}

.related_movies .slick-arrow:hover:before{ opacity: .92 !important; }
.related_movies .slick-dots li.slick-active button:before{ opacity: 1 !important; }
.related_movies .slick-dots li button:before{font-size: 10px;}
.related_movies .slick-dots li{margin: 0;}

/* single-movies template */
.upper-films-nav{ position: fixed; top: 40vh; display: flex; width: 280px; height: 80px; overflow: hidden; -webkit-transition: left .3s ease-in-out, right .3s ease-in-out; transition: left .3s ease-in-out, right .3s ease-in-out; z-index: 999; box-shadow: 1px 1px 15px -10px #000; }
.upper-films-nav.films-nav-prev{ left: -250px; }
.upper-films-nav.films-nav-prev:hover{ left: 0px; }
.upper-films-nav.films-nav-next{ right: -250px; }
.upper-films-nav.films-nav-next:hover{ right: 0px; }

.upper-films-nav .nav-thumb{ position: relative; height: 80px; color: white; width: 250px; }
.upper-films-nav .nav-thumb img{ width: 100%; height: 100%; object-fit: cover; object-position: center; }
.upper-films-nav .trigger{background: #000; color: #FF0; min-width: 30px;max-width: 30px;font-size: 4em;line-height: 70px;text-align: center;font-weight: 100; display: block; }
.upper-films-nav .nav-title{ position: absolute; top: 5px; bottom: 5px; left: 5px; right: 5px; display: flex; align-items: center; justify-content: center; text-align: center; background: #0007; font-weight: 700; padding: 5px; flex-direction: column; }

/* .upper-films-nav .nav-title .description{ font-style: oblique; font-family: Times, serif; font-weight: 100; font-size: .8em; line-height: 2em; margin-top: -5px; } */
.upper-films-nav .nav-title .description{ font-family: Arial, sans-serif; font-weight: 100; font-size: .8em; font-variant: all-petite-caps; }
.upper-films-nav .nav-title span{ line-height: 1.2em; padding-bottom: 2px; font-size: 1.1em; }

.upper-films-nav-2{ position: fixed; top: 30vh; display: flex; width: 90px; height: 80px; overflow: hidden; /* -webkit-transition: left .3s ease-in-out, right .3s ease-in-out; transition: left .3s ease-in-out, right .3s ease-in-out; */ z-index: 999; box-shadow: 1px 1px 15px -10px #000; clip-path: none !important; }
.upper-films-nav-2.films-nav-prev{ left: 0px; }
.upper-films-nav-2.films-nav-next{ right: 0px; }
.upper-films-nav-2 .nav-thumb{ height: 100%; }
.upper-films-nav-2 .nav-thumb img{ width: 100%; height: 100%; object-fit: cover; opacity: 1; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out;}
.upper-films-nav-2:hover .nav-thumb img{ opacity: .3; }
.upper-films-nav-2 .middle .text{font-size: 55px;padding: 0px 15px 5px;line-height: 40px;font-weight: lighter;}


/* adjust for the nav's to go behing the footer */
footer#colophon{ z-index: 1000; }

/* global adjustments */
#page.site{ overflow-x: hidden; } /* fixs the extra width on the header and extra paddings and whatnot */
button.popmake-close:focus, button.popmake-close:visited{ text-decoration: none; outline: none; }
.single-movies .entry-content p, .single-movies .entry-content p span{ font-size: inherit !important;line-height: inherit !important;font-family: 'Montserrat', sans-serif !important;font-weight: 400 !important;line-height: 2em !important; }

/* Logo Retina */
.logo_normal {position: relative;}
.logo_retina {position: relative;display: none !important;}
.logo_retina {position: relative;display: none !important;}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
	.logo_normal {position: relative;display: none !important;}
	.logo_retina {position: relative;display: inline-block !important;width: 39px;height: 36px;}
	
	.site-header .search-field {background-image: url(img/search@2x.png);-webkit-box-shadow: none;box-shadow: none;}
	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
	.logo_normal {position: relative;display: none !important;}
	.logo_retina {position: relative;display: inline-block !important;width: 39px;height: 36px;}
	
	.site-header .search-field {background-image: url(img/search@2x.png);-webkit-box-shadow: none;box-shadow: none;}
	
}

/* safari specifics */
@media only screen and (min-width: 770px) {
	@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) { 
		body:not(.page-template-template-screening) .row{flex-wrap: nowrap;}
	}
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
  	section#responsive_lightbox_image_widget-4.widget.rl-image-widget{
	  	float: none;
	  	width: 100%;
  	}
	  .featured-post:nth-of-type(2) .featured-image {
	    float: none;
	    margin-bottom: 0;
	}
	.featured-post .featured-image {
	    margin-bottom: 0 !important;
	}
/*
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    padding-right: 25px;
	    padding-left: 25px;
	}
*/
	
	.related_movies .movies_list li.featured-post {
	    padding: 0;
	}
	.container {
	    padding-right: 25px;
	    padding-left: 25px;
	}
	.upper-films-nav.films-nav-next {
	    right: -255px;
	}
	.upper-films-nav.films-nav-prev {
	    left: -255px;
	}
	.upper-films-nav .trigger {
	    font-size: 3em !important;
	}
	.upper-films-nav.films-nav-next:hover {
	    right: 0px;
	}
	.upper-films-nav.films-nav-prev:hover {
	    left: 0px !;
	}
}

.language-chooser-item a:focus{ outline: none; text-decoration: none; color: inherit; }




/*  2020  */
.screenings-2020 ul.date-selector li:not(.selected){ padding: 0 20px; height: 0; }
.screenings-2020 ul.date-selector .datas-secundarias li{ margin: 40px 0px 80px 0; }
.screenings-2020 ul.date-selector .datas-secundarias li.selected{ margin-bottom: 0px; }
.screenings-2020 ul.date-selector .datas-secundarias li h1 { font-size: 1.7em; }
@media screen and (max-width: 1200px) {
	.screenings-2020 ul.date-selector li{ padding: 0 15px; }
}
aside#secondary > .widget_calendar{ display: none; }

header.entry-header {
    xheight: 209px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
header.entry-header > a {
    height: 180px;
    display: inline-block;
}
header.entry-header img {
    height: 100%;
    object-fit: cover;
}

body.page-template-template-movies-2020 input#uwpqsf_id_key.uwpqsftext{
	width: 99% !important;
    margin: 0 0 15px !important;
    padding: 12px 16px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 14px;
}

.searcheroo:before{
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 90px;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    position: absolute;
    right: 15px;
    font-size: 20px;
    z-index: 999;
    color: #fff;
    width: 60px;
    text-align: center;
}