#post-2  .entry-header {display: none;}
#post-453  .entry-header {display: none;}

img{
	max-width:500px;
}

.lang-item {
    display: inline;
	list-style: none;
}
.site-title{
	font-size: 3.15rem;
	font-weight:bold;
}
.main-navigation{
	max-width:100% !important;
	border-top: 1px solid black;
}
#site-navigation{
	border-bottom:0;
}
.site-header-menu{
	font-size:12px;
}

a {
	color: #004041;
	text-decoration: none;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:visited {
	color: #004041;
}

a:focus {
	outline: thin dotted;
}

a:hover, 
a:active {
	outline: 0;
}
a:focus, 
a:hover {
	opacity: 0.7;
}
.entry-content p a {
    font-weight: 600;
}
.site-title a,
.site-title a:visited {
	color: #004041;
}
.site-title a:hover {}

.entry-title a,
.entry-title a:visited {
	color: #004041;
}

.entry-meta a,
.entry-meta a:visited {
    color: #004041;
}

#page {
	background-color: #EFEFEF;
	padding:0;
	border-top-width: 0px;
}
/* .toggled-on .main-navigation ul {
    display: block;
} */
/*CAMBIARE COLORE MENU*/
.main-navigation a {
	color: #004041;
}

#content{
	padding:10px;
}

.page-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #004041;
}

input[type="submit"] {
    display: inline-block;
    border: 1px solid #004041;
	border-radius: 1.25rem;
    text-align: center;
    background-color: #004041;
    color: #FFFFFF;
    padding: 0.438rem 1.5rem 0.313rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 1px;
	 -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
button:hover,
input[type="submit"]:hover {
	border: 1px solid #007c7d;
	color: #fff;
	background-color: #007c7d;
	text-decoration:none;
}

input[type="submit"]:focus {
	border: 1px solid #007c7d;
	color: #fff;
	background-color: #007c7d;
	text-decoration:none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output{
	border: 0 solid;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 40%;
	min-width: 200px;
}

.ulServices {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}