/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}


button,
input,
select,
textarea {
	overflow: visible;
	width: auto;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/*----------  Helper class - box homepage  ----------*/
/*li.spettacolo.stagione-2015-2016:nth-child(4) > .terms a:first-of-type {
    display: none !important;
}

li.spettacolo.stagione-2015-2016:nth-child(5) > .terms a:first-of-type {
    display: none !important;
}*/

li.spettacolo.stagione-2015-2016:nth-child(6) > .terms a:first-of-type {
    display: none !important;
}

/*.ruolo-nome.num-0 div:nth-child(8) {
	display: none;
}*/
/*
 Fixed with ACF field
.home .headerslider .slide-inner .ruolo-nome.num-1 div:nth-child(1) strong:nth-child(2)   {
		display: none;
	}
.home .headerslider .slide-inner .ruolo-nome.num-2 div:nth-child(1) strong:nth-child(2)   {
		display: none;
	}
.home .headerslider .slide-inner .ruolo-nome.num-3 div:nth-child(1) strong:nth-child(2)   {
		display: none;
	}
*/
.postid-25787 #widgets #date-2 > h4 {
	display: none;
}

.home .headerslider .id-33253 .slide-inner h2:after,
.home .headerslider .id-38889 .slide-inner h2:after
{
	content:"Nicola Piovani";
	font-weight: bold;
	display: block;
	font-family: 'Sarala', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	padding-top: 4px;
}
.home .headerslider .id-33253 .slide-inner .musica-di,
.home .headerslider .id-38889 .slide-inner .musica-di,
.home .headerslider .id-33253 .slide-inner .ruolo-nome,
.home .headerslider .id-38889 .slide-inner .ruolo-nome
{
	display: none;
}

/* OLD Fixes for Fast Forward
.genre-festival-en{
	display:none !important;
	}
*/
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	color: #ddd;
	background: #ddd;
}

hr.space {
	color: #fff;
	background: #fff;
}

/* -----= Custom rules =----- */
.post-19920 a {
	display: inline-block;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	color: #444;
	font-family: thesansbw2_extralight;
	font-weight:400;
	font-size: 15px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 5.769230769231%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 33.779264214047%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 60.4515050167%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}
.none-important {
	display: none !important;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

.ie8 img {
	width: auto\9;
	height: auto;
}

.ie8 img.size-large {
	width: auto;
	max-width: 60%;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
	background-color:black;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
.wp-video .mejs-inner {
	height: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-mediaelement .me-plugin {
	height: 100% !important;
}
.mejs-controls {
	visibility:hidden;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.mejs-poster {
	background-color: #000;
	width:100% !important;
	background-position:center !important;
	background-size:contain !important;
}
.home .headerslider .mejs-poster {
	background-size:cover !important;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	height: 100% !important;
	width: 100% !important;
	min-width: 0 !important;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #000;
	text-decoration: none;
}


::selection {
	color: #fff;
	background: #999;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	padding: 2px 0;
	font-weight: 700;
}

legend {
	padding: 2px 5px;
}

fieldset {
	margin: 0 0 1.5em;
	padding: 1em 2em;
	border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #D7D7D7;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	vertical-align: middle;
	cursor: text;
}

select {
	max-width: 100%;
	height: auto;
}

area,
textarea {
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sell-radio{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
.sell-radio span{
	margin-right:5px;

	}

map area {
	padding: 0;
	border: 0;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	display: block;
	position: absolute;
	top: 60px;
	width: 100%;
	max-width:1300px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #f0c36d;
	color: #212121;
	background-color: #f9edbe;
	text-align: center;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	/*border: 1px solid #ddd;*/
}

table {
	width: 100%;
	border-collapse: collapse;
}

table thead {
	background-color: #CEA85F;

}

th, td {
	padding: 0.5rem !important;
}

tr {}

.fit-in td {
	padding: 0.23em !important;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

ol {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	overflow: auto;
	margin: 20px;
	padding: 0 0 10px 12px;
	border: none;
	border-left: 4px solid #d6d6d6;
	background: #f9f9f9;
}

blockquote p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: normal;
	line-height: 1.0em;
	word-wrap: break-word;
	font-family:walbaum_book_bq_regularRg;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.625em; /* = 42px */
	color:#000;
}

h2 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 2.250em; /* = 36px */
	color:#000;
}

h3 {
	margin-top: 0.857em;
	margin-bottom: 0.857em;
	font-size: 1.875em; /* = 30px */
	color:#000;
}

h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.500em; /* = 24px */
	color:#000;
}

h5 {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-size: 1.125em; /* = 18px */
	color:#000;
}

h6 {
	margin-top: 1.285em;
	margin-bottom: 1.285em;
	font-size: 1.000em; /* = 16px */
	color:#000;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

th,
td {
	padding: 0.05em;
}

caption {
	padding-bottom: 0.8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: 0.8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-right: 0.8em;
	padding-left: 0.8em;
}

legend + * {
	margin-top: 1em;
}

input,
textarea {
	padding: 0.3em 0.4em 0.15em;
}

select {
	padding: 0.1em 0.2em 0;
}

option {
	padding: 0 0.4em;
}

dt {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: 0.8em;
}
.form-int label{
	width: 100%;
	font-weight:100;
	}
.form-int .dati p{
	width: 40%;
	}
.form-int .dati p input,
.form-int .dati p select{
	font-weight:100;
	}

form .area-info{
	overflow:scroll;
	height:150px;
	padding:5px;
	font-size:12px;
	background-color:#F3F3F3;
	color:#666;
	border:1px solid #D1D1D1;
	}
form .dati p{
	display:inline-block;
	padding:0px 10px 0px 0px;
	margin:10px 0px;
	}

.underline {
    border-bottom: solid 1px #ccc;
}


/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 1196px;
	margin: 0 auto;
	padding: 0 10px;
}

#wrapper {
	clear: both;
	position: relative;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background-color: #fff;
}

.front-page #wrapper {
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

#header {
	margin: 0;
	position:relative;
}

#footer {
	clear: both;
	margin: 0 auto;
	background-color:#e3e3e3;
	overflow:hidden;
	padding:20px 30px;
}
.home #footer {
	background-color:#fff;
	}
#footer  .grid{
	padding-bottom:30px;
	width:100%;
	}
#footer ul{
	padding-top:5px;
	}

#footer-wrapper {
	max-width: 1300px;
	margin:0 auto;
	padding: 0;
}

#footer .soci-footer .soci-part{
	float:left;
	display:inline-block;
	width:50%;
	min-height:160px;
	padding-top:10px;
	}
#footer .soci-footer span{
	font-size:15px;
	margin-left:20px;
	font-weight:bold;
	margin-bottom:10px;
	position:absolute;
	top:-10px;
	background-color:#E3E3E3;
	padding:0px 10px;
	left:0;
}
.home #footer .soci-footer span{
	background-color:#fff;
	}
#footer .soci-footer .linea{
	border-top:1px solid #ccc;
	position:relative;
	margin-right:10%;
	margin-left:5px;
}
#footer .soci-footer .soci-part ul{
	list-style:none;
	margin-top:20px;
}
#footer .soci-footer .soci-part ul li {
	float:left;
	display:block;
}
#footer .soci-footer .soci-part ul li a {
	display:block;
}
#footer .soci-footer .soci-part ul li img {
	max-width: 100%;
	height: auto;
}

#footer .fa	{
	font-size:25px;
	padding:0px 5px;
	color:#b1b1b1;
}
#footer .inner{
	float:left;
}
#footer .col-300{
	width:auto;
	margin-right:20px;
	padding-top:3px;
}

.fa-instagram:before {
    content: "\f16d";
    color: #fff;
    font-size: 19px;
    position: absolute;
    top: -2px;
    left: 12px;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0;
}

.site-name {
	display: block;
	padding-top: 20px;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
}

.site-name a {
	color: #333;
	font-weight: 700;
}

.site-description {
	display: block;
	margin: 10px 0;
	color: #afafaf;
	font-size: 0.875em; /* = 14px */
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 23px;
	margin-bottom: 20px;
}
.home #content {
	margin-top: 40px;
}

#content-full {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content-search .title-search-results{
	font-size:34px;
	font-weight:100;
}
#content-search .title-search-results span{
	font-weight:bold;
}
#content-search .post-entry p{
	margin: 8px 0px 10px 0px;
	padding-bottom:14px;
	border-bottom:1px solid #EFEFEF;
	}
#content-search  .stagione-show{
	color: #999;
	font-size: 15px;
	margin-top: 3px;
	}
#content-search .torna-ricerca a{
	color:#D68A01;

	}

#content-search  h2.entry-title{
	font-size:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: thesansbw2_extralight;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}



/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 30px 0 40px 0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
	font-weight: 700;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	width: 99.893617021277%;
	padding-bottom: 40px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

#featured p {
	padding: 0 40px 0 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
}

.post-data a {
	color: #111;
}

.post-entry {
	clear: both;

}
.post-entry a{
	color:#D68A01;
	}

.contenuto{
	margin-top:20px;
	}

.post-meta {
	clear: both;
	margin-bottom: 10px;
	color: #3a3a3a;
	font-size: 12px;
}

.post-edit {
	display: block;
	clear: both;
	margin: 1.5em 0;
	font-size: 12px;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	margin-left: 5px;
	color: #aaa;
	font-size: 18px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 40px;
}
.widget-wrapper .widget-inner {
	padding: 15px;
	border: 1px solid #ECECEC;
	background-color: #F9F9F9;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	position: relative;
	top: 4px;
	width: 11px;
	height: 11px;
}

#widgets .rss-date {
	padding: 6px 12px;
	line-height: 18px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	padding: 6px 12px;
	font-style: normal;
	line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	margin: 0;
	line-height: 1.5em;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	padding-top: 4px;
	font-weight: 700;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}



.colophon-widget {
	min-height: 0;
	background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}



.top-widget {
	float: right;
	clear: right;
	width: 45%;
	min-height: 0;
	padding: 0 3px 0 0;
	border: none;
	background: none;
	text-align: right;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}
.widget_dove .widget-inner .thumbnail {
	display:block !important;
	float: left;
	margin-right: 32px !important;
}
.widget_dove .widget-inner .thumbnail img {
	margin:0;
}
.widget_dove .widget-inner h3 {
	font-size:20px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.widget_dove .widget-inner .vedi-tutti {
	color:#DA8300;
}
.widget_date h4 {
	color: #8a8a8a;
	font-family: thesansbw2_extralight;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
#widgets .reach-us {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
#widgets .reach-us .btn {
	background-color: #F9F9F9;
	text-transform: uppercase;
	color: #D98509;
    padding: 0.5rem 1rem;
    border: .1rem solid #D38B03;
    margin: 1rem auto;
    width: 100%;
	font-weight: bolder;
}
#widgets .widget_date ul,
#widgets .widget_date li {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#widgets .widget_date li {
	margin-bottom: 8px;
}
#widgets .widget_date li.annullata .giallo{
	background-color: #a7a7a7;
}
#widgets .widget_date li.annullata .buy{
	border:0;
	color: #bf0000;
    font-weight: bold;
}
#widgets .widget_date ul {
	margin-bottom:26px;
}
.widget_date .giallo {
	background-color:#D68A00;
	width: 93px;
	height: 74px;
	float:left;
	margin-right: 5px;
	color: white;
	text-align:center;
}
.widget_date .grigio {
	background-color:#F9F9F9;
	border: 1px solid #EDEDED;
	height: 72px;
	float: left;
	width: calc(100% - 136px);
	width: -webkit-calc(100% - 136px);
	padding-left: 18px;
	padding-right: 18px;
	font-size: 15px;
}
#widgets .widget_date .grigio a {
	display:block !important;
	float:right;
	height:33px;
	line-height: 33px;
	padding-left: 17px;
	padding-right: 17px;
	text-transform:uppercase;
	border: 1px solid #D38B03;
	color:#D98509;
	margin-top: 18.5px;
	font-size: 14px;
}
#widgets .widget_date .grigio .turno{
	float: left;
	width: 35%;
	line-height: 20px;
	height:70px;
	}
#widgets .widget_date .grigio .turno div{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	}

#widgets .widget_date .grigio .turno span{
	font-size:13px;
	display:block;
	}

#widgets .widget_date .grigio a.last-minute {
	width: 39px;
	height: 27px;
	background: #db2a1a;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color:rgba(0,0,0,0.4);
	color:fff;
	display:inline-block;
	padding:14px 10px 16px 10px;

	text-transform:uppercase;
	margin-left:3px;
	background-image:url(../images/icon-last-minute.png);
	background-repeat:no-repeat;
	background-position: 37px 14px;
	background-size:11px;
	text-align:left;
	border:none;
	line-height:13px;
	margin-top:7px;
	float:left;
	}
