/*
Theme Name: Manifesta 13 - Theme
Theme URI: https://www.wepush.org/
Author: Roberto Filippi
Author URI: https://www.robertofilippi.com
Description: Official theme for Manifesta 13 Website. Based on Super Terrain graphic design.
Version: 1.5
Text Domain: manifesta13, manifesta, push, super terrain, roberto filippi
*/
@font-face {
    font-family: 'NEXT Poster';
    src: url('fonts/NEXTPoster-Regular.woff2') format('woff2'),
        url('fonts/NEXTPoster-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NEXT Book';
    src: url('fonts/NEXTBook-Regular.woff2') format('woff2'),
        url('fonts/NEXTBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NEXT Book';
    src: url('fonts/NEXTBook-Bold.woff2') format('woff2'),
        url('fonts/NEXTBook-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NEXT Book';
    src: url('fonts/NEXTBook-Thin.woff2') format('woff2'),
        url('fonts/NEXTBook-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'NEXT Poster';
    src: url('fonts/NEXTPoster-Thin.woff2') format('woff2'),
        url('fonts/NEXTPoster-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
:root {
  --manifesta-red: #f96873;
  --manifesta-green: #04ceb5;
  --manifesta-yellow: #faea43;
  --manifesta-black: #1d1d1b;
}
body{
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: 'NEXT Book';
}
.pagerrow{
  margin-left: 0;
  margin-right: 0;
}
.marginzero{
  margin-left: 0;
  margin-right: 0;;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'NEXT Poster';
}
a:hover{
  cursor: pointer!important;
}
hr{
  border-color:#333;
}
h5{
  border-bottom: 1px solid #333;
  font-family: 'NEXT Book';
  text-transform: uppercase;
  font-size: 0.9em;
}
strong{
  font-family: 'NEXT Book';
  font-weight: bold;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: #000;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: 99;
  text-align: center;
  animation: random 4s infinite;
  background:#04ceb5 url(img/loader.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#loading-image {
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 100;
  width: 100%;
  height: auto;
}
.duotone{
  transition: all .3s;
}
.duotone:hover{
  cursor: pointer;
}
.headerfirst{
  background-color: var(--manifesta-red);
  padding: 10px 15px 5px 15px;
  font-family: 'NEXT Poster';
}
.dateheader{
  margin-top: 5px;
  line-height: 43px;
}
.blog-post-title{
  text-transform: uppercase;
}
.logoh1{
  margin-left: 60px;
  margin-top: 2px;
  line-height: 49px;
  margin-bottom: 0;
}
a.nodecoration:hover {
  text-decoration: none;
}
.smalltext{
  font-size: 41%;
}
.headersecond{
  background-color: var(--manifesta-green);
  padding-top: 0;
  padding-bottom: 5px;
}
.attachment-post-thumbnail{
  max-width: 100%;
  height: auto;
}
.socialicnmenu a:hover{
  text-decoration: none;
  opacity: .5;
}
.socialicnmenu img{
  max-width: 22px;
  height: auto;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky, .rightcontent{
  font-size: 12px!important;
}
div.stickytop{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
  padding-top: 15px;
}
.homeboximg{
  width: 100%;
}
.headermenudiv ul, .footermenudiv ul, .langul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.headermenudiv ul li, .footermenudiv ul li {
  float: left;
  display: block;
  padding: 5px 25px 0 0;
  font-size: 1.3em;
}
.langul{
  float: right;
  margin-top: -3px;
  /*display: none;/******************PER ELIMINARE LA LINGUA FRANCESE*********************/
}
.langul li{
  float: left;
  display: block;
  padding: 5px 10px 0 0;
  font-size: 1.3em;
}
.headermenudiv ul li a, .footermenudiv ul li a{
  display: block;
  width: 100%;
}
.headermenudiv ul li ul, .footermenudiv ul li ul{
  display: none;
}
.lang-item-en.current-lang::before{
  content: '';
  display: block;
  float:left;
  height: 30px;
  width: 30px;
  background: url(img/en_US_active.png);
  margin-left: -10px;
  margin-top:5px;
}
.lang-item-fr.current-lang::after{
  content: '';
  display: block;
  float:right;
  height: 30px;
  width: 30px;
  background: url(img/fr_FR_active.png);
  margin-right: -10px;
  margin-top:5px;
}
.socialicnmenu{
  text-align: center;
  padding-top: 5px;
}
#searchformdiv {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
  display: none;
  transition: 0.8s;
}
.searchhr{
  margin: 20px 0;
  width: 100%;
}
.searchbutton {
  background: url(img/search.jpg);
  border: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  float: right;
  background-repeat: no-repeat;
}
.searchbutton:hover{
  opacity: .7;
  cursor: pointer;
}
.searchbtn{
  background-color: var(--manifesta-yellow);
  padding:10px 20px;
}
.searchbtn:hover{
  background-color: var(--manifesta-red);
}
input:focus{
  outline: none;
}
.searchbutton:focus {
  outline: none;
}
.searchtxt{
  padding: 8px;
}
.main{
  padding-top: 30px;
}
.homeslidebox{
  margin-bottom: 40px;
  border: 1px solid #333;
}
.boxeshome{
  margin-bottom: 30px;
}
.boxeshome .box{
 padding: 15px;
}
.sidebarhome{
  padding-top: 25px;
}
.roundbutton{
  display: block;
  width: 170px;
  height: 170px;
  border: 1px solid #333;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 2.8em;
  line-height: 1.3em;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 1;
  position: relative;
  font-family: 'NEXT Poster';
  font-weight: 100;
  transition: transform 5s ease-in-out;
}
.roundbutton:hover{
  -ms-transform: rotate(1800deg); /* IE 9 */
  -webkit-transform: rotate(1800deg); /* Chrome, Safari, Opera */
  transform: rotate(1800deg);
  text-decoration: none;
}
.round2{
  padding-top: 2.2em;
}
.round3{
  padding-top: 2.6em;
}
.round2, .round3{
  margin-top: -40px;
}
.roundbutton.round1:hover{
  border-color: var(--manifesta-red)!important;
  color: var(--manifesta-red)!important;
}

.roundbutton.round2:hover{
  border-color: var(--manifesta-green)!important;
  color: var(--manifesta-green)!important;
}
/* .roundbutton.round2:hover:after{
  display: block;
  white-space: pre;
  content: 'Education & \A Mediation';
  text-indent: 0%;
  transition: all 5s ease-in-out;
  position: absolute;
  top: 30%;
  left: 5%;
} */
.roundbutton.round3:hover{
  border-color: var(--manifesta-yellow)!important;
  color: var(--manifesta-yellow)!important;
}
/* .roundbutton.round3:hover:after{
  display: block;
  white-space: pre;
  content: 'Collateral \A Programme';
  text-indent: 0%;
  transition: all 5s ease-in-out;
  position: absolute;
  top: 30%;
  left: 10%;
} */
.round1:hover, .round2:hover, .round3:hover{
  z-index: 9;
}
ul.parentpagesul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}
ul.parentpagesul li{
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}
ul.parentpagesul li a{
  display: block;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 80%;
}
ul.parentpagesul li a:hover{
  background-color: #e5e5e5;
  text-decoration: none;
}
ul.parentpagesul li.current_page_item{
  background-color: #e5e5e5;
}
.bordersubmenu{
  width:100%;
  height:2px;
  clear:both;
  border-bottom: 1px solid #333;
}
.partnerpost{
  padding-top: 20px;
}
.manifesta-footer{
  background-color: var(--manifesta-yellow);
  margin-top: 50px;
  padding: 15px 0;
}
.footerfirstrow{
  margin-top: 20px;
  margin-bottom: 40px;
}
.footersecondrow{
  margin-bottom: 40px;
}
.posttitle{
  margin-bottom: 30px;
  margin-top: 20px;
}
.rightcontent{
  margin-bottom: 30px;
}
.rightcontent img{
  width: 100%;
}
.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%;
}
.footerrow{
  margin: 0;
}
.logofooter{
   margin-left: 15px!important;
  }
.accordions-head-title{
  padding: 15px;
}
.container404{
  padding-top: 100px;
  padding-bottom: 100px;
}
.container404 img{
  display: block;
  margin: 0 auto;
}
#spinning404 {
    height: 50%;
    width: 50%;
    margin: 0 auto;
    text-align: center;
		-webkit-animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.backtohome404{
  margin-top: 100px;
  text-align: center;
}
/***********************ACCORDION NEWS************************/
.newslist{
  margin: 30px 0;
}
.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.8s;
  position: relative;
  border-top: 1px solid #333;
}
.accordion:first-child{
  border-top: none;
}
.accordion:last-of-type{
  border-bottom: 1px solid #333;
  transition-delay: 2s;
  transition: 0.8s;
}
.accordion.active{
  border-bottom: none;
}
.accordion h2{
  max-width: 90%;
  font-size: 23px;
}
.active, .accordion:hover {
  background-color: #fff;
  outline: none;
}
.accordion:focus{
  outline:none;
}
.accordion:after {
  content: '\002B';
  color: #000;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 28px;
  position: absolute;
  top:15px;
  right: 0;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}
/***********************PAGE FULL WIDTH**********************/
.pagefullwidthcontent{
  padding-top: 15px;
  width: 100%;
}
.programmebox{
  background-color: #f90;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .3s;
  margin: 10px 0;
  padding: 0;
  background-color: #333;
  max-width: 800px;
}
.programmebox:hover{
  background-color: #fff;
}
.programmelink{
  display: block;
  height: 100%;
  width: 100%;
}
button:focus{
  outline: none;
}
.fagsfacf-gallery-slider button.slick-prev, .fagsfacf-gallery-slider button.slick-prev:hover, .fagsfacf-gallery-slider button.slick-prev:focus, .fagsfacf-gallery-carousel button.slick-prev, .fagsfacf-gallery-carousel button.slick-prev:hover, .fagsfacf-gallery-carousel button.slick-prev:focus, .fagsfacf-gallery-slider button.slick-next, .fagsfacf-gallery-slider button.slick-next:hover, .fagsfacf-gallery-slider button.slick-next:focus, .fagsfacf-gallery-carousel button.slick-next, .fagsfacf-gallery-carousel button.slick-next:hover, .fagsfacf-gallery-carousel button.slick-next:focus{
  background-color: rgba(0, 0, 0, 0.7)!important;
}
.fagsfacf-gallery-caption {
  background: #fff!important;
  color: #000!important;
  padding: 5px 10px 20px 0!important;
  text-align: left!important;
  font-size: 12px!important;
  position: relative!important;
}
.slick-slide img{
  max-width: 100%;
  height: auto;
}
.subpagecontainer{
  border-top: 1px solid #333;
  margin: 30px 15px !important;
  width: 100%;
}
.subpagesimages{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.articlepost{
  margin-left: 0;
  margin-right: 0;
}
.subpagecontainer .posttitle, .subpagecontainer .leftcontent{
  padding-left: 0;
}
.subpagecontainer .rightcontent{
  padding-right: 0;
}  
/***************************PRESS PAGE*****************************/
.presspagecontent p{
  max-width: 60%;
}
.yeardate{
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #333;
  padding: 5px 10px;
}
a.kitlink{
  display: inline-block;
  padding: 30px 25px;
  border: 1px solid #333;
  text-align: center;
  margin-top: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'NEXT Poster';
  margin-bottom: 20px;
}
/**********************TIERS TEMPLATE***********************************/
.programmeboxrow{
  max-width: 600px;
  margin: 0 auto;
}
.tiersbox{
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 20px 0;
  border: 1px solid #333;
  font-size: 1rem!important;
}
.tiersbox:hover{
  color: var(--manifesta-green);
  cursor: pointer;
  border-color: var(--manifesta-green);
}
.tiersbox img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.tiersboxrow a:hover{
  color: var(--manifesta-green);
}
.tiersboxrow .col-md-6{
  margin-bottom: 25px;
}
/**********************TRAITS TEMPLATE***********************************/
.traitsboxcontainer{}
.traitsboxrow{}
.traitsboxrow .col-md-6{
  margin-bottom:25px!important;

}
.traitsbox{
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 20px 0;
  border: 1px solid #333;
  font-size: 1rem!important;
}
.traitsbox:hover{
  color: var(--manifesta-red);
  cursor: pointer;
  border-color: var(--manifesta-red);
}
.traitsbox.parallelesbox:hover{
  color: var(--manifesta-yellow);
  cursor: pointer;
  border-color: var(--manifesta-yellow);
}
.traitsboxrow a:hover{
  color: var(--manifesta-red);
}
.parallelesboxrow a:hover{
  color: var(--manifesta-yellow)!important;
}
.traitsbox img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
/**********************PUBBLICATION TEMPLATE***********************************/
.publicationrow .col-md-6{
  margin-bottom:25px!important;

}
.publicationbox{
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  font-size: 1rem!important;
  margin-bottom: 25px;
}
.publicationbox:hover{
  color: var(--manifesta-red);
  cursor: pointer;
  border-color: var(--manifesta-red);
}
.publicationboxrow a:hover{
  color: var(--manifesta-red);
}
.publicationbox img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.publication_title{
  padding: 30px 15px;
  border-top: none;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
/**********************VISIT TEMPLATE***********************************/
.visitrow .col-md-6{
  margin-bottom:25px!important;

}
.visitbox{
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 20px 0;
  border: 1px solid #333;
  font-size: 1rem!important;
  margin-bottom: 25px;
}
.visitbox:hover{
  color: var(--manifesta-red);
  cursor: pointer;
  border-color: var(--manifesta-red);
}
.visitboxrow a:hover{
  color: var(--manifesta-red);
}
.visitbox img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.visit_title{
}
/****************************TICKET TEMPLATE***********************************/
.ticketsmenubtn{
  border: 1px solid #333;
  border-radius: 22px;
  padding: 0px 15px 0 15px!important;
  margin-top: 9px;
  line-height: 27px;
  transition: all .3s ease-in-out;
}
.ticketsmenubtn a:hover{
  color: #fff;
  text-decoration: none;
}
.ticketsmenubtn:hover{
  background-color: var(--manifesta-red);
}
h3.ticket_title{
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
}
.ticketbox{
  border: 1px solid #333;
  padding: 30px 15px 20px 15px;
  margin-bottom: 30px;
}
.ticketlink:hover{
  text-decoration: none;
  color: #fff;
}
.ticketbox:hover{
  background-color: var(--manifesta-red);
  cursor: pointer;
}
/****************************FILTERS*******************************************/
.letterfilter{
  font-size: 1.2rem;
}
span.linearspace{
  margin-left: 15px;
  margin-right: 15px;
}
span.filterletters{
  text-transform: uppercase;
  letter-spacing: 5px;
}
.filterlink{
  display: block;
  height: auto;
  width: 100%;
}
.filterbox{
  padding: 0;
  border: 1px solid #333;
  font-size: 1rem!important;
  margin: 20px 0;
}
.filterbox img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.filterbox p{
  padding: 0 15px;
}
.filterbox:hover{
  color: var(--manifesta-red);
  cursor: pointer;
  border-color: var(--manifesta-red);
}
.boxlist a:hover{
  color: var(--manifesta-red);
  text-decoration: none;
}
.activeletter{
  font-weight: bold;
}
/*****************************************SINGLE EVENT*************************************/
.artisttitle{
  margin-top: -10px;
}
.eventpageaddress{
  margin-bottom: 40px;
  line-height: 40px;
}
.boxShare {
  width: 100%;
}

/*****************************************SINGLE PARTICIPANT*************************************/
.subtitile{
  font-family: NEXT Poster;
  font-weight: 100;
  margin-top: -10px;
}
.sectiondiv{
  margin-top: 20px;
  font-size: .9rem;
  padding-right: 30px;
}
.sectiondivimg{
  float:left;
  width:40px;
  height:40px;
  margin-right:10px;
}
.relateitems{
  margin-top: 20px;
  margin-bottom: 20px;
}
.relatedlink{
  display: inline-block;
  padding: 30px 15px;
  border: 1px solid #333;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
  font-family: 'NEXT Poster';
  margin-bottom: 10px;
}


/*****************************************PARTICIPANT LIST*************************************/
.boxPagination .page-numbers li {
  list-style-type: none;
  width: auto;
  display: block;
  float: left;
  padding: 0 10px 0 10px;
  margin: 0 5px;
  border: 1px solid #333;
}
.boxPagination .page-numbers li:hover{
  background-color: #e5e5e5;
}
.boxPagination .page-numbers li span.current{
  color: var(--manifesta-red);
}
.boxPagination .page-numbers li a{
 
}
.boxPagination ul.page-numbers{
  margin-left: -30px;
}
/*****************************************PLOT SINGOLO*********************************************/

ul.plotpageul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}
ul.plotpageul li{
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}
ul.plotpageul li a{
  display: block;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid var(--manifesta-red);
  text-transform: uppercase;
  font-size: 80%;
  color: var(--manifesta-red);
}
ul.plotpageul li a:hover{
  background-color: #e5e5e5;
  text-decoration: none;
}
ul.plotpageul li.current_page_item{
  background-color: #e5e5e5;
}
ul.plotpageul li:first-of-type a{
  display: block;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 80%;
  color: #000;
}

/*****************************************PLOT LIST*********************************************/
.plotboxrow .col-md-4{
  margin-bottom:25px!important;

}
.plotbox{
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px 0;
  border: 1px solid #333;
  font-size: 1rem!important;
}
.plotbox:hover{
  color: var(--manifesta-red);
  cursor: pointer;
  border-color: #000;
  background-color: #000;
}
.plotboxrow a:hover{
  color: var(--manifesta-red);
  text-decoration: none;
}
.plotbox img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

/*****************************************VENUE LIST*********************************************/
.venueboxrow .col-md-4{
  margin-bottom:25px!important;

}
.venuebox{
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 20px 0;
  border: 1px solid #333;
  font-size: 1rem!important;
}
.venuebox:hover{
  color: var(--manifesta-red);
  cursor: pointer;
  border-color: var(--manifesta-red);
}
.venueboxrow a:hover{
  color: var(--manifesta-red);
}
.venuebox img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.col-md-4.tiers-qg{
  display: none;
}
/*****************************************VENUE**************************************************/
a.conceptlink{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 5s ease-in-out;
}
img.plotlinkimg{
  width: 50px;
  height: auto;
  margin-top: -5px;
  margin-left: 10px;
}
a.conceptlink:hover{
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.addressdiv{
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: .9rem;
}
.addressdivimg{
  float:left;
  width:40px;
  height:40px;
  margin-right:10px;
}
.venuelinkdiv{
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.addresstxt{
  padding-top: 5px;
  padding-left: 50px;
  line-height: normal;
}
.tickettxt{
  padding-top: 11px;
}
#containerevents{
  overflow-x: scroll;
  clear: both;
}
.eventCategory{
  margin-top: -20px;
  margin-bottom: 10px;
}
.linkevents{
  display: block;
  height: 100%;
  width: 100%
}
.eventlistslide{
  min-height: 150px;
  height: auto;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory; 
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
-webkit-transform: translate3d(0,0,0);
-webkit-perspective: 1000;
}
.eventlistslide .eventsrelateddiv{
  width: 50%;
  flex-shrink: 0;
  height: 85%;
  scroll-snap-align: start;
}
.eventsrelateddiv{
  display: inline-block;
  padding: 30px 15px;
  border: 1px solid #333;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
  font-family: 'NEXT Poster';
  margin-bottom: 10px;
}
.eventsrelateddiv:hover{
  cursor: pointer;
  background-color: #e5e5e5;
}
.arrowvenues{
  margin-top: 30px;
  height: 150px;
  padding-top: 30px;
}
/***************************************** MAPPA **************************************************/
.hover_trait-dunions:hover{
  border-color: var(--manifesta-red);
  color: var(--manifesta-red);
}
.hover_le-tiers-programme:hover{
  border-color: var(--manifesta-green);
  color: var(--manifesta-green);
}
.hover_les-paralleles-du-sud:hover{
  border-color: var(--manifesta-yellow);
  color: var(--manifesta-yellow);
}
.hover_pre-biennal:hover{
  border-color: var(--manifesta-black);
  color: var(--manifesta-black);
}
.bg_trait-dunions{
  background-color: var(--manifesta-red);
}
.bg_le-tiers-programme{
  background-color: var(--manifesta-green);
}
.bg_les-paralleles-du-sud{
  background-color: var(--manifesta-yellow);
}
a.tourlink{
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #333;
  text-align: center;
  text-transform: uppercase;
  font-family: 'NEXT Poster';
  background-color: #e4e4e4;
  float: right;
}
a.tourlink:hover{
  background-color: #fff;;
}
/* checkbox */

.filtermap .card-body {
  padding: 0 !important;
  z-index: 999;
  position: absolute;
  background-color: #fff;
}

.filtermap .collapse,.filtermap .collapsing {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 44px;
}

input.form-check-input {
  display:none;  
}
.block{
  position: relative;
  clear: both;
  margin: 0;
  padding: 5px 10px;
  float: left;
  width: 100%;
  display: block;
}
/* span{
  letter-spacing: 0;
  font-size: 17px;
  float: left;
  margin: 0;
  width: 75%;
} */
.card-header:first-child{
  border-radius: 0;
}
.card-header h5{
  border: none;
}
.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #e4e4e4;
  border-bottom: none;
}
.card-header .btn img:first-of-type{
  margin-top: -5px;
}
.card {
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}
.btn-link {
  font-weight: 100;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}
button{
  text-decoration: none;
}
.btn-link:hover {
  color: #333;
  text-decoration: none;
}
.checkboxBoxSlide{
  margin-top: -6px;
}
label.form-check-label {
  width:38px;
  height:18px;
  box-sizing:border-box;
  border:2px solid;
  float:left;
  border-radius:100px;
  position:relative;
  cursor:pointer;
  transition:.3s ease;
}
.form-check-label-description{
  width: 100%;
}
input[type=checkbox]:checked + label.form-check-label{
  background none;
}
input[type=checkbox]:checked + label.form-check-label:before{
  left:20px;
}
label.form-check-label:before{
  transition:.3s ease;
  content:'';
  width:12px;
  height:12px;
  position:absolute;
  background:#000;
  left:3px;
  top:1px;
  box-sizing:border-box;
  border:1px solid;
  color:black;
  border-radius:100px;
}
#mapEvents {
  width: 100%;
  height: 400px;
  margin: 35px 0 15px 0;
  padding: 0 15px;
  /* z-index: -1; */

}
.eventListResult img{
  margin-bottom: 10px;
}
.eventListResult .filterbox h2.blog-post-title {
  font-size: 20px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.eventListResult .filterbox h2.artisttitle,.eventListResult .filterbox h3  {
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.labelDate { font-size: 12px; text-transform: uppercase; font-weight: bold; }
#collapseDates input[type=text] {
  height: 30px;
}
#collapseDates .form-group {
  margin-bottom: 5px;
}
.datepicker, .datepicker td{
  border-radius: 0!important;
}
.datepicker td{
  font-size: 12px;
}
.gm-style .gm-style-iw-c{
  border-radius: 0!important;
  padding: 25px 0 0 15px!important;
}
.gm-ui-hover-effect{
  top: 0px!important;
  right: 2px!important;
  width: 25px!important;
  height: 25px!important;
}
.gm-ui-hover-effect img{
  width: 20px!important;
  height: 20px!important;
  margin: 3px!important;
}
.gm-style-iw h2.blog-post-title{
  font-size: 20px!important;
  font-weight: 400!important;
}
.gm-style-iw h3.subtitile{
  font-size: 18px!important;
  font-weight: 100!important;
}
button.tourlink{
  display: block;
  padding: 10px 0px;
  border: 1px solid #333;
  text-align: center;
  text-transform: uppercase;
  font-family: 'NEXT Poster';
  background-color: var(--manifesta-red);
  margin: 25px auto 0px auto;
}
button.tourlink:hover{
  background-color:#f4f4f4;
}
.searchbuttonmap{
  padding:0 15px
}
/***************************************** LOADER **************************************************/
.loader-container {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid var(--manifesta-red); 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.boxCntCardOpacity { opacity: 0.3; }


/*****************************************DUOTONE************************************************/
.boxtitle{
  margin-top: -15px;
}
.boximgduotone{
  width:100%;
  height:auto;
  position: relative;
}
.duotones::before,
.duotones::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@supports ((-webkit-filter: grayscale(1)) or (filter: grayscale(1))) {
  .duotones a img:hover {
    -webkit-filter: grayscale(1) contrast(.7) brightness(1.3);
            filter: grayscale(1) contrast(.7) brightness(1.3);
  }
}
@supports (mix-blend-mode: exclusion) {
  .duotones:hover::before {
    z-index: 1;
    background: rgb(249, 104, 115);
    mix-blend-mode: exclusion;
  }
}
/* bring in the secondary tones */
@supports (mix-blend-mode: lighten) {
  .duotones:hover::after {
    z-index: 2;
    background: rgba(4, 208, 181, .1);
    mix-blend-mode: lighten;
  }
}
.duotones::before,
.duotones::after{
  opacity: 1;
}
.duotones img {
  -webkit-filter: none;
          filter: none;
          width: 100%;
  }
}
/********************************************MEDIA QURIES*********************************************/
@media (max-width: 990px){
  .dateheader{
    font-size: 1.3em!important;
    margin-top: 15px!important;
  }
}
@media (max-width: 1200px){
  .smalltext{
    display: none;
  }
  .dateheader{
    font-size: 1.6em;
    margin-top: 10px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1560px;
  }
}
@media (max-width: 768px){
  div.sticky, div.stickytop{
    position: relative;
  }
  .headermenudiv{
    padding-right: 0;
  }
  .smalldisappear{
    display: none;
  }
  .langul{
    float: left;
  }
  .programmebox{
    margin: 0 0 20px 0;
  }
  .footermenudiv ul{
    margin: 0 auto;
    padding: 0;
    width: 300px;
  }
  .footermenudiv ul li {
    float: none;
    display: block;
    padding: 15px;
    text-align: center;
  }
  .footerlogodiv{
    margin-top: 30px;
  }
  .headermenudiv ul li, .footermenudiv ul li {
    padding: 10px 10px 0 0;
    font-size: 1em;
  }
  .rightsubmenuheader{
    margin: 0;
  }
  .lang-item img{
    max-width: 20px;
  }
  .rowfullwidth{
    display: block;
    height: 2px;
    border-bottom: 1px solid #333;
    width: 100%;
    margin-top: 3px;
  }
  .sidebarhome{
    padding-top: 0;
  }
  .presspagecontent p{
    max-width: 100%;
  }
  .logofooter{
   margin-left: auto!important;
  }
  .subpagecontainer .rightcontent{
    padding-left: 0;
  }
  .relatedlink{
    width: 100%;
  }
  .venuelinkdiv{
    width: 100%;
    float: none;
  }
  h3.ticket_title{
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
}
}
@media (max-width: 390px){
.socialicnmenu{
    padding-right: 0;
  }
  .searchbuttondiv{
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 865px) and (min-width: 768px){
  .lang-item-en.current-lang::before{
    display: none;
  }
  .lang-item-fr.current-lang::after{
    display: none;
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .rightsubmenuheader{
    max-width: 100%;
    flex: 0 0 100%;
  }
  div.sticky, div.stickytop{
    margin-top: 25px;
  }
  .lang-item-en.current-lang::before{
    content: '';
    display: block;
    float:left;
    height: 30px;
    width: 30px;
    background: url(img/en_US_active.png);
    margin-left: -10px;
    margin-top:5px;
  }
  .lang-item-fr.current-lang::after{
    content: '';
    display: block;
    float:right;
    height: 30px;
    width: 30px;
    background: url(img/fr_FR_active.png);
    margin-right: -10px;
    margin-top:5px;
  }
}
 @media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .rightsubmenuheader{
      max-width: 100%;
      flex: 0 0 100%;
    }
    div.sticky, div.stickytop{
      margin-top: 25px;
    }
    .langul{
      float: none;
    }
    .socialicnmenu {
      text-align: left;
      padding-top: 5px;
      padding-left: 110px;
    }
}
.form-check.block.bg_pre-biennal{
  display: none;
}

.yrm-content .yrm-inner-content-wrapper{
  color: #000!important;
}
.yrm-btn-wrapper {
  text-align: left!important;
  margin-top:20px;
  margin-bottom:20px;
}
.yrm-toggle-expand{
  border-radius:50px;
  border: 1px solid #333!important;
}
.yrm-content{
  color:#000!Important;
}
.partner-row{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.partner-row-content{
  max-width: 900px;
  margin: 0 auto;
}
h3.partnertype{
  text-align: left;
  margin-bottom: 20px;
}
.partner-row hr{
  margin-top: 30px;
}
.wp-block-media-text__media img, .wp-block-media-text__media video{
  height: auto;
}