/* Theme Name: 
Author: Dario Genoese // dario@quattrolinee.it
Author URI: www.quattrolinee.it
Version: 5/2017 */

* {
  margin: 0;
  padding: 0;
}

body {
  /*background: #eeeeee;*/
  background: #000;
  font-family: Arial, sans-serif;
  font-size:16px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}   body b, body strong {
  font-weight: 700;
}   body i, body em {
  font-style: italic;
}   /*body.page-template-tpl-homepage {
background: #000;
}   */body.hidden-scroll {
  overflow: hidden;
  max-height: 100vh;
}   

/*** RULES ***/ 
h1, h2, h3 {
  font-weight: 300;
}   h1 {
  font-size: 240%;
}   .page h1 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 1200px;
  margin: 0 auto;
}   main h1 {
  margin: 0 auto 0.5em !important;
}   .page h1:before {
  content: '▼';
  margin-right: 5px;
  font-size: 65%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
}   h2 {
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
}   h3 {
  font-size: 185%;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}   p:last-of-type {
  margin-bottom: 2em;
}

img {
  vertical-align: middle;
}

main {
  background: #eee;
  padding: 3em 0;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

.georgia {
  font-family: Georgia, sans-serif;
}

.wrapper {
  padding: 0 20px;
}

a.btn {
  font-size: 75%;
  background: #000;
  color: #fff;
  border: 1px solid transparent;  
  padding: 5px 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}   a.btn.grey {
  background: #eee;
  color: #000;
}   a.btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  transition: 1s ease;
}   

.share {
  padding-top: 2em;
  border-top: 1px solid #000;
}   .share span {
  display: block;
}   .share span a {
  font-size: 90%;
  text-transform: lowercase;
  font-weight: 600;
}   .share span a:hover {
  color: #0000ff;
}

#flag img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-left: 1em;
}

.list li a:before {
  content: '►';
  margin-right: 0.5em;
  font-size: 80%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}   

#tax-terms li a {
  font-size: 150%;
  font-family: Georgia, sans-serif;
}

a.breadcrumb {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0.5em;
  font-family: font-family: Georgia, sans-serif;
}   a.breadcrumb:hover {
  color: #0000ff;
}   a.breadcrumb.dash-before:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #000;
  vertical-align: middle;
  margin-right: 5px;
}   a.breadcrumb.go-back:before {
  content: '◄';
  margin-right: 5px;
}   .arrow-down:before {
  content: '▼';
  font-size: 65%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
}   .arrow-right:before {
  content: '►';
  font-size: 65%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
}

.scroll-text {
  background: #00FFFF;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
} .scroll-text > p {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
} .scroll-text > p:before {
  content: '';
  display: inline-block;
  width: 32px; height: 32px;
  background: url('files/mano-sinistra.png') no-repeat center;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
} .scroll-text > p:after {
  content: '';
  display: inline-block;
  width: 32px; height: 32px;
  background: url('files/mano-destra.png') no-repeat center;
  background-size: contain;
  margin-left: 6px;
  vertical-align: middle;
}

article {
  background: #fff;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} .embed-container iframe,
  .embed-container object,
  .embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** HEADER ***/
header {
  background: #000;
  padding: 2em 0 1em 0;
  transition: 1s ease;
  color: #fff;
}   header .logo > a {
  background: url(files/logo-white.svg) no-repeat center;
  background-size: contain;
  width: 130px;
  height: 77px;
  display: block;
}   header > div > div {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}   nav ul.menu-navigazione li.current-menu-item a,
.tax-events #menu-item-1672 a {
  padding: 4px 10px;
  background: #fff;
  color: #000;
}   .lang li {
  display: inline;
}   .lang li:first-of-type {
  border-right: 1px solid;
  padding-right: 0.7em;
  margin-right: 0.5em;
}   .lang li.current-lang {
  font-weight: 700;
}   .lang li a {
  color: #fff;
}   .lang li a img {
  width: 100%;
  height: auto;
}   .lang li a.it {
  background: url('files/flag/it.png') no-repeat center;
  background-size: contain;
}   .lang li a.en {
  background: url('files/flag/uk.png') no-repeat center;
  background-size: contain;
}   .lang span {
  text-indent: -9999px;
}