#widgets .widget_date .grigio  a.last-minute span{
	margin:0px;
	border:0px;
	font-size:12px;
	line-height:13px;
	padding:0px;
	color:#fff;
}
.widget_date .giallo .giornosett {
	font-size: 12px;
	margin-top: 5px;
}
.widget_date .giallo .giorno {
	font-family: walbaum_book_bq_regularRg;
    font-size: 30px;
}
.widget_date .giallo .mese {
	text-transform:uppercase;
	font-size:15px;
}

.widget_date .grigio.anteprima-giovani{
	background-image:url(../images/anteprima-giovani.png);
	background-repeat:no-repeat;
	background-position:90% center;
	line-height:72px;
	}

.widget_relproduct .widget-inner {
	padding-top: 21px;
	padding-left: 24px;
	padding-bottom: 20px;
}
#widgets .widget_relproduct .thumbnail {
	display:block;
	float:left;
	margin-right: 25px;
}
.widget_relproduct .thumbnail img {
	margin:0;
}
.widget_relproduct h3 {
	margin-top: 4px;
	margin-bottom: 11px;
	font-size: 30px;
}
.widget_relproduct .subtitle {
	font-size: 18px;
}
#widgets .widget_relproduct .shop-link {
	color: #979797;
	font-size: 13px;
	display:block;
	clear:both;
	margin-top: 3px;
}
#widgets .widget_relproduct .buy {
	display:block;
	float:left;
	height: 33px;
	line-height: 33px;
	text-transform:uppercase;
	border: 1px solid #D48B01;
	padding-left: 18px;
	padding-right: 18px;
	color:#DE880D;
	margin-top:20px;
}
#widgets .widget_subpages,
#widgets .widget_nav_menu {
	margin-top: 45px;
}
#widgets .widget_subpages a,
#widgets .widget_nav_menu a {
	color:#C88B0C;
}
#widgets .widget_subpages ul,
#widgets .widget_subpages li,
#widgets .widget_nav_menu ul,
#widgets .widget_nav_menu li {
	list-style:none;
}
#widgets .widget_subpages ul,
#widgets .widget_nav_menu ul {
	margin:0;
}
#widgets .widget_subpages .widget-inner,
#widgets .widget_nav_menu .menu-teatri-container {
	background-color:#FEFEFE;
	border: 1px solid #ececec;
    padding: 15px;
}
#widgets .widget_subpages .current_page_ancestor > a,
#widgets .widget_subpages .current_page_item > a,
#widgets .widget_nav_menu .current_page_ancestor > a,
#widgets .widget_nav_menu .current_page_item > a,
#widgets .widget_nav_menu .current-menu-item > a {
	color:black;
}
#widgets .widget_subpages .widget-inner > ul > li,
#widgets .widget_nav_menu .menu-teatri-container > ul > li {
	text-transform:uppercase;
	font-family:thesansbw4_semilight;
	font-size:14px;
}
#widgets .widget_subpages .widget-inner > ul > li:before,
#widgets .widget_nav_menu .menu-teatri-container > ul > li:before {
	color: #d5d5d5;
    content: "-";
    display: block;
    float: left;
    font-size: 28px;
    line-height: 21px;
    margin-left: -20px;
    margin-right: 10px;
}
#widgets .widget_subpages .widget-inner > ul > li > .children,
#widgets .widget_nav_menu .menu-teatri-container > ul > li > .sub-menu {
	display:none;
	text-transform:none;
}
#widgets .widget_subpages .widget-inner > ul > .current_page_item > .children,
#widgets .widget_subpages .widget-inner > ul > .current_page_ancestor > .children,
#widgets .widget_nav_menu .menu-teatri-container > ul > .current_page_item > .sub-menu,
#widgets .widget_nav_menu .menu-teatri-container > ul > .current_page_ancestor > .sub-menu {
	display:inherit;
}
#widgets .blocchetto {
	background-color:#f9f9f9;
	border:1px solid #ededed;
}
#widgets .blocchetto h3.title{
	margin:0px;
	font-size:1.3em;
	margin: 15px 10px 3px 10px;
}
#widgets .blocchetto a{
	color:#C88B0C;
	font-size:14px;
	}

#widgets .blocchetto .img{
	float:left;
	margin-right:18px;
}
#widgets .widget_raitre .widget-inner,
#widgets .widget_raicultura .widget-inner,
#widgets .widget_raicinque .widget-inner
 {
	text-align:center;
	padding:0;
}
/* =Titles
-------------------------------------------------------------- */
.featured-title {
	margin: 0;
	padding-top: 40px;
	font-size: 60px;
	text-align: center;
	letter-spacing: -1px;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	background-color: white;
    display: inline-block;
    font-size: 24px;
    line-height: 23px;
    margin: 0 0 0 12px;
    padding: 0 12px;
    text-align: left;
}
.widget-title .underline {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 30px !important;
	margin-top: -14px  !important;
}

.top-widget .widget-title h3 {
	padding: 0;
	font-size: 14px;
	text-align: right;
}

.widget-title a {
	padding: 0 !important;
	border-bottom: none;
}

.title-404 {
	color: #933;
	font-size:35px;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	position: relative;
	padding: 0;
}

.skip-link {
	float: right;
	margin-left: -100%;
	padding: 0.5em;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	font-size: 0.8125em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	margin: 0 auto;
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	padding: 0 4px 0 8px;
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */

.home #header #nav{
	bottom:-80px;

	}
.home #header #nav.fixed{

	bottom:0px;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}

#header .main-nav-wrapper {
	background-color: #000;
	bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
	position:fixed;
}
.home #header .main-nav-wrapper {
	/*position: absolute;*/
}
#header .main-nav-wrapper:hover{
	background-color:#000;
}
#header .main-nav-container {
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
#header #searchform {
	float:right;
	margin: 0 20px 0 0;
    overflow: hidden;
	position:relative;
	height:63px;
	line-height:63px;
	width:25px;
	-webkit-transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-ms-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	transition: width 400ms ease;
}
#header #searchform:hover,
#header #searchform:focus,
.touch #header #searchform {
	width:178px;
}
#header #searchform label:before {
	font-family:FontAwesome;
	content: "\f002";
	color:white;
	font-size:20px;
	text-indent: 0;
	position:absolute;
	right:0;
	font-weight:normal;
	width:25px;
	text-align:right;
}
#header #searchform label {
	background-color:black;
	text-indent:-9999px;
	clip:inherit;
}
#header #searchform label,
#header #searchform #searchsubmit {
	position:absolute;
	display:block;
	right:0;
	top:0;
	padding:0;
	width: 25px;
	height:63px;
	line-height:63px;
	background-image:none;
	background-color:transparent;
}
#header #searchform #searchsubmit {
	z-index:2;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	text-indent:-9999px;
}
#header #searchform #s {
	border:none;
	box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color: rgba(255,255,255,0.3);
	color:white;
	height:35px;
	line-height:35px;
	margin-right:25px;
	width: 87%;
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	font-size:16px;
	font-family: thesansbw2_extralight;
	padding-left: 0;
	padding-right:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
#header #searchform:hover #s,
#header #searchform:focus #s,
.touch #header #searchform #s {
	padding-left: 8px;
	padding-right: 8px;
}
#header .language-switcher {
	float:right;
	padding:0;
	margin:0;
	display:block;
}
#header .language-switcher li {
	display:block;
	float:left;
	list-style:none;
	height: 63px;
	line-height:63px;
}
#header .language-switcher li a {
	color:#DADADA;
	text-transform:uppercase;
	border-right:1px solid white;
	font-family: thesansbw2_extralight;
	font-size:17px;
	line-height: 17px;
	padding-left: 5px;
	padding-right: 5px;
	display:inline-block;
}
#header .language-switcher li.active a{
	font-weight:bold;
	color:#fff;
	}

#header .language-switcher li:last-child a {
	border-right:none;
}
#header .header-image {

	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.menu {
	clear: both;
	margin: 0 auto;
}

#header .main-nav {
	float:left;
}

.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.main-nav .menu .home a {
	text-indent: -9999px;
	background-image: url(../images/logo-menu.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:0;
	min-width:220px;
	background-color:transparent;
}
.main-nav .menu .home a:hover,
.main-nav .menu .home:hover {
	background-color:transparent;
}

.menu li li {
	float: none;
}



.menu li:hover > ul {
	visibility: visible;
	bottom:63px;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	display: inline-table;
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	visibility: hidden;
	width: auto;
	min-width: 280px;;
	margin-top: 1px;
	position:absolute;
	bottom:-300px;
	left:0;
	right:0;
	z-index:-10;
	padding:25px 0;
	width:100%;
	background:white;

	transition-property:bottom;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
	transition-delay:300ms;
	padding:10px;

}

.menu a {
	display: block;
	position: relative;
	height: 63px;
	margin: 0;
	padding: 0 32px;
	color: #fff;
	font-size: 17px;
	line-height: 63px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	font-family: thesansbw2_extralight;
	text-transform:uppercase;
}

.menu a:hover {
	color: #000;
}

ul.menu > li:hover {
	color: #000;
	background-color: #fff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #fff;
	color:#000;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
	color:#000;
}




.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	background-image: none;
	background-color:#fff;
	filter: none;
}

.menu li li a {
	height: auto;
	height: 20px;
	padding: 2px 10px;
	border: none;
	color: #000;
	text-shadow: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;

}
.menu li:hover a{
	color:#000;
	}

.menu li li a:hover {
	border: none;
	color: #fff;
	background-color:#D68A01;
	background-image: none;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	clear: both;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-header-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.sub-header-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.sub-header-menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.sub-header-menu a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #e5e5e5;
	color: #333;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.sub-header-menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	border: none;
	color: #444;
	background: #f9f9f9;
	background-image: none;

	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;

	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
	font-size:13px;
	margin:0 auto;
	margin-top:30px;
}


.footer-menu li {
	display:inline-block;
	list-style-type: none;

}
.footer-menu li.menu-item{
	float:left;
	}

.footer-menu li.menu-item ul li{
	float:none;
	display:block;
	}

.footer-menu li a {
	padding: 0 14px;
	color: #000;
	text-transform:uppercase;
}


.footer-menu li a:hover {
	color: #222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding-left:0px;
}
.footer-menu li ul li{
	display:block;
	min-height:0px;
	}
.footer-menu li ul li a{
	padding:0px;
	font-weight:100;
	color:#5D5D5D;
	}

.footer-menu ul.sub-menu{

	}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	display: block;
	height: 28px;
	margin: 20px 0;
	padding: 0 5px;
	color: #111;
	font-size: 13px;
	line-height: 28px;
}

.navigation a {
	padding: 4px 10px;
	color: #aaa;
}

.navigation a:hover {
	color: #111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}
.home .headerslider-wrapper {
	height: 694px;
	position:relative;
	text-align:center;
}
#header .header-image #top-bar,
.home .headerslider-wrapper #top-bar {
	position:absolute;
	top:0;
	z-index:1000;
	width:100%;
}
#header .header-image #top-bar .inner,
.home .headerslider-wrapper #top-bar .inner {
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}
#header .header-image #top-bar .inner {
	padding-right:52px;
}
#header .header-image #top-bar .inner .icon {
	display:block;
	margin-top:20px;
	margin-left:4px;
}

.page-id-19838 #header .header-image {
 background-position: top;
}
#header .show-header {

}
#header .slider-container,
#header .info-container {
	float:left;
}
#header .slider-container {
	min-height: 475px;
	width: 65%;
}
#header .flexvertical .single-photo {
	width: 100%;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 475px;
	max-width: inherit !important;
}
#header .flexvertical .slider-container {
	width: calc(100% - 130px);
}
#header .flexvertical .slider-container.single-photo {
	width: 100%;
}
.postid-29613 #header .flexvertical .slider-container.single-photo,
.postid-29619 #header .flexvertical .slider-container.single-photo{
	background-position: top right !important;
}

#header .flexvertical .flexslider li {
	background-size: contain !important;
}

#header .flexvertical .flexslider {
	background: #000;
}
#header .info-container {
	width: 35%;
	position:absolute;
	color:#000;
	position:relative;
}

#header .flexvertical .info-container {
	position: absolute;
	bottom: 0 !important;
	left: 0 !important;
	width: 100%;
}

#header .info-container .info-item {
	position:absolute;
	left:0;
	top:0;
	padding:45px 62px;
}

