/*
Theme Name: Mescalito Film
Template: wp-bootstrap-starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: donostia.it
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.16
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
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
# 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;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    font-weight: 400;
}

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}


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;
  color: #e63346;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
  color: #aa212f; 
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #333;
}
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.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
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;
}
.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

strong, b  {
	font-weight: 600 !important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 15px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;}

h1 {
  font-size: 36x;
  padding-bottom: 10px;
  line-height: 1.15; 
letter-spacing: -0.02em;   
}
h2 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 18px;
  line-height: 1.25;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 15px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  background-color: #33333378;
  z-index: 3;
  width: 100%;
  position: absolute;
  max-width: 1920px;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  outline: medium none;
  text-decoration: none;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 500;
  /*background: #f9f9f9;*/
}


.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #333 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 30px 0;
  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.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  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: 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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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
--------------------------------------------------------------*/
.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.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# 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: 0.875rem;
  /* 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 {
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    flex: 1;
    /* margin-top: 75px; */
}



.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 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: 30px;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 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.313rem 0.313rem 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.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.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.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.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;
}

/*--------------------------------------------------------------
# VARIE DONOSTIA
--------------------------------------------------------------*/
.bottom30 {
	margin-bottom: 30px;	
	}
 
picture.bottom30 {
	 display: block;
	 }

.breadcrumbs {
	margin: 5px 0;
}


h1.titolo_single {
  font-size: 70px;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-transform: none;
}

/* eccezione per il film la-prodigiosa-trasformazione-della-classe-operaia-in-stranieri post-12822 */
article#post-12822 .titolo_single {
  font-size: 65px !important;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-transform: none;
}

input.search-field.form-control {
  font-size: 14px;
}

input.search-submit.btn.btn-default {
  font-size: 14px;
  font-weight: 600;
  background: #E61D1D;
  color: #fff;
  text-transform: uppercase;
}

.entry-content {
  text-align: justify;
}

.filters {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# CUSTOM SELECT
--------------------------------------------------------------*/

.custom-select {
  min-width: 350px;
  position: relative;
  padding: 0;
  max-width: 100%;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 4px 16px;
  background-color: #fff;
  /* border: 1px solid #caced1; */
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  border: none;
}
.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.container_large {
  padding: 0 30px;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header_flex_wrapper {
    display: flex;
    justify-content: space-between;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff !important;
}

.is-active .hamburger-inner, 
.is-active .hamburger-inner:after, 
.is-active .hamburger-inner:before {
    background-color: #e63346 !important;
}

.header_bianco .hamburger-inner, .header_bianco .hamburger-inner:after, .header_bianco .hamburger-inner:before {
  background-color: #E61D1D !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    box-shadow: none;
}

.bloginfo_description {
	margin-bottom: 0;
}
.brand_wrapper {
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
}

.navbar-brand {
    position: relative;
    z-index: 31;
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 40px;
}

.nav_wrapper {
	background: #eb6324;
}

.brand_text {
    line-height: 1;
}

.hamburger {
    padding: 0 !important;
}



.mega_menu {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0px;
  justify-content: space-between;
  margin: 15px 0 0 0;
}

.mega_menu > li {
    padding: 01;
}

.mega_menu > li ul a {
    color: #333;
    font-size: 20px;
    font-weight: 300;
}

.mega_menu > li ul {
	padding-left: 0;
}

.mega_menu > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
}

.mega_menu a:hover {
  color: #fff !important;
}

header#masthead.header_bianco .mega_menu a:hover {
 color: #333 !important; 
}

.mega_menu > li > a:hover {
	text-decoration: underline;
}

.mega_menu > li.current-menu-item > a, .mega_menu .wpml-ls-current-language a {
  display: inline-block;
  width: auto;
  text-decoration: underline;
}

.mega_menu li {
	list-style: none;
}

.menu_info_top_wrapper {
    font-size: 12px;
    background-color: #c1282e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.menu_info_top_wrapper a {
	color: #fff;
	}
.menu_info_top_wrapper li {
	display: inline-block;
}


.menu_info_top_wrapper ul {
	padding: 0;
	margin: 0;
}

.menu_info_left li {
	margin-right: 15px;
}

