#calendari-prox-espectacles{
	z-index:100000;
	position:relative;
}
.wpt_calendar_extra{
	position:relative;
	padding: 0 0 8px 0;
    border: 4px solid white;
	height: 420px;
	max-height: 420px;
}
.wpt_calendar_extra .wpt_month:first-child {
  display: none;
}
.wpt_calendar_extra .wpt_month.active {
  display: table;
}
.wpt_calendar_extra .wpt_month {
  line-height: 2em;
  display: none;
  top: 0;
  left: 0;
  border:none;
  color:white;
  position: absolute;
    top: 45px;
}
.wpt_calendar_extra .wpt_month:first-child {
  display: table;
}

.wpt_calendar_extra thead tr th,
.wpt_calendar_extra tfoot tr td,
.wpt_calendar_extra tr th,
.wpt_calendar_extra tr td{
  width: 14.28%;
  padding:0!important;
}

.wpt_calendar_extra .wpt_month thead tr th {
  text-align: center;
  text-transform: uppercase;
  color:white;
  font-family:'Rubik';
}
.wpt_calendar_extra .wpt_month tfoot tr .prev {
  text-align: left;
}
.wpt_calendar_extra .wpt_month tfoot tr .next {
  text-align: right;
}
.wpt_calendar_extra tfoot {
    display: none;
}

.wpt_calendar_extra .wpt_month tr {
  overflow: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wpt_calendar_extra .wpt_month tr td {
	text-align: center;
	border:none;
	font-family: 'Conduit-Light'!important;
    font-weight: normal!important;
    font-size: 18px;
	padding: 4px 0!important;
}
.wpt_calendar_extra .wpt_month tr td.trailing {
  color: rgba(0, 0, 0, 0);
}
.wpt_calendar_extra .wpt_month tbody tr td a{
	display: block;
	background: white;
	color:#de2a4b;
}

.wpt_calendar_extra thead tr th{
	padding:10px 0 0 0!important;
}

.wpt_calendar_extra .wpt_title{
	text-align: center;
    padding: 10px;
}
.wpt_calendar_extra .wpt_title h4{
	color: white;
    padding: 0;
    line-height: 1.4em;
}

.wpt_calendar_extra .wpt_nav{
	padding: 10px 0;
    border-top: 4px solid white;
    border-bottom: 4px solid white;

}
.wpt_calendar_extra .wpt_nav th {
    padding: 10px 0!important;
}
.wpt_calendar_extra .wpt_nav h3{
	font-family: 'Conduit-Light';
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
	padding:0;
	white-space: nowrap;

}
.wpt_calendar_extra .wpt_nav h3 a{
	color:white;
}
.wpt_calendar_extra .wpt_nav .prev{
}
.wpt_calendar_extra .wpt_nav .next{
}
.wpt_calendar_extra .wpt_nav .prev a,
.wpt_calendar_extra .wpt_nav .next a{
	display:block;
	font-family: "ETmodules";
	font-weight: normal;
	font-variant: normal;
	font-size: 40px;
    color: white;
}

.wpt_day_events{
	
}
#wpt_preview_day_events{
	position:absolute;
}

.wpt_day_event_preview{
	position:absolute;
	z-index: 1000;	
	left: -30px;
	width:350px;
	background:white;
	padding: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
	opacity: 0;
    visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.wpt_day_event_preview.show{
	opacity: 1;
    visibility: visible;
}
.wpt_day_event_preview a.wpt_day_event_preview_link{
	display:flex!important;
    flex-direction: row;
	border-bottom: 1px solid #de2a4b;
}
.wpt_day_event_preview figure{
	width:30%!important;
    -webkit-margin-before: 0.6em;
    -webkit-margin-after: 0.6em;
    -webkit-margin-start: 10px;
    -webkit-margin-end: 10px;
}



.wpt_day_event_preview .wp_theatre_prod_text{
	width:70%;
	text-align: left;
	color:black;
	padding:10px;
}
.wpt_day_event_preview .wp_theatre_prod_text .title{
	font-size:14px;
	padding-bottom: 10px;
}
.wpt_day_event_preview  .wp_theatre_prod_text .wp_theatre_prod_excerpt{
	font-size: 14px;
    line-height: 1em;
	text-align: left;
	color:black;
	padding-bottom: 0;
}


.wpt_month td .day_disabled{
	opacity:0.4;
}





