/*
 * Il Cerreto - Pagina Offerte
 */

header .col {
	padding: 0px;
}

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