
.center {
	text-align: center;
}



h3.af-home-1 {
	margin-top: 25px;
}



/* ANNUNCI FUNEBRI LIST */

.af-article-wrap:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-image: url('https://lavocedeltrentino.it/wp-content/themes/zox-news-child/images/nuvole.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.af-list-wrap  {
    margin-left: 3.94736842105%;
    text-align: center;
    width: 30.701754386%;
	height: 450px;
}

/* .mvp-authors-list-wrap { */
    /* height: 400px; */
/* } */

.af-list-wrap:first-child,
.af-list-wrap:nth-child(3n+4) {
    margin-left: 0;
}

/* .mvp-authors-list-wrap:first-child, */
/* .mvp-authors-list-wrap:nth-child(3n+4) { */
    /* margin-left: 0; */
/* } */

#af-content-pre {
	padding: 50px;
}

a.button {
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*margin-left: 20px;*/
	border-radius: 25px;
	line-height: 1.55;
	box-shadow: inset 0 -4px 0 #6690ca;
}

a.button.button-light {
	background-color: #ff9800;
    border: 2px solid #6790ca;
    color: #ffffff;
	font-weight: 500;
}

.af-list-dettagli {
	background-color: #ffffff;
    padding: 25px 0;
    margin: 0 25px;
    border-radius: 25px;
}


.af-list-img {
	line-height: 0;
    margin-bottom: 20px;
    width: 100%;
}

.af-list-img img {
	background-color: #ffffff;
	width: 180px;
	height: 180px;
	object-fit: cover;
    border: 5px solid #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.af-list-nome {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #6690ca;
}


/* .mvp-authors-name.af-list-nome a, */
.af-list-nome a {
	color: #6690ca !important; /* devo sovrascrivere un'altro !important del tema principale */
}


.af-list-date,
.af-single-date {
	font-weight: 600;
	color: #555555;
}

.af-list-citta {
	padding-top: 10px;
	color: #555555;
}





/* ANNUNCI FUNEBRI SINGLE */

.af-single-img img {
	background-color: #ffffff;
	width: 300px;
	/* height: 300px; */
	object-fit: cover;
}

.af-info-wrap {
	text-align: center;
}

.af-dettagli {
    border: 5px solid #6690ca;
    margin: 25px auto;
    border-radius: 25px;
    padding: 25px;
    max-width: 500px;
}

.af-dettagli p {
	font-weight: 500;
}

h6.af-altri-dettagli {
	
}

.af-testo {
	text-align: justify;
}

.af-testo,
.af-images,
.af-logo-ononranze {
	padding: 25px 0;
}



/* MEDIA */
@media screen and (max-width: 767px) and (min-width: 660px) {
	.af-list-wrap {
		margin-left: 3.225806452%;
		width: 31.1827957%;
		height: 350px;
	}

	.af-list-img img {
		width: 120px;
		height: 120px;
	}

	.af-list-nome {
		font-size: 1.5rem;
	}

}

@media screen and (max-width: 479px) {
	
	.af-list-wrap {
		border-top: 1px solid #ddd;
		margin: 30px 0 0 0;
		padding-top: 30px;
		width: 100%;
		height: auto;
	}

	.af-list-img img {
		width: 180px;
	}

	.af-list-nome {
		font-size: 1.5rem;
	}

}


