




.wpt_season_slider{
	display: block;    	
	
}

.wpt_season_slider .et_pb_post {
	position:relative;
	height: 420px;
	width:280px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
	background-color: transparent;
	margin-bottom:30px;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
	padding:20px!important;
	color:white;
}
@media only screen and (max-width: 980px){
	.wpt_season_slider .et_pb_post {	
		width: 100%;
		height:auto;
		margin-right: 0;
	}
}
@media only screen and (min-width: 981px){
	.wpt_season_slider .et_pb_post {
		margin-right: 30px;
	}
}


@media only screen and (min-width: 981px) and (max-width:1080px){


}

@media only screen and (min-width: 1081px){

}





.wpt_season_slider .et_pb_post.bg-red {
	background-color: #de2a4b;
}
.wpt_season_slider .et_pb_post.bg-verd {
	background-color: #88cac0;
}
.wpt_season_slider .et_pb_post.bg-black {
	background-color: black;
}	
.wpt_season_slider .et_pb_post.bg-red .post-meta{
	background: rgba(222, 42, 75, 0.95);
}
.wpt_season_slider .et_pb_post.bg-verd .post-meta{
	background: rgba(136, 202, 192, 0.9);
}
.wpt_season_slider .et_pb_post.bg-black .post-meta{
	background: rgba(0, 0, 0, 0.95);
}
	
.wpt_season_slider .et_pb_post.category-adults-vermell .post-meta{
	background: rgba(222, 42, 75, 0.95)!important;
}	

.wpt_season_slider .et_pb_post > *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpt_season_slider .et_pb_post figure {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.wpt_season_slider .et_pb_post figure img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}	
.wpt_season_slider .et_pb_post .et_pb_image_container {
    margin: -20px -20px 0px;
}
.wpt_season_slider .et_pb_post .entry-title{
	text-transform:uppercase;
	font-size: 18px!important;
    line-height: 1em!important;
	font-family: 'Rubik';
	color:white;
}	
.wpt_season_slider .et_pb_post .dates{
	color:white;
	line-height: 1.3em;
	font-family:'Conduit-Light'!important;
	font-weight: normal!important;
	font-size: 16px;
}

.wpt_season_slider .et_pb_post .bottom-buttons{
	display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
	margin-top: 3em;
}
.wpt_season_slider .et_pb_post .bottom-buttons .bot-compraentrades{
	padding:1px 5px 0 5px!important;
}
.wpt_season_slider .et_pb_post .bottom-buttons .more-link{
	color:white;
	font-family: 'Rubik';
    font-weight: 900;
}

.wpt_season_slider .et_pb_post .bottom-buttons .bot-compraentrades:hover,
.wpt_season_slider .et_pb_post .bottom-buttons .more-link:hover{
	color:white!important;
}
.wpt_season_slider .et_pb_post .bottom-buttons .bot-compraentrades:hover{
	border-color:white!important;
}

.wpt_season_slider .et_pb_post .post-meta{
    position: absolute;
	top: -1px;
    left: 0;
    width: 100%;
    padding: 8px 10px 6px 10px;
    font-family: 'Rubik';	
	color:white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;	
    background: rgba(160, 0, 22, 0.9);
}
.wpt_season_slider .et_pb_post .post-content{
	margin-bottom:20px;
	line-height: 1.2em;
	font-family:'Conduit-Light';
	font-weight: normal;
	font-size: 15px!important;
}




/* bots prev/next */
.wpt_season_slider .flickity-prev-next-button,
.wpt_season_slider .flickity-prev-next-button:hover,
.wpt_season_slider .flickity-prev-next-button:active{border-radius:unset;background:none;}
.wpt_season_slider .flickity-prev-next-button.previous{ left: -50px;}
.wpt_season_slider .flickity-prev-next-button.next{ right: -50px;}
.wpt_season_slider .flickity-prev-next-button .arrow {
    fill: #fff;
}
@media only screen and (max-width: 767px){
	.wpt_season_slider .flickity-prev-next-button{display:none;}
}


/* Select season & header ===========*/


.wpt_season_header {
	position:relative;
	height:120px;
	padding:0;
}
.wpt_season_title{
	color:white;
	font-weight:700;
	font-size:32px;
	padding:0.6em 0 0 0;
	font-family:"Rubik";
	text-align:center;
}

.wpt_select_wrap{
	position: absolute;
    z-index: 10000;
	display:inline-block;
	width: 230px;
    border: 2px solid white;
}


.wpt_select_wrap ul{
	list-style-type:none!important;
	position:relative;	
	margin:0;
	padding:0!important;
}

.wpt_select_wrap ul a
{
	display:block;
	color:white;
	text-decoration:none;
	font-weight:700;
	font-size:20px;
	line-height:32px;
	padding:15px;
	font-family:"Rubik";
}

.wpt_select_wrap ul li{
	position:relative;
	margin:0;
	padding:0
}



.wpt_select_wrap ul li:hover{
	background:black;
}


.wpt_select_wrap > ul > li:after {
	content: "3";
    position: absolute;
    right: 10px;
    top: 17px;
    font-family: 'ETmodules';
    font-size: 2.6em;
	color:white;
	cursor:pointer;
}


.wpt_select_wrap ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width: calc(100% + 4px);
    margin-left: -2px;
    border: 2px solid white;
	background:black;
	padding:0;
}

.wpt_select_wrap ul ul li{
	border-top:2px solid white;
	width:100%;
	padding:5px;
}
.wpt_select_wrap ul ul li:first-child{
	border-top:unset;
}

.wpt_select_wrap ul ul a{
	font-size:18px;
	line-height:120%;
	padding:10px 15px
}
.wpt_select_wrap ul ul a:hover,
.wpt_select_wrap ul li ul li a:hover{
	color:#dadada;
}

.wpt_select_wrap ul ul ul{
	top:0;
	left:100%
}

.wpt_select_wrap ul li.select_title:hover > ul{
	display:block
}
.wpt_select_wrap ul li.select_title.show > ul{
	display:block;
}
.wpt_select_wrap ul li.select_title > ul{
	display:none;
}


@media only screen and (max-width: 767px){
	.wpt_select_wrap{
		width: 150px;
	}
	.wpt_select_wrap ul a{
		font-size:14px;
		padding: 5px 10px;
	}
	.wpt_select_wrap > ul > li:after {
		top:7px;
		font-size:1.7em;
	}
	.wpt_season_title{
		font-size:22px;
		text-align:right;
		padding-right:20px;
		padding-top:0.4em;
	}
}


