/*
 Theme Name:   Agid Corridonia Servizi
 Text Domain:  agid_corridoniaservizi
 Description:  Agid: sito Corridonia Servizi
 Author:       Task
 Author URI:   http://www.task.sinp.net
 Template:     agid
 Version:      1.0.0
*/

@import url("../agid/style.css");

/* Colori */
.u-background-base-80 {background-color:#eb630f!important}
.u-background-base-70 {background-color:#eb813f!important}
.u-background-base-60 {background-color:#e99967!important}
.u-background-base-40 {background-color:#e7b697!important}
.u-background-base-20 {background-color:#e9cebe!important}
.u-background-base-10 {background-color:#f8f8f8!important}

.u-color-base-80 {color:#eb630f!important}
.u-color-base-70 {color:#eb813f!important}
.u-color-base-60 {color:#e99967!important}
.u-color-base-40 {color:#e7b697!important}
.u-color-base-20 {color:#e9cebe!important}
.u-color-base-10 {color:#f8f8f8!important}

.u-background-alt-80 {background-color:#e99967!important}
.u-background-alt-60 {background-color:#e7b697!important}
.u-background-alt-40 {background-color:#e9cebe!important}
.u-background-alt-20 {background-color:#f8f8f8!important}

.u-color-alt-80 {color:#e99967!important}
.u-color-alt-60 {color:#e7b697!important}
.u-color-alt-40 {color:#e9cebe!important}
.u-color-alt-20 {color:#f8f8f8!important}

.u-background-10{background-color:#0b92a5!important}

.Megamenu--default{background-color:#eb630f}
.Megamenu-item>a {padding-right:2.5rem!important;padding-left:2rem!important;}
.Hamburger-toggle,.Hamburger-toggle:after,.Hamburger-toggle:before{background:#eb630f;border-radius:4px;content:" ";display:block;height:.4rem;position:relative;width:3.22rem}
.Header-toggleText{color:#eb630f;letter-spacing:.1em!important;margin-bottom:-2.2rem;margin-top:2.2rem;text-transform:uppercase}

@media screen and (min-width:768px) and (max-width:991px),screen and (min-width:992px) and (max-width:1365px),screen and (min-width:1366px){
.Header-logo img{height:76px!important;width:60px!important}

}
@media screen and (min-width:992px) and (max-width:1365px){
.Megamenu-item>a {padding-bottom:0.6rem!important}

}
.Header-logo img{height:76px!important;width:60px!important}

.Footer-socialIcons [class*=" Icon-"], .Footer-socialIcons [class^=Icon-] {
	background-color: #fff!important;
}

.task a:link {color: #000!important; text-decoration: none;
	
}
.task a:visited {color: #000!important; text-decoration: none;
	
}

#search-image {
	cursor:pointer;
}

/* Gestione liste sul contenuto */
.contenuto ol {
	list-style-type: decimal!important;
	list-style-position: inside!important;
	padding: 2px;
}
.contenuto ul {
	list-style-type: square!important;
	list-style-position: inside!important;
}
.contenuto ul li ul {
	list-style-type: circle!important;
	list-style-position: inside!important;
	padding-left: 20px;
}