/*** PROGRESSBAR ***/
progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #ffff00;
  z-index: 100;
}   progress::-webkit-progress-bar {
  background-color: transparent;
}   progress::-webkit-progress-value {
  background-color: #ffff00;
}   progress::-moz-progress-bar {
  background-color: #ffff00;
}   .page-template-tpl-mostre progress::-webkit-progress-value {
  background: #ff66ff;
}   .page-template-tpl-market progress::-webkit-progress-value {
  background: #009933;
}   .tax-events progress::-webkit-progress-value {
  background: #0000ff;
}   .tax-events.term-conferenze progress::-webkit-progress-value,
.tax-events.term-talk progress::-webkit-progress-value {
  background: #ff6633;
}   .tax-events.term-performance progress::-webkit-progress-value,
.tax-events.term-performances progress::-webkit-progress-value {
  background: #9900cc;
}
/*** FOOTER ***/
footer {
  background: #f0f0f0;
}   footer > div:first-of-type {
  background: #fff;
}   footer > div {
  padding: 2em 20px;
}   footer .logo a {
  background: url(files/logo-black.svg) no-repeat top center;
  background-size: contain;
  height: 100px;
  width: 100px;
  display: block;
}   footer #lavoraConNoi span {
  display: block;
  margin-bottom: 10px;
}   footer #lavoraConNoi a {
  text-transform: uppercase;
  font-size: 80%;
  border: 1px solid #000;
  padding: 4px;
  letter-spacing: 1px;
  transition: all .25s linear;
}   footer #lavoraConNoi a:hover {
  background: #000;
  color: #fff;
}   footer #mailchimp,
footer #lavoraConNoi {
  margin-bottom: 3em;
}   footer #cookie-policy > a {
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 4px;
  box-sizing: border-box;
  transition: all .25s linear;
}   footer #cookie-policy > a:hover {
  background: #000;
  color: #fff;
}   footer #loghi_footer div span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 2em;
}   footer #contacts > div {
  margin-bottom: 3.5em;
}   footer #contacts > div span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 2em;
  margin-bottom: 1em;
}   footer #contacts > div a {
  min-height: inherit !important;
}   footer #loghi_footer > div > div a {
  display: block;
  min-height: 60px;
}   footer #loghi_footer > div .flexbox {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}   footer #loghi_footer > div .flexbox > div {
  margin-bottom: 1em;
  width: 50%;
}		footer #loghi_footer > div#hotel > div a {
  display: inline;
  height: auto;
}		footer #loghi_footer > div#hotel > div a:hover {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}   footer #loghi_footer > div .flexbox > div:last-of-type {
  margin-bottom: 2em;
}   footer .printclub {
  background: url('files/loghi/printclub.svg') no-repeat left;
}   footer .plug {
  background: url('files/loghi/plug.svg') no-repeat left;
}   footer .tal {
  background: url('files/loghi/tal.svg') no-repeat left;
}   footer .quattrolinee {
  background: url('files/loghi/quattrolinee.svg') no-repeat left;
}   footer .mg2 {
  background: url('files/loghi/mg2.svg') no-repeat left;
}   footer .city-design {
  background: url('files/loghi/unesco.svg') no-repeat left;
}   footer .turin-city-design {
  background: url('files/loghi/torino_city_design.svg') no-repeat left;
}   footer .csp {
  background: url('files/loghi/csp.svg') no-repeat left;
}   footer .camera-commercio {
  background: url('files/loghi/camera_commercio.svg') no-repeat left;
}   footer .toolbox {
  background: url('files/loghi/toolbox.svg') no-repeat left;
}   footer .fond-arch {
  background: url('files/loghi/architettura.svg') no-repeat left;
}   footer .goethe {
  background: url('files/loghi/goethe.svg') no-repeat left;
}   footer .mibac {
  background: url('files/loghi/mibac.svg') no-repeat left;
}   footer .torino-citta {
  background: url('files/loghi/cittaditorino.png') no-repeat left;
  background-size: contain;
}   footer .torino-metro {
  background: url('files/loghi/torino_metropoli.svg') no-repeat left;
}   footer .regione {
  background: url('files/loghi/regione.svg') no-repeat left;
}   footer .polito {
  background: url('files/loghi/polito.svg') no-repeat left;
}   footer .aiapi {
  background: url('files/loghi/aiapi.png') no-repeat left;
}   footer .unito {
  background: url('files/loghi/unito.svg') no-repeat left;
}   footer .villa {
  background: url('files/loghi/villa.svg') no-repeat left;
}   footer .polonia {
  background: url('files/loghi/polonia.svg') no-repeat left;
  filter: grayscale(100%);
}   footer .favini {
  background: url('files/loghi/favini.svg') no-repeat left;
}   footer .arbos {
  background: url('files/loghi/arbos.svg') no-repeat left;
}   footer .poormanger {
  background: url('files/loghi/poormanger.svg') no-repeat left;
}   footer .yamgu {
  background: url('files/loghi/yamgu.svg') no-repeat left;
}   footer .stickermule {
  background: url('files/loghi/stickermule.svg') no-repeat left;
}   footer .pixide {
  background: url('files/loghi/pixide.svg') no-repeat left;
}   footer .arjowiggins {
  background: url('files/loghi/arjowiggins.svg') no-repeat left;
}   footer .tomato {
  background: url('files/loghi/tomato.svg') no-repeat left;
}   footer .rai {
  background: url('files/loghi/rai.svg') no-repeat left;
}   footer .printaly {
  background: url('files/loghi/printaly.svg') no-repeat left;
}   footer .psc {
  background: url('files/loghi/psc.png') no-repeat left;
  background-size: contain;
}   footer .marcopolo {
  background: url('files/loghi/marco-polo.svg') no-repeat left;
}   footer .sublitex {
  background: url('files/loghi/sublitex.svg') no-repeat left;
}   footer .fuori_tunnel {
  background: url('files/loghi/fuori_dal_tunnel2.png') no-repeat left;
  background-size: 80% auto;
}   footer .campus {
  background: url('files/loghi/campus.svg') no-repeat left;
}   footer .continental {
  background: url('files/loghi/continental.png') no-repeat left;
  background-size: contain;
}   footer .hoppipolla {
  background: url('files/loghi/hoppipolla.png') no-repeat left;
  background-size: contain;
} footer .seeyousound {
  background: url('files/loghi/seeyousound.svg') no-repeat left;
  background-size: contain;
} footer .projecto {
  background: url('files/loghi/projecto.svg') no-repeat left;
  background-size: contain;
} footer .midimusic {
  background: url('files/loghi/midimusic.svg') no-repeat left;
  background-size: contain;
} footer .titoo {
  background: url('files/loghi/titoo.svg') no-repeat left;
  background-size: contain;
} footer .acuson {
  background: url(files/loghi/acuson.png) no-repeat center;
  background-size: contain;
} footer .igp {
  background: url(files/loghi/igp.svg) no-repeat center;
  background-size: contain;
} footer .josecuervo {
  background: url(files/loghi/josecuervo.svg) no-repeat left;
  background-size: contain;
} footer .streetalps {
  background: url(files/loghi/streetalps.png) no-repeat left;
  background-size: contain;
} footer .minerdo {
  background: url(files/loghi/minerdo.svg) no-repeat left;
  background-size: contain;
} footer .permaprint {
  background: url(files/loghi/permaprint.svg) no-repeat left;
  background-size: contain;
} footer .zipnews {
  background: url(files/loghi/zipnews.png) no-repeat left;
  background-size: contain;
} footer .soundx {
  background: url(files/loghi/soundx.svg) no-repeat left;
  background-size: contain;
} footer #medaglia {
  border-top: 1px solid #000;
  padding-top: 5px;
} footer #medaglia p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
}

/*** TESTO CHE SCORRE ***/
div.slide-right p {
  -moz-animation: 8s slide-right linear infinite;
  -webkit-animation: 8s slide-right linear infinite;
  -o-animation: 8s slide-right linear infinite;
  animation: 8s slide-right linear infinite;
  margin:0;
}

@-webkit-keyframes slide-right { 
  from { transform: translateX(100%);}
  to {transform: translateX(-100%);} 
}

@-moz-keyframes slide-right { 
  from { transform: translateX(100%);}
  to {transform: translateX(-100%);} 
}

@-o-keyframes slide-right {
  from { transform: translateX(100%);}
  to {transform: translateX(-100%);} 
}

@keyframes slide-right {
  from { transform: translateX(100%);}
  to {transform: translateX(-100%);} 
}

/*** SLIDESHOW ***/
.host-content {
  margin-top: 3em;
}   .owl-nav div {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}   .owl-nav div.owl-prev {
  left: 1em;
  background: url(files/ico-white-left.svg) no-repeat center;
}   .owl-nav div.owl-next {
  right: 1em;
  background: url(files/ico-white-right.svg) no-repeat center;
}   

/*** SINGLE - OSPITE ***/
article.host h1 {
  margin-bottom: 0.3em;
  text-transform: uppercase;
}   article.host #flag {
  font-size: 125%;
  margin: 0 0 2em 0;
  display: inline-block;
}   article.host .host-header a {
  font-size: 125%;
}   article.host .host-events-top div {
  background: #0000ff;
  color: #fff;
  font-size: 145%;
  margin-bottom: 2em;
  transition: 1s ease;
  border-bottom: 1px solid;
}   article.host .host-events-top div:last-of-type {
  border-bottom: none;
}   article.host .host-events-top div .title:not(:last-of-type) {
  padding-bottom: 1em;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}   article.host .host-events-top div .cat {
  display: block;
  font-size: 50%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1em;
}   article.host .host-events-top div .title a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-family: 'Georgia', sans-serif
}   article.host .host-events-top div .title a:hover {
  border-bottom: 1px solid;
}   article.host .host-events-top div .title:hover {
  color: #000;
  transition: 1s ease;
  cursor: pointer;
}   article.host .host-tags {
  margin-bottom: 3em;
}   article.host .host-tags span {
  margin-right: 4px;
}   article.host .host-links {
  margin-bottom: 5em;
  padding: 3em 0 0 0;
  border-top: 1px solid;
}   article.host .host-links li a:hover {
  color: #0000ff;
}   article.event .event-host div span:before {
  content: '►';
  margin-right: 0.5em;
}   article.event .event-host div .with {
  font-size: 115%;
}   article.host #events #event-title {
  display: block;
}   article.host #events #event-date {
  display: inline-block;
  margin-bottom: 1em;
}   article.host #events > div {
  margin-bottom: 3em;
}   article.host #events > div span {
  font-size: 125%;
}   article.host #events div a {
  margin-right: 1em;
}   article.host #events span#event-time-start {
  display: inline-block;
  margin-bottom: 1em;
} article.event #description {
  margin: 3em auto;
}

/*** SINGLE - EVENTO ***/
article.event h1 {
  font-size: 200%;
  margin-bottom: 1em;
}   article.event .event-header {
  margin-bottom: 0;
  padding: 0 20px;
}   article.event .event-header .main span {
  font-size: 275%;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block;
}   article.event .event-header .main span:first-letter {
  text-transform: lowercase;
}   article.event #event-info {
  background: #0000ff;
  color: #fff;
  padding: 3em 0 0 2em;
}   article.event.events-performances #event-info,
article.event.events-performance #event-info{
  background: #9900cc;
}   article.event.events-conferenze #event-info,
article.event.events-talk #event-info {
  background: #ff6633;
}   article.event #event-date {
  font-weight: 600;
  font-size: 125%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1em;
}   article.event .event-venue {
  text-transform: uppercase;
  padding-bottom: 2em;
}   article.event .event-price {
  padding-bottom: 1.5em;
}   article.event .event-venue a {
  color: #fff;
  letter-spacing: 0.5px;
}   article.event #event-info div > p {
  margin-bottom: 1em;
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: 1px;
}   article.event #event-info .btn:hover {
  background: #fff;
  color: #000;
}   article.event .event-content {
  margin-bottom: 3em;
}   article.event #description .main .breadcrumb {
  margin-bottom: 2em;
}   article.event .event-host {
  margin-bottom: 3em;
}   article.event .event-host img {
  width: 100%;
  height: auto;
  max-width: 150px;
  display: block;
  margin: 1em 0 2em 0;
}   article.event .event-host > div {
  margin-bottom: 0.3em;
}   article.event .event-topic {
  margin-bottom: 2em;
}

