/*
Theme Name:  Festival de Cinema Francês 2025 (Bootstrap Basic Child)
Template: 	 bootstrap-basic
Theme URI:	 https://wordpress.org/themes/bootstrap-basic/
Author: 	 New Gosling
Author URI:  https://newgosling.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: bootstrapbasicchild
*/

.alignleft {display: inline;float: left;margin-right: 1.5em;}.alignright {display: inline;float: right;margin-left: 1.5em;}.gallery {margin-bottom: 1.6em;}.gallery-item {display: inline-block;padding: 1.79104477%;text-align: center;vertical-align: top;width: 100%;}.gallery-columns-2 .gallery-item {max-width: 50%;}.gallery-columns-3 .gallery-item {max-width: 33.33%;}.gallery-columns-4 .gallery-item {max-width: 25%;}.gallery-columns-5 .gallery-item {max-width: 20%;}.gallery-columns-6 .gallery-item {max-width: 16.66%;}.gallery-columns-7 .gallery-item {max-width: 14.28%;}.gallery-columns-8 .gallery-item {max-width: 12.5%;}.gallery-columns-9 .gallery-item {max-width: 11.11%;}.gallery-icon img {margin: 0 auto;max-width: 100%;height: auto;}.gallery-caption {color: #707070;color: rgba(51, 51, 51, 0.7);display: block;font-family: 'bentonsansregular', sans-serif;font-size: 12px;font-size: 1.2rem;line-height: 1.5;padding: 0.5em 0;}.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {display: none;}.wp-caption {border: none;margin-bottom: 1.5em;max-width: 100%;color:#777;font-size:12px;}.wp-caption img[class*="wp-image-"] {display: block;margin: 1.2% auto 0;max-width: 98%;}.wp-caption-text {text-align: left;color:#777;font-size:12px;}.wp-caption .wp-caption-text {margin: 0.8075em 0;}.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;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.875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}

/*font*/
@font-face {
  font-family: 'bentonsansmedium';
  src: url('fonts/bentonsans-medium-webfont.woff2') format('woff2'),
       url('fonts/bentonsans-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bentonsansregular';
  src: url('fonts/bentonsans-regular-webfont.woff2') format('woff2'),
       url('fonts/bentonsans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bentonsansbold';
  src: url('fonts/bentonsans-bold-webfont.woff2') format('woff2'),
       url('fonts/bentonsans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*general*/
* {
	font-family: 'bentonsansregular', sans-serif;
	font-weight:400;
}

html {
   min-height:100%;
   position: relative;
   scroll-behavior: smooth;
}

body {
	font-family: 'bentonsansregular', sans-serif;
	font-weight:400;
	width: 100%;
  	height: 100%;
	color: #1c1c1c;
	font-size: 16px;
}

body #main-content {
	margin-bottom: 30px;
}

body.home .main-content,
body.archive-filmes #main-content {
	background: url(img/back_film.png) repeat-x #96002a;
	border-bottom: 0;
}

header.header {
	background-image: url('img/back_header.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #96002a;
	background-size: 100% 241px;
}	

div.banner-header {
	background-image: url('img/back_header_detail.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 5px solid #96002a;
}

.logo img {
	margin: 0;
}

@media (min-width: 1200px) {
    .banner-header {
		min-height: 305px;
	}

	.logo img { 
		margin-left: 25px;
	}
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container>.navbar-header {
        padding-top: 11px;
    }
}

/*links & buttons*/
a {
	color:#96002a;
	text-decoration:none;
}

a:hover {
	color:#96002a;
	text-decoration:underline;
}

.btn-primary {
	background: none;
	text-shadow: none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 80px;
	letter-spacing: 0;
	background-color: #96002a!important;
	border: 1px solid #96002a;
	color: #fff;
	width: auto;
	box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
	background-image: transparent;
	background-color: #ffb900!important;
	border: 1px solid #ffb900;
	color: #fff;
}

.btn-header {
	font-family: 'bentonsansbold';	
	position: absolute;
	right: 15px;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	background: url(img/icon_play.png) no-repeat 20px center #96002a;
	padding: 12px 25px 12px 55px;
}

.btn-header:hover,
.btn-header:focus,
.btn-trailer:hover,
.btn-trailer:focus {
	background: url(img/icon_play.png) no-repeat 20px center #96002a;
}

.btn-trailer {
	width: 100%;
	font-family: 'bentonsansbold';
	border-radius: 0;
	background: url(img/icon_play.png) no-repeat 20px center #96002a;
	padding: 12px 25px 12px 55px;
	text-align: left;
}

.btn-secondary {
	background: none;
	text-shadow: none!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 0;
	border: 2px solid #96002a;
	color: #96002a;
	width: 250px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-image: transparent;
	background: #f1f1f2;
	border: 2px solid #1c1c1c;
	color: #96002a;
}

.box-header .btn-secondary {
	margin-top: 15px;
}

.btn-highlight {
	font-family: 'bentonsansbold';
	font-size: 14px;
	height: 40px;
    line-height: 38px;
	background-color: #96002a;
	border: 1px solid #96002a;
	color: #ffb900;
}

.btn-highlight:hover,
.btn-highlight:focus {
	background-color: #96002a;
	border: 1px solid #ffb900;
	color: #ffb900;
}

/*nav*/
.navbar {
	border:1px solid transparent;
	margin-bottom:10px;
	min-height:60px;
	position:relative;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:#96002a;
}

.navbar-nav {
	margin:7.5px -15px;
}

/*@media (min-width: 1200px) {
    .navbar-nav {
		margin-left: 300px;
    }
}*/

.navbar-toggle .icon-bar {
	background: white!important;
}

.nav {
	list-style:none;
	margin-bottom:0;
	padding-left:0;
}

.navbar-nav > li > a {
	line-height:auto;
	padding-bottom:0;
	padding-top:0;
}

.nav > li > a {
	display:block;
	font-family: 'bentonsansmedium', sans-serif;
	font-weight: 600;
	padding:3px 15px 20px;
	position:relative;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
}

.nav > li:last-child > a {
	padding-right: 0;
}

.navbar-brand, .navbar-nav > li > a {
	text-shadow:rgba(255, 255, 255, 0.247059) 0 0 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .active > a:hover {
	background:none!important;
	color:#ffb900;
}


.navbar-nav > .active > a,
.navbar-nav > .active > a:focus {
	background:none!important;
	color:#ffb900;
}

.navbar-nav > li.disable > a, .dropdown-menu > li.disable > a {
	color:#777;
	cursor:default;
}

.navbar-nav .caret {
	display: none;
}

.dropdown-menu {
	background:#96002a;
	border: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
	color: #fff;
}

.dropdown-menu > li > a {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	padding: 10px 20px;
	font-family: 'bentonsansmedium', sans-serif;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color:#fff;
	background:#6f0220!important;
}

.dropdown-menu > li.disable > a:hover,
.dropdown-menu > li.disable > a:focus {
	color:#777;
	cursor:default;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background:#6f0220!important;
	color:#fff;
	text-decoration: none;
	outline: 0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}

.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand, 
.navbar-nav > li > a {
    text-shadow: none;
}

.social {
	padding-left: 0;
}

.social li {
	float:left;
	margin:7px 0 0 15px;
	list-style:none;
}

.social li:first-child {
	display: none;
	border-left: 1px solid #57839f;
	border-right: 1px solid #57839f;
}

.social li:first-child a {
	padding-left: 10px;
	padding-right: 10px;
}

#category-select {
	width: 220px;
	float: left;
	padding: 0;
	/*margin-right: 120px;*/
}

#category-select .glyphicon {
	font-size: 19px;
    float: left;
    margin-right: 9px;
}

#category-select .category-select-text {
	display: inline-block;
	/*float: left;*/
	height: 22.5px;
	line-height: 22.5px;
	font-family: 'bentonsansbold', sans-serif;
}

#category-select a {
	display: inline-block;
	font-family: 'bentonsansmedium', sans-serif;
	color:#fff;
	font-size:15px;
	padding: 19px 12px;
	margin-left: -15px;
	margin-bottom: -7px;
}

#category-select a:hover,
#category-select a:focus  {
	text-decoration: none;
	background:#6f0220!important;
}

#category-select li:hover  {
	text-decoration: none;
	background:#6f0220!important;
	cursor: pointer;
}

