.single-post {
	position: relative;
}

.single-post a {
	text-decoration: none;
}

.box-single-post {
	background-size: cover!important;
	background-position: center;
}

.content-box-single-post {
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #ffffff;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}

.content-box-single-post .date {
	color: #000;
}

.content-box-single-post .date .d-inline-block {
	vertical-align: middle;
}

.content-box-single-post .date .d {
	padding: 5px;
	font-size: 42px;
	background-color: #f2f2f2;
}

.single-post a:hover .content-box-single-post .date .d {
	color: #000000;
}

.content-box-single-post .date .F {
	text-transform: capitalize;
}

.content-box-single-post h4 {
	font-weight: 600;
	font-size: 22px;
	color: #212529;
	transition: all 0.3s ease-in-out;
	height:75px;
}

.content-box-single-post p {
	height: 120px;
}

.content-box-single-post p, .content-box-single-post ul {
	transition: all 0.3s ease-in-out;
	margin-bottom: 1.5rem;
	color: #000;
	font-size: 20px;
}

.content-box-single-post button {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 6px 30px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	cursor: pointer;
}

.single-post a:hover .content-box-single-post {
	background-color: transparent;
}

.single-post a:hover .date {
	color: #ffffff;
}

.single-post a:hover .luogo {
	color: #ffffff;
}

.single-post a:hover .content-box-single-post h4,
.single-post a:hover .content-box-single-post p,
.single-post a:hover .content-box-single-post ul {
	color: #ffffff;
}