/*
Theme Name: ANCL - Trova il tuo consulente del Lavoro
Author: Whead
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@media screen and (min-width:768px){
.blu a{padding: 16px 40px !important;
	background: #012b6a !important;
	border-radius: 32px;
	color: #fff !important;
	transition:1s all;}

.blu a:hover{
	background: #b7e4ea !important;
	color: #012b6a !important; opacity:1 !important}

.sky a{
	padding: 16px 40px !important;
	background: #b7e4ea !important;
	border-radius: 32px;
	color: #012b6a !important;
	transition:1s all;
}

.sky a:hover{
	background: #012b6a !important;
	color: #fff !important; opacity:1 !important}

.blu, .sky{margin-bottom:35px !important}
}