<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2, h3 {
	font-family: 'Zilla Slab', sans-serif;
}

h1 {
	color:#d9861e;
	margin-bottom:-20px;
}

.w-container .w-row {
	padding-bottom: 50px;
}
		
.puzzle-interno {
	background-image: url(../../../admin/assets/examples/images/login.jpg);
	background-size: cover;
	padding-top: 60px;
}

.w-container {
	max-width: 1280px;
}

.tag {
	border:1px solid #ccc;
	border-radius:2px;
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	margin-right:6px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	transition: all .2s;
}

.tag:hover, .categoria:hover {
	color:#fff;
	background-color: #d9861e;
}

ul.categorie {
	padding:0px;
	font-family: 'Lato', sans-serif;
}

ul.categorie li {
	list-style: none;
}

ul.categorie li:last-child {
}

ul.categorie li a {
	padding-bottom:5px;
	padding-left:5px;
	display: inline-block;
	width:100%;
	transition: all .2s;
	text-transform: uppercase;
}

ul.categorie li a:before {
	content: '&gt; ';
	color:#ccc;
	font-weight: bold;
}

.ultimo-articolo {
	overflow: hidden;
	border-bottom:3px dashed #eee;
	margin-bottom:10px;
	padding-bottom:10px;
	font-family: 'Lato', sans-serif;
}

.ultimo-articolo:last-child {
	border:none;
}

.ultimo-articolo span {
	display: block;
	color:#d9861e;
}

.ultimo-articolo img {
	float:left;
	margin-right:10px;
}

#gallery_holder a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#gallery_holder a img {
	border-radius: 3px;
}

.torna-elenco {
	font-family: 'Zilla Slab', sans-serif;
	color: #d9861e;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.embed-responsive-video {
	margin-bottom:20px;
}

.embed-responsive-video iframe {
	border:none;
}

hr {
	height:1px;
	border:none;
	border-top:2px dashed #eee;
	margin-top:20px;
}

button {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: bold;
}

#bottone-edicola {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: bold;
	color:#fff;
	background-color: #d9861e;
	padding:5px 10px 5px 10px;
	margin-top:10px;
	display: inline-block;
}</pre></body></html>