.menu_info_right li {
	margin-left: 15px;
}


.mymovies_logo {
  height: 21px;
  position: relative;
  bottom: 2px;
}


/*--------------------------------------------------------------
## menu desktop
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
		.hamburger {
		display: none !important;
	}
	
	
	#hamburger {
	    display: flex;
		align-items: center;	    
	}
	
	.main_menu_wrapper {
	    background: transparent;
	    position: relative;
	    z-index: 3;
	    width: 100%;
	    padding: 0;
	    height: auto;
	}
	
.header_flex_wrapper {
  display: flex;
  padding: 20px 0;
}

.menu_utilities {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: right;
  align-items: center;
}

.menu_utilities li {
  list-style: none;
  margin: 0 5px;
}

.menu-utilities-container {
  display: flex;
  flex-direction: column-reverse;
}

.menu_utilities a {
  font-size: 15px;
  margin: 0 0 0 20px;
  color: #fff;
}

.menu_utilities .social_item a {
  font-size: 21px;
}

.wpml-ls-item a {
  color: #fff;
}

.wpml-ls-item a:hover {
  text-decoration: none;
}

.wpml-ls-current-language a {
  border-bottom: 1px solid #fff;
}

.wpml-ls-first-item:after {
  /* content: "/";
  color: #fff;
  margin-left: 10px; */
}

.bkg_menu_utilities {
  background: #E61D1D;
}

.searchform_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  background: #E61D1D;
  z-index: 4;
  padding: 30px 0;
  top: 115px;
}

.searchform_wrapper form#searchform {
  display: flex;
  flex-direction: row-reverse;
}

.searchform_wrapper input#s {
  border: none;
  padding: 10px 60px;
}

input#searchsubmit {
  border: none;
  padding: 10px 60px;
  background: #999;
  color: #fff;
  font-weight: 600;
}

.subscribe_menu_item a {
  background: #e63346;
  color: #fff;
  padding: 2px 7px;
}

.wpml-ls-item a {
  margin: 0 0 0 0px;
  text-transform: uppercase;
}

.wpml-ls-item:last-child:after {
  /* content: "/";
  display: inline-block;
  margin-left: 5px; */
}

.header_bianco .logo_rosso {
 display: block !important;
}

.header_bianco .logo_bianco {
   display: none;
  }
  
header#masthead.header_bianco {
  background-color: #fff;
  position: relative;
}
  
.header_bianco .mega_menu > li > a {
    color: #333333;
}
  
}

/*--------------------------------------------------------------
## menu mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {


div#hamburger {
    position: fixed;
    z-index: 2;
    background: #333;
    height: 100vh;
    width: 100%;
    left: 0;
    padding: 50px 0px;
    top: 0;
    overflow: scroll;
}

.header_bianco div#hamburger {
  background: #fff;
}

button.hamburger {
    z-index: 3;
    display: flex;
    align-items: center;
}

#content.site-content {
    margin-top: 60px;
}


.mega_menu > li > a {
    padding: 0;
}

.mega_menu > li ul a {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-left: 0px;
}

.navbar-brand img {
  max-width: 100%;
  height: 25px;
}

header#masthead {
  position: fixed;
}

.navbar-brand {
    max-width: 100%;
    width: auto;
    left: 0px;
}

.menu_button_wrapper {
    right: 10px;
}

.mega_menu > li {
    flex-basis: 100%;
    padding: 0px;
}

.mega_menu > li > a {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  font-size: 20px;
}

.mega_menu .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 0px !important;
    transform: none !important;
    position: relative !important;
}

.main_menu_wrapper {
  padding: 0 15px;
}

.searchform_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  background: #E61D1D;
  z-index: 4;
  padding: 30px 0;
  top: 85px;
}

.searchform_wrapper form#searchform {
  display: flex;
  flex-direction: row-reverse;
}

.searchform_wrapper input#s {
  border: none;
}

input#searchsubmit {
  border: none;
}

.mega_menu > li.current-menu-item > a, .mega_menu .wpml-ls-current-language a {
  color: #fff;
}

.mega_menu a:hover,
.mega_menu a:active {
  color: #fff !important;
}

.menu_utilities {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: right;
  align-items: center;
}

.menu_utilities li {
  list-style: none;
  margin: 0 5px;
}

.menu-utilities-container {
  display: flex;
  flex-direction: column-reverse;
}

.menu_utilities a {
  font-size: 15px;
  margin: 0 0 0 20px;
  color: #fff;
}


.wpml-ls-item a {
  color: #fff;
}

.wpml-ls-item a:hover {
  text-decoration: none;
}

.wpml-ls-current-language a {
  border-bottom: 1px solid #fff;
}

.wpml-ls-first-item:after {
  /* content: "/";
  color: #fff;
  margin-left: 10px; */
}

