/*

Theme Name: Before And After Black Times


Description: SGP Creativa

Author: SGP Creativa

Author URI: http://www.sgpcreativa.it

Version: 1.01

Tags: black, red, white, light, one-column, two-columns, right-sidebar, fluid-layout, custom-menu, editor-style, featured-images, post-formats, translation-ready

Text Domain: virtuti

License: 

License URI: 

*/
/* ------------------------------------------------------------------------------------

--  RESET

------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
  color: #D02726;
}
a:hover {
  color: #C50305;
}
a:focus {
  color: #C50305;
}
/* ------------------------------------------------------------------------------------

--  GENERAL 

------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: normal;
  font-size: 100%;
  color: #606060;
  font-family: 'Varela', Helvetica, sans-serif;
  line-height: 1.6em;
  overflow-x: hidden;
}
body.custom-background {
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  body.custom-background {
    background-color: #0F0A06;
    background-image: none !important;
  }
}
/* ------------------------------------------------------------------------------------

--  DEFAULTS 

------------------------------------------------------------------------------------ */
#wrapper {
  float: left;
  width: 100%;
}
.video-holder {
  float: left;
  width: 100%;
  background: #000;
}
.video-container {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------IMAGE CAPTION---------*/
.wp-caption {
  max-width: 100%;
} /*removes image width*/
.wp-caption p.wp-caption-text {
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 1em 0.5em 0 0.5em;
}
/* ------------------------------------------------------------------------------------

--  NAVIGATION

------------------------------------------------------------------------------------ */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 340px;
  overflow-x: none;
  overflow-y: auto;
  background: #333;
  box-shadow: inset 0 0 2px 2px #222;
}
@media screen and (max-width: 799px) {
  .sidr {
    visibility: hidden;
  }
}
/*.sidr figure {
	float: left;
	margin: 40px 39% 0 39%;
	width: 22%;
	opacity: 1;
}*/
.sidr figure {
  float: left;
  margin: 40px 30px 0;
  opacity: 1;
}
.sidr figure img {
  float: left;
}
.menu ul {
  float: left;
  width: 90%;
  padding: 30px 0 30px 10%;
  list-style-type: none;
}
.menu ul li {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.menu ul li:last-child {
  float: left;
  margin-bottom: 0;
}
.sub-menu {
  float: left;
  width: 100%;
  list-style: none;
}
.sub-menu li {
  float: left;
  width: 100%;
}
#mobile {
  background: #222;
  display: none;
}
#desktop {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 40px 0;
}
.sitenav {
  float: left;
  width: 100%;
}
.sitenav ol {
  float: left;
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal;
  margin: 30px 0 30px 16%;
  width: 84%;
}
.sitenav ol li {
  float: left;
  width: 100%;
  padding-bottom: 0.8em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sitenav ol li:last-child {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sitenav ol p {
  position: relative;
  display: block;
  font-size: 1.1em;
  padding: .4em .4em .4em 1.7em;
  *padding: .4em;
  margin: 0;
  line-height: 1.4em;
}
.sitenav ol p:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.2em;
  height: 2.2em;
  width: 2.2em;
  line-height: 2.2em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #808080;
  font-size: 0.8em;
}
.sitenav ol li.current-menu-item p:before {
  background: #D02726;
  color: #fafafa;
}
.sitenav a {
  font-size: 0.75em;
  color: #ddd;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sitenav a:hover {
  color: #808080;
}
.sitenav a:focus {
  color: #808080;
}
/* ------------------------------------------------------------------------------------

--  FOOTER

------------------------------------------------------------------------------------ */
#footer-inner {
  float: left;
  width: 100%;
  font-size: 12px
}
footer {
  float: left;
  width: 92%;
  margin: 20px 4%;
}
footer ul {
  float: left;
  width: 100%;
  list-style: none;
}
footer ul li {
  float: left;
}
footer ul li:last-child {
  float: right;
}
footer #contact {
  ont-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase
}
@media screen and (max-width: 1023px) {
  footer ul li:last-child {
    float: left;
    width: 100%;
    margin-top: 1em;
  }
}
footer ul li:first-child a#sitetitle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
  font-size: 0.8em;
}
footer small {
  font-size: 0.9em;
}
a.socialcircle span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  margin: 0 2px 0 0;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
  background-color: #425F9C
}
a.socialcircle:hover {
  opacity: 1;
}
a.socialcircle:focus {
  opacity: 1;
}
a.socialcircle span:hover {
  background: #ddd;
}
a.socialcircle span:focus {
  background: #ddd;
}
#contact {
  float: left;
}
#contact p {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
@media screen and (max-width:640px) {
  #contact p {
    display: block;
    border-right: none;
    padding: 0;
  }
}
@media screen and (max-width:640px) {
  #contact p:first-of-type {
    display: block;
    border-right: none;
    padding: 10px 0 0 0 !important;
  }
}
/* ------------------------------------------------------------------------------------

--  GENERAL

------------------------------------------------------------------------------------ */
#content-box {
  float: left;
  width: 100%;
}
#fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.full-width {
  float: left;
  width: 100%;
  height: 600px;
}
.black {
  background: #000 url(images/bg1.jpg) no-repeat top center;
}
@media screen and (max-width: 799px) {
  .black {
    background: #0F0A06;
  }
}
.black2 {
  background: #000 url(images/bg.jpg) no-repeat top center;
}
@media screen and (max-width: 799px) {
  .black2 {
    background-color: #0F0A06;
  }
}
#precontent {
  position: absolute;
  width: 100%;
  top: 500px;
  top: 50vh;
  left: 0;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 799px) {
  #precontent {
    top: 500px;
  }
  .black, .black2 {
    background-size: contain !important
  }
}
.line {
  float: left;
  width: 100%;
}
.red {
  height: 30px;
  background: #d02726;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 200px rgba(0, 0, 0, 0.25);
}
.grey {
  height: 60px;
  background: #fafafa;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#links {
  position: absolute;
  top: 100px;
  left: 0;
  width: 20%;
}
@media screen and (max-width: 799px) {
  #links {
    display: none;
  }
}
#links-wrap {
  display: table;
  margin: 0 auto;
}
#links-wrap a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #555;
  margin: 0 0 10px 0;
}
a.tooltip {
  position: relative;
}
#links-wrap a:hover {
  background: #fff;
}
#links-wrap a:focus {
  background: #fff;
}
#links-wrap .fa {
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  margin: 2px;
  background: #fff;
  color: #555;
  text-align: center;
}
a.tooltip .exp {
  pointer-events: none;
  position: absolute;
  left: 54px;
  bottom: 100px;
  z-index: 10;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Varela', sans-serif;
  font-weight: bold;
}
a.tooltip:hover .exp {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
a.tooltip:focus .exp {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
#incontent {
  float: left;
  position: relative;
  width: 60%;
  margin: -240px 20% 0 20%;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 799px) {
  #incontent {
    width: 100%;
    margin: -400px 0 0 0;
    /*margin: -520px 0 0 0;*/
  }
  body #content-box .black2 {
    background-size: contain !important;
  }
}
/* ------------------------------------------------------------------------------------

--  SITE HEADER 

------------------------------------------------------------------------------------ */
header#siteheader {
  float: left;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  header#siteheader {
    height: auto;
  }
}
#mob-menu {
  float: left;
  display: none;
}
@media screen and (max-width: 799px) {
  #mob-menu {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  #simple-menu {
    display: none;
  }
}
.open-menu {
  display: inline-block;
  background: #D02726;
  width: 80px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}
