/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Il Cerreto
 *
 */

header .col {
	padding: 0px;
}

#eventi .eventi-item {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #2E301C;
}
#eventi .eventi-item:last-child {
	border-bottom: none;
}
#eventi .eventi-title {
	margin-bottom: 10px;
}
#eventi .eventi-meta {
	margin-bottom: 20px !important;
	opacity: 0.9;
	font-weight: bold;
}
#eventi .eventi-image {
	margin-bottom: 20px !important;
}
#eventi .eventi-description {
	margin-bottom: 20px !important;
	line-height: 1.5;
}
#eventi .eventi-pdf {
	margin-top: 15px !important;
	margin-bottom: 0;
}
