.titolo {
    margin-top: 20px;
}
        
@media screen and (min-width : 768px) {
    .titolo { width: 264px; }
}

.data_uscita {
    display: none;
}

#evento {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
	
@media screen and (min-width : 768px) {
	#evento { flex-direction: row; column-gap: 60px; }
}

	#boxLocandina, #boxLocandina img {
		width: 278px;
		height: 403px;
		position: relative;
	}

    #boxLocandina {
        box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.2);
    }
	
	#info_evento {
		width: 100%;
	}

        .abstract {
            
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 30px;
        }

#prog_filter {
	flex-direction: column;
	row-gap: 20px;
	background-color: var(--third_color);
	border-radius: 8px;
	padding: 20px 20px 0 20px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 30px;
}
	
@media screen and (min-width : 768px) {
	#prog_filter { flex-direction: row; column-gap: 60px; padding: 20px 30px; align-items: center; }
}

.filter_select {
	width: 280px;
}
	
@media screen and (min-width : 768px) {
	.filter_select #filter_category { width: 300px; }
}

.filter_select .fi-tr-map-marker-check {
	display: none!important;
}