.open-menu:hover {
  color: #222222;
}
.open-menu:focus {
  color: #fafafa;
}
/*#incontent header h1 {
	float: left;
	height: 120px;
	text-align: center;
	font-size: 1.4em;
	font-family: 'Oranienbaum', serif;
	background-image: url(https://www.ghisla-art.ch/wp/wp-content/uploads/logo_ghisla15.png);
	background-repeat:no-repeat;
	width:380px;
	text-indent: -9999px;
	background-color: #222222
}

@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
       only screen and (    min--moz-device-pixel-ratio: 1.3 ),
       only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), 
       only screen and (         min-device-pixel-ratio: 1.3 ),
       only screen and ( min-resolution: 124.8dpi ),
       only screen and ( min-resolution: 1.3dppx ) {

       #incontent header h1 {
           background: url( 'https://www.ghisla-art.ch/wp/wp-content/uploads/logo_ghisla15@2x.png' ) no-repeat top left / 340px 120px;
		   background-color: #222222
       }

}*/
#incontent header h1 {
  float: left;
  height: 120px;
  width: 380px;
  text-align: left;
  font-size: 1.4em;
  font-family: 'Oranienbaum', serif;
  background-color: #222222
}
#incontent header h1 img {
  width: 340px;
  height: 120px
}
@media screen and (max-width:600px) {
  #incontent header h1 {
    width: 100%;
    height: 120px;
    line-height: normal; /*padding: 6% 0;*/
  }
}
#incontent header h1 a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width:600px) {
  #incontent header h1 a {
    text-align: center;
    padding: 0 4%;
    padding: 0 0%;
  }
}
#incontent header h2 {
  float: left;
  width: 100%;
  line-height: 80px;
  padding-right: 4%;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #incontent header h2 {
    float: left;
    width: 100%;
    padding-right: 0;
    text-align: center;
    background: #fafafa;
    display: inline-block;
  }
}
@media screen and (max-width:600px) {
  #incontent header h2 {
    line-height: normal;
    width: 92%;
    padding: 4%;
  }
}
#incontent figure {
  float: left;
  width: 100%;
}
#incontent figure img {
  float: left;
}
.heading {
  float: left;
  width: 100%;
  height: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media screen and (max-width:600px) {
  .heading {
    display: none;
  }
}
.heading h1 {
  display: table;
  margin: 0 auto;
  padding: 0 3em;
  text-transform: capitalize;
  font-family: 'Oranienbaum', serif;
  letter-spacing: 0.1em;
}
.grey h1 {
  background: #fafafa;
}
.white h1 {
  background: #fff;
}
.heading h2 {
  display: table;
  margin: 0 auto;
  padding: 0 3em;
  background: #fff;
  text-transform: lowercase;
  font-family: 'Oranienbaum', serif;
  letter-spacing: 0.1em;
}
.block-title {
  font-size: 1.6em;
}
.block-title2 {
  font-size: 1.1em;
}
.heading .fa {
  font-size: 0.9em;
}
.scroll {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
}
.blank {
  float: left;
  width: 100%;
  height: 30px;
}
/* ------------------------------------------------------------------------------------

--  HOME PAGE 

------------------------------------------------------------------------------------ */
#preface {
  float: left;
  width: 80%;
  margin: 4% 10%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #preface {
    width: 80%;
    margin: 4% 10%;
  }
}
#preface h1 {
  padding: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
  font-family: 'Oranienbaum', serif;
  font-size: 2.2em;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  letter-spacing: 0.1em;
  color: #00000
}
#preface p {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  #preface p {
    font-size: 1.0em;
    letter-spacing: 0.05em;
    text-transform: uppercase
  }
}
@media screen and (max-width: 1280px) {
  #preface p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  #preface p {
    font-size: 1em;
    text-align: left !important;
    margin-bottom: 30px;
  }
}
.button {
  display: table;
  padding: 0 1.6em;
  line-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #D02726;
  color: #fff;
}
.button:hover {
  background: #D02726;
  color: #fff;
}
.button:focus {
  background: #D02726;
  color: #fff;
}
.up {
  margin: -23px auto 0 auto;
  z-index: 5;
  position: relative;
}
.toright {
  float: right;
  margin: -1.5em 3em 0 0;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .toright {
    margin: -1.5em 5em 0 0;
  }
}
figure#statement {
  float: left;
  width: 100%;
}
figure#statement img {
  float: left;
  width: 100%;
}
#blockquote-place {
  float: left;
  width: 100%;
}
#blockquote-place blockquote {
  float: left;
  width: 98%;
  margin: 1%;
  padding: 0;
}
@media screen and (max-width:640px) {
  #blockquote-place blockquote {
    display: none;
  }
}
#blockquote-wrap {
  float: left;
  width: 92%;
  padding: 3% 4%;
  color: #aaa;
  background: #222;
}
#blockquote-wrap p {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6em;
  margin: 0 24% 30px 24%;
}
#cite-place {
  margin: 0 auto;
  display: table;
}
#cite-place cite {
  float: left;
  margin-top: 20px;
  color: #D02726;
}
figure#quoteface {
  width: 70px;
  height: 70px;
  float: left;
  padding-right: 14px;
}
figure#quoteface img {
  float: left;
}
#vox {
  float: left;
  width: 100%;
  padding: 3% 0;
  background: #fafafa;
}
.home #vox {
  font-size: 14px;
  letter-spacing: 1px
}
@media screen and (max-width:480px) {
  #vox {
    display: none;
  }
}
#vox #item-wrap {
  float: left;
  width: 92%;
  margin: 4% 4% 0 4%;
  position: relative;
  overflow: hidden;
}
.item {
  float: left;
  width: 23.5%;
  padding: 0 0 9999px 0;
  margin: 0 2% -9999px 0;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width:1024px) {
  .item {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  }
}
.item:last-child {
  margin-right: 0;
}
.item figure {
  float: left;
  width: 60%;
  padding: 0 40% 20px 0;
}
.home #vox .item figure {
  height: 80px;
}
@media screen and (max-width:1024px) {
  .item figure {
    width: 40%;
    padding: 0 60% 20px 0;
  }
}
.item figure img {
  float: left;
}
.item-inner {
  float: left;
  width: 84%;
  padding: 8%;
}
.item-inner .morelink {
  display: block;
  margin-top: 1em;
  font-size: 0.95em;
  line-height: 1.4em;
  display: none;
}
.readmore {
  float: left;
  display: inline-block;
  padding: 0.3em 0.7em;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 1.3em;
  color: #555;
}
.readmore:hover {
  border: 1px solid transparent;
}
.readmore:focus {
  border: 1px solid transparent;
}
#chapters {
  position: absolute;
  right: 0;
  top: 0;
  width: 24%;
  background: #f0f0f0;
  z-index: 3;
}
@media screen and (max-width:799px) {
  #chapters {
    position: relative;
    float: left;
    width: 100%;
  }
}
.btn-slide1 {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #D02726;
  color: #fff;
}
.onright {
  right: 95.5%;
  top: 40px;
}
@media screen and (max-width:799px) {
  .onright {
    right: 94%;
  }
}
@media screen and (max-width:480px) {
  .onright {
    display: none;
  }
}
.btn-slide1:hover {
  background: #ccc;
  color: #fff;
}
.btn-slide1:focus {
  background: #ccc;
  color: #fff;
}
.btn-slide1 .fa-plus {
  display: none;
}
.active.btn-slide1 .fa-plus {
  display: inline;
}
.active.btn-slide1 .fa-times {
  display: none;
}
#chapters-inner {
  float: left;
  width: 84%;
  padding: 8%;
}
#chapters-inner ol {
  float: left;
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal;
  width: 100%;
}
#chapters-inner ol li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#chapters-inner ol li:last-of-type {
  margin-bottom: 0;
}
#chapters-inner ol .excerpt-inner {
  position: relative;
  display: block;
  padding: 0 1.7em 0 0em;
  *padding: .4em;
  margin: 0;
  line-height: 1.4em;
}
#chapters-inner ol .excerpt-inner:after {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  right: -1.3em;
  top: 50%;
  margin-top: 6em;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  line-height: 2em;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  background: #ddd;
}
.excerpt-inner .fa {
  float: right;
  margin: -8px 0 0 0;
}
.excerpt-inner .post-categories {
  list-style: none;
  display: inline-block;
}
.excerpt-inner .post-categories li {
  list-style: none;
  display: inline-block;
  width: auto !important;
  margin-bottom: 0 !important;
}
.excerpt-inner .post-categories a {
  font-size: 0.65em;
  margin: 0 1em 2em 0;
  color: #afafaf;
  text-transform: uppercase;
}
.excerpt-inner .post-categories a:hover {
  color: #222;
}
.excerpt-inner .post-categories a:focus {
  color: #222;
}
figure.featured-image {
  float: left;
  width: 100%;
}
figure.featured-image img {
  float: left;
}
.excerpt-block {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.excerpt-block h1 {
  text-transform: uppercase;
  font-family: 'Oranienbaum', serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.excerpt-block a {
  color: #555;
}
.excerpt-block a:hover {
  color: #000;
}
.excerpt-block a:focus {
  color: #000;
}
/* ------------------------------------------------------------------------------------

--  BLOG INDEX 

------------------------------------------------------------------------------------ */
#cutpost {
  float: left;
  width: 80%;
  margin: 4% 10%;
}
#cutpost article {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
#cutpost p {
  float: left;
  width: 80%;
  margin: 0 0 0 20%;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
ul.header-meta {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0.9em;
}
.posttitle {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  text-align: center;
}
.posttitle h1 {
  padding: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: 'Oranienbaum', serif;
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  /*text-transform: capitalize;*/
}
.posttitle h1 a {
  color: #222222;
}
.posttitle h1 a:hover {
  color: #555;
}
.posttitle h1 a:focus {
  color: #555;
}
#cutpost .morelink {
  padding-left: 1em;
}
.morelink {
  color: #222222;
}
.morelink:hover {
  color: #555;
}
.morelink:focus {
  color: #555;
}
.morelink span {
  text-transform: capitalize;
}
.fullpost-content {
  float: left;
  width: 100%;
  clear: both;
}
.fullpost-content figure img {
  float: left;
}
figure.featured-image-active {
  float: left;
  width: 74% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  figure.featured-image-active {
    width: 70% !important;
  }
}
@media screen and (max-width: 1366px) {
  figure.featured-image-active {
    width: 68% !important;
  }
}
@media screen and (max-width: 1280px) {
  figure.featured-image-active {
    width: 100% !important;
  }
}
figure.featured-image-default {
  background: #fafafa url(images/default.jpg) no-repeat top left;
  background-size: cover;
  height: 300px;
}
figure.featured-image-default {
  float: left;
  width: 74% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  figure.featured-image-default {
    width: 70% !important;
  }
}
@media screen and (max-width: 1366px) {
  figure.featured-image-default {
    width: 68% !important;
  }
}
@media screen and (max-width: 1280px) {
  figure.featured-image-default {
    width: 100% !important;
  }
}
.extras {
  float: right;
  width: 22%;
  margin: 0 0 0 4%;
}
@media screen and (max-width: 1600px) {
  .extras {
    width: 26%;
  }
}
@media screen and (max-width: 1366px) {
  .extras {
    width: 28%;
  }
}
@media screen and (max-width: 1280px) {
  .extras {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.metainline {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 0.85em;
  clear: both;
}
.metaicon {
  float: left;
  width: 22%;
}
@media screen and (max-width: 1440px) {
  .metaicon {
    width: 24%;
  }
}
@media screen and (max-width: 1280px) {
  .metaicon {
    width: 7.5%;
  }
}
@media screen and (max-width: 1024px) {
  .metaicon {
    width: 9%;
  }
}
@media screen and (max-width: 800px) {
  .metaicon {
    width: 12%;
  }
}
@media screen and (max-width: 640px) {
  .metaicon {
    width: 9%;
  }
}
@media screen and (max-width: 639px) {
  .metaicon {
    width: 12%;
  }
}
@media screen and (max-width: 480px) {
  .metaicon {
    width: 20%;
  }
}
.metainline span.fa {
  padding: 0.5em;
  border: 1px solid #555;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #555;
}
.metacon {
  float: left;
  width: 78%;
}
@media screen and (max-width: 1440px) {
  .metacon {
    width: 76%;
  }
}
@media screen and (max-width: 1280px) {
  .metacon {
    width: 92.5%;
  }
}
@media screen and (max-width: 1024px) {
  .metacon {
    width: 91%;
  }
}
@media screen and (max-width: 800px) {
  .metacon {
    width: 88%;
  }
}
@media screen and (max-width: 640px) {
  .metacon {
    width: 90%;
  }
}
@media screen and (max-width: 639px) {
  .metacon {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  .metacon {
    width: 80%;
  }
}
.extras a {
  color: #222;
  text-transform: capitalize;
}
.extras a:hover {
  color: #555;
}
.extras a:focus {
  color: #555;
}
.metainline .post-categories {
  list-style: none;
  float: left;
}
.metainline .post-categories li {
  list-style: none;
  display: inline-block;
}
.like-place {
  float: left;
  width: 100%;
}
.post-like { /* default for all */
  float: left;
  width: 100%;
}
i.fa {
  padding: 0.5em;
  border: 1px solid #555;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #555;
}
.post-like a { /* default for links */
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  color: #555;
}
.post-like a > .like { /* space for X */
}
.post-like .count { /* default for count */
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
.post-like a > .unliker { /* hides the remove link */
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  display: inline-block;
}
.post-like a:hover > .unliker { /* shows the remove link */
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
}
.post-like .liked, .post-like .alreadyliked, .post-like .prevliked, .post-like .pastliked { /* red on like */
  color: #C50305;
}
.post-like a:hover > .prevliked, .post-like a:active > .prevliked, .post-like a:focus > .prevliked, .post-like a:hover > .pastliked, .post-like a:active > .pastliked, .post-like a:focus > .pastliked {
  display: none;
  width: 0;
}
.post-like .disliked { /* default on unlike */
  color: #555;
}
.post-like a:hover > .disliked, .post-like a:active > .disliked, .post-like a:focus > .disliked {
  display: inline-block;
  width: auto;
}
.post-like a:hover, .post-like a:hover > .disliked, .post-like a:active > .disliked, .post-like a:focus > .disliked, .post-like a:hover > .alreadyliked, .post-like a:active > .alreadyliked, .post-like a:focus > .alreadyliked, .post-like a:hover > .liked, .post-like a:active > .liked, .post-like a:focus > .liked { /* default on hover */
  color: #000;
}
#nav-buttons {
  float: left;
  width: 100%;
}
#nav-buttons a {
  color: #C50305;
}
#nav-buttons a:hover {
  color: #D02726;
}
#nav-buttons a:focus {
  color: #D02726;
}
#nav-arrows {
  display: table;
  margin: 0 auto;
}
.prev {
  float: left;
  font-size: 1.2em;
  margin-right: 3px;
}
.next {
  float: right;
  font-size: 1.2em;
  margin-left: 3px;
}
#tableofcontents {
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 1366px) {
  #tableofcontents {
    bottom: 140px;
  }
}
@media screen and (max-width: 1024px) {
  #tableofcontents {
    display: none;
  }
}
#tableofcontents-wrap {
  display: table;
  margin: 0 auto;
  padding-bottom: 100px;
}
#tableofcontents-wrap a {
  display: inline-block;
  padding: 1em;
  border: 2px solid #555;
  text-transform: capitalize;
  color: #222;
}
@media screen and (max-width: 1366px) {
  #tableofcontents-wrap a {
    background: #fff;
  }
}
#tableofcontents-wrap a:hover {
  border: 2px solid #fff;
}
#tableofcontents-wrap a:focus {
  border: 2px solid #fff;
}
/* ------------------------------------------------------------------------------------

--  CATEGORY

------------------------------------------------------------------------------------ */
#sidemeta {
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 1366px) {
  #sidemeta {
    bottom: 260px;
  }
}
@media screen and (max-width: 1024px) {
  #sidemeta {
    display: none;
  }
}
#sidemeta-wrap {
  display: table;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