.flexvertical #header-carousel .flex-prev {
	top: 25px;
	left: 50%;
	margin-left: -20px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.flexvertical #header-carousel .flex-next {
	top: inherit;
	bottom: 10px;
	right: inherit;
	left: 50%;
	margin-left: -20px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#header .flexvertical .info-container .info-item  {
	position: absolute;
	top: -100px;
	padding: 0 !important;
	margin: 0 !important;
}

#header .flexvertical .flex-viewport {
	height: 475px !important;
}

#header .flexvertical .info-container .info-item h3 {
	position: absolute;
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 5px 15px !important;
	margin: 30px 100px !important;
	white-space: nowrap;
	font-size: 18px;
	top: 40px;
}

#header .info-container .description {
	font-size: 16px;
}
#header .flexvertical .info-container h3 {
	font-family: thesansbw2_extralight;


}
#header .info-container h3 {
	font-family:Open Sans;
	font-size:26px;
	font-weight: 300;
	margin-top:0;
}

#header .flexvertical #header-carousel {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	width: 140px;
	height: 475px;
	overflow: hidden;
}


#header .flexvertical #header-carousel .slides {
	width: 100% !important;
}

#header .flexvertical #header-carousel .slides li  {
	display: block;
	width: 130px !important;
	float: none !important;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#header .flexvertical #header-carousel .slides li img {
	display: block;
	width: 100% !important;
	height: auto;
}

#header #header-carousel .slides img {
	height:95px;
	width:auto;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor:pointer;
}
#header #header-slider .slides > li {
	height:475px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#header #header-slider .slides > li iframe {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#header #header-carousel .video {
	position:relative;
}
#header #header-carousel .video .play {
	background: rgba(0, 0, 0, 0) url("/wp-includes/js/mediaelement/bigplay.svg") no-repeat scroll 0 0 / 108% auto;
    cursor: pointer;
    height: 50px;
    left: 50%;
    margin: -30px 0 0 -28px;
    position: absolute;
    top: 50%;
    width: 50px;
}
#wrapper .share {
	position:absolute;
	right: 0;
	top: 14px;
}
.share .addthis_toolbox .aticon-facebook {
	background-image: url(../images/fb-bg.png) !important;
	background-size: auto 100% !important;
	width: 44px !important;
}
.share .addthis_toolbox .aticon-facebook:after {
	content:"Share";
}
.share .addthis_toolbox .aticon-twitter {
	background-image: url(../images/tw-bg.png) !important;
	background-size: auto 100% !important;
	width: 50px !important;
}
.share .addthis_toolbox .aticon-facebook,
.share .addthis_toolbox .aticon-twitter {
	background-color:#E8E8E8 !important;
}
.share .addthis_toolbox .aticon-twitter:after {
	content:"Tweet";
}
.share .addthis_toolbox .aticon-twitter:after,
.share .addthis_toolbox .aticon-facebook:after {
	color: #757575;
    display: inline-block;
    float: right;
    font-size: 9px;
    line-height: 22px;
    margin-right: 3px;
    text-indent: 0;
    text-transform: uppercase;
}
.home .headerslider-wrapper #top-bar .social-top {
	display:block;
	margin-top:20px;
	margin-right:5px;
}
.home .headerslider-wrapper #top-bar .social-top img{
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	}

.home .headerslider-wrapper #top-bar .headerlogo {
	display:block;
	margin-top:15px;
	margin-left:52px;
}


.home .headerslider-wrapper .pagination-wrapper {
	position:absolute;
	right: 52px;
	top:0;
	height:100%;
	display:table;
	z-index: 1000;
}
.home .headerslider-wrapper #pagination {
	display:table-cell;
	vertical-align:middle;
}
.home .headerslider-wrapper #pagination a {
	background-color:#CFCBCA;
	display:block;
	width: 12px;
	height: 12px;
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.home .headerslider-wrapper #pagination .selected {
	background-color: white;
}
.home .headerslider-wrapper #pagination a span {
	display:none;
}
.home .headerslider {
	height: 694px;
    margin: 0;
    overflow: hidden !important;
}
.home .headerslider .slide {
	float: left;
    height: 100%;
    width: 100%;
	background-size:cover;
	background-size:auto, cover;
	background-position:center;
	background-position:center top, center center;
	background-repeat:repeat-x, no-repeat;
	/* background-color:black; */
	background-color: transparent;
}
.home .headerslider .slide video.loading {
	opacity:0;
}
.home .headerslider .slide-inner {
	color: white;
	text-align:left;
	width:100%;
	height:100%;
	display:table;
	vertical-align:bottom;
	position:relative;
}
.home .headerslider .slide-inner .ruolo-nome{
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 100;
	line-height: 28px;
	font-family: 'Sarala', sans-serif;
	}