#category-select ul,
#category-select ul li {
	padding: 0;
	margin: 0;
}

#category-select ul {
	margin-left: -15px;
	height:300px;
    overflow:scroll;
}

#category-select ul li a {
	text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: #fff;
    padding: 5px 15px 5px 20px;
	margin-left: 0;
}

/*filter*/
.filter-search-sidebar {
	margin-bottom: 15px;
	/*padding: 20px;
	background:#cdcbcb;*/
	color:#1c1c1c;
}

.filter-search-sidebar h2 {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.filter-search-sidebar input,
.filter-search-sidebar select,
.filter-search-sidebar .dropdown a.dropdown-toggle {
	border:1px solid #1c1c1c;
	background:#fff;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	height:50px;
	line-height:50px;
	padding-top:0;
	padding-bottom:0;
	width: 100%;
	max-width:100%;
	color:#1c1c1c;
	text-transform:none;
	padding-left:10px;
	font-size:16px!important;
	font-weight:bold;
}

@media (max-width: 992px) {
    .filter-search-sidebar .dropdown {
        margin-bottom: 20px;
    }
}

.filter-search-sidebar .dropdown a.dropdown-toggle {
	display: block;
	overflow: hidden;
}

.filter-search-sidebar .dropdown a.dropdown-toggle:hover {
	text-decoration: none;
	color: #96002a;
}

.filter-search-sidebar ul li a {
	cursor: pointer;
}

.filter-search-sidebar .dropdown-menu {
	width: 100%;
	margin-top: -1px;
	border:1px solid #1c1c1c;
	background:#fff;
}

.filter-search-sidebar .dropdown-menu > li > a {
	text-transform: none;
	font-size: 15px;
	letter-spacing: 0;
	color:#1c1c1c;
	padding: 5px 10px;
	font-family: 'bentonsansregular', sans-serif;
}

.filter-search-sidebar .dropdown-menu > li > a:hover,
.filter-search-sidebar .dropdown-menu > li > a:focus {
	color:#fff;
	background:#6f0220!important;
}


.filter-search-sidebar .dropdown-menu > .active > a,
.filter-search-sidebar .dropdown-menu > .active > a:hover,
.filter-search-sidebar .dropdown-menu > .active > a:focus {
	background:#6f0220!important;
	color:#fff;
	text-decoration: none;
	outline: 0;
}

.filter-search-sidebar .caret {
    position: absolute;
    top: 24px;
    right: 15px;
    margin-left: 3px;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.filter-search {
	margin:0 0 15px;
	height:50px;
	line-height:50px;
	padding: 10px 0;
	background:#cdcbcb;
	color:#1c1c1c;
}

.filter-search label {
	width:auto!important;
	height:30px;
	line-height:30px;
	margin: 0;
}

.filter-search input,
.filter-search select {
	border:1px solid #1c1c1c;
	background:#fff;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	height:30px;
	line-height:30px;
	padding-top:0;
	padding-bottom:0;
	max-width:100%;
	color:#1c1c1c;
	text-transform:none;
	padding-left:10px;
	font-size:14px!important;
	font-weight:bold;
}

.filter-search select {
	min-width: 370px;
	width: 370px;
}

.filter-search select:disabled {
  background: #f1f1f2;
	border-color:#eee;
}

/* Content */
.breadcrumb {
	background: none;
	border-radius:0;
	list-style:none;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0 0 10px 0;
	text-transform: none;
	letter-spacing:0.5px;
	font-size: 13px;
	color: #1c1c1c;
	border-bottom: 5px solid #ebebeb;
}

.breadcrumb a {
	font-family: 'bentonsansmedium', sans-serif;
	color: #96002a;
}

h1 {
	color:#1c1c1c;
	font-size:36px;
	font-family: 'bentonsansmedium', sans-serif;
	text-transform:none;
	font-weight:900;
	margin-bottom:20px;
  	margin-top:0;
	line-height:1.3;
	letter-spacing:0.5px;
}


h2 {
	color:#303030;
	font-size:36px;
	font-family: 'bentonsansbold', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:20px;
  	margin-top:0;
	line-height:1.3;
	letter-spacing:0.5px;
}

.single h1,
.single h2 {
	font-size: 32px;
}

h3 {
	color:#1c1c1c;
	font-family: 'bentonsansbold', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:20px;
  	margin-top:0;
	line-height:1.3;
	letter-spacing:0.5px;
}

h3.data {
	color: #1c1c1c;
	font-size: 17px;
	font-weight:700;
	background: #eaeaea;
	padding: 5px;
	margin:10px 0;
}

h3.data small {
	color: #1c1c1c;
	font-size: 13px;
	font-weight:700;
}

h4, h4 a {
	color:#1c1c1c;
	font-size:11px;
	font-family: 'bentonsansregular', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:20px;
  	margin-top:0;
	letter-spacing:0.5px;
	line-height:1.3;
}

h4.film-city-page,
h4.film-city-page a {
	font-weight:700;
	text-align: center;
}

strong {
	font-family: 'bentonsansbold', sans-serif;
}

a strong small {
	font-weight:700;
}

#content {
	padding-top: 35px;
}

#content-left p, #main-colum p {
	font-size:15px;
}