#sidemeta-wrap span {
  float: left;
  width: 100%;
  text-transform: capitalize !important;
  color: #222;
  padding: 0 0 6px 0;
}
@media screen and (max-width: 1366px) {
  #sidemeta-wrap {
    background: #fff;
    padding: 0.5em;
  }
}
/* ------------------------------------------------------------------------------------

--  SEARCH

------------------------------------------------------------------------------------ */
#result {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  text-align: center;
}
.search-terms {
  text-transform: uppercase;
  color: #222;
}
p.nofound {
  width: 70% !important;
  margin: 0 15% 30px 15% !important;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* ------------------------------------------------------------------------------------

--  ATTACHMENT

------------------------------------------------------------------------------------ */
.postname {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.postname {
  text-transform: capitalize;
}
/* ------------------------------------------------------------------------------------

--  ARCHIVE

------------------------------------------------------------------------------------ */
.btn-slide3 {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #ddd;
  color: #fff;
}
.btn-slide3:hover {
  background: #ccc;
  color: #fff;
}
.btn-slide3:focus {
  background: #ccc;
  color: #fff;
}
.btn-slide3 .fa-plus {
  display: none;
}
.active.btn-slide3 .fa-plus {
  display: inline;
}
.active.btn-slide3 .fa-times {
  display: none;
}
#sidebar-panel-archive {
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
}
/* ------------------------------------------------------------------------------------

--  AUTHOR

------------------------------------------------------------------------------------ */
figure.authorface {
  float: left;
  margin: 0 45% 30px 45% !important;
  width: 10% !important;
}
.author-meta {
  float: left;
  width: 100%;
}
.author-meta h2 {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #4D4D4D;
}
.author-meta p {
  margin-bottom: 1em;
  padding: 0 10%;
  text-align: left !important;
}
/* ------------------------------------------------------------------------------------

--  PAGE DEFAULT AND PAGE TEMPLATES

------------------------------------------------------------------------------------ */
.page-content {
  float: left;
  width: 100%;
}
.page-content figure {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.page-content figure img {
  float: left;
}
#fullpost-page {
  float: left;
  width: 80%;
  margin: 4% 10%;
}
#fullpost-page article {
  float: left;
  width: 100%;
}
/* ------------------------------------------------------------------------------------

--  PAGE TABLE OF CONTENTS

------------------------------------------------------------------------------------ */
#toc {
  float: left;
  width: 100%;
  list-style: none;
  list-style-type: none;
  counter-reset: sectioncounter;
}
#toc li {
  float: left;
  width: 100%;
  padding: 0.5em 0;
  font-size: 0.9em;
}
#toc li:after {
  float: right;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . \0000a0"" Notizia "counter(sectioncounter);
  counter-increment: sectioncounter;
  padding-left: 2em;
}
#toc a {
  display: inline-block;
  text-transform: capitalize;
  color: #222;
  font-size: 1.15em;
}
#toc a:hover {
  color: #555;
}
#toc a:focus {
  color: #555;
}
/* ------------------------------------------------------------------------------------

--  PAGE PRESS

------------------------------------------------------------------------------------ */
.fullpost-content-press {
  float: left;
  width: 100%;
  clear: both;
}
.left-content {
  float: left;
  width: 74%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .left-content {
    width: 70%;
  }
}
@media screen and (max-width: 1366px) {
  .left-content {
    width: 68%;
  }
}
@media screen and (max-width: 1280px) {
  .left-content {
    width: 100%;
  }
}
.left-content h1 {
  font-size: 1.6em;
  margin-bottom: 1.3em;
  font-family: 'Oranienbaum', serif;
  line-height: 1.3em;
}
.left-content h1 a {
  color: #222;
}
.left-content h1 a:hover {
  color: #ccc;
}
.left-content h1 a:focus {
  color: #ccc;
}
.fullpost-content-press figure {
  float: left;
  width: 60% !important;
  margin: 0 40% 30px 0;
}
.fullpost-content-press figure img {
  float: left;
}
.fullpost-content-press p {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------------

--  PAGE BUY

------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------

--  MASONRY LAYOUT

------------------------------------------------------------------------------------ */
#container {
  clear: both;
  background: #fff;
  margin: 0 0 40px 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #container {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.box {
  float: left;
  width: 31%;
  margin: 0 1%;
  padding: 0;
  background: #fafafa;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
}
@media screen and (max-width: 1024px) {
  .box {
    float: left;
    width: 92%;
    margin: 0 0 20px 0;
    padding: 4%;
  }
}
.box figure {
  float: left;
  width: 100%;
  background: #fafafa;
  margin: 0 0 20px 0;
}
.box img {
  display: block;
}
.box .heading {
  margin-bottom: 30px;
}
.box .heading h2 {
  display: table;
  margin: 0 auto;
  padding: 0 2em;
  background: #fafafa;
  font-family: 'Oranienbaum', serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
}
.price {
  float: left;
  margin: 0.5em 4% 20px 4%;
  color: #222;
}
.box form {
  float: right;
  margin: 0 4% 20px 4%;
}
.paypal-button {
  float: left;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: #fff;
  font-family: 'Varela', sans-serif;
  font-size: 0.85em;
  background: #D02726;
  background: -webkit-linear-gradient(top, #D02726 0%, #D02726 100%);
  background: -moz-linear-gradient(top, #D02726 0%, #D02726 100%);
  background: -o-linear-gradient(top, #D02726 0%, #D02726 100%);
  background: -ms-linear-gradient(top, #D02726 0%, #D02726 100%);
  background: -khtml-linear-gradient(top, #D02726 0%, #D02726 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.transitions-enabled.masonry, .transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ------------------------------------------------------------------------------------

--  PAGE GALLERY

------------------------------------------------------------------------------------ */
.gallery {
  clear: both;
  overflow: hidden;
  margin: 40px auto 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
}
.gallery .gallery-item img {
  display: table;
  margin: 0 auto 20px auto;
}
p.wp-caption-text {
  text-transform: uppercase;
  font-family: 'Oranienbaum', serif;
  letter-spacing: 0.1em;
  margin-bottom: 40px !important;
}
/*----------------------MUSIC PLAYER---------------------------------------*/
#player-place {
  position: fixed;
  bottom: 200px;
  right: 0;
  width: 20%;
}
@media screen and (max-width:1366px) {
  #player-place {
    bottom: 60px;
  }
}
@media screen and (max-width:1280px) and (max-height:800px) {
  #player-place {
    bottom: 100px;
  }
}
@media screen and (max-width:1280px) and (max-height:960px) {
  #player-place {
    bottom: 180px;
  }
}
@media screen and (max-width: 1024px) {
  #player-place {
    display: none;
  }
}
#player-place-wrap {
  display: table;
  margin: 0 auto;
}
#player-place-wrap a {
  display: inline-block;
  padding: 1em;
  border: 2px solid #555;
  text-transform: capitalize;
  color: #222;
  background: #fff;
}
.trigger-player .fa {
  padding-left: 0.5em;
  color: #808080;
}
.trigger-player .fa-plus {
  display: none;
}
.active.trigger-player .fa-plus {
  display: inline;
}
.active.trigger-player .fa-times {
  display: none;
}
#player-place-wrap a:hover {
  border: 2px solid #fff;
}
#player-place-wrap a:focus {
  border: 2px solid #fff;
}
.player-panel {
  position: fixed;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (max-width:799px) {
  .player-panel {
    display: none;
  }
}
.forgallery {
  top: 365px;
}
@media screen and (max-width:1440px) {
  .forgallery {
    top: 380px;
  }
}
@media screen and (max-width:1280px) {
  .forgallery {
    top: 360px;
  }
}
.forcinema {
  top: 344px;
}
#player-music {
  float: left;
  width: 18%;
  padding: 22px 1%;
  background: #222;
}
#player-music p {
  font-size: 0.9em;
  line-height: normal;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0 5%;
}
#player-music audio {
  float: left;
  width: 100%;
}
#player-images {
  float: right;
  width: 18%;
  padding: 22px 1%;
  background: #222;
}
#player-images ul {
  float: left;
  width: 100%;
  list-style: none;
}
#player-images ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
#player-images ul li:last-child {
  margin-right: 0;
}
#player-images figure {
  float: left;
  width: 100%;
}
#player-images figure img {
  float: left;
}
/* ------------------------------------------------------------------------------------

--  PAGE CINEMA

------------------------------------------------------------------------------------ */
.cinema {
  float: left;
  width: 100%;
  background: #000;
}
.video-holder2 {
  float: left;
  width: 92% !important;
  background: #000;
  padding: 4% !important;
}
.video-container2 {
  position: relative;
  padding-bottom: 50% !important;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.video-container2 iframe, .video-container2 object, .video-container2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#embedvideo {
  display: none;
}
@media screen and (max-width:480px) {
  #embedvideo {
    display: block;
  }
}
#player {
  float: left;
  width: 100%;
}
@media screen and (max-width:480px) {
  #player {
    display: none;
  }
}
#video-info {
  float: right;
  width: 18%;
  padding: 22px 1%;
  background: #222;
}
.video-info {
  float: left;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 0.8em;
}
.video-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.video-info li:first-child {
  float: left;
}
.video-info li:last-child {
  float: right;
}
/* ------------------------------------------------------------------------------------

--  PAGE SUBSCRIBE

------------------------------------------------------------------------------------ */
.left-content-subscribe {
  float: left;
  width: 64%;
}
p.obbligatorio {
  padding-bottom: 20px
}
@media screen and (max-width: 1024px) {
  .left-content-subscribe {
    width: 100%;
    margin-bottom: 30px;
  }
}
#optional-sidebar {
  float: right;
  width: 28%;
  padding: 2%;
  background: #fafafa;
}
@media screen and (max-width: 1024px) {
  #optional-sidebar {
    width: 92%;
    padding: 4% 4% 0 4%;
  }
}
#optional-sidebar figure {
  float: left;
  margin-bottom: 0;
}
#optional-sidebar .sidebar-wrap:last-child {
  margin-bottom: 0;
}
#subscribe-form {
  float: left;
  width: 100%;
  margin-top: 40px;
}
#subscribe-form form {
  float: left;
  width: 100%;
}
#subscribe-form input[type='text'], #subscribe-form input[type='email'], #subscribe-form input[type='tel'] {
  float: left;
  width: 97%;
  padding: 1.5%;
  margin: 1em 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 1em;
  color: #808080;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Varela', 'Helvetica', sans-serif;
}
#subscribe-form input[type='submit'] {
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.8em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  border: 2px solid #555;
  color: #555;
  background: transparent;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
  font-family: 'Varela', sans-serif;
}
#subscribe-form input[type='submit']:hover {
  background: transparent;
  border: 2px solid transparent;
}
#subscribe-form input[type='submit']:focus {
  background: transparent;
  border: 2px solid transparent;
}
/* ------------------------------------------------------------------------------------

--  SINGLE

------------------------------------------------------------------------------------ */
#fullpost {
  float: left;
  width: 80%;
  margin: 4% 10%;
}
#fullpost article {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.page-link {
  float: left;
  width: 100%;
}
.tag-container {
  float: left;
  width: 100%;
  padding: 1em 0 0 0;
  font-size: 0.9em;
}
.tag-container a {
  text-transform: lowercase;
  color: #222;
}
.tag-container a:hover {
  color: #555;
}
.tag-container a:focus {
  color: #555;
}
.edit-link {
  text-align: right;
  float: left;
  width: 100%;
}
#nav-single {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nextpost {
  float: left;
  width: 100%;
}
#nav-single a {
  color: #222;
}
#nav-single a:hover {
  color: #555;
}
#nav-single a:focus {
  color: #555;
}
/*---------COMMENTS AND EVERYTHING RELATED--------------------*/
.comments-wrap {
  float: left;
  width: 100%;
  clear: both;
  background: rgba(0, 0, 0, 0.02);
}
#comments-area {
  float: left;
  width: 92%;
  padding: 40px 4% 20px 4%;
}
@media screen and (max-width: 1024px) {
  #comments-area {
    width: 92%;
    padding: 20px 4%;
  }
}
#comments {
  float: left;
  width: 100%;
}
#comments-num {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.comments-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  margin: 0 0.5em 0 0;
  text-align: center;
}
#comments-area article {
  margin: 0 !important;
}
.comment {
  float: left;
  width: 100%;
}
.comment-body {
  float: left;
  width: 92%;
  padding: 4%;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #f0f0f0;
  font-size: 1em;
}
.bypostauthor .comment-body {
  color: #222;
}
.bypostauthor .comment-body h5 {
  color: #D02726;
}
.comment-date {
  padding: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.65em;
}
.comment-body h5 {
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.comment-box {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .comment-avatar {
    display: none;
  }
}
.reply {
  float: left;
  width: 100%;
}
a.comment-reply-link {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  color: #626262;
}
a.comment-reply-link:hover {
  color: #ddd;
}
ol.commentslist, ul.children {
  float: left;
  width: 100%;
  list-style: none;
}
ol.commentslist li {
  float: left;
  width: 100%;
}
#comments-form {
  float: right;
  width: 92%;
  padding: 40px 4% 40px 4%;
}
@media screen and (max-width: 1024px) {
  #comments-form {
    width: 92%;
    padding: 0 4% 40px 4%;
  }
}
.allowed-tags {
  display: none;
}
#respond {
  float: left;
  width: 100%;
}
h3#reply-title {
  float: right;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.9em;
}
p.logged-in-as {
  font-size: 0.8em;
  margin-bottom: 10px;
}
p.must-log-in {
  float: left;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #555;
}
p.awaiting {
  color: #AE0002;
}
.lock {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.lock p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  line-height: 1.7em;
}
.lock span {
  float: left;
  display: inline-block;
  font-size: 1.1em;
  margin: 0 0.5em 0 0;
}
.comments-navigation {
  float: left;
  width: 100%;
  text-align: center;
}
.comments-navigation span.current {
  padding: 0.5em 0.8em;
  background: #D02726;
  color: #fff;
  font-size: 0.7em;
}
.comments-navigation a {
  font-size: 0.7em;
  padding: 0.5em 0.8em;
  background: #fff;
  color: #222;
}
.comments-navigation a:hover {
  color: #ddd;
}
.comments-navigation a:focus {
  color: #ddd;
}
.comments-navigation .next, .comments-navigation .prev {
  font-size: 0.7em;
  text-transform: uppercase;
}
#comments-form form {
  float: left;
  width: 100%;
}
#comments-form label {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
#comments-form input[type='text'], #comments-form input[type='email'] {
  float: left;
  width: 66%;
  padding: 1.5%;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  border-bottom: 4px solid #fafafa;
  font-size: 1em;
  color: #808080;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Varela', 'Helvetica', sans-serif;
}
#comments-form textarea {
  float: left;
  width: 97%;
  padding: 1.5%;
  height: 200px;
  margin: 0 0 14px 0;
  background: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  border-bottom: 4px solid #fafafa;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #808080;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Varela', 'Helvetica', sans-serif;
}
#comments-form input[type='submit'] {
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.8em 1em;
  border: 2px solid #555;
  color: #555;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
  font-family: 'Varela', sans-serif;
}
#comments-form input[type='submit']:hover {
  background: transparent;
  border: 2px solid transparent;
}
#comments-form input[type='submit']:focus {
  background: transparent;
  border: 2px solid transparent;
}
#comments-form p.form-submit {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.asterisk {
  color: #AE0002;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/*--------------------------TOGGLED SIDEBAR----------------------*/
