
/*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: 'Dancing Script', cursive;
}

.lead-18 h1, .lead-18 h2{
	font-family: 'Dancing Script', cursive;
}

/* 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(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
	margin-bottom: 30px;
}

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

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

.span2{
	color: #6d97b3;
}
/*Footer*/
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # # # # # # # # # # # # - 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;
}

}