/*--- serp ---*/
.serp-container {
	position:relative;
	margin:0;
	padding:60px 0 0 0;
}

.serp-title {
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 25px 40px 45px;
    width: 585px;
    font-size: 50px;
    font-weight: 300;
    line-height: 46px;
    background-color: #ededed;
    color: #3b3b3b;
    letter-spacing: -3px;
}

.serp-separator-hor {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:1px;
	display:block;
	background-color:#dfdfdf;
}

.serp-content {
	position:relative;
	margin:0 0 0 0;
	padding:60px 0;
}

.serp {
	position:relative;
	margin:0;
    padding: 23px 0 5px 60px;
    overflow:hidden;
    clear:both;
}

.serp-content .more {
	position:relative;
	margin:45px auto 0;
	padding:0;
	width:263px;
	height:41px;
    background-color:#ededed;
    border-radius:20px;
    text-align:center;
}

.serp-content .more a {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	width:263px;
	height:41px;
    color:#b0b0b0;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    line-height:41px;
}

.serp .action {
	position:absolute;
    top:0;
    right:-35px;
	margin:0;
	padding:0;
	width:35px;
	height:100%;
	opacity:0;
    background-color:#ededed;
	background-repeat:no-repeat;
	background-position:center;
	background-size:18px 33px;
    background-image:url(../img/serp/arrow-articolo-serp.png);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.serp .action a {
	margin:0;
	padding:0;
	width:35px;
	height:100%;
    display:block;
}

.serp ul {
	position:relative;
	margin:0;
	padding:0;
}

.serp ul li {
	position:relative;
	margin:0 40px 0 0;
	padding:0 0 60px 0;
	list-style:none;
	float:left;
}

.serp ul li.text {
    width: calc(100% - 185px);
}

.serp ul li.photo {
    width:100px;
    height:100px;
    overflow:hidden;
    border-radius:50%;
}

.serp ul li.text .title {
	position:relative;
	margin:0;
	padding:0 60px 0 0;
	font-size:34px;
	line-height:34px;
	font-weight:300;
	color:#333;
}

.serp ul li.text .title a {
	color:#333;
}

.serp ul li.text .summary {
	position:relative;
	margin:20px 0 0 0;
	padding:0 60px 0 0;
	font-size:15px;
	font-weight:400;
	color:#333;
}

.serp ul li.text .autore-data-social {
	position:absolute;
    bottom:15px;
	margin:0;
	padding: 0 10px 0 0;
	width:100%;
	height:30px;
    line-height:30px;
	opacity:0;
    clear: both;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*
.serp:hover ~ .autore-data-social {
	opacity:1;
}
*/
.serp ul li.text .autore-data-social ul {
	position:relative;
	margin:0;
	padding:0;
}

.serp ul li.text .autore-data-social ul li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.serp ul li.text .autore-data-social ul li.last {
	float:right;
}

/*--- ! ---*/