.bkg_menu_utilities {
  background: #E61D1D;
}

.menu_utilities .social_item a {
  font-size: 21px;
}



.searchform_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  background: #E61D1D;
  z-index: 4;
  padding: 30px 0;
  top: 115px;
}

.searchform_wrapper form#searchform {
  display: flex;
  flex-direction: row-reverse;
}

.searchform_wrapper input#s {
  border: none;
  padding: 10px 60px;
}

input#searchsubmit {
  border: none;
  padding: 10px 60px;
  background: #999;
  color: #fff;
  font-weight: 600;
}

.subscribe_menu_item a {
  background: #e63346;
  color: #fff;
  padding: 2px 7px;
}

.wpml-ls-item a {
  margin: 0 0 0 0px;
  text-transform: uppercase;
}

.wpml-ls-item:last-child:after {
  /* content: "/";
  display: inline-block;
  margin-left: 5px; */
}

.header_flex_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

.header_bianco .logo_rosso {
   display: block !important;
  }
  
  .header_bianco .logo_bianco {
     display: none;
    }
    
  header#masthead.header_bianco {
    background-color: #fff;
  }
    
  .header_bianco .mega_menu > li > a {
      color: #333333;
  }
  
  .home #content,
  .single-produzione #content,
  .single-distribuzione #content {
    margin-top: 0px;
  }



}



/*--------------------------------------------------------------
# HOMEPAGE
--------------------------------------------------------------*/
video#video_home_file {
  width: 100%;
  margin-bottom: -10px;
}

.video_home_wrapper {
  position: relative;
}

span#toggle-mute {
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  padding: 5px 20px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}

span#toggle-mute .fa-volume-up {
  display: none;
}

span#toggle-mute.active .fa-volume-up {
  display: block;
}

span#toggle-mute .fa-volume-mute {
  display: block;
}

span#toggle-mute.active .fa-volume-mute {
  display: none;
}

div#carosello-image {
  background: #545454;
}

.al_cinema_prossimanente {
  background: #545454;
  color: #fff;
  padding: 30px 0;
}

.al_cinema_prossimanente h2 {
  font-size: 70px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 30px;
}

.al_cinema_prossimanente h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 20px;
}

.al_cinema_prossimanente a {
  color: #fff;
}

.al_cinema_prossimanente a:hover {
  text-decoration: none;
}

.calendario_home_wrapper {
  padding: 60px 0;
}

.calendario_home_wrapper h2 {
  color: #E61D1D;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.evento_calendario {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.evento_calendario_passato {
  color: #999999;
}

.evento_calendario_futuro {
  color: #E61D1D;
}

.evento_calendario_passato span.data_evento_calendario {
  margin-left: 60px;
  min-width: 70px;
  display: inline-block;
}

span.titolo_film_evento_calendario {
  margin-left: 30px;
}

.evento_calendario_futuro span.data_evento_calendario {
  margin-left: 38px;
  min-width: 68px;
  display: inline-block;
}

.data_film_calendario_wrapper {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #333;
  margin-left: 164px;
  margin-bottom: 10px;
  display: flex;
}

.data_film_calendario_wrapper span {
  min-width: 230px;
  display: inline-block;
}

.data_film_calendario_wrapper a {
  font-weight: 600;
}

.toggle_evento_calendario.active .fa-plus {
  transform: rotate(-45deg);
  transition: all 0.1s ease-in-out;
}

.potrebbe_interessarti_wrapper {
  background: #E61D1D;
  padding: 60px 0;
  color: #fff;
}

.potrebbe_interessarti_wrapper h2 {
  font-size: 70px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.05em;
  margin: 0;
}

