/*
Theme Name: zero81
Author: Marco Castiello su base WPThemeDesigner.com
Hugo Port: faithfully reproduced
*/

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Anton&display=swap');

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #666;
	background: #f2f2f2;
}
a {
	color: #C1272D;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 230px;
	margin-bottom: 15px;
}
	#header .pages {
		list-style-type: none;
		height: 40px;
		background-color: #C1272D;
		float: left;
	}
		#header .pages li {
			font-family: 'Special Elite', arial, serif;
			font-weight:normal;
			text-transform: uppercase;
			font-size:16px;
			float: left;
		}
		#header .pages li a {
			display: block;
			padding: 13px;
			background-color: #681218;
			color: #fff;
			text-decoration: none;
		}
		#header .pages li a:hover {
			background-color:#f2f2f2;		
			color: #333;
			text-decoration: none;
		}
	#header .logo {
		float: left;
		margin: 3px 0 0 0;
	}
	#header .logo img {
		float: left;
	}
		
		#header .logo h1 {
			font-size: 42px;
			font-family: 'Special Elite', arial, serif;
			text-transform: uppercase;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			color: #f2f2f2;
			font-family: 'Special Elite', arial, serif;
			font-size: 18px;
			text-transform: uppercase;
		}
		
	#header .categories {
		list-style-type: none;
		height: 40px;
		background-color: #C1272D;
		float: right;
	}
		#header .categories li {
			float: left;
			font-family: 'Special Elite', arial, serif;
			font-weight:normal;
			text-transform: uppercase;
			font-size:16px;
		}
		#header .categories li a {
			display: block;
			padding: 13px;
			color: #fff;
			text-decoration: none;
		}
		#header .categories li a:hover {
			background-color: #f2f2f2;
			color: #333;
		}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 650px;
	float: left;
	padding-bottom: 10px;
} 
#content h2.sezione {
	background-color: #C1272D;
	color: #FFF;
	padding: 10px;
	font-family: 'Special Elite', arial, serif;
	font-weight:normal;
	text-transform: uppercase;		
}
	#featured {
		background-color: #681218;
		color: #f2f2f2;
		padding: 10px;
		margin-bottom: 20px;
		height: 200px;
		-moz-box-shadow:0 3px 5px #999;
    	-webkit-box-shadow:0 3px 5px #999;
   	 	box-shadow:0 3px 5px #999;
		overflow: hidden;
	}
		#featured .post {
			padding: 10px;
		}
		#featured h2 {
			font-size: 1.6em;
			font-family: 'Anton', arial, serif;
			font-weight: normal;
			margin-bottom: 5px;
			color: #FFF;
		}
			#featured h2 a {
				font-weight: normal;
				text-decoration: none;
				color: #FFF;
			}
			
			#content #featured .post img {
				float: left;
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-right: 20px;
			}
		.details {
			font-size: 0.9em;
			margin-bottom: 15px;
			color: #888888;
		}
			.details a {
				color: #888888;
				text-decoration: none;
			}
			.details a:hover {
				color: #C1272D;
				text-decoration: underline;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#featured .readmore {
			font-size: 0.8em;
		}
	#content .recent {
		border: 1px solid #DDDDDD;
		-moz-box-shadow:0 3px 5px #999;
    	-webkit-box-shadow:0 3px 5px #999;
    	box-shadow:0 3px 5px #999;
	}
		#content .recent .post {
			background-color: #f2f2f2;
			padding: 15px;
			clear: both;
		}
			#content .recent .post h2 {
				font-size: 21px;
				font-family: 'Anton', arial, serif;
				font-weight:normal;
				margin-bottom: 10px;
			}
				#content .recent .post h2 a {
					text-decoration: none;
				}
			#content .recent .post img {
				float: right;
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-left: 20px;
			}
			#content .recent .post p {
				line-height: 1.4em;
				margin-bottom: 10px;
			}
			#content .recent .post .readmore {
				font-size: 0.8em;
			}
		#content .recent .o {
			background-color: #EEEEEE;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	background-color: #C1272D;
	width: 320px;
	padding-top: 10px;
	margin-top: -50px;
	margin-bottom: 20px;
	float: right;
	-moz-box-shadow:0 3px 5px #999;
    -webkit-box-shadow:0 3px 5px #999;
    box-shadow:0 3px 5px #999;
}
	#sidebar .box {
		border-bottom: 1px #f2f2f2 dotted;		
	}
		#sidebar .box h2 {
			font-size: 18px;
			font-family: 'Special Elite', arial, serif;
			font-weight:normal;
			text-transform: uppercase;			
			color: #F2F2F2;
			padding: 10px 10px 0 10px;
		}		
		#sidebar .box a {
			color: #F2F2F2;
		}
		
		#sidebar form {
			padding: 10px;
		}
			#sidebar form input {
				width: 240px;
				height: 22px;
				border: #ccc 1px solid;
				background-color: #fff;
			}
			#sidebar form button {
				background-color: #681218;
				color: #fff;
				border: 0;
				width: 50px;
				height: 25px;
				cursor: pointer;
			}
		#sidebar .box ul {
			list-style-type: square;
			list-style-position: inside;
			padding: 10px;
		}
			#sidebar .box ul li {
				line-height: 1.4em;
				color: #f2f2f2;
				padding: 2px 0;
			}
			#sidebar .box ul li a {
				color: #f2f2f2;
				text-decoration: underline;
			}
			#sidebar .box ul li a:hover {
				color: #ccc;
				font-weight: none;
				text-decoration: none;
			}
		#sidebar .box .popular {
			list-style-type: none;
			list-style-position: outside;
		}
			#sidebar .box .popular li {
				padding: 5px 0;
			}
			#sidebar .box .popular li a {
				color: #f2f2f2;
				font-family: 'Anton', arial, serif;
				text-decoration: none;
				font-weight: bold;
			}
			#sidebar .box .popular li p {
				padding-top: 5px;
			}
		#sidebar .box .bookmarks {
			list-style-type: none;
			list-style-position: outside;
			padding: 5px 10px 10px;
		}
			#sidebar .box .bookmarks li {
				font-family: 'Anton', arial, serif;
				background-color: #f2f2f2;
				border: 1px solid #CCCCCB;
				padding: 5px 0 5px 40px;
				margin-bottom: 5px;
				background-position: 10px 6px;
				background-repeat: no-repeat;
			}
			#sidebar .box .bookmarks li a {
				color: #333;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 16px;
			}
			#sidebar .box .bookmarks li a:hover {
				color: #999;
				font-weight: normal;
			}
			#sidebar .box .bookmarks li.fcb {
				background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%233b5998"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg>');
			}
			#sidebar .box .bookmarks li.twt {
				background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%231dcaff"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path></svg>');
			}
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #681218;
	color: #ffffff;
	font-size: 0.9em;
	padding: 20px 10px;
}
	#footer .wrapper {
		width: 980px;
		margin: 0 auto;
	}
	
	#footer a {
		color: #ffffff;
	}
		
	#footer .box {
		width: 220px;
		padding: 10px;
		float:left;
		text-align: left;
	}
		#footer .box h2 {
			font-size: 18px;
			font-family: 'Special Elite', arial, serif;
			font-weight:normal;
			text-transform: uppercase;			
			color: #F2F2F2;
		}
		
		#footer .box ul {
			list-style-type: square;
			list-style-position: inside;
			padding: 10px 10px 10px 0;
		}
			#footer .box ul li {
				line-height: 1.4em;
				color: #f2f2f2;
				padding: 2px 0;
			}
			#footer .box ul li a {
				color: #f2f2f2;
				text-decoration: underline;
			}
			#footer .box ul li a:hover {
				color: #ccc;
				font-weight: bold;
				text-decoration: none;
			}
/** END footer **/

/** BEGIN miscellaneous **/
#content .postnav {
	background-color: #f2f2f2;
	clear: both;
	padding: 10px 0;
}
.title {
	font-size: 1em !important;
	font-family: 'Anton', arial, serif;
	font-weight:normal;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}

/* Featured slider controls */
.slider-controls {
	text-align: center;
	padding: 5px 0 8px;
}
.slider-controls span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f2f2f2;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
	opacity: 0.5;
}
.slider-controls span.active {
	opacity: 1;
}

/* Video placeholder */
.video-placeholder {
	background: #000;
	color: #4aed05;
	text-align: center;
	padding: 30px 10px;
	font-family: 'Anton', arial, serif;
	font-size: 14px;
}

/* Clearfix */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
/** END miscellaneous **/