.home .headerslider .videoslide {
	position:relative;
}
.home .headerslider .videoslide .slide-inner {
	position:absolute;
	top:0;
	right:80px;
	height:auto;
	z-index:1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.home .headerslider .videoslide.playing .slide-inner {
	opacity:0;
}
.home .headerslider .videoslide .mejs-overlay-button {
	display:none !important;
}
.home .headerslider .slide-inner .align-middle {
	background-color:rgba(28,28,28,0.26);
	margin:0 auto;
	display: table;
	width: 100%;
	height:100%;
}
.home .headerslider .slide-inner .align-middle .cont-sx-dx{
	max-width: 1196px;
	display:table;
	width:100%;
	height:100%;
	margin:0 auto;
	}

.home .headerslider .slide-inner .cont-midle{
	width:100%;
	vertical-align: bottom;
	height: 187px;
	bottom: 0px;
	display:table-cell;
	position:absolute;
	}

.home .headerslider .videoslide .slide-inner .align-middle {
	display:block;
}

.home .headerslider .slide-inner .info-slide-sx,
.home .headerslider .slide-inner .info-slide-dx
{
	display: table-cell;

	vertical-align: middle;
	}
.home .headerslider .slide-inner .info-slide-sx{
	text-align:left;
	width: 70%;
	}

.home .headerslider .slide-inner .info-slide-dx{
	text-align:center;
	width: 30%;

	}

.home .headerslider .slide-inner .info-slide-sx	 .musica-di{
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Sarala', sans-serif;
	}

.home .headerslider .slide-inner a {
	color: white;
}
.home .headerslider .slide-inner .terms {
	margin-bottom: 8px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
.home .headerslider .slide-inner .terms a {
	/*font-family: thesansbw2_extralight;*/
	font-family: 'Sarala', sans-serif;
	text-transform:uppercase;
	font-size:16px;
}
.home .headerslider .slide-inner .date,
.home .headerslider .slide-inner .location {
	font-family: 'Sarala', sans-serif;
	font-size: 18px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
.home .headerslider .slide-inner h2 {
	font-family: walbaum_book_bq_regularRg;
	font-weight:normal;
	font-size: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
	color:#fff;
}
.home .headerslider .slide.id-32640 .slide-inner h2{
	font-family: 'Sarala', sans-serif;
	font-size: 20px;
	font-weight: 100;
	
}

.home .headerslider .slide-inner .header-data {
	margin-bottom: 20px;
	display:block;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
	text-transform:uppercase;
	font-family: 'Sarala', sans-serif;
}
.home .headerslider .slide-inner h3 {
	font-family: walbaum_book_bq_regularRg;
	font-weight:normal;
	font-size: 35px;
	margin-top: -25px;
	margin-bottom: 40px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
	color:#fff;
}
.home .headerslider .slide-inner .buttons a {
	display:inline-block;
	/*font-family: thesansbw2_extralight;*/
	font-family: 'Sarala', sans-serif;
	text-transform:uppercase;
	font-size:15px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right:10px;
	background-color:#9a0a01;
}
.home .headerslider .last-minute{
	width: 49px;
	height: 37px;
	background: #db2a1a;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color:rgba(0,0,0,0.4);
	color:fff;
	display:inline-block;
	padding:24px 14px 16px 14px;

	text-transform:uppercase;
	margin-left:14px;
	background-image:url(../images/icon-last-minute.png);
	background-repeat:no-repeat;
	background-position: 45px 20px;
	text-align:left;
	}
.home .headerslider .slide-inner .buttons  .last-minute a{
	margin:0px;
	border:0px;
	font-size:13px;
	line-height:16px;
	padding:0px;
	background-color:transparent;

	}

.page-template-page-stagione .cont-terms {
	position:relative;
	}
.page-template-page-stagione #generi-tab-content .terms{
	margin-top: -32px;
	}

.page-template-page-stagione .stagione-toolbar {
	margin-top:73px;
	line-height: 26px;
	height: 26px;
}
.page-template-page-stagione #filtri {
	float:left;
}
.page-template-page-stagione .show-search-wrapper,
.page-template-page-stagione #generi-tabs {
	float:right;
}
.page-template-page-stagione #filtri a {
	display:block;
}
.page-template-page-stagione #filtri a,
.page-template-page-stagione #filtri .location {
	text-transform:uppercase;
	font-size: 14px;
	color: #999999;
}
.page-template-page-stagione #filtri .active,
.page-template-page-stagione #filtri *:hover {
	color: black;
}
.page-template-page-stagione #filtri *:hover i,
.page-template-page-stagione #filtri .active i {
	color: #e28921;
}
.page-template-page-stagione #filtri i {
	margin-right: 8px;
}
.page-template-page-stagione #filtri > * {
	float:left;
	margin-right: 24px;
}
.page-template-page-stagione #filtri > *:last-child {
	margin-right:0;
}
.page-template-page-stagione .location {
	cursor:pointer;
	overflow:hidden;
	height:26px;
	line-height:26px;
	position:relative;
}
.page-template-page-stagione .location:hover {
	overflow:visible;
}
.page-template-page-stagione .stagione-toolbar .location:hover:before {
	content:"\f107";
	font-family:FontAwesome;
	float:right;
	color: #999999;
	line-height: 22px;
	font-size: 20px;
	margin-left: 10px;
}
.page-template-page-stagione .location ul {
	margin:0;
	background-color: white;
	padding:0 20px 10px;
	position: absolute;
}
.page-template-page-stagione .location:hover ul {
	z-index:1;
}
.page-template-page-stagione .location li {
	list-style: none;
}
.page-template-page-stagione .location li a {
	text-transform:none !important;
	white-space:nowrap;
}
.page-template-page-stagione .show-search-wrapper input {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color:#e3e3e3;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0;
	width:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.page-template-page-stagione .show-search-wrapper:hover input,
.page-template-page-stagione .show-search-wrapper.active input {
	padding: 0 8px;
	width: 150px;
}
.page-template-page-stagione .show-search-wrapper input,
.page-template-page-stagione .show-search-wrapper a {
	color: #999999;
	height: 26px;
	line-height: 26px;
}
.page-template-page-stagione .show-search-wrapper a {
	display: block;
    float: right;
    font-size: 20px;
    margin-left: 5px;
}
.page-template-page-stagione #generi-tab-content li.month {
	background-color: #f4f4f4;
    clear: both;
    color: #757575;
    display: block;
    float: none;
    font-family: walbaum_book_bq_regularRg;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    list-style: outside none none;
    margin: 0;
    max-width: none;
    min-height: 0;
    text-align: center;
    text-transform: capitalize;
	border-bottom: 1px solid #f4f4f4;
}
.page-template-page-stagione #generi-tab-content li.month:first-child {
	border-top: 1px solid #f4f4f4;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario {
	border-bottom: 1px solid #f4f4f4;
	min-height: 0;
	max-width: none;
	display:block;
	float:none;
	clear:both;
	margin:0;
	margin-left: 5.84% !important;
	margin-right: 5.84% !important;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario > * {
	display:block;
	float:left;
	height:165px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .data {
	height: 60px;
    padding: 52px 1.5% 52px 0;
    text-align: center;
    width: 60px
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .data .weekday {
	text-transform:capitalize;
	font-size: 13px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .data .day {
	font-family:walbaum_book_bq_regularRg;
	font-size:30px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .data .month {
	text-transform:uppercase;
	font-size:18px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .info {
	height: auto;
    margin-top: 38px;
    padding-left: 30px;
    width: 530px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .info .hours,
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .info .location a {
	color:#808080;
	font-size: 13px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .thumbnail img {
	margin-top: 35.5px;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .buttons {
	margin-top:78px;
	height:auto;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .buttons a {
	display:block;
	float:left;
	height: 32px;
	line-height: 32px;
	border: 1px solid #CBCBCB;
	padding-left: 18px;
	padding-right: 18px;
	margin-right: 5px;
	text-transform:uppercase;
}
.page-template-page-stagione #generi-tab-content .spettacolo-calendario .buttons .buy {
	border-color:#D68A03;
	color:#D08704;
}
.page-template-page-stagione #generi-tab-content .no-results {
	color: #999999;
    text-align: center;
    text-transform: uppercase;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 13px;
}
.breadcrumb-list br{
	display:none;
	}
.breadcrumb-list > *, .breadcrumb-list a {
	color:#787878;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}



.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-weight: 400;
	font-style: normal;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	margin-left: 10px;
	padding: 10px;
	list-style: none;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}



.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #999;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}



.pingback,
.trackback {
	margin: 20px 0;
	list-style: none;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
	background-image: -moz-linear-gradient(top, #fff, #eaeaea);
	background-image: -ms-linear-gradient(top, #fff, #eaeaea);
	background-image: -o-linear-gradient(top, #fff, #eaeaea);
	background-image: linear-gradient(top, #fff, #eaeaea);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999;
	font-size: 0.9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}



.page-template-page-prezzi .prezzi-stagione{
	margin-bottom:40px;
	overflow:hidden;
	}

.page-template-page-prezzi  h1.stagione{
	margin-top: 90px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	
	
}
.page-template-page-prezzi .prezzi-stagione h3 {
	/*margin-top: 2.857em;*/
	font-size: 1.6em;
}

.page-template-page-prezzi .titolo-area.riga_area {
	border:0px;
	font-weight:bold;
	}
.page-template-page-prezzi h2{
	/*font-size: 1.5em;*/
	}

.page-template-page-prezzi .riga_area{
	display:block;
	clear:both;
	border-bottom:1px solid #EDEDED;
	overflow: hidden;

	}
.page-template-page-prezzi .riga_area .area{
	width:45%;
	text-align:left;
}
.page-template-page-prezzi .riga_area .numero-posti{
	width:10%;
}
.page-template-page-prezzi .riga_area .prezzo-prima,
.page-template-page-prezzi .riga_area .prezzo-repliche{
	width:20%;
}

.page-template-page-prezzi .riga_area div{
	float:left;
	text-align:center;
	}


/* =Shop
-------------------------------------------------------------- */

.woocommerce ul.products{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	display: flex;
	flex-direction: column;
}
.woocommerce ul.products li.product .button{
	margin-top: auto !important;
	text-align: center;
	font-weight: 600 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	width: 46% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.woocommerce-demo-store .demo_store{
	display: none;
}
.woocommerce.woocommerce-demo-store .demo_store {
	display: block;
}

.woocommerce div.product{
	margin-top:50px;
	}

.shop_table.cart .button.wc-backward {
	padding: inherit;
	margin-left: 6px;
}

form.woocommerce-shipping-calculator, .woocommerce-shipping-calculator p {
	margin: 0;
}

.woocommerce tr.shipping th a {
	font-size: 13px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    font-weight: bold;
}
.woocommerce div.product form.cart .button{
	font-size: 16px !important;
    font-weight: 400 !important;
}

.woocommerce button.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button .add_to_cart_button,
.widget_shopping_cart_content .button.wc-forward,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #fff !important;
    border: 1px solid #d38b03 !important;
    font-weight: normal;
    color: #D38B03 !important;
    border-radius: 0 !important;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 12px;
	}

.woocommerce button.button.alt:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.widget_shopping_cart_content .button.wc-forward:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff !important;
	background-color: #d38b03 !important;
	border-radius: 0 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
	background:none;
	color:#D38B03;
	}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	font-weight:100;
	border-radius:0px;
	border:1px solid #D38B03;
	text-transform:uppercase;
	background-color:#fff;
	color:#D38B03;
	}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
	background-color:transparent;
	color:#D38B03;
	border:1px solid #D38B03;
	}
.woocommerce div.product p{
	margin:5px 0px !important;

	}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	color:#000;
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:12px !important;

}
#content-woocommerce .related.products{
	margin-top:80px;
	}
.woocommerce ul.products li.product .price{
	color:#000;
	font-weight:bold;
	}
.woocommerce ul.products li.product h3{
	line-height: 1.3em;
	font-size: 0.9em;
	min-height: 60px;
	font-family: thesansbw2_extralight;
	}
.woocommerce ul.products li.product a img{
	margin:0px;
	}

.woocommerce ul.products{
	padding-top:30px;
	}
.woocommerce-result-count,
.woocommerce-ordering .orderby{
	color:#999;
	font-weight:100;
	font-family: thesansbw2_extralight;
	font-size:13px;
	}

.woocommerce div.product span,
.woocommerce div.product p{
	font-family: thesansbw2_extralight;
	}
/* .woocommerce div.product .posted_in,
.woocommerce div.product .posted_in a
{
	color:#999;
	} */
.woocommerce div.product .stock{
	color:#999;
	}
.woocommerce div.product div.summary{
	  font-family: thesansbw2_extralight;
	}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background-color:#fff;
	}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	color:#D38B03;
	}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{
	font-weight:100;
	}
.woocommerce #widgets #respond input#submit,
.woocommerce #widgets a.button,
.woocommerce #widgets button.button,
.woocommerce #widgets input.button{
	padding: 0.618em 1em;

	}

.woocommerce .widget-wrapper{
	margin-top:20px;

	}
.woocommerce .widget_shopping_cart_content{
	border:1px solid #EDEDED;
	padding:20px 10px;
}
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button{
	margin-right: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

.woocommerce p.total{
	margin:0px;
	}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
	font-weight:100;
	font-size:0.9em;
	}
.woocommerce .quantity .qty{
	padding:6px 0px;
	}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px !important;
}

.woocommerce-footer {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #f9f9f9;
}

.woocommerce-footer ul {
	float: right;
    margin: 0;
    list-style-type: none;
    padding: 10px 0px 0px 10px;
}

.woocommerce-footer ul li {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #E3E3E3;
}

.woocommerce-footer ul li:last-child {
	border-left: none;
}

.woocommerce-footer ul li a {
    font-size: 13px;
    color: #7b7b7b;
    text-transform: uppercase;
}

.woocommerce-footer ul li a:hover {
	color: #444;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce .address {
	padding: 20px;
	width: 44% !important;
	background-color: #F8F8F8;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
	font-size: 1.6em;
	}

.woocommerce .widget_product_search input,
.woocommerce .widget_product_search input:focus {
	flex-grow: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
    border-radius: 0;
}
.woocommerce .widget_product_search input[type="submit"] {
	flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0px 0;
    outline: 0;
    line-height: 1;
    border-radius: 0;
}

.woocommerce .widget_product_search .woocommerce-product-search {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
/* Widget Categorie */

ul.product-categories {
    text-transform: uppercase;
    list-style-type: none;
    border: 1px solid #ededed;
    margin: 20px 0;
    padding: 20px !important;
    line-height: 26px;
}

ul.product-categories li.cat-parent{
    margin-bottom: 40px;

}

ul.product-categories li.cat-parent:last-of-type {
	margin-bottom: 0;
}

ul.product-categories li.cat-item a {
    color: #c88b0c;
    font-size: 18px;
}

ul.product-categories a:hover,
ul.product-categories .cat-item .children a:hover {
	font-weight: bold;
}

ul.product-categories > li.current-cat-parent a,
ul.product-categories > li.current-cat a,
ul.children > li.cat-item.current-cat a {
	font-weight: bold;
}

ul.product-categories .cat-item .children {
	list-style-type: none;
}

ul.product-categories .cat-item .children a  {
	font-size: 15px;
	color: #444;
	font-weight: normal;
}

/* Carrello */

.woocommerce .cart input.button {
	background-color: #fff !important;
    border: 1px solid #d38b03;
    font-weight: normal;
    color: #D38B03 !important;
    border-radius: 0;
    padding: 8px 15px;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce .cart input.button:hover {
	color: #fff !important;
	background-color: #d38b03 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 7px 6px 7px !important;
	border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order {
	color: #fff !important;
	background-color: #d38b03 !important;
	border-radius: 0 !important;
	font-weight: 200 !important;
	-webkit-appearance: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover {
	background-color: #EB9C07 !important;
	border: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img{
	margin: 0 10px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	min-width: 190px;
}
.payment_box.payment_method_paypal p{
	margin-top: 0;
}

.woocommerce-checkout #payment {
	border-radius: 0 !important;
}

.woocommerce table {
	border-radius: 0 !important;
}

.woocommerce ul#shipping_method li label {
	display: inline;
}

/* Cassa */

.wc_payment_methods.payment_methods.methods .wc_payment_method.payment_method_paypal label{
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Pagina Condizioni di vendita */

.page-id-23759 table,
.page-id-25588 table
 {
	width: inherit;
	border-collapse: collapse;
}

.page-id-23759 table td,
.page-id-25588 table td
 {
	border: 1px solid #ddd;
}

.show {
	cursor: pointer;
}

.show:active {
  transform: scale(0.9);
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #D68A01;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40%;
  margin-left: -20%;
  margin-top: -150px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}

.modal .info-modal {
	padding: 20px;
}

.modal .info-modal p {
	margin: 0;
}

.modal .info-modal h5 {
	margin-bottom: 0.125em;
}

.active {
  visibility: visible;
  opacity: 1;
}
.active + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

img.wp-smiley {
	vertical-align: middle;
}

.bypostauthor {

}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	max-width: 155px;
	margin-top: 0;
	text-align: center;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size: 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.attachment-gallery img {
	display: block;
	width: auto;
	max-width: 96%;
	height: auto;
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	background: #fff;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	width: auto;
	margin: 15px auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	border: 1px solid #ddd;
	color: #333;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	padding: 15px 35px;
	font-size: 24px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	padding: 3px 6px;
	font-size: 10px;
}

.medium a.button {
	padding: 8px 16px;
	font-size: 16px;
}

.large a.button {
	padding: 10px 35px;
	font-size: 18px;
}

.xlarge a.button {
	padding: 12px 55px;
	font-size: 24px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	border: 1px solid #115290;
	color: #fff;
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
	border: 1px solid #115290;
	color: #fff;
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
	border: 1px solid #890000;
	color: #fff;
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
	border: 1px solid #890000;
	color: #fff;
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
	border: 1px solid #626862;
	color: #fff;
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
	border: 1px solid #626862;
	color: #fff;
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
	border: 1px solid #791717;
	color: #fff;
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
	border: 1px solid #791717;
	color: #fff;
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
	background-image: -o-linear-gradient(top, #fff, #c0c0c0);
	background-image: linear-gradient(top, #fff, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
	border: 1px solid #474747;
	color: #fff;
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
	border: 1px solid #474747;
	color: #fff;
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
	border: 1px solid #000;
	color: #fff;
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
	border: 1px solid #000;
	color: #fff;
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 20px 0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.alert {
	border: 1px solid #dc7070;
	color: #212121;
	background-color: #faebeb;
}

.address {
	border: 1px solid #cdc9a5;
	color: #212121;
	background-color: #f6f5ef;
}

.notice {
	border: 1px solid #e3cf57;
	color: #212121;
	background-color: #fbf9e9;
}

.success {
	border: 1px solid #a2bc13;
	color: #212121;
	background-color: #f9fde8;
}

.download {
	border: 1px solid #ff9912;
	color: #212121;
	background-color: #fff4e5;
}

.information {
	border: 1px solid #6ca6cd;
	color: #212121;
	background-color: #eef3f6;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul,
ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

/*table.shop_table {
	table-layout: fixed;
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}*/
.woocommerce.post-type-archive-product ul.products{
	margin-left: -15px;
	margin-right: -15px;
}
.woocommerce.post-type-archive-product ul.products li.product {
	width: 47.82%;
	position:relative;
	margin: 0 3.8% 2em 0;
}
.woocommerce.post-type-archive-product ul.products li.product a img {
	margin:0;
}
.tax-product_cat.woocommerce.post-type-archive-product ul.products li.product h2,
.tax-product_cat.woocommerce.post-type-archive-product ul.products li.product h3 {
	position:absolute;
	bottom: 0;
	left: 0;
	color:white;
	text-shadow: 0 1px 20px #292929;
	font-size:26px;
	font-family: 'Sarala', sans-serif;
	padding-left:3%;
	padding-right:3%;
	min-height:0;
	width: 94%;
	background-color: #00000063;
	font-weight: bold;
	padding-top: 6px;
    padding-bottom: 6px;
}
.woocommerce.post-type-archive-product .shop-home-description {
	color:#444444;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	margin-bottom:15px;
	margin-top:82px;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 13px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 10px;
		line-height:16px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* Varie pagine
-------------------------------------------------------------- */
.home section {
	margin-bottom:60px;
}
section .section-header {
	position:relative;
}
section .section-header .title {
	position:absolute;
	left: 0px;
	padding-left: 0px;
	padding-right: 20px;
	min-width: 152px;
	text-transform: uppercase;
}
section .section-header.single-line .title {
	top: 0px;
	min-width: 0;

}
section .section-header.tree-line{
	/*background-image:url(../images/linea.png);
	background-repeat:no-repeat;*/
	margin-top:50px;
	height:5px;
	}
section .section-header.tree-line .title {
	margin-top: -40px;
}
section .tree-line h2 {
	line-height:28px;
	}

section  .tree-line h2 span.t-2{}
section .tree-line h2 span.t-3{
	padding-left:55px;
	}
section #roma-opera-aperta .tree-line h2 span.t-1{
	padding-left: 40px;
	}
section #roma-opera-aperta .tree-line h2 span.t-1,
section #roma-opera-aperta .tree-line h2 span.t-2,
section #roma-opera-aperta .tree-line h2 span.t-3{
	font-size:55px;
	display:block;
	line-height:35px;
	color:#9a0a01
}

section #altro-banner .tree-line h2 span.t-1{
	padding-left: 40px;
	}
section #altro-banner .tree-line h2 span.t-1,
section #altro-banner .tree-line h2 span.t-2,
section #altro-banner .tree-line h2 span.t-3{
	font-size:55px;
	display:block;
	line-height:35px;
	color:#9a0a01
}
.home section#stagione .section-header h2 {
	color:#9a0a01;
}

section .section-header h2 {
	font-family: 'Sarala', sans-serif;
	font-size:25px;
	color:#333333;
	display:block;
	font-weight:700;
	margin:0;
}

section .section-header .date {
	font-size:25px;
	text-align:right;
}

section .section-header .date a {
	font-family: 'Sarala', sans-serif;
    font-size: 15px;
}
#comingsoon .section-header .date {

}
.owl-date.owl-loaded .owl-stage-outer{
	max-height:240px;
	}
.owl-date .backline .bg{
	max-width:214px;
	}
.owl-date .backline .inner{
	max-width: 160px;
	}

section .section-header > a {
	text-align:right;
	display:block;
	color:#999999;
	text-transform:uppercase;
	font-size:13px;
}
section.romaopera-operagiovani  .ra-prima-fascia{
	margin-top:-30px;
}
section #roma-opera-aperta .section-header h2{
	 font-family: "walbaum_book_bq_regularRg";
	 text-transform:none;

	}

section #altro-banner .section-header h2{
	font-family: "walbaum_book_bq_regularRg";
	text-transform:none;

	}
section.romaopera-operagiovani > div{
	overflow:hidden;
	display:block;
}
section.romaopera-operagiovani  .ra-prima-fascia .ra-cont{
	width: 23%;
	width: calc(25% - 18px);
	width: -webkit-calc(25% - 18px);
	float: left;
	height: 260px;
	margin-left: 8px;
	margin-right:8px;
	color: #FFF;
	margin-bottom: 20px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border:1px solid #EAEAEA;
	background-color:#eae9e4;
}
section.romaopera-operagiovani  #opera-giovani .ra-prima-fascia  .ra-cont{
	height:230px;
	background-color:#fff;
	}

section.romaopera-operagiovani .ra-prima-fascia .ra-cont:first-child {
	margin-left: 25%;
	margin-left: calc(25% + 8px);
	margin-left: -webkit-calc(25% + 8px);
}
section.romaopera-operagiovani  .ra-prima-fascia .ra-cont .ra-titolo{
	color:#000;
	font-size: 18px;
	font-family: 'Sarala', sans-serif;
	line-height: 21px;
	padding:5px 10px 10px 10px;
	text-transform:uppercase;
}

section.romaopera-operagiovani  .ra-prima-fascia .ra-cont .ra-img{
	background-size:cover;
	width:100%;
	height:180px;
	margin-bottom:5px;
	font-size:20px;
}
section.romaopera-operagiovani .ra-prima-fascia .ra-cont.info-calend{
	font-family: walbaum_book_bq_regularRg;
	text-align:center;
	padding-top:40px;
	height:220px;
	}
section.romaopera-operagiovani .ra-prima-fascia .ra-cont.info-calend .more-info{
	margin-top:20px;
	text-align: center;

	}
section.romaopera-operagiovani .ra-prima-fascia .ra-cont.info-calend .more-info a{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	text-transform: uppercase;
	color: #999;
	padding-left: 22px;
	padding-right: 22px;
	border: 1px solid #CBCBCB;
	}

section.romaopera-operagiovani .ra-prima-fascia .ra-cont.info-calend span{
	color:#D68A01;
	font-size:20px;

	}
section.romaopera-operagiovani .ra-prima-fascia .ra-cont.info-calend span.info-2{
	font-size:15px;
	}
section.romaopera-operagiovani .ra-prima-fascia .ra-cont.info-calend span.info-4{
	font-size:24px;
}

#generi-tabs,
#stagioni-tabs {
	padding: 0;
	margin: 0;
	display:block;
	text-align:right;
	float:right;
}
#stagioni-tabs {
	text-align:left;
	float:left;
}
#stagione #generi-tabs,
#stagione #stagioni-tabs {
	margin:0px;
    margin-top: 30px;
}

