#wprecentposts{
	overflow:hidden !important;
	margin-top:30px;
}
#wprecentposts .title_h2{
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-size:30px;
	text-align:center;
	font-family:'MostraNuova_Regular';
	color:#3b3b3b;
	padding:40px 0 0;
	margin:10px 0 50px;
	position:relative;
}
#wprecentposts .title_h2:before{
	display:block;
	content:'';
	height:14px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:url('../../../img/offrir_top.png') center top no-repeat;
	border-bottom:1px solid #dcdcdc;
}
#wprecentposts ul{
	list-style:none;
	overflow:hidden;
}
#wprecentposts li .content{ padding-right:30px; }
#wprecentposts li .content .image{
	display:block;
	width:100%;
	height:360px;
	overflow:hidden;
}
#wprecentposts li .content img{ width:100%; }
#wprecentposts li .content h3{
	font-size:22px;
	font-family:"ProximaNova_Light";
	font-weight:normal;
	margin-top:20px;
}
#wprecentposts li .content h3:after{
	background-color: #98de79;
    content: " ";
    display: block;
    height: 3px;
    margin: 20px 0;
    width: 40px;
}


@media screen and (max-width: 980px) {
	#wprecentposts li .content .image{ height:300px; }
}
@media screen and (max-width: 800px) {
	#wprecentposts li .content .image{ height:380px; }
}