#content-left img {
	max-width: 100%;
	height: auto;
}

#content-left .artista-profil img {
	width: 100%;
}

#main-column .post, #main-column .page {
	border:none;
	margin-bottom:20px;
	padding:0;
}

#main-column iframe {
	width: 100%;
}

/*metaslider*/
.metaslider .caption-wrap {
	background: none!important;
	bottom:0;
	color:white;
	display:block;
	left:0;
	line-height:1.4em;
	margin:0;
	opacity:1!important;
	position:absolute;
	width:100%;
	font-family: 'bentonsansbold';
}

.metaslider .caption {
	padding:30px!important;
	word-wrap:break-word;
	line-height:1.5;
	max-width: 65%;
}

.metaslider .caption h2 {
	color: #fff;
}

.metaslider .flexslider .flex-direction-nav li a {
	top: 95%!important;
}

.metaslider .flex-direction-nav .flex-prev {
	right: 45px!important;
    left: auto!important;
}

.metaslider div.caption a,
.metaslider div span a,
.metaslider div a.btn-slide {
	font-family: 'bentonsansbold';
    text-shadow: none !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0 30px;
    letter-spacing: 0;
    background-color: #c20e1a;
    border: none;
    color: #fff;
    width: auto;
    height: 60px;
    line-height: 60px;
}

.metaslider div.caption a:hover,
.metaslider div span a:hover,
.metaslider div a.btn-slide:hover,
.metaslider div span a:focus,
.metaslider div a.btn-slide:focus {
	background-color: #932727;
	text-decoration: none;
}

/*list & grids*/
.list-face {
	padding-left:0;
}

.list-face li {
	clear:both;
	display:block;
	font-size:14px;
	margin-top:24px;
}

.list-face img {
	float:left;
	margin:0 12px 20px 0;
	max-width:68px;
}

.list-face li a {
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
}

p.info {
	color: #1c1c1c;
	font-size: 14px;
	background: #bcbcbc;
	padding: 0 18px;
	height: 36px;
	line-height: 33px;
	margin-bottom: 30px;
}

