/*Staff cards*/

.sm-social-card ul{
	list-style-type: none;
	margin-bottom: 0;
}

.sm-social-card ul li{
	display: inline-block;
	padding: 0 5px;
}

/* FONT */
.sm-font{
	font-family: 'Lora', serif;
}

.lead-18 h1, .lead-18 h2{
	font-family: 'Lora', serif;
}

/* box colorati homepage */
.first-col{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.last-col{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* timeline heading */
.pi-timeline-date {
	width: 400px;
}

/* clip path immagine articoli */
.clipped{
-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
	margin-bottom: 15px;
}

/*firma articoli*/
.firma{
	text-align: right;
}

.multicolor .span1{
	color: #69a3a1;
}

.span2{
	color: #6d97b3;
}

.sm-btn-base {
	padding: 10px 30px;
	background-color: transparent;
	color: #f58b3c !important;
	border: 1px solid #f58b3c;
	transition: 0.5s all ease;
	border-radius: 50px;
}
.sm-btn-base:hover {
	background-color: #f58b3c;
	color: #fff !important;
	border: 1px solid #f58b3c;
	transition: 0.5s all ease;
}












/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # # # # # # # # # # # # - MEDIA QUERY - # # # # # # # # # # # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

@media only screen and (max-width: 768px) {
	.first-col{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	border-mottom-right-radius: 0px;
}
.last-col{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

}