#generi-tabs li,
#stagioni-tabs li {
	display:inline-block;
	list-style:none;
}
#generi-tabs li a,
#stagioni-tabs li a {
	color: #999999;
	text-transform:uppercase;
	font-size:14px;
	margin-left:10px;
	margin-right: 10px;
}
#stagioni-tabs li:first-child a {
	margin-left:0;
}
#stagione #generi-tabs li a,
#generi-tabs li a:hover,
#generi-tabs .active a,
#stagione #stagioni-tabs li a,
#stagioni-tabs li a:hover,
#stagioni-tabs .active a {
	color:black;
}
#generi-tabs li:last-child a,
#stagioni-tabs li:last-child a {
	margin-right: 30px;
}
#generi-tabs .active a,
#stagione #generi-tabs li a:hover,
#stagioni-tabs .active a,
#stagione #stagioni-tabs li a:hover {
	border-bottom: 3px solid #D68A01;
}
#generi-tab-content {
	display:block;
	padding:0;
	margin:0;
	margin-top:52px;
	position:relative;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
#generi-tab-content.loading {
	min-height: 295px;
	text-align:center;
}
#generi-tab-content .fa-spinner {
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	color: #e3e3e3;
	font-size: 80px;
	position:absolute;
	left:50%;
	top:108px;
	margin-left:-40px;
}
#generi-tab-content.loading .fa-spinner {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
#generi-tab-content img {
	margin-top:0;
}
.page-template-page-stagione #generi-tab-content img {
	margin-bottom: 10px;
}
#generi-tab-content > li {
	list-style:none;
	width: 100%;
	left: 0;
	top: 0;
	background-color:white;
	display:none;
    text-align: left;
}
#generi-tab-content.absolute > li {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:0;
}
#generi-tab-content.absolute > .active {
	z-index:1;
}
.home #generi-tab-content > .active {
	display:block;
}
#generi-tab-content > li > ul {
	margin:0;
	padding:0;
	display:block;
}
#generi-tab-content > li > ul > li {
	display:block;
	float: left;
	min-height: 340px;
	margin: 0;
	margin-right:25px;
	padding: 0;
	max-width: 382px;
	background-color:#eae9e4;
}
 #generi-tab-content > li > ul > li.spettacolo-calendario{
	 background:none;
	}
 #generi-tab-content > li > ul > li {
	margin-bottom: 30px;
}
.page-template-page-stagione #generi-tab-content > li > ul > li:nth-child(3n) {
	margin-right:0;
}
#generi-tab-content > li > ul > li.no-margin-right {
	/*
	Non so chi ha levato !important, ma ci deve essere, altrimenti si vede male il sezione stagione in Home.
	Quindi per favore, non toccare piu.
	//Jozsef
	*/
	margin-right:0 !important;
}
#generi-tab-content .title,
.correlati .title {
	color: black;
	display: block;
	font-family: 'Sarala', sans-serif;
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 10px;

}
#generi-tab-content span.title {
    font-size: 100%;
    font-weight: 500;
}
.correlati .title {
		max-width: 260px;
	}
#generi-tab-content .date,
.correlati .date,
#generi-tab-content .location,
#generi-tab-content .location a,
.correlati .location,
.correlati .location a {
	color:#808080;
	font-size:13px;
	line-height:16x;
	text-transform:uppercase;
	font-family: 'Sarala', sans-serif;
}
.correlati .date {
	padding-left: 10px;
	padding-right: 10px;
}
#generi-tab-content .date,
#generi-tab-content .location{
	padding-left: 10px;

	}
#generi-tab-content .date{
	color:#9a0a01;
	padding-top:5px;
	}
#generi-tab-content .location a{
	color:#000;
	}



#generi-tab-content .img-spettacolo {
	margin-bottom:6px;
	background-size: cover;
	-moz-transition: background-size .8s;
	-webkit-transition: background-size .8s;
	transition: background-size .8s;
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 382px;
	max-height: 186px;
}

#generi-tab-content .img-spettacolo:before {
	display: block;
	content: '';
	padding-top: 43%;
}

.home #generi-tab-content .img-spettacolo:hover{
	background-size: 108% 108%;
}

@media screen and (min-width: 1193px) {
	#generi-tab-content .img-spettacolo {
		max-width: none;
		width: 385px;
	}
}

.home .owl-date .day{
	font-family: 'Sarala', sans-serif;
	background-color:#9a0a01;
	color:#fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 23px;
	font-weight: 100;
	padding: 8px;
	text-align: center;
	display:inline-block;
	}
.home .owl-date .month{
	display:inline-block;
	font-size:14px;
	}
.home #comingsoon .terms{
	display:block;
	text-transform:uppercase;
	color:#9a0a01;
	}

.home .owl-date .title{
	font-family: 'Sarala', sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 16px;
	padding-left:10px;
	width:95%;
	word-wrap:break-word;
	}
.home #comingsoon .terms{
	line-height:14px;
	padding-top:10px;
	padding-left: 10px;
	}
.home #comingsoon .location,
.home #comingsoon .hours{
	padding-left: 10px;
	line-height:14px;
	text-transform:uppercase;
	color:#000;
	}
/* Fix per luogo testo */
.home #comingsoon .location.luogo-testo {
    display: block;
    line-height: 14px;
    margin: 5px 0px;
}

home .owl-date .buy{
	margin-left: 10px;
	}


.correlati .terms a {
	color:#808080;
	font-size:13px;
}
.page-template-page-stagione #generi-tab-content .terms a,
.correlati .terms a {
	margin-right:8px;
}
.page-template-page-biglietteria .subtitle,
.page-blocks .subtitle
 {
	display:block;
	text-align:center;
	color:#626262;
	font-size: 25px;
	margin-bottom: 38px;
	margin-top: 60px;
}
.page-template-page-biglietteria .buy-options .buy-option {
	float:left;
	width: 23%;
	width: calc(25% - 16px);
	width: -webkit-calc(25% - 16px);
	border: 1px solid #EFEFEF;
	height: 210px;
	overflow:hidden;
	margin-right:18px;
	text-align:center;
	position:relative;
}
.page-template-page-biglietteria .buy-options .buy-option:last-child {
	margin-right:0;
}
.page-template-page-biglietteria .buy-option h3 {
	display:block;
	height:54px;
	line-height:54px;
	text-align:center;
	background-color:#F3F3F3;
	margin:0;
	font-size:20px;
}
.page-template-page-biglietteria .buy-option .inner {
	padding: 22px 20px;
}
.page-template-page-biglietteria .buy-option .inner p {
	margin:0;
	color:#5F5F5F;
	font-size: 13px;
	line-height: 20px;
}
.page-template-page-biglietteria .buy-option .inner .more-info {
	position:absolute;
	bottom: 22px;
	text-align:center;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}
.page-template-page-biglietteria .buy-option .inner a {
	display:inline-block;
	height: 37px;
	line-height: 37px;
	text-transform:uppercase;
	color: #D58C09;
	padding-left: 22px;
	padding-right: 22px;
	border: 1px solid #CBCBCB;
}
.page-template-page-biglietteria section {
	margin-bottom: 80px;
}
.link-blocks
{
	margin-top:40px;

	}



 .link-blocks  a div{
	float:left;
	height:175px;
	padding: 10px 35px 30px 15px;
	margin-right: 25px;
	color:white;
	margin-bottom: 20px;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-size: 100% 100%;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	transition: all .8s;
	background-position: center;

}
.link-blocks a div:hover
{
	background-size: 108% 108%;
	}