.list_post {
	display:block;
	margin-bottom: 30px;
	padding: 270px 20px 20px;
	background-repeat:no-repeat;
	background-position:50% top;
	background-size:auto 250px;
	background-color: #fff;
	color: #1c1c1c;
	min-height: 440px;
	max-height: 440px;
}

.list_post:hover {
	text-decoration: none;
	background-color: #eaeaea;
}

.list-film {
	display:block;
	height: 380px;
	min-height: 380px;
	max-height: 380px;
	margin-bottom:30px;
	border: none;
	padding: 8px 8px 0 8px;
}

.list-film img {
	width:210px;
	height:280px;
	margin-bottom: 20px;
}

.list-film h3 {
	font-size: 14px;
	margin: 0;
}


.list-film-caption p,
.list-film-caption-over p {
	color: #1c1c1c;
	margin: 0;
	font-size: 12px;
}

.home .list-film h3,
.home .list-film-caption p {
	color: #fff;
}

.list-film:hover {
	text-decoration:none!important;
	color:#000;
	background-color: #ffb900;
}

.list-film:hover h3,
.list-film:hover p {
	color:#000;
}

.list-film-block:hover {
	background-color: transparent;
	cursor: initial;
}

.list-film .list-film-caption-over,
.list-film-city .list-film-caption-over {
	display: none;
}

.list-film-modul {
	max-width: 130px;
}

.grid-cinema .list-film-city {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 119px;
    height: 119px;
    margin-bottom: 5px;
    border: 1px solid #1c1c1c;
}

.grid-cinema .list-film-caption {
	text-align:center;
	background:rgba(16,25,56,.8);
	padding:10px 0;
	color:#fff;
	opacity:0.9;
	position:absolute;
	bottom:0;
	width:368px;
	margin-bottom:20px;
}

.grid-cinema .list-film-city-caption {
	width:117px;
	padding:5px 0 0 0;
	margin-bottom:10px;
	top:90px;
	height:28px;
}

