header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

footer {
	background-color: #2a2a2a;
}

nav a:hover {
	text-decoration: none !important;
	color: #ccc !important;
}

.negativo {
	position: relative;
	z-index: 999;
	margin-top: -20px !important;
}

.taxonomy-category a:hover {
	text-decoration: none !important;
}

.taxonomy-category.is-style-pill a {
	background-color: #ff580c;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 100px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.40);
	margin-bottom: 5px;
}

.taxonomy-category.is-style-pill a:hover {
	background-color: #ff6b26;
	text-decoration: none !important;
}

.taxonomy-post_tag.is-style-pill a {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 100px;
	margin-bottom: 5px;
}

.taxonomy-post_tag.is-style-pill a:hover {
	background-color: #444;
	text-decoration: none !important;
}

.scs-category {
	position: relative !important;
	display: block !important;
	z-index: 999;
	top: 60px;
	left: 20px;
}

.scs-category.featured {
	padding-left: 50px;
	background-image: url('https://sonocoseserie.it/wp-content/uploads/2024/01/featured.png');
	background-repeat: no-repeat !important;
	background-size: 33px 35px;
	background-position: left, center;
	opacity: .8;
}

.box-shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.post-date::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -5px;
	width: 22px;
	height: 1px;
	margin-right: 8px;
	background-color: #ff580c;
}

.wp-block-post-excerpt__more-link {
	display: none;
}

.negativo h2 a:hover {
	text-decoration: none;
}

h5 a:hover, h2 a:hover {
	text-decoration: none !important;
}

.wp-block-query-pagination a {
	display: inline-block;
	padding: 10px 18px;
	margin: 0 2px;
	border-radius: 10px;
	background-color: #ff580c;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}

.wp-block-query-pagination a:hover,
.wp-block-button a:hover {
	background-color: #ff6b26;
	color: #fff !important;
}

span.page-numbers.current {
	display: inline-block;
	padding: 10px 18px;
	margin: 0 2px;
	border-radius: 10px;
	background-color: #2a2a2a;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}

.post-meta-data {
	display: block;
	padding-left: 22px;
	background-image: url('https://sonocoseserie.it/wp-content/uploads/2024/01/single-post-date-white.png');
	background-repeat: no-repeat !important;
	background-size: 16px 16px;
	background-position: left, center;
}

.post-meta-comment {
	display: block;
	padding-left: 22px;
	background-image: url('https://sonocoseserie.it/wp-content/uploads/2024/01/single-post-comments-white.png');
	background-repeat: no-repeat !important;
	background-size: 16px 16px;
	background-position: left, center;
}

.block-title::before {
	content: "";
	position: relative;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 28px;
	border-radius: 4px;
	margin-right: 15px;
	background: linear-gradient(to right, #ff580c 0%, #fe8f61 51%, #ff580c 100%);
}