body{
  color: #000000 !important;
  font-size: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body, h1, h2, h3, h4, h5{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.entry-header, #social-navigation{
  display: none; 
}
.vendita{
  text-align: center;
  color: #000000 !important;
  font-weight: bold;
  font-size: 15px;
}
.home #content {
    padding-top: 0px !important;
}
.parallax-home{
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
  color: #ffffff;
  font-size: 50px !important;
  line-height: 60px;
  /*background-color: rgba(255,255,255,0.3);*/
  font-size: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*.custom-logo{
  width: 185px !important;
  height: 95px !important;
}*/

/** FORM CONTATTI **/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
 /** FINE FORM CONTATTI**/

html {
  font-family: sans-serif !important;
}
h1 {
  font-size: 38px !important;
  line-height: 64px !important;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important
}