/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child Theme di Hello Elementor
Author: Imago
Template: hello-elementor
Version: 1.0.0
*/

/* Puoi aggiungere qui il tuo CSS */
.page-header {
	width:100%;
	padding:0;
}
.custom-menu a {
	color:#000 !important
}
.custom-menu .sub-menu .menu-item a:hover,
.custom-menu .sub-menu .menu-item a.tahefobu-active-menu-item{
	background-color:#f5f4f0 !important
}
.page-header h1{
	max-width:100% !important;
	padding:0;
}
.single-post main {
	max-width:100% !important
}
main {
	padding:80px 10%
}
.home main {
	padding:0
}
.avvisi-home-box h5{
    display:none;
}
.avvisi-home-box ul{
    list-style-type:none;
    padding:0
}
.avvisi-home-box ul a{
    color:#000000
}
.avvisi-home-box ul span{
    display:block;
	font-style: italic;
    margin: 10px 0 0 0;
    color: #999999;
	font-size:14px
}
.delibera-search-item form{
	display:flex;
	column-gap:30px;
	background:#f5f4f0;
	padding:15px 25px
}
.delibera-search-item form input{
	border:0px solid #fff;
	border-radius:0;
	padding:0 15px;
	line-height:46px
}
.delibera-search-item form button{
	border:0px solid #fff;
	border-radius:0;
	background:#000;
	color:#fff;
	font-family:marcellus
}
.listitem-title {
	font-weight:700;
	margin:30px 0 20px;
	display:block
}
.listitem-items {
	text-align:left;
	font-size:16px
}
.listitem-items a{
	color:#000;
	font-family:marcellus;
	font-size:16px
}
.listitem-items td,
.listitem-items th{
	border:0px solid #fff;
	background:transparent !Important
}
.listitem-items td:first-child{
	font-family:marcellus
}
.listitem-items tr:nth-child(odd){
	border:0px solid #fff;
	background-color:#f5f4f0
}
.atto-box {
	padding:80px 10%;
}
.atto-box p{
	margin:0;
}
.delibera-single-details {
	background:#f5f4f0;
	padding:10px 20px;
	display:inline-block;
	margin:20px 0 40px
}
.atto-box .content{
	margin:0 0 50px;
}
.pdf-download {
	background:url(pdf.png) no-repeat center left;
	background-size:auto 30px;
	line-height:30px;
	padding:0 0 0 35px;
	font-family:marcellus;
	display:block;
	color:#000;
	margin:10px 0 0 0;
	text-decoration:none !Important
}
.pdf-download-big {
	background:url(pdf.png) no-repeat center left;
	background-size:auto 60px;
	line-height:normal;
	padding:5px 0 0 65px;
	height:60px;
	font-size:20px;
	font-family:marcellus;
	display:block;
	color:#000;
	margin:0;
	text-decoration:none !Important
}
.news-page-cont .wpr-grid {
	opacity:1
}
.form-contatti-item input,
.form-contatti-item textarea{
	border:0px solid #fff !important;
	border-radius:0px !important
}
.form-contatti-item textarea{
	height:130px !important
}
.form-contatti-item .wpcf7-list-item{
	margin:10px 0 15px !important;
	font-size:14px
}
.form-contatti-item input.wpcf7-submit {
	background:#000;
	color:#fff;
	font-family:marcellus;
}
.post-list-item h5 {
	display:none;
}
.post-list-item ul {
	list-style:none;
	padding:0
}
.post-list-item ul li a{
	font-family:marcellus;
	padding:20px 0;
	border-bottom:1px solid #d5d8dc;
	display: block;
    font-size: 20px;
    color: #000;
}
.cda-tabs .e-n-tab-title[aria-selected=true] {
	background:#000 !important
}
.cda-tabs .e-n-tab-title[aria-selected=false]:hover {
	background:#000 !important
}
.custom-carousel figure.swiper-slide-inner {
	height:500px;
	overflow:hidden
}
.custom-carousel figure.swiper-slide-inner img.swiper-slide-image{
	object-fit:cover;
	width:100%;
	height:100%;
}
.custom-carousel .swiper-pagination {
	bottom:-10px !Important
}