/*** ARCHIVE - HOST ***/
#archive-host .archive-host-header > p {
  margin-bottom: 4em;
}   #archive-host .list-items {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}   #archive-host .list-items > a {
  width: 100%;
  background: #000;
  color: #fff;
  height: 320px;
  position: relative;
}   #archive-host .list-items > a div h2 {
  font-size: 125%;
}   #archive-host .list-items > a div img.flag {
  height: auto;
  display: block;
  margin-bottom: 1.5em;
  width: 20%;
  max-width: 36px;
}   #archive-host .list-items > a div span {
  font-size: 90%;
  font-family: Georgia, sans-serif;
}   #archive-host .list-items > a span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}   #archive-host .list-items > a:nth-child(odd) div {
  background: #000;
  color: #fff;    
}   #archive-host .list-items > a:nth-child(even) div {
  background: #fff;
  color: #000;
}   #archive-host .list-items > a > div {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  transition: .3s linear;
  max-height: 20%;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}   

/*** TAXONOMY - EVENTS ***/
.tax-events > .wrapper {
  padding: 3em 20px;
}   #terms-header ul {
  font-size: 200%;
}   .tax-events h1 {
  font-size: 100%;
  margin-bottom: 0 !important;
}   .tax-events #terms-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}   .tax-events ul li a {
  color: #cccccc;
}   .tax-events > .wrapper ul li a:before {
  content: '►';
  margin-right: 5px;
}   .tax-events #term-desc {
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}   .tax-events.term-workshop .post-info a:hover,
.tax-events.term-workshops .post-info a:hover {
  color: #0000ff;
}   .tax-events.term-conferenze .post-info a:hover,
.tax-events.term-talk .post-info a:hover {
  color: #ff6633;
}   .tax-events.term-performance .post-info a:hover,
.tax-events.term-performances .post-info a:hover {
  color: #9900cc;
}   .tax-events .post {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}   .tax-events .post:last-of-type {
  border-bottom: none;
}   .tax-events .post .post-thumb img {
  width: 100%;
  height: auto;
}   .tax-events .date,
.tax-events .time {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 1px;
}   .tax-events .time {
  margin-bottom: 1.5em;
}   .tax-events .with {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 110%;
}   .tax-events h2 {
  margin-bottom: 1.5em;
  font-size: 100%;
  text-transform: none;
}   .tax-events .post-info .georgia {
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 135%;
}   .tax-events h2:first-letter {
  text-transform: uppercase;
}   .tax-events .post-price p {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1em;
}   .tax-events .price p:last-of-type {
  margin-bottom: 2.5em;
}   .tax-events .much-more span {
  background: #000;
  padding: 1em;
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  margin-bottom: 2em;
  display: block;
}   .tax-events.term-performance .much-more {
  display: none;
} 

/*** SINGLE - EVENTOFF ***/
article.event-in-the-city {
  padding-bottom: 5em;
}   article.event-in-the-city a.go-back:hover {
  color: #ffff00;
}   article.event-in-the-city > #description {
  margin: 3em auto;
}   article.event-in-the-city #eventoff-header {
  padding: 3em 0 0;
}   article.event-in-the-city h1 {
  margin-bottom: 0.5em;
}   article.event-in-the-city #eventoff-date {
  font-weight: 600;
  font-size: 125%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 1em;
}   article.event-in-the-city #eventoff-date > p {
  margin-bottom: 0rem;
  line-height: 1.2;
}   article.event-in-the-city #eventoff-info > span,
article.event-in-the-city #eventoff-info #eventoff-venue {
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: 1px;
}   article.event-in-the-city #eventoff-content {
  margin-bottom: 4em;
}   article.event-in-the-city #eventoff-content p {
  margin-bottom: 1em;
}   article.event-in-the-city #eventoff-content p:last-of-type {
  margin-bottom: 2.5em;
}   article.event-in-the-city #eventoff-organizer {
  margin-bottom: 3em;
}   article.event-in-the-city #eventoff-organizer > span {
  display: block;
}

/*** PAGINA MOSTRA MERCATO ***/
#market-fair {
  padding: 2em 0;
  background: #009933;
}   #market-fair h1 {
  margin-bottom: 1em;
}   #market-fair .main p,
#market-fair #festival-zone .main p {
  margin-bottom: 1em;
}   #market-fair .main p:last-of-type,
#market-fair #festival-zone .main p:last-of-type {
  margin-bottom: 2em;
}   .flexbox .aside.static span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}   .flexbox .aside.static {
  margin-bottom: 2em;
}   .aside.static #date {
  font-size: 120%;
  font-weight: 600;
}   .aside.static #hour {
  margin-bottom: 0.3em;
  font-weight: 600;
  font-size: 120%;
}   #market-fair #market-events {
  margin-bottom: 4em;
} #market-fair #festival-zone {
  margin-top: 4em;
}   #market-fair .list li {
  font-size: 120%;
}   #market-events ul li a:hover,
#festival-zone ul li a:hover {
  color: #fff;
}   #tax-terms {
  background: #fff;
}   #tax-terms > div {
  padding: 3em 20px;
}   #tax-terms ul li a.conferenze:hover,
#tax-terms ul li a.talk:hover {
  color: #ff6633;
}   #tax-terms ul li a.workshop:hover {
  color: #0000ff;
}   #tax-terms ul li a.performance:hover {
  color: #9900cc;
}   #festival-zone .main h2:not(.ospiti-fest-zone) {
  font-size: 225%;
  margin-bottom: 0.5em;
}   

/*** PAGINA MOSTRE ***/
#mostre {
  padding: 3em 0 2em 0;
}   #mostre h1 {
  margin-bottom: 0.5em;
}   #mostre .main {
  line-height: 1.5;
}   #mostre .main p {
  margin-bottom: 1em;
}   #mostre .main p:last-of-type {
  margin-bottom: 3em;
}  #mostre .img_wrapper {
  display: flex;
  /*flex-flow: row wrap;*/
} #mostre .img_wrapper img {
  object-fit: cover;
} #mostre .img_wrapper > img {
  width: 40%;
} #mostre #multimedia {
  width: 100%;
} #mostre #slider_single,
  #mostre .owl-stage-outer {
  height: 100%;
} /*  #mostre .img_wrapper img:last-of-type {
  width: 60%;
}   */#mostre #mostre-content > h2 {
  background: #000;
  padding: 1em;
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  margin-bottom: 1em;
}   #mostre #mostre-content > .flexbox {
  margin-bottom: 8em;
}   #mostre #mostre-content .aside a:hover {
  color: #0000ff;
}

/*** SINGLE - MARKET ***/
article.market {
  padding: 3em 0;
}   article.market #market-header {
  margin-bottom: 3em;
}   article.market #market-header .breadcrumb:hover,
article.festival #market-header .breadcrumb:hover {
  color: #009933;
}   article.market .host-links {
  margin-bottom: 4em;
}   article.market #market-content p {
  margin-bottom: 1em;
}   article.market #market-content p:last-of-type {
  margin-bottom: 2em;
}   article.market .aside a:hover,
article.festival .aside a:hover {
  color: #009933;
}   article.market #description,
article.festival #description {
  margin-top: 3em;
}