.link-blocks  a div .title{
	font-family:walbaum_book_bq_regularRg;
	padding: 10px 0px 0px 0px;
	font-size:29px;
	line-height:30px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.link-blocks  a div:nth-child(3n)
{
	margin-right:0;
}
.link-blocks span{
	color:white;
	position:absolute;
	left:20px;
	bottom:23px;
	display:block;
	border:1px solid white;
	line-height: 37px;
	height: 37px;
	text-transform:uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
.link-blocks .single{
	width: calc(25% - 78.75px);
	width: -webkit-calc(25% - 78.75px);
}

.link-blocks .double{
	width: calc(50% - 82.25px);
	width: -webkit-calc(50% - 82.25px);
}
.page-template-page-biglietteria .link-blocks .page-223{
	background-image:url(../images/biglietti/biglietti-box-prezzi.jpg);
	}
.page-template-page-biglietteria .link-blocks .page-20794{
	background-image:url(../images/biglietti/biglietti-box-stagione.jpg);
	}
.page-template-page-biglietteria .link-blocks .page-225{
	background-image:url(../images/biglietti/biglietti-box-agevolazioni.jpg);
	}
.page-template-page-biglietteria .link-blocks .page-227{
	background-image:url(../images/biglietti/biglietti-box-mappe.jpg);
	}
.page-template-page-biglietteria .link-blocks .page-229{
	background-image:url(../images/biglietti/biglietti-box-informazioni.jpg);
	}
.page-template-page-biglietteria .link-blocks .page-231{
	background-image:url(../images/biglietti/biglietti-box-abbonamenti.jpg);
	}

.page-template-page-sostieni .link-blocks .page-19695{
	background-image:url(../images/sostieni/sostieni-box-socio.jpg);
	}
.page-template-page-sostieni .link-blocks .page-19657{
	background-image:url(../images/sostieni/sostieni-box-sponsor.jpg);
	}
.page-template-page-sostieni .link-blocks .page-19698{
	background-image:url(../images/sostieni/sostieni-box-evento.jpg);
	}
.page-template-page-sostieni .link-blocks .page-6956{
	background-image:url(../images/sostieni/sostieni-box-partner.jpg);
	}
.page-template-page-sostieni .link-blocks .page-6904{
	background-image:url(../images/sostieni/sostieni-box-card.jpg);
	}
.page-template-page-sostieni .link-blocks .page-19698{
	background-image:url(../images/sostieni/sostieni-box-donazioni.jpg);
	}

.page-template-page-operagiovani .link-blocks .page-6740{
	background-image:url(../images/operagiovani/giovani-box-danza.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-6730{
	background-image:url(../images/operagiovani/giovani-box-canto.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-23963{
	background-image:url(../images/operagiovani/youth_orchestra-box.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-19550{
	background-image:url(../images/operagiovani/giovani-box-fabbrica.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-24194{
	background-image:url(../images/operagiovani/giovani-box-cantaconme.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-6720{
	background-image:url(../images/operagiovani/giovani-box-scuole.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-6742{
	background-image:url(../images/operagiovani/giovani-box-spettacoli.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-6720{
	background-image:url(../images/operagiovani/progetti-scuole.jpg);
	}
.page-template-page-operagiovani .link-blocks .page-6742{
	background-image:url(../images/operagiovani/spettacoli-scuole.jpg);
	}


.page-template-page-abbonamenti .link-blocks .page-20155 {
	background-image: url(../images/abbonamenti/abbonamenti-gran-teatro.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21358 {
	background-image: url(../images/abbonamenti/abbonamenti-gran-teatro-leggero.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21367 {
	background-image: url(../images/abbonamenti/abbonamenti-fantasia.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21373 {
	background-image: url(../images/abbonamenti/abbonamenti-maggiori-26.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21380 {
	background-image: url(../images/abbonamenti/abbonamenti-week-end.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21386 {
	background-image: url(../images/abbonamenti/abbonamenti-tutto-danza.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21498 {
	background-image: url(../images/abbonamenti/abbonamenti-concerti-specchi-tempo.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21475 {
	background-image: url(../images/abbonamenti/abbonamenti-vip.jpg);
}
.page-template-page-abbonamenti .link-blocks .page-21489 {
	background-image: url(../images/abbonamenti/abbonamenti-special.jpg);
}




/* =Pagina Fondazione
-------------------------------------------------------------- */
.page-template-page-fondazione-php .link-blocks .page-direttore-onorario{
	background-image:url(../images/fondazione/fondazione-box-direttore2.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-chisiamo{
	background-image:url(../images/fondazione/fondazione-box-chisiamo.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-consiglioindirizzo,
.page-template-page-fondazione-php .link-blocks .page-main-partner{
	background-image:url(../images/fondazione/fondazione-box-consiglio.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-statuto{
	background-image:url(../images/fondazione/fondazione-box-statuto.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-codiceetico{
	background-image:url(../images/fondazione/fondazione-box-codice.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-soci{
	background-image:url(../images/fondazione/fondazione-box-soci2.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-membriassociati{
	background-image:url(../images/fondazione/fondazione-box-membriassociati.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-mecenati{
	background-image:url(../images/fondazione/fondazione-box-mecenati.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-partners{
	background-image:url(../images/fondazione/fondazione-box-partners.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-sponsor{
	background-image:url(../images/fondazione/fondazione-box-sponsor.jpg);
	}
.page-template-page-fondazione-php .link-blocks .page-ammtrasparente{
	background-image:url(../images/fondazione/fondazione-box-amministrazione.jpg);
	}

.page-template-page-opera-aperta-php .link-stagione{
	margin-top: 40px;
	}

.page-template-page-opera-aperta-php .link-stagione a div .title{
	font-size: 1.05em;
	padding-top:165px;
	}
.page-template-page-opera-aperta-php .link-stagione a div{
	width:100%;
	float: left;
	padding: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.8s ease 0s;
	background-position: top;
	}


.page-template-page-opera-aperta .link-stagione .page-rop-opera{
	background-image:url(../images/opera.jpg);

	}
.page-template-page-opera-aperta .link-stagione .page-rop-balletto{
	background-image:url(../images/balletto.jpg);
	}
.page-template-page-opera-aperta .link-stagione .page-rop-concerto{
	background-image:url(../images/concerto.jpg);
	}
.page-template-page-opera-aperta .link-stagione .single{
	width: calc(34.4% - 3.4%);
	width: -webkit-calc(30% - 3.4%);
	margin-right:3.4%;
}

/* =Pagina Il teatro
-------------------------------------------------------------- */

/*Peronal */

.page-blocks .third {
	width: calc(50% - 276.25px);
	width: -webkit-calc(50% - 276.25px);
	background-position: top center;
	background-size: auto 100%;
}
.page-blocks .third:hover{
	background-size: auto 108%;
	}




/*----- Luoghi -----*/

.page-blocks .link-blocks .page-costanzi {
    background-image: url(../images/teatro/costanzi.jpg);
}

.page-blocks .link-blocks .page-nazionale {
    background-image: url(../images/teatro/nazionale.jpg);
}

.page-blocks .link-blocks .page-caracalla {
    background-image: url(../images/teatro/caracalla.jpg);
}

.page-blocks .link-blocks .page-respighi {
    background-image: url(../images/teatro/respighi.jpg);
}

.page-blocks .link-blocks .page-laboratori {
    background-image: url(../images/teatro/laboratori.jpg);
}

/*----- complessi artistici -----*/


.page-blocks .link-blocks .page-orchestra {
    background-image: url(../images/teatro/orchestra.jpg);
}

.page-blocks .link-blocks .page-coro {
    background-image: url(../images/teatro/coro.jpg);
}

.page-blocks .link-blocks .page-corpo_ballo {
    background-image: url(../images/teatro/corpo-di-ballo.jpg);
}


#generi-tab-content .terms {
	display:block;
	height:22px;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
	padding-left:13px;
	padding-right: 13px;
	margin-top:-28px;
	background-color:rgba(0,0,0,0.50);
	text-align:right;
	margin-bottom:10px;
}

.page-template-page-stagione #generi-tab-content .spettacolo-calendario .terms{
	background:none;
	}

#generi-tab-content .musica-di{
	padding-left: 10px;
	text-transform:uppercase;
	}
#generi-tab-content .terms a{
	color:#fff;
	font-size:15px;
	}
.home .page-template-page-stagione #generi-tab-content .terms{
	display:block;
	height:22px;
	line-height:22px;
	color:#fff;
	padding-left:13px;
	padding-right: 13px;
	margin-top:-28px;
	background-color:rgba(0,0,0,0.50);
	text-align:right;
	}
.page-template-page-stagione #generi-tab-content .terms{
	text-transform:uppercase;
	padding-left:13px;
}
#generi-tab-content > li > ul > li.spettacolo-calendario .terms,
#generi-tab-content > li > ul > li.spettacolo-calendario .title,
#generi-tab-content > li > ul > li.spettacolo-calendario .location{
	padding-left:0px;
}
.page-template-page-stagione .sponsor-caracalla {
	border-top: 1px solid #DDDDDD;
	padding-top: 35px;
}
.page-template-page-stagione .sponsor-caracalla .sponsor-title {
	text-transform:uppercase;
	font-size:16px;
	margin: 0 0 10px;
}

/* Pagina Artisti Partecipanti */

.scheda-artista {
	display: inline-block;
	border: 1px solid #ededed;
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.scheda-artista .foto-artista {
	float: left;
    margin-right: 5%;
    width: 20%;
}

.scheda-testo {
	line-height: 2.4em;
    float: left;
    width: 75%;
}

.scheda-testo .half {
	float: left;
	width: 48%;
	line-height: 25px;
	margin-bottom: 6px;
}

.collapse-short h4 {
	margin-bottom: 10px;
}

.scheda-testo p {
	margin: 0;
	line-height: 25px;
}

.collapse-long {
	display: none;
}

.collapse-toggle {
	margin-top: 40px;
	cursor: pointer;
	text-align: center;
	color: #C88B0C;
	font-weight: 200;
}



/* =Pagina Lezioni di Opera
-------------------------------------------------------------- */

.page-template-page-lezioni-opera h2,
.page-template-page-coreografi-ballerini-noi h2{
	font-family: thesansbw2_extralight;
	color: #999;
	font-size: 20px;
	margin-top: 2em;
	}

.page-template-page-lezioni-opera ul,
.page-template-page-coreografi-ballerini-noi ul{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: block;
	list-style: outside none none;
	}


.page-template-page-lezioni-opera li.lezione,
.page-template-page-coreografi-ballerini-noi li.lezione{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: outside none none;
	background-color: #F9F9F9;
	border: 1px solid #EDEDED;
	margin-bottom:10px;
    height: 120px;
    position: relative;
}

.page-template-page-coreografi-ballerini-noi li.lezione{
    height: 160px;
}

.page-template-page-lezioni-opera li.lezione .col,
.page-template-page-coreografi-ballerini-noi li.lezione .col{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    height: 80%;
    vertical-align: top;
    padding: 1%;
}

.page-template-page-coreografi-ballerini-noi li.lezione .col{
    height: 85%;
}

.page-template-page-lezioni-opera .data-lezione,
.page-template-page-coreografi-ballerini-noi .data-lezione{
	width: 10%;
	color: #000;
	text-align: center;
	background-color:#ebebeb;
}

.page-template-page-lezioni-opera .data-lezione span,
.page-template-page-coreografi-ballerini-noi .data-lezione span{
	width: 100%;
    vertical-align: super;
    display: inline-block;
}

.page-template-page-lezioni-opera .data-lezione .weekday,
.page-template-page-coreografi-ballerini-noi .data-lezione .weekday{
	font-size: 12px;
}

.page-template-page-lezioni-opera .data-lezione .day,
.page-template-page-coreografi-ballerini-noi .data-lezione .day{
	font-family: walbaum_book_bq_regularRg;
	font-size: 30px;
}
.page-template-page-lezioni-opera .data-lezione .month,
.page-template-page-coreografi-ballerini-noi .data-lezione .month {
	text-transform: uppercase;
	font-size: 15px;
}


.page-template-page-lezioni-opera .img-lezione,
.page-template-page-coreografi-ballerini-noi .img-lezione {
	max-width: 10%;
}

.page-template-page-lezioni-opera .img-lezione img,
.page-template-page-coreografi-ballerini-noi .img-lezione img {
	max-height: 100%;
    width: auto;
}

.page-template-page-lezioni-opera .info-lezione,
.page-template-page-coreografi-ballerini-noi .info-lezione {
	font-size: 14px;
	color:#999;
	width: 21%;
}

.page-template-page-coreografi-ballerini-noi .info-lezione {
	width: 46%;
}

.page-template-page-lezioni-opera .info-lezione span,
.page-template-page-coreografi-ballerini-noi .info-lezione span{
    width: 100%;
    display: inline-block;
    vertical-align: super;
}

.page-template-page-lezioni-opera .info-lezione .title,
.page-template-page-coreografi-ballerini-noi .info-lezione .title{
	font-family: walbaum_book_bq_regularRg;
	font-size: 14px;
	font-weight: 100;
	color:#000;
}

.page-template-page-registi-opera .info-lezione .title{
	text-transform: uppercase;
}

.page-template-page-lezioni-opera .audio-player,
.page-template-page-coreografi-ballerini-noi .audio-player{
    width: 25%;
    border-left: 1px solid #ededed;
}


.page-template-page-lezioni-opera .audio-player span,
.page-template-page-coreografi-ballerini-noi .audio-player span{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.page-template-page-lezioni-opera .audio-player audio,
.page-template-page-coreografi-ballerini-noi .audio-player audio{
    width: 100%;
}

.page-template-page-lezioni-opera .underline,
.page-template-page-coreografi-ballerini-noi .underline{
	border-bottom: 1px solid #CFCFCF;
	margin-top: -12px;
	margin-bottom: 20px;
	}
.page-template-page-lezioni-opera .informazioni h2,
.page-template-page-coreografi-ballerini-noi .informazioni h2{
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 0px;
	background-color: #FFF;
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 20px;
	display: inline-block;
	}
.page-template-page-lezioni-opera .acquista-lezione,
.page-template-page-coreografi-ballerini-noi .acquista-lezione{
	background-color:#ebebeb;
	width: 25%;
	float: right;
}

.page-template-page-lezioni-opera .acquista-lezione:hover,
.page-template-page-coreografi-ballerini-noi .acquista-lezione:hover{
	background-color:#e28921;
	}
.page-template-page-lezioni-opera .acquista-lezione:hover a,
.page-template-page-coreografi-ballerini-noi .acquista-lezione:hover a{
	color:#fff;
    border: 1px solid #fff;
}

.page-template-page-lezioni-opera .acquista-lezione:hover span,
.page-template-page-coreografi-ballerini-noi .acquista-lezione:hover span{
	color:#fff;
}

.page-template-page-lezioni-opera .acquista-lezione span,
.page-template-page-coreografi-ballerini-noi .acquista-lezione span{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.page-template-page-lezioni-opera .acquista-lezione a,
.page-template-page-coreografi-ballerini-noi .acquista-lezione a{
	display: block !important;
	line-height: 33px;
	text-transform: uppercase;
	border: 1px solid #D38B03;
	color: #D98509;
	margin: 15px 40px;
	font-size: 14px;
}

#social-footer {
	height: 518px;
	background-color: #F8F8F8;
	background-image: url(../images/social-bg.png);
	background-repeat: no-repeat;
	background-size:auto 75.868725868726%;
	background-position: center;
	display:none;
}
#social-footer .inner {
	margin: 0 auto;
    max-width: 1196px;
    padding: 100px 52px 0;
	height: calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
}
#social-footer .inner .social {
	width:25%;
	float:left;
	position:relative;
	height:100%;
}
#social-footer .social h5 {
	text-align:center;
	font-size:32px;
	margin-top:0;
	margin-bottom: 46px;
}
#social-footer .social-post {
	max-width:220px;
	margin-left:auto;
	margin-right:auto;
}
#social-footer .social-post-title {
	background-image:url(../images/social-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 30px;
}
#social-footer .social-post-title,
#social-footer .social-post-title a {
	color:#969696;
}
#social-footer .social-post-body {
	margin-top: 8px;
    padding-left: 24px;
	font-size: 13px;
}
#social-footer .social-post-body a {
	color:#a60209;
}
#social-footer .social .follow-container {
	position:absolute;
	bottom: 75px;
	text-align:center;
	width:100%;
}
#social-footer .social .follow {
	display:inline-block;
	height: 34px;
	line-height: 34px;
	border: 1px solid black;
	padding-left: 26px;
	padding-right: 26px;
	text-transform:uppercase;
	font-size:15px;
}
#social-footer .social .follow i {
	display: block;
    float: left;
    font-size: 21px;
    margin-right: 7px;
    margin-top: 6px;
}
#social-footer .social-post-title h6 {
	font-family: thesansbw4_semilight;
    font-size: 15px;
    font-weight: bold;
	display:inline;
	color:black;
}
#social-footer .ig-photos {
	margin-left:auto;
	margin-right:auto;
	max-width: 296px;
}
#social-footer .ig-photos a {
	display:block;
	width: 92px;
	height: 76px;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
}
#social-footer .ig-photos a:nth-child(3n) {
	margin-right:0;
}
#social-footer .social.youtube img {
	display: block;
	margin: 0 auto;
}
#comingsoon .comingsoon-shows-scroll,
#comingsoon .comingsoon-days-scroll {
	overflow:hidden;
}
#comingsoon .comingsoon-shows-scroll {
	margin-top:52px;
	position:relative;
}
#comingsoon .comingsoon-days-scroll {
	margin-top: 17px;
	margin-left: 20px;
	margin-right: 20px;
}
#comingsoon ul {
	display:block;
	margin: 0;
	padding: 0;
	width:99999px;
}
#comingsoon li {
	display:block;
	float:left;
	list-style:none;
}
#comingsoon #comingsoon-shows li {
	width: 155px;
	height: 214px;
	padding-right:14px;
	margin-left:14px;
	overflow: hidden;
	background-image:url(../images/comingsoon-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#comingsoon #comingsoon-shows li:first-child {
	margin-left:0;
}
#comingsoon #comingsoon-shows li:last-child {
	padding-right:0;
	background-image:none;
}
#comingsoon #comingsoon-shows li .bg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
}
#comingsoon #comingsoon-shows li .inner {
	background-color: rgba(255, 255, 255, 1);
	height:100%;
	padding: 13px;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-ms-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;
}
#comingsoon #comingsoon-shows li:hover {
	color:white;
}
#comingsoon #comingsoon-shows li:hover .inner {
	color: white;
	background-color: rgba(0, 0, 0, 0.28);
}
#comingsoon #comingsoon-shows li:hover a,
#comingsoon #comingsoon-shows li:hover .hours {
	color: white;
}
#comingsoon #comingsoon-shows .day {
	font-family:walbaum_book_bq_regularRg;
	font-size:31px;
	line-height: 31px;
	font-weight:normal;
}
#comingsoon #comingsoon-shows .month {
	text-transform:uppercase;
	font-size:16px;
	font-family:thesansbw3_light;
	font-weight:normal;
}
#comingsoon  .terms {
	color:#808080;
	font-size: 13px;
	margin-right: 4px;
}
#comingsoon .location,
#comingsoon  .hours {
	color:#808080;
	font-size: 13px;
}
#comingsoon #comingsoon-shows .title {
	display: block;
    font-family: walbaum_book_bq_regularRg;
    font-size: 15px;
    max-height: 42px;
    overflow: hidden;
}
#comingsoon #comingsoon-shows .buy {
	display:inline-block;
	height:33px;
	line-height:33px;
	border: 1px solid white;
	padding-left:12px;
	padding-right: 12px;
	font-size: 13px;
	margin-top: 8px;
	text-transform:uppercase;
	visibility:hidden;
}
#comingsoon #comingsoon-shows li:hover .buy {
	visibility:visible;
}
#comingsoon #comingsoon-days li {
	color:#484848;
	text-transform:uppercase;
	font-size:14px;
	line-height:28px;
}
#comingsoon #comingsoon-days li > .day,
#comingsoon #comingsoon-days li > a {
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-left: 8px;
	text-align: center;
}
#comingsoon #comingsoon-days li > a {
	background-color:#E5E5E5;
	color:#484848;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#comingsoon #comingsoon-days li .month {
	margin-left: 10px;
}
#comingsoon #comingsoon-days li:first-child .month {
	margin-left: 0;
}
#comingsoon .comingsoon-shows-scroll .mCSB_scrollTools,
#comingsoon .comingsoon-days-scroll .mCSB_draggerContainer {
	visibility:hidden;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools {
	position:static;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonLeft,
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonRight {
	position:absolute;
	top:0;
	overflow:visible;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonLeft:before,
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonRight:after {
	font-family:FontAwesome;
	color:#484848;
	font-size:24px;
	font-weight:normal;
	line-height: 28px;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonLeft {
	left: -20px;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonLeft:before {
	content:"\f104";
	text-align:left;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonRight {
	right: -20px;
	text-align: right;
}
#comingsoon .comingsoon-days-scroll .mCSB_scrollTools .mCSB_buttonRight:after {
	content:"\f105";
}
.banners-home-page{
	position: relative;
	color: white;
	max-width: 1196px;
	margin: 3rem 0px 1rem !important;
}
#opera-aperta {
	position:relative;
	color: white;
	max-width:1196px;
	margin:0px !important;

}
/*#opera-aperta a {
	position:absolute;
	width: 74.307692307692%;
	padding-left: 25.692307692308%;
	right: 0;
	top: 0;
	bottom: 0;
	color: white;
	display:block;
}*/
#opera-aperta a h4 {
	font-family: thesansbw3_light;
	font-size: 22px;
	margin-top: 68px;
	margin-bottom: 14px;
	text-transform:uppercase;
	color:#fff;
}
#opera-aperta a h3 {
	font-size: 40px;
	margin-top: 14px;
	margin-bottom: 13px;
	color:#fff;
}
#opera-aperta a p {
	font-family: thesansbw3_light;
	font-size: 20px;
	margin: 0;
}

/* Home fascia personalizzabile */
.home .fascie-personalizzabili.news,
.home .cont-operagiovani{
	background-color: #eae9e4;
	}
.home .cont-operagiovani{
	margin-top:40px;
	}

.home .cont-operagiovani #opera-giovani{
	padding-top:20px;
	}

.fascia.personalizzabile {
	margin-bottom: 0;
	margin-top:20px;
	background-color:#eae9e4;
}

.fascia.personalizzabile:last-child {
	margin-bottom: 38px;
}
.fascia.personalizzabile ul {
	margin:0;
	padding:0;
}
.fascie-personalizzabili .fascia.personalizzabile:first-child .scroller {
	margin-top:56px;
}
.fascia.personalizzabile ul li {
	list-style:none;
	float:left;
	display:block;
	position:relative;
	margin-right: 16px;
	margin-bottom: 22px;
	padding: 16px;
	height: 376px;
	background-repeat:no-repeat;
	background-position:center top;
	border:1px solid #fff;
	background-color:#fff;
	overflow:hidden;
}

.fascia.personalizzabile ul li iframe {
	width: 100%;
}

.fascia.personalizzabile ul > li.has-video {
	padding:0;
	height:408px;
}
.fascia.personalizzabile ul > li .wp-video {
	left:0;
	right:0;
	top:0;
	width: auto !important;
    max-height: 330px;
	position: relative;
}
.fascia.personalizzabile ul > .half .wp-video {
	 max-height: 170px;
}
.me-plugin,
.fascia.personalizzabile ul > li .wp-video .me-plugin {
	position:static !important;
}
.fascia.personalizzabile ul > li .wp-video > .mejs-container {
    height: 100% !important;
	width: auto !important;
}
.fascia.personalizzabile ul > li .wp-video .mejs-poster {
	background-position:center top;
	background-size: contain;
	width:100% !important;
	max-height:100%;
}
.fascia.personalizzabile ul > li .wp-video .mejs-overlay {
	width:100% !important;
}
.fascia.personalizzabile ul > li .wp-video .mejs-controls {
	visibility:hidden !important;
}
.fascia.personalizzabile ul > li .wp-video:hover .mejs-controls {
	visibility:visible !important;
}
.fascia.personalizzabile ul li:last-child {
	margin-right:0;
}
.fascia.personalizzabile li:before {
	bottom: 8px;
    color: #dddddd;
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    right: 10px;
}
.fascia.personalizzabile .section-header.single-line a {
	position: relative;
	z-index: 2;
}
.fascia.personalizzabile a {
	display: block;
    height: 100%;
}
.fascia.personalizzabile .date {
	margin-bottom:10px;
	display:block;
}
.fascia.personalizzabile a .inner {
	color:inherit;
	font-size:14px;
	overflow:hidden;
}
.fascia.personalizzabile a .inner .text {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	display:none;
}
.fascia.personalizzabile a .inner .text p {
	margin:0;
}
.fascia.personalizzabile .has-thumbnail .inner {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:16px;
}
.fascia.personalizzabile li.has-video a .inner {
	position:static;
	min-height:163px;
}
.fascia.personalizzabile img {
	margin:0;
	border-radius: 4px;
}
.fascia.personalizzabile li h3 {
	font-size: 16px;
	font-family: 'Sarala', sans-serif;
	margin-bottom: 8px;
	margin-top:2px;
	line-height: 21px;
	text-transform:uppercase;
	font-weight:700;
}
.fascia.personalizzabile li.fascia-1x {
	width:184.4px;
}
.fascia.personalizzabile li.fascia-2x {
	width:428.8px;
}
.fascia.personalizzabile .fascia-1x.has-video {
	width:216.4px;
}
.fascia.personalizzabile li.fascia-2x.has-video {
	width:460.8px;
}
.fascia.personalizzabile li.half.has-thumbnail .inner {
	height:207px;
}
.fascia.personalizzabile li.flex .inner h3 {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Pagine con lista allievi
-------------------------------------------------------------- */
.allievi {
	display: flex;
	flex-wrap: wrap;
}
.allievi div{
	/* float:left;
	display:inline-block; */
	width:22%;
	margin:0px 1%;
	margin-bottom:10px;

	}
.allievi div h3{
	font-family: thesansbw2_extralight;
	  font-size:22px;
}
	.allievi div p{
	border: 1px solid #ECECEC;
	padding:10px;
	margin:0px;
	min-height:600px;
	}



/* Fine fascia personalizzabile */

.page h1.entry-title,
.single h1.entry-title {
	font-family:walbaum_book_bq_regularRg;
	font-size:38px;
	font-weight:normal;
	color:#000;
	display:inline-block;
	clear:both;
	margin-bottom: 18px;
}
.page .hentry .underline,
.single .underline{
	border-bottom: 1px solid #CFCFCF;
	margin-top: -12px;
	margin-bottom:20px;

}
.single-shows h1.entry-title {
	font-family:walbaum_book_bq_regularRg;
	font-weight:normal;
	font-size: 38px;
	margin-bottom: 36px;
}
.single-shows .post-meta h3{
	font-size: 1.3em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	}
h2.subtitle-box {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 180%;
}
.page h2.post-title{
	font-size:28px;
	margin-top:40px;
	margin-bottom:0px;
	background-color:#fff;
	padding-left:14px;
	padding-right:14px;
	margin-left: 20px;
	display:inline-block;
	}
.page .sottopagine{
	overflow:hidden;
	display:block;
	margin:10px 0px;

	}
.page-template-page-opera-card-php .riga_struttura{
	display:block;
	overflow:hidden;

	}



.page-template-page-opera-card-php .img-struttura,
.page-template-page-opera-card-php .info-struttura{
	padding: 10px 0px;
	margin: 10px 0px;

	}
.page-template-page-opera-card-php .img-struttura{
	float:left;
	display:inline-block;

	}
.page-template-page-opera-card-php .info-struttura{
	padding-left:120px;
	}


.page-template-page-opera-card-php .info-struttura p{
	margin:0px;
	padding:0px;
	}

.single-shows .ruoli {
	background-color:#F9F9F9;
	border: 1px solid #EDEDED;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 38px;
	padding-bottom: 42px;
	font-size: 15px;
	margin-top: 18px;

}
.single-shows .ruoli span{

	color:#000;
	font-family: "thesansbw5_plain";
	}

.single-shows .ruoli p {
	margin:0;
}
.single-shows .ruoli a {
	color:#DB8500;
}
.single-shows .ruoli h4,
.single-shows .ruoli h3
 {
	 font-family: thesansbw2_extralight;
	font-size:14px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right:5px;
	display:inline-block;
	text-transform:uppercase;
	color:#000;
}
.single-shows .ruoli h4.titolo-ruolo{
	font-size:1.1em;
	margin-bottom:5px;
	}

.single-shows .ruoli h4:first-child {
	margin-top:0;
}
.single-shows .subtitle-0 {
	margin-top:-20px;
	margin-bottom: 40px;
}
.single-shows .post-meta .subtitle-1 {
	color:black;
	font-size: 16px;
	line-height: 22px;
}
.single-shows .post-meta .subtitle-1 p{
	margin:0px;
	}
.single-shows .post-meta .subtitle-2 {
	font-size: 15px;
	line-height: 21px;
}
.single-shows .post-meta .subtitle-2 p{
	margin-top:0px;
	}
.single-shows .stagione-show{
	color:#4c4c4c;
	font-size:18px;
	margin-top:20px;
}

.single-shows .post-entry h2:first-child {
	font-size:26px;
	margin-top: 52px;
	background-color:white;
	display:inline-block;
	margin-left: 16px;
	padding-left:10px;
	padding-right:10px;
	color:black;
}
.single-shows .post-entry .underline {
	border-bottom:1px solid #CBCBCB;
	margin-bottom: 50px;
	margin-top: -32px;

}
.single-shows .post-entry {
	font-size: 16px;
	color:#4e4e4e;
	max-height: 550px;
	overflow: hidden;
	position: relative;
}
.single-shows .post-entry:after {
	display: block;
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
	background-color: #EFEFEF;
	content: "";
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâŚEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(51%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 );
}
.single-shows .arrow-bottom{
	width: 50px;
	height: 18px;
	z-index: 5;
	margin: 20px auto;
	background-image: url(../icons/arrow-down.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
.single-shows .arrow-bottom.open {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.single-shows .post-entry.open {
	max-height:100%;
	height:auto;
    padding-bottom: 11px;
}
.btn-online{
	color: #fff;
	font-family: 'Sarala', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    background-color: #9a0a01;
}
.btn-online:hover{
	color: #fff;
}
.btn-online:before {
	content:"\f144";
	font-family:FontAwesome;
	padding-right: 0.5rem;
}


/* Articoli correlati */
.correlati ul {
	display:block;
	padding:0;
	margin:0;
}
.correlati li {
	list-style:none;
	display:block;
	float:left;
	width:306px;
}
.correlati.no-js li {
	float:left;
	width:auto;

}
.correlati li img {
	float:none;
	margin:0;
	margin-bottom: 10px;
	display:block;
}
.correlati li a {
	display:block;
	clear:both;
	padding:0 10px;
}
.single .correlati {
	overflow:hidden;
}
.single .correlati.no-js {
	overflow:visible;
}
.correlati .mCSB_buttonLeft,
.correlati .mCSB_buttonRight {
	position:absolute;
	top:-260px;
	background:none !important;
	font-size:50px;
	line-height:60px !important;
	height:60px !important;
	opacity:1 !important;
	-moz-opacity:1 !important;
	-webkit-opacity:1 !important;
    display: block;
    cursor: pointer;
	color:white;
}
.correlati .mCSB_buttonLeft {
	left:5px !important;
}
.correlati .mCSB_buttonRight {
	right:5px !important;
}
.correlati .mCSB_buttonLeft:before {
	content:"\f104";
	font-family:FontAwesome;
}
.correlati .mCSB_buttonRight:after {
	content:"\f105";
	font-family:FontAwesome;
}
.correlati-arrows {
    position: relative;
    display: block;
}
.correlati.no-js .correlati-arrows {
	display:none;
}
.correlati .correlati-title {
	font-size: 24px;
	position:relative;
	margin-top: 12px;
	margin-bottom:55px;
}
.correlati .correlati-title span {
	background-color:white;
	position:absolute;
	top: -12px;
	padding-left:15px;
	padding-right:15px;
	left:15px;
}
.correlati #correlati-wrapper {
	margin-left: -10px;
	margin-right: -10px;
	overflow:hidden;
}

#post-24944 .fluid-width-video-wrapper,
#post-25571 .fluid-width-video-wrapper,
#post-26383 .fluid-width-video-wrapper {
	padding-top: 38% !important;
}

#post-24944 .fluid-width-video-wrapper iframe,
#post-25571 .fluid-width-video-wrapper iframe,
#post-26383 .fluid-width-video-wrapper iframe {
	width: 845px;
    height: 450px;
}

/* =Mecenati
-------------------------------------------------------------- */
.page-id-22928 .loghi-mecenati > div {
	float: left;
	margin-right: 30px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 20px;
}



#footer a:hover {
	color: #444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
	display:none;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

.with-border td {
	border: 1px solid #ececec;
	font-size: 14px;
}




/* =Social Icons
-------------------------------------------------------------- */
.page-template-page-news  .content-news{
	margin-top:60px;}
.page-template-page-news .category-news{
	margin:25px 0px;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #E7E7E7;
	padding-bottom:35px;
	}


.page-template-page-news .archive-news-singol img{
	float:left;
	display:inline-block;
	margin:0px 10px 0px 0px;
	border:2px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	}
.page-template-page-news	.archive-news-singol h1{
	font-size: 1.825em;
	}
.page-template-page-news h2{
	font-size:25px;
	line-height:25px;
	}
.single-format-standard h2{
	font-size:25px;
	line-height:25px;
	}
.single-format-standard ul.post-categories{
	margin:0px;
	}

.archive.tax-calibano_category h2,
.archive.tax-calibano_category .link-blocks div.title{
	font-size:25px;
	line-height:25px;
}
/* =Bandi fabbrica
-------------------------------------------------------------- */

.bandi-fabbrica label{
	width:20%;
	}


/* Custom style fot page ID 27442 */
.postid-27442 #header .flexvertical .slider-container {
    background-size: contain !important;
    background-color: #353b87;
}

.postid-27443 #header .flexvertical .slider-container {
    background-size: contain !important;
	background-color: #353b87;
}
.page-id-36605 .grid.col-300.fit{
	display: none;
}

/* operaroma.it/bandi/ */

.post-type-archive-bando .bando{
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	padding: 5px 0 15px 10px;
}
.post-type-archive-bando .bando div,
.post-type-archive-bando .bando h4,
.post-type-archive-bando .archivio div{
	margin: 4px 0px;
}
.post-type-archive-bando h1{
	margin: 4rem 0 1rem 0;
	background-color: #f7f7f7;
	padding: 10px 20px;
	font-size: 2.3em;
}
.post-type-archive-bando .archivio{
	background-color: #f7f7f7;
	padding: 10px 20px;
	margin: 4rem 0 1rem 0;

}
.post-type-archive-bando .archivio a{
	color: #C88B0C;
}

.post-type-archive-bando .archivio h2{
	font-size: 2.3em;
	margin: 6px 0;
}
.post-type-archive-bando .data{
	font-weight: bold;
}
.post-type-archive-bando h2.post-title {
	font-size: 1.40rem;
	margin-bottom: 0.45em;
	padding-left: 20px;
}

.post-type-archive-bando .post-entry a{
	color: #737373;
}
.post-type-archive-bando p{
	margin: 0;
}
.post-type-archive-bando .post-data{
	margin-top: 10px;
}
.post-type-archive-bando .cont-bandi{
	margin-bottom: 30px;
	margin-top: 30px;
}



/* =Pagina location (mappa teatri)
-------------------------------------------------------------- */

	.acf-map {
		width: 100%;
		height: 400px;
		border: #ccc solid 1px;
		margin: 20px 0;
	}


/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	display: table;
	content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}


.postid-26846 #date-2 ul li div.grigio div.turno {
	width: 100%;
	line-height: 16px;
}
.postid-26761 #date-2 ul li div.grigio div.turno {
	width: 100%;
	line-height: 16px;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body {
	}
}

#generi-tab-content .location span {
    color: #000;
}

