.single-post div.box{
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	padding: 30px 0;
}
.single-post .title {
	
	text-align: left;
	padding: 0;
}
.single-post .title h1 {
	color: black;
}

.home #rooms{
	font-size:0;
	width:100%;
	display: block;
	line-height: 1em;
}
.home #rooms .item{
	width:calc((100% - 4px) / 3);
	position:relative;
	height:calc(100vw / 3);
	font-size: 18px;
	overflow: hidden;
	display: inline-block;
	background: transparent;
	line-height: 1.3em;
	margin-right:1px;
	margin-bottom:1px;
	color: white;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home #rooms .item .text{
	position: absolute;
	left:40px;
	top:50%;
	transform: translateY(-50%);
	z-index:2;
	max-width:300px;
	color: white;
	right: 20px;
}
.home #rooms .item  p {
	font-size: 14px;
	font-weight: 300;
}

.home #rooms .item .text div{
	margin-bottom:2em;
}

.home #rooms .item .overlay {
	z-index: 2;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: 100%;
}

.home #rooms .item h2{
	color:white;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 4px;
	position: absolute;
	top:60px;
	left:40px;
	z-index: 3;
}
.home #rooms .item .sottotitolo {
	position: absolute;
	left: 40px;
	top: 84px;
	z-index: 3;
}

.home #rooms .item .capienza {
    top: 40px;
    position: absolute;
    left: 40px;
    z-index: 3;
}

.home #rooms .item .prezzo-base {
    text-decoration: none;
    padding: 50px 0px;
    font-size: 18px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
}

.home #rooms .item .btn {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 3;
}


.home #intro {
	padding-right: 200px;
	padding-left: 200px;
	text-align: center; 
}

.home #intro p {
	font-size: 20px;
	line-height: 1.4em;
}

.home section#news {
	padding: 80px 40px;
}

#news h2 {
	font-weight: 700;
	color: rgba(122, 177, 234, 1);
}


#news .item.half {
	width: calc((100% - 82px) / 3);
	margin-right: 41px;
}

#news .item.half:last-child{
	margin-right: 0;
}