.grid-cinema .list-film-caption h3 span {
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.grid-cinema .list-film-caption h3 span strong {
	font-size: 12px;
	font-weight: 900;
}

.grid-cinema .list-film-caption-over {
	display:none;
}

.grid-cinema .list-film-caption h3, .grid-cinema .list-film-caption-over h3 {
	color:#fff;
	font-family: 'bentonsansbold', sans-serif;
	font-weight: 900;
	letter-spacing:0.5px;
	margin:0;
}

.grid-cinema .list-film-city:hover .list-film-caption {
	display:none;
}

.grid-cinema .list-film-city:hover .list-film-caption-over {
	text-align:center;
	background:rgba(150,0,42,.8);
	padding:90px 0 0 0;
	color:#fff;
	opacity:0.9;
	height:100%;
	display:block;
	transition: opacity background .2s ease-out;
	-moz-transition: opacity background .2s ease-out;
	-webkit-transition: opacity background .2s ease-out;
	-o-transition: opacity background .2s ease-out;
}

.grid-cinema .list-film-city:hover .list-film-caption-over {
	padding:55px 0 0 0;
}

.grid-cinema .list-film-city:hover .list-film-caption-over.has-link  {
	padding:50px 0 0 0;
}

.grid-cinema .list-film-city:hover .list-film-caption-over h3 span {
	margin-top: -20px;
	display: block;
}

.grid-cinema .list-film-city:hover .list-film-caption-over h3 span strong {
	font-weight: 900;
}

.grid-cinema .list-film-new {
	display: inline-block;
	min-height: 170px;
	transition: 5s all linear;
}

.grid-cinema .list-film-new img {
	float: left; 
	margin-right: 6px;
	margin-bottom: 18px;
	/*width: calc(50% - 6px);*/
	width: 102px;
    height: 136px;
	transition: transform .5s; /* Animation */
}

.grid-cinema .list-film-new div {
	float: left; 
	width: calc(100% - 108px);
}

/*.grid-cinema .o-roteiro-da-minha-vida-francois-truffaut .list-film-new img,
.grid-cinema .1874-o-nascimento-do-impressionismo .list-film-new img {
	max-width: 102px;
}*/

.grid-cinema .list-film-new h3 {
	font-size: 18px;
	color: #fff;
	background: #1c1c1c;
	padding: 5px;
	display: inline-block;
	text-transform: none;
	margin-bottom:5px;
}

.grid-cinema .list-film-new h4 {
	font-size: 16px;
	text-transform: none;
	font-family: 'bentonsansmedium';
}

.grid-cinema .list-film-new:hover {
	text-decoration: none;
	transition: .5s all linear;
}

.grid-cinema .list-film-new .list-film-new-hover {
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	top: 0;
	left: 15px;
	display: none;
	background-color: rgb(150,0,42);
	transition: .5s all linear;
	font-size: 60px;
	padding-left: calc(50% - 45px);
	padding-top: calc(50% - 70px);
	opacity: .75;
}

.grid-cinema .list-film-new:hover .list-film-new-hover {
	display: none;
}

.grid-cinema .list-film-new:hover img {
	transform: scale(1.1); 
}

@media (min-width: 1024px) {
	.archive.category h1 {
		font-size: 32px;
	}

	.grid-cinema h2 {
		font-size: 28px;    
		margin-bottom: 12px;
	}
}

@media (max-width: 1024px) {
	.grid-cinema .list-film-new img {
		width: 90px; 
		height: 120px;
	}
	
	.grid-cinema .list-film-new div {
		width: calc(100% - 96px);
	}

	.grid-cinema .list-film-new {
		min-height: 140px;
	}
	
	.grid-cinema .list-film-new h3 {
		font-size: 10.5px;
		padding: 4px 2px 4px 5px;
	}
	
	.grid-cinema .list-film-new h4 {
		font-size: 11px;
	}
}

@media (min-width: 1024px) {
	.list-film:hover {
		color:#fff;
		background-color: transparent;
		/*background-size: 50px;
		background: linear-gradient(
         90deg, rgba(254,181,107,1) 0%, rgba(254,181,107,1) 100%);*/
	}
	
	.list-film:hover h3,
	.list-film:hover h4,
	.list-film:hover p {
		color:#fff;
		text-align: center;
	}

	.list-film:hover img {
		filter: brightness(30%);
	}

	.list-film:hover .list-film-block img {
		filter: brightness(100%);
	}

	.list-film:hover .list-film-caption,
	/*.list-film:hover img,*/
	.list-film .list-film-caption p.director {
		display: none;
	}

	.list-film:hover .list-film-caption-over {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		padding: 40px 20px 20px;
	}

	.list-film:hover .list-film-caption-over h3 {
		margin-bottom: 5px;
	}

	.list-film:hover .list-film-caption-over h4,
	.list-film:hover .list-film-caption-over p {
		margin-bottom: 12px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.list-film-modul {
		min-height: 190px;
	}
}

.list-partners, .list-partners li {
	list-style:none;
	padding:0;
	margin:0;
}

.list-partners li {
	float:left;
	margin:20px 40px 40px 0;
	display:block;
}

.item-partner {
	margin-bottom: 40px;
	min-height: 80px;
	line-height: 80px;
}

.group-partners h3, .group-partners h4 {
	float:left;
	margin:0 20px 20px 0;
}

.list-artist {
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	width:235px;
	height:275px;
	margin-bottom:20px;
	margin-left:-15px;
}

.list-artist-caption {
	text-align:center;
	background:#96002a;
	padding:10px 0;
	color:#fff;
	opacity:0.9;
	position:absolute;
	bottom:0;
	width:235px;
	margin-bottom:20px;
}

.list-artist-caption-over {
	display:none;
}

.list-artist-caption h3, .list-artist-caption-over h3 {
	color:#fff;
	letter-spacing:0.5px;
	margin:0;
}

.list-artist:hover .list-artist-caption {
	display:none;
}

.list-artist:hover .list-artist-caption-over {
	text-align:center;
	background:#96002a;
	padding:130px 0 0 0;
	color:#fff;
	opacity:0.9;
	height:100%;
	display:block;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}

.list-artist:hover {
	text-decoration:none!important;
	color:#fff;
}

.list-galery {
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	width:280px;
	height:280px;
	margin-bottom:6px;
	margin-left:-15px;
}

.list-galery-caption-over {
	display:none;
}

.list-galery-caption h3, .list-galery-caption-over h3 {
	color:#fff;
	letter-spacing:0.5px;
	margin:0;
	font-size:14px;
}

.list-galery:hover .list-galery-caption {
	display:none;
}

.list-galery:hover .list-galery-caption-over {
	text-align:center;
	background:#96002a;
	padding:100px 10px 0 10px;
	color:#ffffff!important;
	opacity:0.9;
	height:100%;
	display:block;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}

.list-galery:hover {
	text-decoration:none!important;
	color:#fff;
}

.list-film-box {
	padding:20px 10px;
	background:#fff;
}

.list-film-box img {
	border:1px solid #d1d1d1;
}

.list-news {
	border-bottom:1px solid #d1d1d1;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-left:-15px;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.list-news img {
	border:1px solid #d1d1d1;
}

.box-search {
	border-top: 5px solid #96002a;
	background:#fff;
	padding: 20px 0;
	margin-bottom: 0;
	margin-top: 50px;
}

.box-search .filter-search-sidebar {
	width: 350px;
	margin: 0 auto 30px;
}

.box-search .filter-search-sidebar .dropdown-menu {
	height: 300px;
    overflow-y: scroll;
}

.grid-cinema {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background:#eaeaea;
	padding: 35px 0 25px;
	margin-bottom: 0;
}

.grid-cinema:nth-child(odd) {
	background:#fff;
}

.grid-cinema:nth-child(even) h3.data {
	background: #fff;
}


.grid-cinema ul,
.grid-cinema li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.grid-cinema ul {
	display: flex;
}

.grid-cinema li {
	font-family: 'bentonsansbold';
	background:#eaeaea;
	color: #96002a;
	font-size: 12px;
	border: 1px solid #96002a;
	height: 50px;
	padding-top: 8px;
}

.grid-cinema li span {
	display: block;
	text-align: center;
	width: 50px;
}

.grid-cinema li span:last-child {
	text-transform: uppercase;
	font-size: 12px;
	max-width: 3ch;
}

/*.grid-cinema img {
	max-width: calc(100% + 15px);
}*/

.grid-cinema span.hour {
	padding: 5px;
	border-radius: 5px; 
	border: 1px solid #96002a;
}

/*single*/
.single-galerias .gallery-columns-6 .gallery-item {
	max-width: 150px;
	padding: 3px;
}

.single-galerias .gallery-columns-5 .gallery-item {
	padding: 3px;
} 

.single-galerias .gallery-columns-5 .wp-caption-text {
	display: none;
}

.sidebar-film img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.sidebar-film div {
	background: #dddddd;
	padding: 20px;
	margin-bottom: 20px;
}

.film-original {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #222;
	padding: 10px 20px;
	margin-bottom: 30px;
}

/*grid 5th*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

	.social-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*boxes*/
.box-header {
	border-bottom: 5px solid #ebebeb;
	padding-bottom:0px;
	margin-bottom:30px;
    margin-top: 0;
}

.single-filmes .box-header,
.single-filmes .box-filme {
	padding-bottom: 20px;
}

.box-header h2 {
    margin-bottom:5px;
}

.box-header h3 {
	margin-bottom:5px;
}

.box-artista {
	margin-top:30px;
}

.page-template-default .box-artista {
	margin:30px 0;
}

.box-artista .wp-post-image {
	width:100%;
	height:auto;
}

.box-noticias ul {
	background:#eeeeee;
	margin-bottom:50px;
	padding:15px;
}

.box-noticias ul li {
	list-style:none;
	color:#999999;
	border-bottom:1px #d1d1d1 solid;
	margin-bottom:15px;
}

.box-noticias ul li:nth-child(3n) {
    border-bottom:none;
	margin-bottom:0;
}

.box-noticias ul li h4 {
	margin:0;
}

.box-noticias ul li h4 a {
	color:#1c1c1c;
}

.box-noticias ul li p {
	margin-bottom:10px;
}

.box-noticias ul li:nth-child(3n) p {
	margin-bottom:0;
}

.box-newsletter {
	margin-bottom:20px;
}

.box-newsletter input, .box-newsletter select {
	border:1px solid #cccccc;
	background:#f5f5f5;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	height:30px;
	line-height:30px;
	padding-top:0;
	padding-bottom:0;
	width:100%;
	color:#96002a;
	text-transform:none;
	padding-left:10px;
	margin-bottom:10px;
}

.box-newsletter input[type=submit] {
	border:1px solid #1c1c1c;
	background:#96002a;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	height:30px;
	line-height:30px;
	width:auto;
	color:#fff;
	text-transform:uppercase;
	padding:0 30px;
}

#content-left.single-filmes p {
	font-size: 18px;
	line-height: 1.5;
}

.single-filmes .wp-post-image {
	max-width: 100%;
	height: auto;
}

#content-left.single-filmes h2,
#content-left.single-filmes h3 {
	padding: 30px;
	border-bottom: 5px solid #ebebeb;
	font-size: 24px;
	text-transform: none;
}

