#tribe-events-pg-template
{
	max-width: 1180px !important;
}

.tribe-events-event-meta:before,.tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
    border-top: 0px solid var(--tec-color-border-secondary) !important;
}

@media only screen and (min-width:1024px) {
	.bottone-ab {
	    font-size: 16px;
	    font-weight: 500;
	    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.79);
	    background-color: #8E2D4A;
	    border-radius: 50px 50px 50px 50px;
	    padding: 15px 40px 15px 40px;
			color: #fff;
      display: block;
      text-align: center;
	}
.resized img {
	width: 500px;
	height: auto;
}
.contenitore-evento {
  width: 100%;
}
.contenitore-data-titolo-autore {
	  width: 60%;
		float: left;
		padding: 30px 100px 0 60px;
}
.contenitore-immagine {
		width: 40%;
		float: left;
}
.contenitore-testo {
		width: 70%;
		float: left;
		padding: 30px 100px 30px 100px;
}
.contenitore-dettagli {
		width: 30%;
		float: left;
		padding: 30px;
}
.contenitore-footer {
		width: 100%;
		height: 50px;
		float: left;
}

.bordo_testo
{
	border-left: 4px solid #8e2d4a;
	padding-left: 30px;
}

#tribe-events-footer {
	float: left !important;
}

.data-evento {
	color: #8e2d4a;
	font-size: 22px;
	font-weight: bold;
}
.ora-evento {
	color: #8e2d4a;
	font-size: 18px;
}
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.bottone-ab {
	    font-size: 14px;
	    font-weight: 500;
	    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.79);
	    background-color: #8E2D4A;
	    border-radius: 50px 50px 50px 50px;
	    padding: 15px 40px 15px 40px;
			color: #fff;
      display: block;
      text-align: center;
	}

	#tribe-events-pg-template {
		padding-top: 0px;
	}
	.resized img {
		width: 100%;
		height: auto;
	}
	.contenitore-evento {
	  width: 100%;
	}
	.contenitore-data-titolo-autore {
		  width: 100%;
			padding: 0 20px 30px 20px;
	}
	.contenitore-immagine {
			width: 100%;
	}
	.contenitore-testo {
			width: 100%;
			padding: 20px 20px 20px 50px;
	}
	.bordo_testo
	{
		border-left: 4px solid #8e2d4a;
		padding-left: 30px;
	}
	.contenitore-dettagli {
			width: 100%;
			padding: 0px 20px 30px 20px;
	}
	.contenitore-footer {
			width: 100%;
			height: 20px;
	}
	.data-evento {
		color: #8e2d4a;
		font-size: 22px;
		font-weight: bold;
	}
	.ora-evento {
		color: #8e2d4a;
		font-size: 18px;
	}
}
