/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*** Home Page ***/
.dark .section-title b{
	background-color: #c2c2c2;
	opacity: 1;
}

.copyright-footer,
ul#menu-menu-footer li a {
    color: #fff !important;
}


.absolute-footer,
.header-top,
.bkgtitoli{
	background: rgb(127,165,27);
	background: -moz-linear-gradient(90deg, rgba(127,165,27,1) 0%, rgba(3,143,40,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(127,165,27,1) 0%, rgba(3,143,40,1) 100%);
	background: linear-gradient(90deg, rgba(127,165,27,1) 0%, rgba(3,143,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fa51b",endColorstr="#038f28",GradientType=1);
}
.listaServizi {
    padding-left: 20px;
}
.listaServizi li{
	margin-bottom:0;
}

.wpcf7 .col {
    padding: 0 15px 0px!important;
}
li{
	margin-bottom:0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}