.box-cinemas {
	min-height: 120px;
	margin: 15px 0;
}

.box-cinemas a {
	display: block;
	min-height: 120px;
	padding: 10px;
	margin: 0;
	background-color: #f1f1f2;
}

/* Forms */
.wpcf7 {
	font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
	clear: both;
}

.form-group,
.wpcf7-form-control-wrap {
	margin-bottom: 15px;
}

.checkbox,
.radio {
	display: block;
	margin-bottom: 15px;
	margin-top: 0;
	position: relative;
	font-size: 12px;
}

label,
.control-label {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	display:inline-block;
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}

.form-control,
.wpcf7-form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #1c1c1c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	color: #1c1c1c;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 13px;
	margin-right: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
	max-width: 450px;
	font-weight: 700;
}

.item_formulario input[type="text"],
.item_formulario input[type="email"] {
	background-color: #fff;
	background-image: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	color: #1c1c1c;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 13px;
	margin-right: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
	max-width: 450px;
	font-weight: 700;
}

.wpcf7-form-control.wpcf7-textarea {
	height: auto;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-left: -20px;
	position: absolute;
}

input[type="checkbox"],
input[type="radio"] {
	line-height: normal;
	margin: 4px 0 0;
}

input[type="submit"],
input[type="button"],
button {
	font-family: 'bentonsansbold';
	background: none;
	text-shadow: none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px!important;
	text-transform: uppercase;
	padding: 0 65px;
	letter-spacing: 0;
	background-color: #96002a;
	border: none;
	color: #fff;
	width: auto;
	height: 46px;
	line-height: 46px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus {
	background-image: transparent;
	background: #96002a;
	border: none;
	color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1c1c1c;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #1c1c1c;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #1c1c1c;
}
:-moz-placeholder { /* Firefox 18- */
	color: #1c1c1c;
}

/*sidebar*/
#sidebar-left .widget, #sidebar-right .widget {
	border:none;
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}

body.archive #sidebar-right {
	position: relative;
}

/*tablet*/
.table-bordered {
  border: 1px solid #1c1c1c;
	width: 100%;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px 1px;
	text-align: center;
	border: none;
}

