/*-----------------------------------------------------EVENTI-PASSATI--*/

	.EventsContainer.Passati .EventBox {
	    filter: grayscale(1);
	    cursor: pointer;
	    transition: all 0.2s ease;
	}
	.EventsContainer.Passati .EventBox .image {
		opacity: 0.8;
	}
	.EventsContainer.Passati .EventBox:hover {
		filter: grayscale(0);
	}

	.EventsContainer.Passati.Produzioni .EventBox {
	  filter: none;
	}


/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.EventBox {
			display: flex;
		    max-width: 100%;
		    width: 100%;
		    flex-direction: column;
		    align-content: center;
		    justify-content: space-between;
		    align-items: center;
		    background: #f4f4f4;
		    max-height: 30rem;
		    text-decoration: none;
		}
		.TextBox {
			display: flex;
		    flex-direction: column;
		    align-items: center;
		    text-align: center;
		    max-height: 24rem;
		    overflow: hidden;
		    justify-content: flex-start;
		    text-overflow: ellipsis;
		}
		.imgBox {
			overflow: hidden;
			width: 100%;
		}
		.Image {
			width: 100%;
			display: block;
		}
		.TextBox > p.Text {
		    margin: 0;
		    color: #545454 !important;
		    text-transform: none !important;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 5;
		    height: auto;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    font-size: 0.8rem !important;
		    line-height: 1.4rem;
		    font-style: italic;
		    font-weight: 300 !important;
		    max-width: 18rem;
		    width: 100%;
		    margin-top: 0.2rem !important;
		    margin-bottom: 0.5rem !important;
		}
		.TextBox > p.Title {
		    margin: 0;
		    color: #9c0034;
		    font-weight: 600;
		    text-transform: uppercase;
		    max-width: 18rem;
		    width: 100%;
		    height: auto;
		    font-size: 1.4rem;
		}
		.TextBox > p.SubTitle {
			margin: 0;
			color: hsl(0, 0%, 33%);
			font-weight: 600;
			font-size: 0.8rem;
			text-transform: math-auto;
			max-width: 16rem;
			width: 100%;
			height: auto;
			padding: 0.5rem;
			line-height: 0.6rem;
		}
		.TextBox p.authors {
			margin: 0;
			color: hsl(0, 0%, 33%);
			font-weight: 600;
			font-size: 0.8rem;
			text-transform: math-auto;
			max-width: 16rem;
			width: 100%;
			height: auto;
			text-align: center;
		}
		.EventBox .TextBox p.SubTitle.notranslate {
			display: none;
		}
		.EventBox .TextBox .Image {
			width: 100%;
		}
		.EventBox .TextBox .Title {
			font-size: 1.7rem;
		    text-align: center;
		    font-weight: 600;
		    color: var(--Palette1);
		    margin-bottom: 0.5rem;
		    text-transform: uppercase;
		    padding: 0rem 2rem;
		}

		.Title {
			font-size: 1rem;
			margin-top: 1rem !important;
			height: 6rem;
		}
		.SubTitle {
			font-size: 0.9rem;
			height: 3.3rem;
		    overflow: hidden;
		}

		.ButtonBox {
			display: flex;
			flex-direction: column;
			align-items: center;
			height: 100%;
			max-height: 6rem;
			justify-content: center;
		}
		.EventBox .ButtonBox {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.EventBox .ButtonBox .Date {
			color: #000;
			font-weight: 600;
			text-transform: uppercase;
			font-size: 1rem;
			margin: 0rem;
			margin-bottom: 0.5rem;
			margin-top: 0.5rem;
			font-size: 0.8rem;
		}
		.EventBox .ButtonBox .EventButton {
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1.1rem;
			font-weight: 600;
			color: var(--Palette1);
			line-height: 2.5rem;
			padding: 0rem 2rem;
			margin-bottom: 2rem;
			border: 0.1rem solid var(--Palette1);
			margin-top: 0.5rem;
		}

		.EventButton {
			padding: 0.5rem 1.9rem;
			border: 1px solid #9c0034;
			color: #9c0034!important;
			text-transform: uppercase;
			font-weight: 600;
			text-decoration: none;
			transition-duration: 0.3s;
			transition-property: background, color;
			margin-bottom: 1.5rem;
		}

	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.EventBox {
			display: flex;
		    max-width: 32%;
		    width: 100%;
		    flex-direction: column;
		    align-content: center;
		    justify-content: space-between;
		    align-items: center;
		    background: #f4f4f4;
		    height: 30rem;
			height: 100%;
			max-height: 33rem;
			text-decoration: none;
		}
		.TextBox {
			display: flex;
		    flex-direction: column;
		    align-items: center;
		    text-align: center;
		    height: 30.5rem;
		    overflow: hidden;
		    justify-content: flex-start;
		    text-overflow: ellipsis;
		}
		.imgBox {
			overflow: hidden;
			width: 100%;
			height: 16rem;
		}
		.Image {
			display: block;
			height: 100%;
			width: 100%;
			position: relative;
			z-index: 100;
			transition: all 0.2s ease;
			object-fit: cover;
			object-position: center 15%;
		}
		.TextBox > p.Text {
		    margin: 0;
		    color: #545454 !important;
		    text-transform: none !important;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 3;
		    height: auto;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    font-size: 0.8rem !important;
		    line-height: 1.4rem;
		    font-style: italic;
		    font-weight: 300 !important;
		    max-width: 18rem;
		    width: 100%;
		    margin-top: 0.2rem !important;
		}
		.TextBox > p.Title {
		    margin: 0;
		    color: #9c0034;
		    font-weight: 600;
		    text-transform: uppercase;
		    max-width: 18rem;
		    width: 100%;
		    height: auto;
		    font-size: 1.2rem;
		    margin-bottom: 0.4rem;
		}
		.TextBox .SubTitle,
		.TextBox > p {
		    margin: 0;
		    color: #9c0034;
		    font-weight: 600;
		    text-transform: uppercase;
		    max-width: 18rem;
		    font-size: 0.8rem;
		    width: 100%;
		    margin-bottom: 0.4rem;
		}
		.TextBox > p.SubTitle {
			margin: 0;
			color: hsl(0, 0%, 33%);
			font-weight: 600;
			font-size: 0.8rem;
			text-transform: math-auto;
			max-width: 16rem;
			width: 100%;
			height: auto;
			overflow: hidden;
			max-width: 18rem;
			font-weight: 600;
		}
		.TextBox p.authors {
			margin: 0;
			color: hsl(0, 0%, 33%);
			font-weight: 600;
			font-size: 0.8rem;
			text-transform: math-auto;
			max-width: 16rem;
			width: 100%;
			height: auto;
			margin-bottom: 0.4rem;
		}

		.Title {
			font-size: 1rem;
			margin-top: 1rem !important;
			height: 6rem;
		}
		.SubTitle {
			font-size: 0.8rem;
			height: 3.3rem;
			overflow: hidden;
			max-width: 18rem;
			width: 100%;
			font-weight: 600;
		}

		.ButtonBox {
			display: flex;
			flex-direction: column;
			align-items: center;
			height: 100%;
			max-height: 6rem;
			justify-content: center;
		}

		.EventButton {
			padding: 0.5rem 1.9rem;
			border: 1px solid #9c0034;
			color: #9c0034!important;
			text-transform: uppercase;
			font-weight: 600;
			text-decoration: none;
			transition-duration: 0.3s;
			transition-property: background, color;
			margin-bottom: 1.5rem;
		}
		.EventButton:hover {
		    color: #fff !important;
		    background: #9c0034;
		}

	}

/*	-------------------------------------------------------------------------- */
/*	Globale (fuori media query)
/*	-------------------------------------------------------------------------- */

	.EventButton:hover {
		color: #fff!important;
		background: #9c0034;
	}

	.Date {
		color: #000;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 0.8rem;
		margin: 0rem;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
	}