/* 
@media only screen and (max-width: 1024px) {
  .menu-item {
    display: none;
  }

  .menu-item {
      display: block;
  }
}*/







/*contactform*/
.grf-contactform {}

.grf-contactform br {
    display: none
}

.grf-contactform p {
    position: relative;
    clear: both;
    margin: 0px !important
}

.grf-contactform div {
    clear: both
}

.grf-contactform label {
    font-weight: 400 !important;
	font-family: Roboto !important;
    font-size: 13px !important;
	line-height:1.2em;
	color:#717171 !important;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
    position: relative;
}


.grf-contactform span {
	font-family: Roboto !important;
	color: #6D6E71;
}

.grf-contactform a {
    font: inherit !important;
	color: #717171 !important;
}




@media only screen and (min-width: 600px) {
.grf-contactform p label {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}


.grf-contactform p label:first-child {
    padding-right: 10px
}


.grf-contactform p label:last-child {
    padding-left: 10px
}
}




.grf-contactform p label:only-child {
    float: none !important;
    width: auto;
    padding: 0px
}

.grf-contactform input[type=submit] {
    transition: all .5s;
	font-family: Roboto !important;
    font-size: 16px;
	float:right;
    font-weight: 600;
    background: #FF5000;
	border: 0px !important;
    padding: 10px 50px !important;
    display: block !important;
    margin: 0px 0px 20px 0px !important;
}

.grf-contactform input[type=submit]:hover {
    background: #363636;
}

.grf-contactform textarea{
	max-height: 130px !important;
}

.grf-contactform input[type=text],
.grf-contactform input[type=email],
.grf-contactform input[type=tel],
.grf-contactform input[type=number],
.grf-contactform input[type=file],
.grf-contactform textarea,
.grf-contactform select {
    color: #717171 !important;
    background: #F2F2F2 !important;
    font-weight: 400 !important;
	font-family: Roboto !important;
    border: 0px !important;
    padding: 12px 20px !important;
    margin: 0px !important
}



@media only screen and (min-width: 600px) {
.grf-contactform .grf-allegati{
	max-width: 50% !important ;
    padding: 15px 10px 30px 10px !important;
}
}

.grf-contactform .grf-allegati{
	font-size: 15px !important;
    padding: 15px 10px 30px 10px !important;
}



.grf-contactform *::-webkit-input-placeholder {
    color: #717171 !important;
}

.grf-contactform *:-moz-placeholder {
    color: #717171 !important;
}

.grf-contactform *::-moz-placeholder {
    color: #717171 !important;
}

.grf-contactform *:-ms-input-placeholder {
    color: #717171 !important;
}

.grf-contactform *::-ms-input-placeholder {
    color: #717171 !important;
}

.grf-contactform-customUploadButton{
	float:right;
	font-size:18px !important;
    padding: 10px 25px;
    background: #717171;
    color: #fff !important;
    cursor: pointer;
}

.grf-contactform-customUploadButton:hover {
    background: #6D6E71 !important;
}

.grf-contactform .wpcf7-recaptcha {
    min-height: 140px;
    margin: 0px !important;
}

.wpcf7-validation-errors, .wpcf7-response-output {color:#FF5000 !important;}
.grf-contactform .wpcf7-form-control-wrap .wpcf7-not-valid-tip  {color:#FF5000 !important;}
/**/