#generi-tab-content .location span.luogo-testo {
    cursor: initial;
}

.hidden-menu {
    display: none !important;
}


/* =Form ninja bandi
-------------------------------------------------------------- */

.ninja-forms-form-wrap .label-left .nf-field-label{
	text-align: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 4px;
}
.ninja-forms-form-wrap .label-left .nf-field-element{

}
.ninja-forms-form-wrap  .label-left .nf-field-description{
	margin-left: 0px;
	margin-bottom: 0px;

}

.ninja-forms-form-wrap .list-radio-wrap{
	
}

.ninja-forms-form-wrap .list-radio-wrap .nf-field-element{
	margin: 0;
   
}
.ninja-forms-form-wrap .list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label{
	font-weight: 100;
}
.ninja-forms-form-wrap .label-left .nf-after-field{
	margin: 0px !important;
}
.ninja-forms-form-wrap div{
	margin: 0px;
}

.ninja-forms-form-wrap .field-wrap{
	margin-top: 1.5rem;
}

.pika-single.is-bound{
	width: 310px !important;
} 
.pika-lendar th,
.pika-lendar .is-disabled .pika-button{
	color: #000 !important;
}

/* .pika-single.is-hidden{
	display: block !important;
	position: absolute !important;
	top: 700px !important;
	height: 20px !important;
} */

.woocommerce-billing-fields .d-none {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

/* woocommerce notice */

.woocommerce-store-notice.demo_store {
	font-size: 1.2rem;
}

.woocommerce-store-notice__dismiss-link {
	display: none;
}