.sidebar-amm-trasparente {
	border: 1px solid #cfcfcf;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-amm-trasparente > li {
	border-bottom: 1px solid #cfcfcf;
}

.sidebar-amm-trasparente > li > a {
	display: block;
	padding: 0.5em;
	border-bottom: 1px solid #cfcfcf;
}
.sidebar-amm-trasparente > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #efefef;
	display: none;
}
.sidebar-amm-trasparente > li.active > ul {
	display: block;
}
.sidebar-amm-trasparente > li > ul li {
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.sidebar-amm-trasparente > li > ul svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding-top: 4px;
}
.sidebar-amm-trasparente > li > ul a {
	color: #444;
	font-size: 0.85em;
	display: block;
	padding: 0.3em 0.5em;
	line-height: 130%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

/** Edit for Accesibility **/
:focus {
	outline: 2px solid #222 !important;
}

.second-row .head h1 {
	color: #333;
}
.second-row a h2 {
	color: #8d4502;
}
body.single .blog-single .date,
.blog-container .blog-item .date,
.second-row .date {
	color: #333;
}
.second-row .excerpt {
	color: #222;
}

#riga-argomenti .head h5 {
	color: #333;
}

.pre-footer .widget_text h2 {
	color: #b90000;
}

.fs-16px {
	font-size: 16px;
}

.pagination-wrapper .nav-links span.dots,
.pagination-wrapper .nav-links a {
	background: #737373;
}

@media only screen and (max-width: 768px) {
	#home-links .home-link-wrapper .pull-right a {
		display: none;
	}
}

.cookie-notice-container {
	background-color: #fff;
}
#cn-notice-text {
	background-color: #fff;
	color: #000;
}
#cn-accept-cookie {
	background-color: #000 !important;
	color: #fff !important;
}

.button-color-isral {
	background-color: #b90000 !important;
	color: #fff !important;
}