.potrebbe_interessarti_wrapper p {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 30px;
}

.potrebbe_interessarti_wrapper a {
  color: #fff;
  display: inline-block;
  text-align: center;
}

.potrebbe_interessarti_wrapper a:hover {
 text-decoration: none; 
}

.potrebbe_interessarti_wrapper a span:hover {
  background: #C00000;
}

.potrebbe_interessarti_wrapper span {
  border: 1px solid #fff;
  padding: 5px 50px;
}

.immagine_ondemand {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Produzione e Distribuzione
--------------------------------------------------------------*/
.icone_ministero_wrapper img {
  width: 60px;
  margin: 15px 0;
}

.produzione_distribuzione h2 {
  margin-top: 5px;
}

.info_film_wrapper {
  font-size: 20px;
}

.info_film_wrapper p {
  margin-bottom: 0px;
}

.nazione_anno_icone_wrapper {
  display: flex;
  flex-direction: column;
}

.guarda_trailer_cta {
  background: #E61D1D;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

a.guarda_trailer_cta:hover {
  background: #C00000;
  color: #fff;
  text-decoration: none;
}

#html .arve {
  margin-bottom: 0;
}
.programmazione_wrapper {
 background: #E61D1D; 
 color: #fff;
 padding: 60px 0;
}

.potrebbe_interessarti_wrapper_single {
 background: #545454;
 color: #fff;
 padding: 60px 0;
}

.programmazione_wrapper h2, 
.potrebbe_interessarti_wrapper_single h2 {
  font-size: 70px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.05em;
  margin: 0 0 30px 0;
}

.evento_programmazione_single {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid;
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  padding: 8px 0;
}

.evento_programmazione_single span {
  display: inline-block;
  /* display: block; */
  /* border-left: 1px solid; */
  margin: 0 7px;
  padding: 3px 0 3px 10px;
}

span.data_evento_programmazione_single {
  min-width: 80px;
  border-left: none;
}

span.regione_evento_programmazione_single {
  width: 250px;
  max-width: 250px;
}

span.citta_evento_programmazione_single {
  width: 200px;
  max-width: 200px;
}

span.cinema_evento_programmazione_single {
  max-width: 360px;
  width: 360px;
}

.evento_programmazione_single a {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
  display: block;
}

.potrebbe_interessarti_wrapper_single h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.potrebbe_interessarti_wrapper_single a {
  color: #fff;
}

.produzione_distribuzione div#carosello-image {
  background: #fff;
  margin-top: 30px;
}

.qodef-custom-pagination a {
  color: #333;
}

span.previous_page i {
  margin-right: 15px;
}

span.next_page i {
  margin-left: 15px;
}


.qodef-custom-pagination {
  margin: 48px 0 0;
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .qodef-custom-pagination .nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .qodef-custom-pagination .page-numbers {
  position: relative;
  margin: 0 7px;
  padding: 0 3px;
  line-height: 32px;
  }
  .qodef-custom-pagination .page-numbers:first-child {
  margin-left: 0;
  }
  .qodef-custom-pagination .page-numbers:last-child {
  margin-right: 0;
  }
  .qodef-custom-pagination .page-numbers.next,.qodef-custom-pagination .page-numbers.prev {
  padding: 0;
  }
  .qodef-custom-pagination .page-numbers.prev {
  margin-right: 40px;
  }
  .qodef-custom-pagination .page-numbers.next {
  margin-left: 40px;
  }
 
 .qodef-custom-pagination .page-numbers.current {
   color: #333;
   background: #b3b3b3;
}

  .qodef-custom-pagination .page-numbers.current::before{
  left: 0;
  top: 0;
  border-left: 2px solid #e82a2a;
  border-top: 2px solid #e82a2a;
  }
  .qodef-custom-pagination .page-numbers.current::after{
  right: 0;
  bottom: 0;
  border-right: 2px solid #e82a2a;
  border-bottom: 2px solid #e82a2a;
  }


.campo_testo_largo {
  text-align: justify;
}

.sale_aggiornamento_testo {
  margin-bottom: 20px;
}


.loghi_collaborazione_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.loghi_collaborazione_con img {
  max-height: 90px;
  width: 100%;
  max-width: 200px;
}

.h2_loghi_collaborazione_con {
  margin-bottom: 30px;
  font-weight: 700;
}

.loghi_collaborazione_con_wrapper {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}

span.ospite {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  display: block;
}



/*--------------------------------------------------------------
# Contatti 
--------------------------------------------------------------*/

.nome_attivita {
  font-weight: 600;
}

.content_nap_wrapper i {
  margin-right: 10px;
  font-size: 15px;
  color: #333;
}

.content_nap_wrapper a {
  display: block;
  margin-bottom: 10px;
}

a.richiedi_proiezione {
  display: inline-block;
}

.nome_mail_container {
  display: flex;
  justify-content: space-around;
}

.form_contatto label {
  width: 100%;
  margin-bottom: 30px;
}

.form_contatto input::placeholder,
.form_contatto textarea::placeholder
 {
  color: #999999;
  font-size: 14px;
}

.form_contatto .wpcf7-submit {
  background: #E61D1D;
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Chi siamo 
--------------------------------------------------------------*/

.singolo_membro_wrapper {
  position: relative;
}

.label_membro_wrapper {
  background: #333333cc;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 600;
  padding: 10px;
}

.nome_cognome_mebmbro {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.theme-preset-active) footer#colophon {
	color: #fff;
	background-color: #333;
}

footer#colophon a {
  color: #fff;
}

