




.wpt_events_grid{
	display: flex;    	
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

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

	.wpt_events_grid .et_pb_post {
		width: 48%;
		margin-right: 3.5%;
		height:auto;
	}
	/* salto de fila */
	.wpt_events_grid .et_pb_post:nth-of-type(2n+2){
		margin-right:0!important;
	}
}

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

	.wpt_events_grid .et_pb_post {
		width: 23%;
		margin-right: 2.50%;
	}

	/* salto de fila */
	.wpt_events_grid .et_pb_post:nth-of-type(4n+4){
		margin-right:0;
	}
}



/* para calendario */
.wpt_events_grid .et_pb_post.last-empty{
    padding: 0!important;
    margin-right: 0;
    box-shadow: none;
}


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

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

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

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

.wpt_events_grid .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_events_grid .et_pb_post .post-content{
	margin-bottom:20px;
	line-height: 1.2em;
	font-family:'Conduit-Light';
	font-weight: normal;
	font-size: 15px!important;
}