/*** PROGRAMMA ***/
#programma .row h2.date {
  font-size: 225%;
  border-bottom: 1px solid #000;
  padding: 0.2em 0;
  cursor: pointer;
  max-width: 1200px;
  margin: 0 auto;
}   #programma .row:first-of-type h2.date {
  border-top: 1px solid #000;
}   #programma .row.active h2.date {
  border-bottom: none;
}   #programma .row h2.date:after {
  content: '▼';
  float: right;
  font-size: 65%;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
}   #programma .row.active h2.date:after {
  content: '▲';
}   #programma .row .accordion {
  display: none;
  background: #fff;
  padding: 2em 20px 3em;
  margin: 0 -20px;
}   #programma .accordion .when,
#programma .accordion .go-to {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 90%;
  font-weight: 600;
}   #programma .accordion .when {
  margin-bottom: 2em;
}   #programma .accordion .go-to {
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-bottom: 2em;
}   #programma .accordion .host {
  display: inline-block;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 150%;
  margin-top: 0.75em;
}   #programma .accordion h2 {
  font-size: 150%;
  text-transform: lowercase;
  letter-spacing: 0;
}   #programma .accordion h2:first-letter {
  text-transform: capitalize;
}   #programma .accordion .go-to:first-of-type {
  border-top: 1px solid #000;
}   #programma .accordion .go-to:last-of-type {
  margin-bottom: 6em;
}   #programma .accordion .go-to.workshop:hover,
#programma .accordion .go-to.workshops:hover {
  color: #0000ff;
}   #programma .accordion .go-to.conferenze:hover,
#programma .accordion .go-to.talk:hover {
  color: #ff6633;
}   #programma .accordion .go-to.performance:hover {
  color: #9900cc;
}

/*** SINGLE - FETSTIVAL ***/
article.festival {
  padding: 3em 0;
}   article.festival h1 {
  margin-bottom: 0.5em;
}   article.festival .host-links {
  margin-bottom: 3em;
}   article.festival .main p {
  margin-bottom: 1em;
}   article.festival .main p:last-of-type {
  margin-bottom: 2em;
}

/*** PAGINA FESTIVAL ***/
body.page section h2 {
  font-size: 225%;
  margin-bottom: 1em;
}   .page-content > p:first-of-type {
  margin-bottom: 0;
}   body.page section {
  background: #000;
  color: #fff;
  padding: 3em 0 0 0;
}   body.page > p:last-of-type {
  margin-bottom: 0;
}   body.page section#team {
  background: #e4e4e4;
  color: #000;
}   body.page .page-header {
  padding: 2em 20px;
  background: #eee;
}   div#festival {
  padding: 0;
  background: #eee;
}   div#festival > p:first-of-type {
  margin-bottom: 0;
}   #festival > p img {
  width: 100%;
  height: auto;
}   #festival > p:last-of-type {
  margin-bottom: 0;
}   #manifesto ul li:not(:last-of-type) {
  margin-bottom: 1em;
}   #manifesto ul li:before {
  content: '►';
  margin-right: 1em;
}   #universal-identities {
  padding-bottom: 5em;
}   #universal-identities img {
  max-width: 300px;
  height: auto;
  object-fit: cover;
  width: 100%;
}   #team h3 {
  font-size: 75%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1em;
}   #team p {
  font-size: 90%;
}   #team p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 3em;
}   #archivio-edizioni {
  padding-bottom: 3em;
  background: #fff;;
  color: #000
}   #archivio-edizioni h2 {
  font-size: 75%;
  margin-bottom: 1em;
}   #archivio-edizioni .list li a {
  font-size: 135%;
}   #archivio-edizioni .list li a:hover {
  color: #0000ff;
}   #organizzatori p:last-of-type {
  margin-bottom: 0;
}   #organizzatori h3,
#location > div h3 {
  font-size: 125%;
  text-transform: uppercase;
  letter-spacing: 1px;
}   #location > div a:hover {
  border-bottom: 1px solid #000;
}   #organizzatori > div:not(:last-of-type) {
  padding-bottom: 1em;
}   #organizzatori > div:last-of-type {
  padding-bottom: 3em;
}   #organizzatori > div span {
  display: block;
}   .page-id-2219 .page-header {
  padding: 2em 20px 0 20px !important;
}   .page-id-2330 .page-header {
  padding: 2em 20px 1em 20px !important;
}   #text-fade {
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 240%;
}   #mailchimp_email {
  display: block;
  width: 100%;
  height: 30px;
  background: #000;
  border: none;
  color: #FFF;
  text-indent: 10px;
  font-size: 20px;
}   #mailchimp_button {
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  position: absolute;
  right: 0;
  top: 4px;
}   input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  -webkit-text-fill-color: #FFF !important;
}

/*** PAGINA LOCATION ***/
body.page .page-content > p:last-of-type {
  margin-bottom: 0;
}   div#location {
  padding: 0;
  background: #eee;
}   /*#location p a > img {
width: 100%;
height: auto;
margin-bottom: 0;
}   */#location iframe {
  width: 100%;
  height: 300px;
  display: block;
  pointer-events: none;
  position: relative;
}   #location iframe.clicked {
  pointer-events: auto;
}   .place-card.place-card-large {
  display: none;
}   #location > p {
  margin-bottom: 0;
}   #come-arrivare {
  padding-bottom: 5em;
}   #come-arrivare h3 {
  font-size: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1em;
}   #come-arrivare .flexbox > div {
  font-size: 90%;
}   #link-to {
  background: #fff;
  color: #000;
  padding-bottom: 3em;
}   #link-to h2 {
  font-size: 75%;
  letter-spacing: 1px;
  margin-bottom: 1em;
}   #link-to ul li {
  margin-bottom: 0.3em;
}   #link-to ul li a {
  font-size: 135%;
}   #link-to ul li a:hover {
  color: #0000ff;
}

/*** PAGINA TICKET ***/
div#ticket {
  padding: 0;
  background: #eee;
}   div#ticket > p {
  margin-bottom: 0;
}   #ticket h2 {
  font-size: 225%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}   #ticket .flexbox:first-of-type {
  margin-bottom: 4em;
}   #ticket .flexbox > div {
  padding: 15px;
  box-sizing: border-box
}   #ticket #tesserati > div {
  background: #fff;
  color: #000;
}   #ticket #non-tesserati > div {
  background: #000;
  color: #fff;
}   #ticket .flexbox > div span {
  display: block;
}   #ticket .flexbox > div span.day {
  font-size: 150%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2em;
}   #ticket .flexbox > div span.label {
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 1px;
  margin-bottom: 0.3em;
}   #ticket .flexbox > div span.early-bird {
  text-decoration: line-through;
}   #ticket .flexbox > div span.price {
  font-size: 125%;
  letter-spacing: 1px;
}   /*#ticket .flexbox > div.reduction span:first-of-type {
font-size: 175%;
margin-bottom: 0.3em;
}   /*#ticket .flexbox > div.reduction span:last-of-type {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 75%;
}   */#ticket-info {
  background: #eee;
  color: #000;
}   #ticket-info p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 2em;
}  	#ticket .reduction span {
  font-size: 150%;
  margin-bottom: 2em;
}

/*** ARCHIVE IN-THE-CITY ***/
#archive-eventoff {
  background: #ffff00;
}   #archive-eventoff h2 {
  font-size: 225%;
  margin-bottom: 0.5em;
}   #archive-eventoff .archive-eventoff-header p {
  margin-bottom: 1em;
}   #archive-eventoff .archive-eventoff-header p:last-of-type {
  margin-bottom: 3em;
}   .list-items.next {
  margin-bottom: 3em;
}   .list-items .item > div {
  background: #000;
  color: #fff;
  margin-bottom: 2em;
}   .list-items .item > div .thumb img {
  width: 100%;
  height: auto;
}   .list-items .item > div .item-info {
  padding: 1em;
  box-sizing: border-box;
}   .list-items .item > div .date,
.list-items .item > div .location {
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1em;
}   .list-items .item > div h3 {
  font-size: 150%;
  margin-bottom: 1em;
}   .list-items .item > div a {
  color: #fff;
}   