.body:not(.theme-preset-active) .post-type-archive-downloads  footer#colophon {
	display: none;
}






.wrapper_nl_footer {
  background: #E61D1D;
  padding: 10px 0;
}

.newsletter_cta {
  color: #fff;
  background: #c00000;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  transition: all 0.1s ease-in-out 0.1s;
}

.newsletter_cta:hover {
  text-decoration: none;
  background: #fff;
  color: #E61D1D !important;
}

.newsletter_text {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #fff;
}


.home .wrapper_nl_footer {
  background: #fff;
  padding: 10px 0;
}

.home .newsletter_cta {
  color: #fff;
  background: #E61D1D;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  transition: all 0.1s ease-in-out 0.1s;
}

.home .newsletter_cta:hover {
  text-decoration: none;
  background: #c00000;
  color: #fff !important;
}

.home .newsletter_text {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #E61D1D
}



.wrapper_footer {
  padding: 10px 0;
}

.developed_by {
  text-align: right;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}







/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Bootstrap lg-xl
--------------------------------------------------------------*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
.data_film_calendario_wrapper {
  margin-left: 165px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

a.cta_calendario {
  display: block;
}

.al_cinema_prossimanente h1, 
.calendario_home_wrapper h2,
.potrebbe_interessarti_wrapper h2 {
  font-size: 60px;
}

h1.titolo_single {
  font-size: 60px;
}

.searchform_wrapper {
  top: 85px;
}

.evento_programmazione_single a {
  text-decoration: none;
  display: block;
  background: #C00000;
  padding-left: 5px;
  margin-bottom: 10px;
  }





}
/*--------------------------------------------------------------
## Bootstrap md-lg
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {

.data_film_calendario_wrapper {
  margin-left: 165px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.potrebbe_interessarti_wrapper span {
  display: block;
  margin-bottom: 30px;
}

.searchform_wrapper {
  top: 85px;
}

.al_cinema_prossimanente h2,
.calendario_home_wrapper h2,
.potrebbe_interessarti_wrapper h2 {
  font-size: 50px;
}

h1.titolo_single {
  font-size: 50px;
}

.evento_programmazione_single a {
  text-decoration: none;
  display: block;
  background: #C00000;
  padding-left: 5px;
  }

.evento_programmazione_single span {
  display: block;
}

.evento_programmazione_single {
  display: block;
}

.evento_programmazione_single span {
  border: none;
}

.prenota_scopri_cta {
  margin-top: 15px;
  width: 100%;
  display: block;
}

.data_film_calendario_wrapper {
  display: block;
}

.data_film_calendario_wrapper span {
  display: block;
}
	
}
/*--------------------------------------------------------------
## Bootstrap sm-md
--------------------------------------------------------------*/

