/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.btn-custom-menu {
	background: #548d31;
	color:white;
}

.btn-custom-menu:hover {
	background: white;
	color:#303133;
}

.icon-title-green h3 {
	color:#548d31;
}

.check-text {
	color:#ffffff;
}

.footer-lists {
	margin-top:5px!important;
}

.direct-contact-page {
	margin-top:10px!important;
}

a.top-contact {
	transition: color 0.2s ease-in-out;
	color:#000000;
} 

a.top-contact:hover {
	transition: color 0.2s ease-in-out;
	color:#00000080!important;
}

.logo-consorzi {
	margin-top:8px!important
}



