<?php /* ?>.footer-bg {
	background-color: #81619c; 
}

.copyright-wrap {
	background: #754d95; 
}<?php */ ?>

.footer-social a {
	background-color: #81619c;
}

.footer-social a:hover {
	background: rgba(118, 194, 27, 1); 
}

.f-widget-title img {
    width: 200px;
}


ul.lista_link_footer li {
	width: 100px
}

ul.bullet li {
    list-style:circle;
}

#come-lavoriamo {
	padding: 50px 0px
}

.contact-field input.radio_button  {
    width: 20px;
}

.abstract_text {
	font-size: 1em;
	font-weight: 600;
	margin: 0 10px 30px 0 
}

.flip-card-back {
    background-color: #76c21b;
    color: white;
    transform: rotateY(180deg);
    padding: 0px 15px;

} 