@media screen and (min-width: 576px) and (max-width: 767px) {

body {
  font-size: 16px;
}

.al_cinema_prossimanente h1 {
font-size: 40px;
}

.calendario_home_wrapper h2 {
font-size: 40px;
}

.evento_calendario {
font-size: 15px;
}

span.titolo_film_evento_calendario {
margin-left: 0px;
}

span.citta {
min-width: 130px;
}

.data_film_calendario_wrapper {
margin-left: 55px;
margin-top: 5px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

.data_film_calendario_wrapper span {
min-width: 0px;
}

a.cta_calendario {
display: block;
}

span.regione {
display: block;
}

span.citta::after {
content: "|";
display: inline-block;
margin-left: 5px;
}

.potrebbe_interessarti_wrapper h2 {
font-size: 40px;
}

.potrebbe_interessarti_wrapper {
padding: 30px 0;
}

.potrebbe_interessarti_wrapper a {
  display: block;
}

.evento_calendario_passato span.data_evento_calendario {
margin-left: 55px;
}

.potrebbe_interessarti_wrapper span {
padding: 15px 50px;
margin-bottom: 30px;
display: block;
}

.presenza_video #content {
margin-top: 86px;
}

.presenza_video header#masthead {
background: #545454;
}

h1.titolo_single {
font-size: 40px;
}

.programmazione_wrapper h2, .potrebbe_interessarti_wrapper_single h2 {
font-size: 40px;
}

.evento_programmazione_single a {
text-decoration: none;
display: block;
background: #C00000;
padding-left: 5px;
}

.evento_programmazione_single span {
  display: block;
}

span.previous_page,
span.next_page {
display: none;
}

.form_contatto .wpcf7-submit {
width: 100%;
}

.evento_programmazione_single {
  display: block;
}

.evento_programmazione_single span {
  border: none;
}

.prenota_scopri_cta {
  margin-top: 15px;
  width: 100%;
  display: block;
}

.data_film_calendario_wrapper {
  display: block;
}

.data_film_calendario_wrapper span {
  display: block;
}

}

/*--------------------------------------------------------------
## Bootstrap xs telefonetto
--------------------------------------------------------------*/

@media screen and (max-width: 575px) {
  
  body {
    font-size: 16px;
}
	
.al_cinema_prossimanente h2 {
  font-size: 40px;
}

.calendario_home_wrapper h2 {
  font-size: 40px;
}

.evento_calendario {
  font-size: 15px;
}

span.titolo_film_evento_calendario {
  margin-left: 0px;
}

span.citta {
  min-width: 130px;
}

.data_film_calendario_wrapper {
  margin-left: 55px;
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.data_film_calendario_wrapper span {
  min-width: 0px;
}

a.cta_calendario {
  display: block;
}

span.regione {
  display: block;
}

span.citta::after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
}

.potrebbe_interessarti_wrapper h2 {
  font-size: 40px;
}

.potrebbe_interessarti_wrapper {
  padding: 30px 0;
}

.potrebbe_interessarti_wrapper a {
  display: block;
}

.evento_calendario_passato span.data_evento_calendario {
  margin-left: 55px;
}

.potrebbe_interessarti_wrapper span {
  padding: 15px 50px;
  margin-bottom: 30px;
  display: block;
}

.presenza_video #content {
  margin-top: 86px;
}

.presenza_video header#masthead {
  background: #545454;
}

h1.titolo_single {
  font-size: 40px;
}

.programmazione_wrapper h2, .potrebbe_interessarti_wrapper_single h2 {
  font-size: 40px;
}

.evento_programmazione_single a {
  text-decoration: none;
  display: block;
  background: #C00000;
  padding-left: 5px;
}

.evento_programmazione_single span {
  display: block;
}

span.previous_page,
span.next_page {
  display: none;
}

.form_contatto .wpcf7-submit {
  width: 100%;
}

.immagine_ondemand {
  margin-bottom: 0;
  width: 100%;
}

.evento_programmazione_single {
  display: block;
}

.evento_programmazione_single span {
  border: none;
}

.prenota_scopri_cta {
  margin-top: 15px;
  width: 100%;
  display: block;
}

.data_film_calendario_wrapper {
  display: block;
}

.data_film_calendario_wrapper span {
  display: block;
}

}