.ev::before{
	content: 'TOP';
	display: inline-block;
	height: 12px;
	background-color: #E90C81;
	position: absolute;
	right: 10px;
	top: -11px;
	text-align: center;
	color: white;
	font-size: 0.8em;
	padding: 3px;
	border-radius: 2px;
	width: 48px;
	line-height: 0.9em;
}

.ev{
	position: relative;
	border: 2px solid #E90C81;
	border-radius: 4px;
	padding: 4px;
	box-sizing: border-box;
}

.ev-color{
	background-color: #fddbf1;
}

.ev .data-annuncio{
	color: #E90C81;
	margin-bottom: 6px;
}

.ev .titolo-annuncio{
	font-size:1.3em;
}

.ev .testo-annuncio{
	font-size: 1em;
	color: black;
	line-height: 1em;
	margin-top: 4px;
}

.ev .figure-annuncio{
	min-width: 260px;
	height: auto;
	margin-bottom: 10px;
}

.ev .immagine-annuncio{
	width: 260px;
	border: 2px solid white;
}


.ev .dettagli-annuncio{
	color: #00a1c9;
}

.telefono-annuncio{
	margin: 5px 0px;
	display: block;
	text-align: right;
	font-weight: bold;
	color: black;
}

.telefono-annuncio-foto{
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-weight: bold;
	color: black;
}

.ev .telefono-annuncio{
	font-weight: bold;
	font-size: 1.3em;
	text-align: right;
	display: block;
	margin: 6px 0px 0px;
}

.ev .telefono-annuncio-foto{
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 1.3em;
	margin: 0px;
}

/*Media Queries Smarthone
---------------------------*/

@media screen and (max-width: 680px) {

	.ev{
		padding: 6px;
	}
	
	.ev .titolo-annuncio{
		/* font-size: 1em; */
	}

	.ev .flex-container-foto{
		flex-flow: column;
		margin-right: unset;
	}
	
	.ev .figure-annuncio{
		margin-right: unset;
	}

	.ev .immagine-annuncio{
		width: 100%;
	}
	
	.ev .telefono-annuncio-foto{
		margin-top: 7px;
		position: unset;
		text-align: right;
		display: block;
	}

	.ev .preferiti{
		width: 26px;
		height: 26px;
		border-radius: 999px;
		background-color: white;
		line-height: 27px;
		text-align: center;
	}
	
	.telefono-annuncio-foto{
		position: unset; 
		margin: 6px 0px;
	}
}