.table-condensed > tbody > tr > td.disable {
	color: #999;
}

.table-condensed > tbody > tr > td > a {
	color: #96002a;
	font-weight: 700;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
	background: none;
	cursor: pointer
}

.table-condensed > tbody > tr > td > a.actived {
	font-size: 16px;
}

.mostra-todas-datas {
	cursor: pointer
}

.film-row.hide,
.film-row.show {
	transition: all .5s linear;
}

.esconde {
  display: none;
}

.mostra {
  display: block;
}


#data-sessao.esconde {
	display: none;
}

/*footer*/
.footer-widgets {
	background-repeat: no-repeat;
	background-position: center 50px;
	height:310px;
	width:100%;
	background-size: auto;
}

@media only screen
and (max-width : 1350px) {
	.footer-widgets {
		background-size: 95%;
	}
}

#site-footer {
	margin-top: 0;
	background-image: url('img/back-footer.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #96002a;
	background-size:cover;
    border-top: none;
    font-size: 12px;
    padding: 10px 0 0 0;
}

.footer-text {
	background:#96002a;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-size:11px;
	padding:20px 0;
}

.footer-text a {
	color:#fff;
}

.newsletter-box {
	background: #eaeaea;
	padding: 75px 0;
	margin-bottom: 0;
}

/*class*/
.float-left {
	float:left;
}

.float-right {
	float:right;
}

.replacement {
	width:1px;
	height:1px;
	position:absolute;
	overflow:hidden;
	margin:0;
}

.uppercase {
	text-transform:uppercase;
}

/*query medias*/
@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.logo img {
		margin-bottom: 10px;
	}

	.btn-header {
		bottom: 0;
	}

	.nav > li > a {
		padding: 2px 10px 18px;
		font-size: 13px;
	}

	.metaslider .caption {
		max-width: 80%;
	}

	.metaslider div span a {
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
	}

	.list_post {
		padding: 240px 20px 20px;
		background-size: auto 220px;
	}

	.list-film {
		height: 332px;
		min-height: 332px;
		max-height: 332px;
		margin-bottom:30px;
		padding: 8px 8px 0 8px;
	}
	
	.list-film img {
		width:170px;
		height:230px;
		margin-bottom: 12px;
	}

	.list-galery {
		width: 230px;
		height: 230px;
	}
}

@media only screen and (min-width : 769px) and (max-width : 997px) {
	body {
		font-size: 14px;
	}

	.logo img {
		width: 180px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.nav > li > a {
		padding: 0 10px 18px;
		font-size: 13px;
	}

	#category-select {
		width: 220px;
		padding: 0;
		margin-right: 0;
	}

	.dropdown-menu > li > a {
		font-size:13px;
		padding: 10px 18px;
	}

	.btn-header,
	.btn-header:hover,
	.btn-header:focus {
		bottom: 0;
		background-position: 15px center;
		padding: 10px 20px 10px 50px;
		font-size: 12px;
	}

	.btn-trailer,
	.btn-trailer:hover,
	.btn-trailer:focus {
		padding: 10px 20px 10px 50px;
		font-size: 12px;
	}

	.metaslider .caption {
		max-width: 100%;
	}

	.metaslider div.caption a,
	.metaslider div span a,
	.metaslider div a.btn-slide {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		padding: 0 15px;
		height: 40px;
		font-size: 12px !important;
		line-height: 40px;
	}

	.list_post {
		padding: 170px 20px 20px;
		background-size: auto 160px;
	}

	.list-film {
		height: 431px;
		min-height: 431px;
		max-height: 431px;
		margin-bottom:30px;
		padding: 8px 8px 0 8px;
	}
	
	.list-film img {
		width:224px; 
		height:303px;
		margin-bottom: 12px;
	}

	.list-galery {
		width: 230px;
		height: 230px;
	}

	.film-original {
		font-size: 18px;
		padding: 10px 20px;
	}

	#content-left.single-filmes p {
		font-size: 16px;
		line-height: 1.4;
	}
	
	#content-left.single-filmes h2,
	#content-left.single-filmes h3 {
		padding: 30px;
		font-size: 21px;
	}

	.footer-widgets {
		height: 210px;
	}
}