/*** HOMEPAGE ***/
body.page-template-tpl-homepage {
  color: #fff;
} #home-top .wrapper > span {
  text-transform: uppercase;
  letter-spacing: 1px;
}   body.page-template-tpl-homepage header #header-info span.when {
  font-size: 115%;
  font-weight: 600;
} #home-top .wrapper > span {
  font-size: 85%;
  display: block;
  margin-bottom: .5em;
}   body.page-template-tpl-homepage header #header-info span.where > a {
  display: inline-block;
  color: #fff;
  transition: all .25s linear;
}   body.page-template-tpl-homepage header #header-info span.where > a:hover {
  color: #ffff33;
}   body.page-template-tpl-homepage header #header-info span.desc {
  display: block;
  font-size: 85%;
}   main#home {
  padding: 0;
  background: #000;
}   #home-top {
  background: #000;
}   #home-top .wrapper > p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 85%;
}   .menu-navigazione-home li:not(:last-of-type) {
  margin-bottom: 0.7em;
}   .menu-navigazione-home li a {
  text-indent: -9999px;
  display: block;
  height: 50px;
  max-width: 1200px;
  margin: 0 auto;
}   #menu-navigazione-home-en .nav-workshop a {
  background: url('files/menu-home/workshop_w.svg') no-repeat left center;
}   #menu-navigazione-home .nav-workshop a {
  background: url('files/menu-home/workshopita_w.svg') no-repeat left center;
}   .menu-navigazione-home li {
  transition: .7s ease;
}   #menu-navigazione-home-en .nav-conferenze a {
  background: url('files/menu-home/talk_w.svg') no-repeat left center;
}   #menu-navigazione-home .nav-conferenze a {
  background: url('files/menu-home/conferenze_w.svg') no-repeat left center;
}   #menu-navigazione-home-en .nav-performance a {
  background: url('files/menu-home/performance_w.svg') no-repeat left center;
}   #menu-navigazione-home .nav-performance a {
  background: url('files/menu-home/performanceita_w.svg') no-repeat left center;
}   #menu-navigazione-home-en .nav-mostre a {
  background: url('files/menu-home/exhibition_w.svg') no-repeat left center;
}   #menu-navigazione-home .nav-mostre a {
  background: url('files/menu-home/mostre_w.svg') no-repeat left center;
}   #menu-navigazione-home-en .nav-mostra-mercato a {
  background: url('files/menu-home/market_w.svg') no-repeat left center;
}   #menu-navigazione-home .nav-mostra-mercato a {
  background: url('files/menu-home/mostramercato_w.svg') no-repeat left center;
}   #menu-navigazione-home-en .nav-off a {
  background: url('files/menu-home/in_the_city_w.svg') no-repeat left center;
}   #menu-navigazione-home .nav-off a {
  background: url('files/menu-home/in_the_city_w.svg') no-repeat left center;
}   .page-template-tpl-homepage .workshop,
.page-template-tpl-homepage .workshops {
  background: #0000ff;
}   .page-template-tpl-homepage .conferenze,
.page-template-tpl-homepage .talk {
  background: #ff6633;
}   .page-template-tpl-homepage .performance,
.page-template-tpl-homepage .performances {
  background: #9900cc;
}   .page-template-tpl-homepage .host {
  background: #000;
}   #events-wrapper {
  margin-top: 4em;
}   #events-wrapper > div .flexbox {
  flex-flow: row wrap;
  align-items: center;
}   #events-wrapper > div .flexbox > div.desc {
  padding-right: 1em;
  box-sizing: border-box;
  color: #fff;
} #events-wrapper > div .flexbox > div.desc a:last-of-type {
  color: #fff;
}   #events-wrapper div.flexbox > div.desc > a.georgia {
  color: #fff;
  line-height: 1.3;
  font-size: 150%;
}   #events-wrapper > div {
  padding: 0 0 3em 0;
}   #events-wrapper > div .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}   #events-wrapper > div .cat {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 70%;
  margin-bottom: 1.5em;
}   #events-wrapper > div.host .cat:hover {
  text-decoration: none;
  cursor: auto;
}   #events-wrapper > div .cat a {
  color: #fff;
}   #events-wrapper > div span {
  display: block;
  color: #fff;
}   #events-wrapper > div .cat:before {
  content: '►';
  margin-right: 5px;
  font-size: 85%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}   #events-wrapper > div.flexbox > div.desc a.georgia,
#events-wrapper > div .title a {
  font-size: 150%;
  color: #fff;
  line-height: 1.3;
}   #events-wrapper > div .cat a
#events-wrapper > div .with a    {
  color: #fff;
}   #events-wrapper > div .with {
  display: inline-block;
}   #events-wrapper > div .date {
  margin-top: 1em;
}   #events-wrapper > div .date,
#events-wrapper > div .time {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 90%;
}   #events-wrapper > div .buy {
  margin-top: 2em;
}   #events-wrapper > div .flag {
  width: 32px;
  height: auto;
  margin-bottom: 1.5em;
}   #events-wrapper > div .host-events {
  display: block;
}   #events-wrapper > div .host-events a {
  font-size: 115%;
  color: #fff;
}   #events-wrapper > div .host-events a:before {
  content: '►';
  margin-right: 5px;
  font-size: 85%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}   #off-wrapper {
  background: #ffff33;
  color: #000;
  padding: 3em 0 3em 0;
}   #off-wrapper h2 {
  margin-bottom: 2em;
}   #off-wrapper h2:before {
  content: '►';
  margin-right: 5px;
  font-size: 85%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}   off-wrapper h2 a {
  border-bottom: 1px solid transparent;
}   #off-wrapper h2 a:hover {
  text-decoration: underline;
  color: #000;
}   #off-events-wrapper > div {
  padding: 1em;
  background: #000;
  color: #fff;
  margin-bottom: 1.5em;
}   #off-events-wrapper > div > p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
}   #off-events-wrapper > div a {
  color: #fff;
}   #off-events-wrapper > div span {
  display: block;
}   #off-events-wrapper > div span.thumb {
  margin: 0 -1em -1em;
  padding-top: 2em;
}   #off-events-wrapper > div span.thumb img {
  width: 100%;
  height: auto;
}   #off-events-wrapper > div .date,
#off-events-wrapper > div .time,
#off-events-wrapper > div .location {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
  margin-bottom: 1.5em;  
}   #off-events-wrapper > div .location {
  margin-bottom: 0;
}   #off-events-wrapper > div .time {
  margin-bottom: 2em;
}   #off-events-wrapper > div .title {
  font-size: 125%;
  margin-bottom: 1.5em;
}   #off-events-wrapper > div .organizer {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
}   #nav-wrapper {
  padding: 3em 0;
  background: #ccc;
}   #nav-wrapper ul li {
  margin-bottom: 1em;
}   #nav-wrapper ul li a {
  font-size: 75%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}   #nav-wrapper ul li a:hover {
  border: 1px solid #000;
}   .page-template-tpl-homepage footer {
  color: #000;
}   


@media only screen and (min-width: 320px) and (max-width: 350px) {
  h1 {
    font-size: 200%;
  }   

  #programma .row h2.date {
    font-size: 175%;
  }  

  #archive-host .list-items > a:nth-of-type(even) {
    background: #fff;
    color: #000;
  }


}

@media only screen and (min-width: 351px) and (max-width: 639px) {
  #archive-host .list-items > a:nth-of-type(even) {
    background: #fff;
    color: #000;
  }  
}

@media screen and (min-width: 640px) {
  #archive-host .list-items > a {
    width: 50%;
  }   #archive-host .list-items > a:nth-child(4n-2),
  #archive-host .list-items > a:nth-child(4n-1) {
    background: #fff;
    color: #000; 
  }  

  footer #loghi_footer > div .flexbox > div {
    width: 33%;
  }   footer #contacts {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
  }   footer #contacts > div {
    width: 45%;
    margin-bottom: 2em;
  }   footer #footer_white > div {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }   footer .logo {
    width: 100%;
  }   footer #lavoraConNoi {
    flex-basis: 25%;
  }   footer #mailchimp {
    flex-basis: 70%;
  }   

  .menu-navigazione-home li a {
    max-height: 48px !important;
  }

  .page-template-tpl-inthecity .list-items {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  } .page-template-tpl-inthecity .list-items > div {
    flex-basis: 45%;
  }



}

