/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 04 2024 | 04:19:57 (pm)
/*
/******* Do not edit this file *******/

.site-header h2 {
font-weight: bold;
line-height: 1;
font-size: 1.5rem;
color: #C80000  ;
text-align: center;
}
h1 {letter-spacing:-1px}
h2 {letter-spacing:-1px}

}
.site-content article {
    margin-bottom: 1rem;
}
.leave-reply {
	visibility: hidden;
}
.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}
.comments-area article header {
	margin-bottom: 0;
}

.comment-content p {
	margin-top: 0;
}

.comment-content p {
	margin-bottom: 0;
}

.commentlist li a {
    font-weight: bold;
}
body .site {
    box-shadow: none;
}