@charset "utf-8";
/* Rimuove il margine sotto l'immagine della testata */
.entry-content figure.wp-block-image.alignfull {
    margin-bottom: 0 !important;
}
.mt-news {
	overflow: hidden;
	position: absolute;
}
.mt-news a:hover {
	color: #505050;
	background-color: #e5a632;
}
.mt-news a:active {
	background-color: #e5a632;
}
.mt-news a {
	font-size: 18px;
	font-weight: 600;
	padding: 0 15px 0 10px; 
  margin-right: 0 !important; 
  display: block;
  white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap;
	color: #fafafa;
	background-color: #af0d24;
}
.mt-news ul {
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-news li {
	float: left;
}
.modern-ticker {
	width: 100%;
	height: 46px;
	line-height: 40px;
	overflow: hidden;
	margin: 0px auto;
	color: #fafafa;
	background-color: #fafafa;
}
.modern-ticker ul li {
    list-style-type: none !important; 
}
.modern-ticker ul li a::before {
    content: " •"; 
    margin-right: 15px;
    color: #fafafa; 
    font-weight: bold;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt-round {
	border-radius: 7px;
}
.mt-body {
	position: relative;
}
.mt-scroll .mt-news {
	background-color: transparent;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}