@media screen and (max-width: 1023px) {
  .desktop {
    display: none !important;
  } 

  .menu-navigazione-home li a {
    max-height: 24px;
  }

  nav .lang {
    display: flex;
    align-items: center;
  }

  /*** ARCHIVIO OSPITE ***/
  /*#archive-host .list-items > a {
  padding: 1em;
  box-sizing: border-box;
}   /*#archive-host .list-items > a .thumb img {
  display: none;
}*/

  /*** HEADER ***/
  body header .flexbox {
    position: relative;
  }   body header .hamburger {
    position: absolute;
    top: 0;
    right: 0;
  }   body header #header-info {
    width: 100%;
    margin-top: 2em;
  }   body nav {
    display: none;
    height: calc(100vh - 124px);
    background: #000;
  }   body header nav.show-menu {
    display: block;
    overflow-y: auto;
  }   body nav ul li a {
    color: #fff;
  }   body ul.menu-navigazione li,
  body ul.menu li {
    margin-bottom: 1em;
  }   body ul.menu-navigazione li a,
  body ul.menu li a {
    font-size: 125%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
  }   nav ul.menu-navigazione {
    display: flex;
    flex-flow: column wrap;
  }   #menu-item-1667 {
    order: 1;
  }   #menu-item-1671 {
    order: 4;
  }   #menu-item-1665 {
    order: 7;
  }   #menu-item-1672 {
    order: 2;
  }   #menu-item-1670 {
    order: 5;
  }   #menu-item-1675 {
    order: 8;
  }   #menu-item-1669 {
    order: 3;
  }   #menu-item-1668 {
    order: 6;
  }   #menu-item-1666 {
    order: 9;
  }   body.home #header-info > .lang {
    display: none !important;
  }

  /*** SINGLE - OSPITE ***/
  article.host {
    padding: 3em 0;
  }   article.host .host-events #events {
    background: #0000ff;
    padding: 1em 20px 0;
    color: #fff;
    margin-bottom: 3em;
  }   article.host #events div {
    padding: 40px 0;
    color: #fff;
    border-bottom: 1px solid;
  }   article.host #events div:last-of-type {
    border-bottom: none;
    padding: 0px 0px 3em;
  }  

  /*** SINGLE - OFF ***/
  article.event-in-the-city #eventoff-info {
    margin: 0 -20px;
    padding: 3em 20px;
    background: #ffff33;
  }   

  /*** SINGLE - EVENTO ***/
  article.event {
    padding: 3em 0;
  }   article.event #event-info {
    margin: 0 -20px;
    padding: 2em 20px;
  }   article.event #description .main {
    margin-bottom: 2.5em;
  }

  #mostre .img_wrapper > img {
    display: none;
  }    

  /*** PAGINA ABOUT ***/
  #universal-identities img {
    margin-bottom: 2em;
  }   #manifesto ul li {
    display: flex;
  }

  /*** PAGINA TICKET ***/
  #ticket .flexbox > div {
    margin-bottom: 1em;
  }   

  /*** HOMEPAGE ***/
  .page-template-tpl-homepage .menu-navigazione-home {
    padding: 0 20px;
  }   #events-wrapper .thumb {
    margin: 0 -20px 2em;
    order: 1;
  }   #events-wrapper .desk,
  #events-wrapper .desc {
    order: 2;
  }   #header-info {
    margin-bottom: 2em;
  }   body.page-template-tpl-homepage #nav-wrapper {
    display: none;
  }   #off-events-wrapper > div span.thumb img {
    display: none;
  }

  /*** WORKSHOP ***/
  .tax-events .post .post-thumb img {
    margin-bottom: 1em;
  } 

  /*** MOSTRE ***/
  #mostre #mostre-content .main {
    margin-bottom: 2em;
  }

  .owl-carousel img {
    height: 300px;
    object-fit: cover;
  } #mostre-content .owl-carousel img {
    height: auto;
  }

  #events-wrapper > div .flexbox {
    display: flex;
  }   
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 17px;
  }

  header {
    padding: 1em 0 1em 0;
  }

  .scroll-text > p {
    font-size: 2em;
  } .scroll-text > p:before {
    content: '';
    display: inline-block;
    width: 48px; height: 48px;
    background: url('files/mano-sinistra.png') no-repeat center;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
  } .scroll-text > p:after {
    content: '';
    display: inline-block;
    width: 48px; height: 48px;
    background: url('files/mano-destra.png') no-repeat center;
    background: url('files/mano-destra.png') no-repeat center;
    background-size: contain;
    margin-left: 6px;
    vertical-align: middle;
  }

  /*** TESTO CHE SCORRE ***/
  div.slide-right p {
    -moz-animation: 15s slide-right linear infinite;
    -webkit-animation: 15s slide-right linear infinite;
    -o-animation: 15s slide-right linear infinite;
    animation: 15s slide-right linear infinite;
    margin:0;
  }

  .hamburger {
    display: none;
  }

  .mobile {
    display: none !important;
  }

  .flexbox {
    display: flex;
    justify-content: space-between;
  }

  .main {
    width: 60%;
  }  

  .aside {
    width: 30%;
  }

  .max-width {
    max-width: 1200px;
    margin: 0 auto;   
  }

  #tax-terms .list {
    display: flex;
    flex-flow: row wrap;
  }   #tax-terms .list li {
    width: 100%;
  }   #tax-terms .list li:nth-of-type(1) {
    order: 3;
  }   #tax-terms .list li:nth-of-type(2) {
    order: 2;
  }   #tax-terms .list li:nth-of-type(3) {
    order: 1;
  }

  /*** GRADIENT-BG ***/
  article.event-in-the-city #eventoff-header {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#fff, endColorstr=#ffff33);
    background: #fff; /
    background: -webkit-linear-gradient(to right, #fff 50%, #ffff33 50%); 
    background: -o-linear-gradient(to right, #fff 50%, #ffff33 50%); 
    background: -moz-linear-gradient(to right, #fff 50%, #ffff33 50%);
    background: linear-gradient(to right, #fff 50%, #ffff33 50%); 
    padding: 3em 0;
  }   main#market-fair {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#009933, endColorstr=#e4e4e4);
    background: #fff;
    background: -webkit-linear-gradient(to right, #009933 60%, #e4e4e4 40%);
    background: -o-linear-gradient(to right, #009933 60%, #e4e4e4 40%);
    background: -moz-linear-gradient(to right, #009933 60%, #e4e4e4 40%);
    background: linear-gradient(to right, #009933 60%, #e4e4e4 40%); 
  }

  /*** SLIDESHOW ***/
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item {
    height: 675px;
  }   .owl-item > div {
    height: 100%;
  }   .owl-carousel img {
    transition: 1s ease-in-out;
    height: 100%;
    object-fit: cover;
  } .owl-nav div.owl-prev {
    left: calc(100px + 1em)
  } .owl-nav div.owl-next {
    right: calc(100px + 1em);
  } #mostre-content .owl-nav div.owl-prev {
    left: 1em;
  } #mostre-content .owl-nav div.owl-next {
    right: 1em;
  } 
  
  #mostre .img_wrapper #multimedia img {
    max-height: 400px;
  } 

  /*** HEADER ***/
  header #top-bar {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 5px;
    width: 50%;
  }   header .logo {
    position: relative;
  }   header .logo > span {
    position: absolute;
    bottom: 5px;
  }   header .flexbox > div {
    width: 50%;
  }   header #header-info span {
    text-transform: uppercase;
    letter-spacing: 1px;
		 font-size: 85%;
    display: block;
    margin-bottom: .5em;
  }   nav ul.menu-navigazione {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
  }   nav ul.menu-navigazione li {
    width: 30%;
    margin-bottom: 0.5em;
  }   nav ul.menu-navigazione li a,
  .page-template-tpl-homepage nav ul.menu-navigazione-1 li a {
    font-size: 65%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
    padding: 3px;
    box-sizing: border-box;
  }   nav ul.menu-navigazione li a:hover,
  .page-template-tpl-homepage nav ul.menu-navigazione-1 li a:hover {
    border: 1px solid #fff;
    transition: .5s ease;
  }   #header-info > .lang {
    display: flex;
    float: right;
  }   header .logo > a {
    width: 150px;
    height: 90px;
  }

  /*** FOOTER ***/
  footer > div {
    align-items: flex-start;
    flex-flow: row wrap;
  }   footer #loghi_footer {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }   footer #contacts > div {
    width: 20%;
  }   footer #mailchimp {
    flex-basis: 73.5%;
  }   footer #mailchimp form {
    width: 64%;
  }   footer #loghi_footer > div:not(:last-of-type) {
    margin-bottom: 2em;
  }   footer #progetto,
  footer #hotel {
    flex-basis: 100%;
  }   footer #progetto .flexbox > div {
    width: 20% !important; 
  }   footer #sostegno {
    flex-basis: 25%;
  }   footer #allestimento .flexbox > div,
  footer #design .flexbox > div {
    width: 100% !important;
  }   footer #ambito {
    flex-basis: 20%;
  }   footer #main-partner .flexbox > div {
    width: 100% !important;
  }   footer #ambito .flexbox > div,
  footer #supporto .flexbox > div {
    flex-basis: 45%;
  }   footer #sostegno .flexbox > div {
    width: 50% !important;
  }   footer #main-partner {
    flex-basis: 15%;
  }   footer #supporto {
    flex-basis: 20%;
  }   footer #patrocinio {
    flex-basis: 100%;
  }   footer #patrocinio .flexbox > div {
    width: 20% !important;
  }   footer #design {
    flex-basis: 45%;
  }   footer #allestimento {
    flex-basis: 50%;
  }   footer #collaborazione {
    flex-basis: 50%;
  }   footer #partecipazione {
    flex-basis: 45%;
  }   footer #sponsor-tecnici {
    flex-basis: 100%;
  }   footer #sponsor-tecnici .flexbox > div {
    width: 12% !important;
  }   footer #media-partner {
    flex-basis: 100%;
  } footer #collaborazione .flexbox > div {
    flex-basis: 23% !important; 
  } footer #partecipazione .flexbox > div {
    flex-basis: 23% !important; 
  } footer .hoppipolla {
    background: url(files/loghi/hoppipolla.png) no-repeat center;
    background-size: contain;
  } footer .streetalps {
    background: url(files/loghi/streetalps.png) no-repeat right;
    background-size: contain;
  } footer .campus {
    margin-left: 1em;
  } footer .continental {
    margin-left: 1em;
  } footer .midimusic {
    background: url(files/loghi/midimusic.svg) no-repeat center;
    background-size: contain;
  } footer .acuson {
    background: url(files/loghi/acuson.png) no-repeat left;
    background-size: contain;
  } footer .permaprint {
    margin-left: 1em;
  } footer .zipnews {
    margin-left: 1em;
  } footer #medaglia p {
    max-width: 50%;
  }

  /*** ARCHIVE - HOST ***/
  #archive-host .archive-host-header > p {
    width: 70%;
  }   #archive-host .list-items > a {
    width: 33%;
    height: 400px;
  }   #archive-host .list-items > a:hover > div {
    transition: .3s linear;
    padding-bottom: 7em;
  }   #archive-host .list-items > a div h2 {
    width: 75%;
  }

  /*** SINGLE - OSPITE ***/
  article.host {
    padding-bottom: 3em;
  }   article.host .host-header .aside {
    background: #0000ff;
    padding: 2em 1.5em 1.5em;
  }   article.host .host-content .aside {
    padding: 0 1.5em 1.5em;
  }   article.host .host-header .main {
    padding-top: 2em;
  }   article.host .host-events-top div {
    margin-bottom: 0;
  }   article.host .host-tags {
    margin: 0 0 2em;
  }   article.host .host-content p:last-of-type:after {
    width: 25%;
  }   article.host .host-events {
    padding: 0 20px;
  }   article.host .host-events .aside {
    padding: 0;
  }   article.host .host-links {
    padding-top: 2em;
  }   article.host .host-events #events:before {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    background: #000;
    margin-bottom: 2em;
  }   #lobulo_logo {
    height: auto;
    min-width: 250px;
    max-width: 35%;
    margin: 1em 0;
  }   

  /*** SINGLE - EVENTO ***/
  article.event {
    padding-bottom: 3em;
  }   article.event .event-header {
    padding: 0;
  }   article.event .event-header > .main {
    padding: 3em 0 0 20px;
    box-sizing: border-box;
  }   article.event .event-content {
    margin-bottom: 0;
  }   article.event #description .aside {
    flex-flow: column wrap;
    justify-content: space-between;
  }   article.event .event-header,
  article.host .host-header {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#0000ff);
    background: #fff;
    background: -webkit-linear-gradient(to right, #ffffff 65%, #0000ff 30%);
    background: -o-linear-gradient(to right, #ffffff 65%, #0000ff 30%);
    background: -moz-linear-gradient(to right, #ffffff 65%, #0000ff 30%);
    background: linear-gradient(to right, #ffffff 65%, #0000ff 30%);
  }   article.event.events-performance .event-header,
  article.event.events-performances .event-header {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#9900cc);
    background: #fff;
    background: -webkit-linear-gradient(to right, #ffffff 70%, #9900cc 30%);
    background: -o-linear-gradient(to right, #ffffff 70%, #9900cc 30%);
    background: -moz-linear-gradient(to right, #ffffff 70%, #9900cc 30%);
    background: linear-gradient(to right, #ffffff 70%, #9900cc 30%);
  }   article.event.events-conferenze .event-header,
  article.event.events-talk .event-header {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#ff6633);
    background: #fff;
    background: -webkit-linear-gradient(to right, #ffffff 70%, #ff6633 30%);
    background: -o-linear-gradient(to right, #ffffff 70%, #ff6633 30%);
    background: -moz-linear-gradient(to right, #ffffff 70%, #ff6633 30%);
    background: linear-gradient(to right, #ffffff 70%, #ff6633 30%);
  }   article.event .event-header > div {
    padding: 0 20px;
    width: 100%;
  }   article.event .event-header > div .main {
    padding: 3em 4em 0 0;
  }   article.event .event-host a:hover,
  article.event a.breadcrumb:hover {
    color: #0000ff;
  }   article.event.events-performance .event-host a:hover,
  article.event.events-performance a.breadcrumb:hover,
  article.event.events-performance .share a:hover,
  article.event.events-talk .event-host a:hover,
  article.event.events-talk a.breadcrumb:hover,
  article.event.events-talk .share a:hover {
    color: #9900cc;
  }   article.event.events-conferenze .event-host a:hover,
  article.event.events-conferenze a.breadcrumb:hover,
  article.event.events-conferenze .share a:hover,
  article.event.events-talk .event-host a:hover,
  article.event.events-talk a.breadcrumb:hover,
  article.event.events-talk .share a:hover {
    color: #ff6633;
  }   

  /*** ARCHIVE IN THE CITY ***/
  #archive-eventoff .archive-eventoff-header p {
    width: 70%;
  } article.event-in-the-city h1 {
    width: 75%;
  }   

  /*** TAXONOMY EVENTS ***/
  .tax-events #terms-header ul {
    width: 100%;
    justify-content: space-between;
  }   .tax-events #terms-header ul li,
  .tax-events .post > div {
    width: 30%;
  }   .tax-events .post {
    justify-content: space-between;
  }   .tax-events #terms-header .workshop,
  .tax-events #terms-header .workshops {
    order: 1;
  }   .tax-events #terms-header .performance,
  .tax-events #terms-header .performances {
    order: 3;
  }   .tax-events #terms-header .conferenze,
  .tax-events #terms-header .talk {
    order: 2;
  }   .tax-events #terms-header .workshop a:hover,
  .tax-events #terms-header .workshops a:hover {
    color: #0000ff;
  }   .tax-events #terms-header .performance a:hover, 
  .tax-events #terms-header .performances a:hover {
    color: #9900cc
  }   .tax-events #terms-header .conferenze a:hover,
  .tax-events #terms-header .talk a:hover {
    color: #ff6633;
  }   .tax-events .much-more span {
    font-size: 250%;
  }

  /*** PROGRAMMA ***/
  #programma .row .accordion .flexbox {
    justify-content: flex-start;
  }   #programma .row .accordion .col {
    width: 30%;
    margin-right: 3%;
  }   

  /*** PAGINA ABOUT ***/
  #festival > p img {
    height: 600px;
    object-fit: cover;
  }   #festival > .wrapper div > p {
    width: 70%;
  }   #universal-identities .flexbox > div {
    width: 50%;
  }   #team .flexbox {
    flex-flow: row wrap;
  }   #team .flexbox > div {
    width: 30%;
  }   

  /*** PAGINA LOCATION ***/
  #location p > img {
    height: 600px;
    object-fit: cover;
  }   #location #place .wrapper > p {
    margin-bottom: 0;
  }   #location .wrapper > p {
    width: 70%;
  }   #come-arrivare .flexbox > div {
    width: 30%;
  }   #location iframe {
    height: 600px;
  }   

  /*** PAGINA TICKET ***/
  #ticket .flexbox > div {
    width: 30%;
  }   

  /*** MOSTRA MERCATO ***/
  #market-fair #market-events .list {
    flex-flow: row wrap;
    width: 50%;
  }   #market-fair #market-events .list li {
    width: 50%;
  }   #festival-zone .aside .list li a:hover {
    color: #0000ff;
  }

  /*** MOSTRE ***/ 
  #mostre #mostre-content > h2 {
    font-size: 250%;
  } #mostre .img_wrapper {
    height: 400px;
  } #mostre #multimedia {
    width: 60%;
  }  


  /*** ARCHIVIO OFF ***/
  .page-template-tpl-inthecity .list-items {
    justify-content: flex-start;
  } .page-template-tpl-inthecity .list-items > div {
    flex-basis: 30%;
    margin: 0 3.3% 35px 0;
    background: #000;
  } .list-items .item > div {
    margin-bottom: 0;
  }

  /*** HOMEPAGE ***/
  body.page-template-tpl-homepage header .menu-navigazione-container,
  body.page-template-tpl-homepage header .menu-navigazione-en-container {
    display: none;
  }    .menu-navigazione-home li:hover {
    padding: 1em 0;
  }   .menu-navigazione-home .nav-workshop:hover {
    background: #0000ff;
  }   #menu-navigazione-home-en .nav-workshop:hover a {
    background: url('files/menu-home/workshop_b.svg') no-repeat left center;
  }   #menu-navigazione-home .nav-workshop:hover a {
    background: url('files/menu-home/workshopita_b.svg') no-repeat left center;
  }   .menu-navigazione-home .nav-conferenze:hover {
    background: #ff6633;
  }   #menu-navigazione-home-en .nav-conferenze:hover a {
    background: url('files/menu-home/talk_b.svg') no-repeat left center;
  }   #menu-navigazione-home .nav-conferenze:hover a {
    background: url('files/menu-home/conferenze_b.svg') no-repeat left center;
  }   .menu-navigazione-home .nav-performance:hover {
    background: #9900cc;
  }   #menu-navigazione-home-en .nav-performance:hover a {
    background: url('files/menu-home/performance_b.svg') no-repeat left center;
  }   #menu-navigazione-home .nav-performance:hover a {
    background: url('files/menu-home/performanceita_b.svg') no-repeat left center;
  }   .menu-navigazione-home .nav-mostra-mercato:hover {
    background: #009933;
  }   #menu-navigazione-home-en .nav-mostra-mercato:hover a {
    background: url('files/menu-home/market_b.svg') no-repeat left center;
  }   #menu-navigazione-home .nav-mostra-mercato:hover a {
    background: url('files/menu-home/mostramercato_b.svg') no-repeat left center;
  }   .menu-navigazione-home .nav-mostre:hover {
    background: #ff66ff;
  }   #menu-navigazione-home-en .nav-mostre:hover a {
    background: url('files/menu-home/exhibition_b.svg') no-repeat left center;
  }   #menu-navigazione-home .nav-mostre:hover a {
    background: url('files/menu-home/mostre_b.svg') no-repeat left center;
  }   .menu-navigazione-home .nav-off:hover {
    background: #ffff33;
  }   #menu-navigazione-home-en .nav-off:hover a {
    background: url('files/menu-home/in_the_city_b.svg') no-repeat left center;
  }   #menu-navigazione-home .nav-off:hover a {
    background: url('files/menu-home/in_the_city_b.svg') no-repeat left center;
  }   #events-wrapper > div {
    position: relative;
    padding: 0;
  }   #events-wrapper > div .flexbox > div {
    width: 50%;
  }   #events-wrapper > div:nth-child(even) .flexbox {
    flex-direction: row-reverse;
  }   #events-wrapper > div:nth-child(even) .pattern {
    left: 0;
  }   #events-wrapper div.flexbox > div.desc > a.georgia,
  #events-wrapper > div .title a {
    font-size: 175%;
  }   #events-wrapper div.flexbox > div.desc > a.georgia:hover,
  #events-wrapper > div .title a:hover,
  #events-wrapper > div .cat a:hover,
  #events-wrapper div.flexbox > div.desc > a.georgia:hover span {
    color: #000;
    cursor: pointer;
  }   #events-wrapper > .host .desk .title a:hover,
  #events-wrapper > .host .desk .host-events a:hover {
    text-decoration: underline !important;
    color: #fff;
  }   #events-wrapper > div:nth-child(even) .flexbox > div.desc {
    padding-left: 2em;
    box-sizing: border-box;
  }   #off-events-wrapper > div {
    width: 32%;
  }   #nav-wrapper nav > ul {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
  }   #nav-wrapper nav > ul li {
    width: 33%;
  }   #events-wrapper {
    margin-top: 0;
  }   #nav-wrapper .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }   .menu-navigazione-home-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; 
    margin-top: 2em;
  }   .menu-navigazione-home-2 li {
  }   .menu-navigazione-home-2 li:hover {
    background: #fff;
  }   .menu-navigazione-home-2 li:hover a {
    color: #000;
  }   .menu-navigazione-home-2 li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 115%;
    padding: 1.5em 0;
    display: block;
  }   .pattern {
    background: url(files/pattern.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-size: cover;
    width: 5% !important;
  }   .menu-navigazione-home li {
    padding: 0 20px;
  }   #second-nav {
    background: #fff;
  }   #second-nav li {
    width: 50%;
    text-align: center;
  }   #second-nav a {
    color: #000;
  }   #second-nav li:hover {
    background: #000;
    cursor: pointer;
  }   #second-nav li:hover a {
    color: #fff;
  }   #off-events-wrapper.flexbox {
    justify-content: flex-start;
  }   #off-events-wrapper > div {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 0;
  } /*#events-wrapper > div .thumb img {
    height: 100%;
  }  */

  #mailchimp_email {
    font-size: 22px;
  }   footer #contacts > div a {
    display: inline !important;
  }   footer #contacts > div a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
  }

  @-webkit-keyframes slide-right { 
    from { transform: translateX(100%);}
    to {transform: translateX(-75%);} 
  }

  @-moz-keyframes slide-right { 
    from { transform: translateX(100%);}
    to {transform: translateX(-75%);} 
  }

  @-o-keyframes slide-right {
    from { transform: translateX(100%);}
    to {transform: translateX(-75%);} 
  }

  @keyframes slide-right {
    from { transform: translateX(100%);}
    to {transform: translateX(-75%);} 
  }

}

@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }

  .owl-nav div.owl-prev {
    left: calc(300px + 1em)
  }   .owl-nav div.owl-next {
    right: calc(300px + 1em);
  } 

}



/***/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} 	.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }