/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 16 2019 | 01:29:39 (pm)
/*
/******* Do not edit this file *******/

.entry-header {
display: none;
}

.entry-content {
color: #000000;
line-height: 1.6em;
zoom: 1;
}

#main {
background: #FFFFFF;
padding: 10px;
}

header#masthead {
background: #FFFFFF;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 35px 0 35px;
}

header#masthead hgroup h1 {
color: rgba(0, 0, 0, 0);
font-size: 36px;
font-weight: 100;
line-height: 1em;
}

.main-navigation ul li a {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 15px 15px;
}

article.post, article.page {
border-bottom: 1px solid #DDDDDD;
margin-bottom: 15px;
padding-bottom: 0px;
zoom: 1;
}

.main-navigation {
position: relative;
background: #FFF;
font-size: 13px;
margin: 0 -35px;
}

.main-navigation a {
color: #444444;
display: block;
font-weight: bold;
text-decoration: none;
}

.main-navigation ul li:hover > a {
	background: #DDDDDD;
	color: #000000;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); /* Third Level Items */ 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15); /* Third Level Items */ 
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	display: none;
	z-index: 99999; /* Third Level Items */ 
}

.main-navigation ul ul a {
	width: 200px;
	
	padding: 5px 10px;
}

.main-navigation ul ul li:hover > a {
	background: #DDDDDD;
	color: #000;
}

.type-post ul li {
    list-style-type: disc;
    margin: 0 0 0 30px;
    padding: 0;
}