@media only screen and (max-width : 768px) {
	body {
		font-size: 14px;
	}

	small, p.legenda {
		font-size: 11px;
	}

	.navbar-toggle {
		background: #96002a;
	}

	.logo img {
		width: 180px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	/*ul.nav li ul.dropdown-menu {
		display: block!important;
	}*/

	#category-select {
		width: 220px;
		padding: 0;
		margin-right: 0;
	}

	.navbar-nav .open .dropdown-menu,
	ul.nav li ul.dropdown-menu {
        position: static;
		display: block;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px !important;
    }

	ul.nav li.dropdown:hover > ul.dropdown-menu,
	ul.nav li.dropdown > ul.dropdown-menu {
		margin-bottom: 20px;
	}

	.social-mobile {
		height: 45px;
		line-height: 45px;        
		padding: 0;
	}

	#content {
		margin-top: 35px;
	}

	h1,h2 {
		font-size:24px;
		font-weight:400;
		line-height:30px;
		margin-bottom:15px;
	}

	.single h1,
	.single h2 {
		font-size: 22px;
	}

	h3, h3 a {
		font-size:15px;
	}

	.btn-header,
	.btn-header:hover,
	.btn-header:focus {
		width: 100%;
		text-align: left;
		right: 0;
		bottom: -49px;
		background-position: 15px center;
		padding: 10px 20px 10px 50px;
		font-size: 12px;
		border-radius: 0;
	}

	.btn-trailer,
	.btn-trailer:hover,
	.btn-trailer:focus {
		padding: 10px 20px 10px 50px;
		font-size: 12px;
	}

	.metaslider .caption {
		padding: 10px !important;
		max-width: 80%;
	}

	.metaslider div.caption a,
	.metaslider div span a,
	.metaslider div a.btn-slide {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		padding: 0 15px;
		height: 40px;
		font-size: 12px !important;
		line-height: 40px;
	}

	.metaslider .caption h2 {
		font-size: 18px;
		line-height: 1.3;
	}

	.list_post {
		padding: 278px 20px 20px;
		background-size: auto 258px;
		min-height: 430px;
		max-height: 430px;
        max-width: 360px;
        margin-left: calc(50% - 180px);
	}

	.list-film {
		height: 350px;
		min-height: 350px;
		max-height: 350px;
		margin-bottom:30px;
		padding: 8px 8px 0 8px;
	}
	
	.list-film img {
		width:170px; 
		height:230px;
		margin-bottom: 12px;
	}

	.list-galery {
		width: 175px;
		height: 175px;
	}

	.item_formulario {
		margin: 15px 0;
	}

	.film-original {
		font-size: 18px;
		padding: 7px 15px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-film {
		margin: 15px 0 30px;
	}

	#content-left.single-filmes p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	#content-left.single-filmes h2,
	#content-left.single-filmes h3 {
		padding: 30px;
		font-size: 20px;
	}

	.list-artist {
		display: block;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		width: 180px;
		height: 207px;
		margin-bottom: 20px;
		margin-left: -15px;
	}

	.list-artist-caption {
		bottom: 0;
		width: 180px;
	}

	.footer-widgets {
		height: 160px;
	}
}

@media only screen and (max-width : 450px) {
	div.banner-header {
		background: url("https://festivalcinefrances.com.br/wp-content/uploads/2025/11/topo-mobile.jpg") no-repeat center 64px;
        background-size: 100% auto;
	}
	
	.logo img {
        width: 140px;
		opacity: 0;
		min-height: 250px;
    }

	#category-select {
		/*width: 190px;*/
		width: 155px;
		padding: 0;
		margin-right: 0;
	}

	#category-select a {
		/*font-size: 13px;*/
		font-size: 10px;
	}

	#category-select .glyphicon {
		font-size: 16px;
		margin-right: 5px;
	}

	.box-search .filter-search-sidebar {
		width: 100%;
		margin: 0 0 30px;
	}
}

@media only screen and (max-width : 400px) {
	.social li:first-child {
		display: none;
	}

	div.banner-header {
		background: url("https://festivalcinefrances.com.br/wp-content/uploads/2025/11/topo-mobile.jpg") no-repeat center 64px;
        background-size: 375px auto;
	}
	
	.logo img {
        width: 140px;
		opacity: 0;
		min-height: 220px;
    }
}

/*menu overlay*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(150,0,42, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 7%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay-content ul {
	text-align: center;
}

@media only screen and (min-width : 769px) {
	.overlay-content li.dropdown:not(.open) ul {
		display: none!important;
	}
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 60px;
}

.overlay .menu-item-10604 a {
	font-size: 12px;
}

/*newsletter*/
@media (max-width: 991px) {
    #opt_35 {
        height: 450px;
    }
}

body:not(.home) .newsletter-box {
	display: none;
}

@media (min-width: 992px) {
    #opt_35 {
        height: 180px;
    }
}

#opt_35,
#opt_35 span,
#opt_35 input {
    font-family: 'bentonsansregular', sans-serif!important;
}

#opt_35 label,
#opt_35 .btn {
    font-family: 'bentonsansregular', sans-serif!important;
}

/*filter*/
.filter-cinema,
.filter-filme,
.filter-data {
	transition: .3s linear all;
}

/*.filter-cinema.opacity,*/
.filter-filme.opacity,
.filter-data.opacity {
	opacity: 30%;
	transition: .3s linear all;
}

.filter-cinema.opacity .row.filter-data,
.filter-filme.opacity .row.filter-data,
.filter-data.opacity,
.filter-cinema.opacity {
	display: none;
}

.filter-cinema.highlight,
.filter-filme.highlight,
.filter-data.highlight {
	opacity: 100%;
	transition: .3s linear all;
}

.filter-cinema.highlight .row.filter-data,
.filter-filme.highlight .row.filter-data,
.filter-data.highlight,
.filter-cinema.highlight {
	display: block;
}

.filter-cinema.highlight .row.filter-data.opacity {
	display: none;
}

.filter-cinema.highlight .row.filter-data.highlight,
.filter-cinema.filter-data.opacity.highlight-cinema {
	display: block;
}