#sidebar {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 40px 0;
  background: rgba(0, 0, 0, 0.02);
}
.btn-slide2 {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #ddd;
  color: #fff;
}
.onbottom {
  right: 48%;
  top: -20px;
}
.btn-slide2:hover {
  background: #ccc;
  color: #fff;
}
.btn-slide2:focus {
  background: #ccc;
  color: #fff;
}
.btn-slide2 .fa-times {
  display: none;
}
.active.btn-slide2 .fa-times {
  display: inline;
}
.active.btn-slide2 .fa-plus {
  display: none;
}
#sidebar-panel-single {
  float: left;
  width: 100%;
  display: none;
  padding: 40px 0 20px 0;
}
#sidebar-inner {
  float: left;
  width: 100%;
}
.sidebarpart {
  float: left;
  width: 47%;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  .sidebarpart {
    width: 100%;
    margin-right: 0;
  }
}
/*--------------------------WIDGETS----------------------*/
.sidebar-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
.sidebar-wrap h4 {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 4% 4% 4%;
}
.sidebar-wrap ul {
  float: left;
  width: 92%;
  padding: 4%;
  background: #fff;
  list-style: none;
}
.sidebar-wrap li {
  float: left;
  width: 100%;
  padding: 0.6em 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.sidebar-wrap li:first-child {
  padding: 0 0 0.6em 0;
}
.sidebar-wrap li:last-child {
  padding: 0.6em 0 0 0;
  border-bottom: none;
}
.sidebar-wrap li a {
  color: #808080;
  font-size: 0.95em;
}
.sidebar-wrap li a:hover {
  color: #ddd;
}
.sidebar-wrap li a:focus {
  color: #ddd;
}
.sidebar-wrap .textwidget {
  float: left;
  width: 92%;
  padding: 4%;
  background: #fff;
  line-height: 1.7em;
  font-size: 0.85em;
}
.sidebar-wrap .tagcloud {
  float: left;
  width: 100%;
}
.sidebar-wrap .tagcloud a {
  display: inline-block;
  float: left;
  padding: 0.5em 1em 0.3em 1em;
  margin: 0 0.7em 0.7em 0;
  text-transform: uppercase;
  color: #808080;
  background: #fff;
  font-size: 0.7em !important;
}
.sidebar-wrap h2.widgettitle {
  display: none;
}
.widget_calendar {
  float: left;
}
#wp-calendar {
  width: 100%;
  background: #fff;
}
#wp-calendar caption {
  background: #fff;
  text-align: right;
  color: #808080;
  font-size: 1em;
  padding: 1em;
}
#wp-calendar thead {
  font-size: 0.8em;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #808080;
  border: 1px solid #fafafa;
}
#wp-calendar tbody {
  color: #808080;
}
#wp-calendar tbody td {
  background: #fff;
  border: 1px solid #fafafa;
  text-align: center;
  padding: 8px;
  font-size: 0.75em;
}
#wp-calendar tbody td:hover {
  background: #fafafa;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next a {
  color: #808080;
}
#wp-calendar tfoot #prev a {
  color: #808080;
}
#wp-calendar tfoot {
  border: 1px solid #fafafa;
}
#wp-calendar tfoot #next {
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: right;
  padding: 5px;
}
#wp-calendar tfoot #prev {
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 5px;
}
/*-----------------------SIDEBAR SEARCH----------------------------*/
#search-wrap {
  float: left;
  width: 100%;
}
.sidebar-wrap form {
  float: left;
  width: 100%;
  height: 50px;
}
.sidebar-wrap .s {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
  color: #808080;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.07);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
  outline: none;
  padding: 4px 45px 4px 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: 'Varela', 'Helvetica', sans-serif;
  font-size: 0.9em;
}
.sidebar-wrap .submit, .sidebar-wrap .searchicon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sidebar-wrap .submit {
  opacity: 0;
  z-index: 1;
}
.sidebar-wrap .searchicon {
  width: 44px;
  height: 40px;
  background: #D02726 url(images/search.png) no-repeat;
  border-top: 4px solid #C50305;
  background-size: auto 20px;
  background-position: 12px 10px;
}
/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .sidebar-wrap .searchicon {
    background: #D02726 url(images/search@2x.png) no-repeat;
    background-size: auto 27px;
    background-position: 8px 6px;
  }
}
/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .sidebar-wrap .searchicon {
    background: #D02726 url(images/search@2x.png) no-repeat;
    background-size: auto 27px;
    background-position: 8px 6px;
  }
}
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .sidebar-wrap.searchicon {
    background: #D02726 url(images/search@2x.png) no-repeat;
    background-size: auto 27px;
    background-position: 8px 6px;
  }
}
/*2.0 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sidebar-wrap .searchicon {
    background: #D02726 url(images/search@2x.png) no-repeat;
    background-size: auto 27px;
    background-position: 8px 6px;
  }
}
/*--------------------------POST BODY----------------------*/
.postbody-content {
  float: left;
  width: 100%;
}
.postbody-content p {
  font-size: 0.95em;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.postbody-content p:first-child:before {
  content: ". . . . . . \0000a0";
}
.puntini:before {
  content: ". . . . . . \0000a0";
}
.postbody-content .video-holder {
  margin: 0 0 30px 0;
}
.postbody-content form {
  float: left;
  width: 100%;
}
.postbody-content input[type='password'] {
  float: none;
  outline: none;
  width: 46%;
  padding: 0 1.3%;
  height: 34px;
  margin: 0 0.3em 0 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 1em;
  color: #808080;
  -webkit-appearance: none;
  border-radius: 0;
}
.postbody-content input[type='text'], .postbody-content input[type='email'], .postbody-content input[type='url'], .postbody-content textarea {
  float: left;
  outline: none;
  width: 97%;
  padding: 0 1.5%;
  margin: 0.5em 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-appearance: none;
  border-radius: 0;
  color: #808080;
  font-size: 1em;
  font-family: 'Varela', sans-serif;
}
.postbody-content input[type='text'], .postbody-content input[type='email'], .postbody-content input[type='url'] {
  height: 40px;
}
.postbody-content input[type='submit'] {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px 1.2em;
  height: 36px;
  background: transparent;
  border: 2px solid #555;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  font-family: 'Varela', sans-serif;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
}
@media screen and (max-width: 620px) {
  .postbody-content input[type='submit'] {
    float: left;
    margin: 10px 0 20px 0;
  }
}
.postbody-content input[type='submit']:hover {
  /*background:#CB8E02;*/
}
#comments-form input[type='submit'] {
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.8em 1em;
  border: 2px solid #555;
  color: #555;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
  font-family: 'Varela', sans-serif;
}
.postbody-content input[type='submit']:hover {
  background: transparent;
  border: 2px solid transparent;
}
.postbody-content input[type='submit']:focus {
  background: transparent;
  border: 2px solid transparent;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {}
.gallery-caption {}
.sticky {}
.postbody-content iframe {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.postbody-content small a {
  font-size: 0.7em;
  color: #ccc !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.postbody-content blockquote {
  float: left;
  width: 92%;
  padding: 4%;
  margin: 0 0 20px 0;
  font-family: 'Georgia', serif;
  font-style: italic;
}
.postbody-content blockquote p {
  margin-bottom: 0;
}
.postbody-content cite {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 0.8em;
  margin: 0 0 20px 0;
}
.postbody-content strong {
  font-weight: 700;
  color: #d02726
}
.postbody-content em {
  font-family: 'Georgia', serif;
  font-style: italic;
}
.postbody-content ul, .postbody-content ol {
  float: left;
  margin-bottom: 20px;
}
.postbody-content ul {
  width: 95%;
  padding: 0 0 0 5%;
  list-style: square;
}
@media screen and (max-width: 480px) {
  .postbody-content ul {
    width: 90%;
    padding: 0 0 0 10%;
  }
}
.postbody-content ol {
  width: 92%;
  padding: 0 0 0 8%;
  list-style-type: decimal-leading-zero;
}
@media screen and (max-width: 480px) {
  .postbody-content ol {
    width: 85%;
    padding: 0 0 0 15%;
  }
}
.postbody-content ul li, .postbody-content ol li {
  float: left;
  width: 100%;
}
.postbody-content h1, .postbody-content h2, .postbody-content h3, .postbody-content h4, .postbody-content h5, .postbody-content h6 {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  color: #555555;
}
.postbody-content h1 {
  font-size: 1.3em;
}
.postbody-content h2 {
  font-size: 1.25em;
}
.postbody-content h3 {
  font-size: 1.2em;
}
.postbody-content h4 {
  font-size: 1.15em;
}
.postbody-content h5 {
  font-size: 1.1em;
}
.postbody-content h6 {
  font-size: 1.05em;
}
/* ------------------------------------------------------------------------------------

--  LAYOUT HOME PAGE

------------------------------------------------------------------------------------ */
/* FOTO TOP HEADER */
.black {
  /*background: #000 url(images/mathieu.jpg) no-repeat top center;
	background-size: cover;*/
}
.black {
  /*background: #000 url(images/francis.jpg) no-repeat top center;
	background: #000 url(images/kawamata.jpg) no-repeat top center;
	background: #000 url(images/boetti.jpg) no-repeat top center;*/
  /*background: #000 url(images/jaffe.jpg) no-repeat top center;*/
  /*background: #000 url(images/bg-condo.jpg) no-repeat top center;*/
  /*background: #000 url(images/poirier20.jpg) no-repeat top center;*/
  /*background: #000 url(images/chirsto21.jpg) no-repeat top center;*/
  /*background: #000 url(https://www.ghisla-art.ch/wp/wp-content/uploads/mariconti-low.jpg) no-repeat top center;*/
  /*background: #000 url("images/a-twombly23.jpg") no-repeat top center;*/
  /*background: #000 url("images/nicora23big.jpg") no-repeat top center;*/
  /*background: #000 url("images/tagli24.jpg") no-repeat top center;*/
  background: #000 url("images/head25-accardi.jpg") no-repeat top center; /*IN-BETWEEN 25 */
  background-size: cover;
}
body #content-box .black2 {
  background-size: cover;
}
.page-id-13 .black2, .page-id-353 .black2, .page-id-351 .black2 { /* PRESENTAZIONE */
  /*background: #000 url(images/banner07.jpg) no-repeat top center;*/
  /*background: #000 url(images/interni.jpg) no-repeat top center;*/
  background: #000 url(images/presentazione16.jpg) no-repeat top center;
}
.page-id-66 .black2, .page-id-337 .black2, .page-id-339 .black2 { /* GLI ARTISTI */
  /*background: #000 url(images/banner01.jpg) no-repeat top center;*/
  background: #000 url(images/pasquali.jpg) no-repeat top center;
}
.page-id-70 .black2, .page-id-364 .black2, .page-id-365 .black2 { /* SOSTENERE */
  /*background: #000 url(images/delvoye.jpg) no-repeat top center;
	background: #000 url(images/messager.jpg) no-repeat top center;
	background: #000 url(images/odita.jpg) no-repeat top center;*/
  /*background: #000 url(images/musco.jpg) no-repeat top center;*/
  /*background: #000 url(images/bg-pasquali.jpg) no-repeat top center;
	background: #000 url(images/viallat20.jpg) no-repeat top center;*/
  /*background: #000 url(images/alechinsky21.jpg) no-repeat top center;*/
  background: #000 url("images/head25-turcato.jpg") no-repeat top center; /* IN-BETWEEN 25  */
}
.page-id-2654 .black2, .page-id-2658 .black2, .page-id-2660 .black2 { /* SCUOLE */
  background: #fff url(images/scuole.jpg) no-repeat top center;
}
.page-id-2437 .black2, .page-id-2440 .black2, .page-id-2442 .black2 { /* COLLEZIONE */
  /*background: #000 url(images/bg-18-3.jpg) no-repeat top center;*/
  /*background: #000 url(images/bg-basquiat.jpg) no-repeat top center;*/
	/*background: #000 url("images/head25-sala1.jpg") no-repeat top center;*/
	background: #000 url("images/head25-sala3-4-5.jpg") no-repeat top center;
}
.page-id-9 .black2 { /* NOTIZIE */
  /*background: #000 url(images/banner04.jpg) no-repeat top center;*/
}
.page-id-17 .black2, .page-id-356 .black2, .page-id-358 .black2 { /* PRESS */
  /*background: #000 url(images/rotella.jpg) no-repeat top center;*/
  background: #000 url(images/millares.jpg) no-repeat top center;
}
.page-id-72 .black2, .page-id-331 .black2, .page-id-327 .black2 { /* CONTATTI */
  /*background: #000 url(images/banner05.jpg) no-repeat top center;*/
  background: #000 url(images/ghisla15.jpg) no-repeat top center;
}
.page-id-91 .black2 { /* OPERE */
  /*background: #000 url(images/banner01.jpg) no-repeat top center;*/
  background: #000 url(images/interni.jpg) no-repeat top center;
}
.page-id-5 .black2 { /* VIDEO */
  background: #000 url(images/banner03.jpg) no-repeat top center;
}
.page-id-15 .black2, .page-id-342 .black2, .page-id-343 .black2 { /* NEWSLETTER */
  /*background: #000 url(images/banner04.jpg) no-repeat top center;*/
  background: #000 url("images/head25-fermariello.jpg") no-repeat top center; /* IN-BETWEEN 25  */
}
.blog .black2 { /* NOTIZIE */
  /*background: #000 url(images/banner04.jpg) no-repeat top center;*/
  /*background: #000 url(images/mendelson.jpg) no-repeat top center;*/
  /*background: #000 url(images/kawamata.jpg) no-repeat top center;*/
  /*	background: #000 url(images/boetti.jpg) no-repeat top center;*/
  /*background: #000 url(images/turcato20.jpg) no-repeat top center;*/
  /**/ background: #000 url(images/dubuffet.jpg) no-repeat top center;
  background: #000 url("images/head25-fermariello.jpg") no-repeat top center; /* IN-BETWEEN 25 */
}
.page-id-948 .black2, .page-id-1069 .black2, .page-id-1073 .black2 { /* VISITE */
  /*background: #000 url(images/visite.jpg) no-repeat top center;*/
  background: #000 url(images/bg-visite.jpg) no-repeat top center;
}
.page-id-1886 .black2, .page-id-1890 .black2, .page-id-1893 .black2 { /* STAGIONE  */
  /*background: #000 url(images/buren.jpg) no-repeat top center;
	background: #000 url(images/capogrossi.jpg) no-repeat top center;
	background: #000 url(images/bg-18-2.jpg) no-repeat top center;*/
  background: #000 url(images/bg-nevelson.jpg) no-repeat top center;
}
.page-id-2449 .black2, .page-id-2445 .black2, .page-id-2457 .black2 { /* NIGRO 18  */
  /*background: #000 url(images/nigro.jpg) no-repeat top center;*/
  background: #fff url(images/paolucci.jpg) no-repeat top center;
}
.page-id-1444 .black2, .page-id-1482 .black2, .page-id-1479 .black2 { /* PERMANENTE  */
  /*background: #000 url(images/banner-pistoletto.jpg) no-repeat top center;
	background: #000 url(images/alechinsky.jpg) no-repeat top center;*/
  /*background: #000 url(images/bg-18-1.jpg) no-repeat top center;*/
  /*background: #000 url(images/fahri20.jpg) no-repeat top center;	*/
  background: #000 url(images/phalleniki.jpg) no-repeat top center;
}
.page-id-1487 .black2, .page-id-1491 .black2, .page-id-1489 .black2 { /* TEMPORANEA  */
  background: #000 url(images/biasi.jpg) no-repeat top center;
}
.page-id-1936 .black2, .page-id-1959 .black2, .page-id-1961 .black2 { /* TEMPORANEA  16 */
  background: #000 url(images/temporary17.jpg) no-repeat top center;
}
.page-id-2934 .black2, .page-id-2941 .black2, .page-id-2943 .black2 { /* TEMPORANEA  19 */
  background: #000 url(images/bg-TUNICK+.jpg) no-repeat top center;
}
.page-id-3249 .black2, .page-id-3254 .black2, .page-id-3256 .black2 { /* TEMPORANEA  20 */
  background: #000 url(images/arnold20.jpg) no-repeat top center;
}
.page-id-3195 .black2, .page-id-3197 .black2, .page-id-3196 .black2 { /* STAGIONE  20 */
  background: #000 url(images/miro20.jpg) no-repeat top center;
}
.page-id-3104 .black2, .page-id-3106 .black2, .page-id-3105 .black2 { /* TEMPORANEA  21 christo */
  /*background: #000 url(images/chirsto21bis.jpg) no-repeat top center;*/
}
.page-id-3605 .black2, .page-id-3607 .black2, .page-id-3606 .black2 { /* TEMPORANEA  21 solbay */
  /*background: #000 url(images/solvay21.jpg) no-repeat top center;*/
}
.page-id-3773 .black2, .page-id-3776 .black2, .page-id-3778 .black2 { /* TEMPORANEA  21 case */
  /*background: #000 url(images/header-pierre-case.jpg) no-repeat top center;*/
}
.page-id-3888 .black2, .page-id-3890 .black2, .page-id-3889 .black2 { /* TEMPORANEA  22 Ciussi  */
  /*background: #000 url(images/ciussi.jpg) no-repeat top center;*/
}
.page-id-4186 .black2, .page-id-4189 .black2, .page-id-4191 .black2 { /* TEMPORANEA  23 Twombly  */
  background: #000 url("images/a-twombly23.jpg") no-repeat top center;
}
.page-id-4281 .black2, .page-id-4283 .black2, .page-id-4292 .black2 { /* TEMPORANEA  23 Nicora  */
  background: #000 url("images/nicora23big.jpg") no-repeat top center;
}
.page-id-4386 .black2, .page-id-4389 .black2, .page-id-4392 .black2 { /* TEMPORANEA  24 Tagli  */
  background: #000 url("images/tagli24.jpg") no-repeat top center;
}
.page-id-4477 .black2, .page-id-4479 .black2, .page-id-4478 .black2 { /* TEMPORANEA  24 Tagli  */
  background: #000 url("images/snozzi24.jpg") no-repeat top center;
}
.page-id-4561 .black2, .page-id-4566 .black2, .page-id-4569 .black2 { /* IN BETWEEN 2025 */
  background: #000 url("images/head25-sala8.jpg") no-repeat top center;
}
.page-id-2318 .black2 { /* TELETHON  18 */
  /*background: #000 url(images/telethon18.jpg) no-repeat top center;*/
}
.page-id-3460 .black2, .page-id-3459 .black2, .page-id-3458 .black2 { /* ARCHIVIO 16 */
  /*  background: #000 url(images/temporary17.jpg) no-repeat top center; */
  background: #000 url("images/head25-rosenquist.jpg") no-repeat top center; /* IN BETWEEN 2025 */
}
#subscribe-form input[type="text"], #subscribe-form input[type="email"], #subscribe-form input[type="tel"] {
  margin: 0 0 18px
}
body #mc_embed_signup form {
  padding: 10px 0 0 0
}
#mc_embed_signup .mc-field-group label {
  font-family: "Varela", Helvetica, sans-serif
}
body #subscribe-form input[type="submit"] {
  height: auto;
  padding: 0.2em 1em;
}
body #mc_embed_signup .mc-field-group .asterisk {
  top: 40px;
}
/* WPML MEDIA SWITCHER */
#lang-switcher {
  width: 110px;
  float: right;
  padding: 45px 0px 0px 0px
}
#lang-switcher a {
  letter-spacing: 2px;
  font-size: 0.8em
}
.menu-img {
  padding-top: 29px
}
@media screen and (max-width: 1023px) {
  #lang-switcher {
    width: 100%;
    display: block;
    text-align: center;
    float: none
  }
}
.artists a:before {
  font-family: FontAwesome;
  content: "\f030";
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
}
.artists a:hover {
  letter-spacing: 6px;
  margin-left: -20px
}
.artists a:hover:before {
  content: "\f083";
  color: #606060
}
#tab-sostenere img {
  padding: 5px 5%;
  width: 90%;
  border: none
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title {
  display: none
}
/* STILE INGRESSO CIRCOLARE - MOSTRA */
.page-content .ch-grid {
  margin: 2px 0 20px 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.page-content .ch-grid:after, .page-content .ch-item:before {
  content: '';
  display: table;
}
.page-content .ch-grid:after {
  clear: both;
}
.page-content .ch-grid li {
  width: 48%;
  height: 130px;
  display: inline-block;
  margin: 0 0 20px;
  margin-right: 2%
}
.page-content .ch-grid.threecolumns li {
  width: 31%;
  height: 150px;
  display: inline-block;
  margin: 0 0 20px;
  margin-right: 2%
}
.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 0 rgba(200, 95, 66, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ch-img-1 {
  /*background-image: url(images/permanente.jpg)*/ ;
  /*background-image: url("images/bg-condo.jpg")*/
  background-image: url("https://www.ghisla-art.ch/wp/wp-content/uploads/permanente20.jpg");
}
.ch-img-2 {
  background-image: url(images/temporanea.jpg);
}
.ch-img-4 {
  /*background-image: url(images/lecca-16.jpg);
		background: #000 url(images/paolucci-temporanea.jpg) no-repeat top center;
	background: #000 url(httsp://www.ghisla-art.ch/wp/wp-content/uploads/metheus2.jpg) no-repeat center center;*/
  /*background: #000 url(https://www.ghisla-art.ch/wp/wp-content/uploads/MAPPLETHORPE-s-2.jpg) no-repeat center center;*/
  /*background: #000 url(https://www.ghisla-art.ch/wp/wp-content/uploads/veronique01.jpg) no-repeat center center;*/
  /*background: #000 url(images/case-p.jpg) no-repeat center center;*/
  /*background: #000 url("images/a-twombly-p.jpg") no-repeat center center;*/
  /*background: #000 url("images/nicora23-p.jpg") no-repeat center center;*/
  background: #000 url("images/tagli24-p.jpg") no-repeat center center;
}
.ch-img-6 {
  background: #000 url(images/telethon18-p.jpg) no-repeat top center;
}
.ch-img-7 {
  /*  background: #000 url(images/christo-p.jpg) no-repeat top center;*/
  background: #000 url(images/snozzi24-p.jpg) no-repeat top center;
}
.ch-img-3 {
  background-image: url(images/permanente2.jpg);
}
.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 10px;
  padding: 40px 0 0 0;
  height: 110px;
  font-family: 'Varela', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ch-info h3 a {
  color: #fff;
}
.ch-img-4 .ch-info h3 a {
  color: #fff;
}
.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Varela', Arial, sans-serif;
}
.ch-info p a:hover {
  color: #fff222;
  color: rgba(208, 39, 38, 0.8);
}
.ch-item:hover {
  box-shadow: inset 0 0 0 110px rgba(208, 39, 38, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ch-item:hover .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* FINE STILE MOSTRA */
.div-avviso {
  border: 12px dashed #D02726;
  padding: 20px;
  text-align: center;
  margin-top: 55px
}
body .div-avviso h4 {
  margin-bottom: 8px;
  padding-bottom: 8px
}
body .div-avviso h4 span {
  color: #D02726
}
body .div-avviso p {
  margin-bottom: 0px;
  font-size: 13px
}
h4.sguardi {
  border: medium none;
  color: #d02726;
  font-size: 28px;
  letter-spacing: 6px;
  margin-bottom: 30px;
  text-align: center;
}
.post-1493 .posttitle, .post-1507 .posttitle, .post-1509 .posttitle {
  margin-bottom: 20px
}
.post-1493 .posttitle h1, .post-1507 .posttitle h1, .post-1509 .posttitle h1 {
  padding-bottom: 13px
}
.artists-collection div {
  text-align: center
}
span.capital-letter {
  font-family: 'Oranienbaum', serif;
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  display: block;
  color: #d02726;
  margin-top: 40px
}
.section-contatti, .section-scuole {
  padding-top: 50px
}
@media screen and (max-width: 1023px) {
  .page-content .ch-grid li {
    width: 100%;
    margin: 10px 0
  }
}