/*Cf7 calitate page*/
.form-group > label{
  width: 100%;
}
.form-group textarea.form-control{
  margin-top: 0.5em;
  height: 100px;
}
.form-group input[type="file"]{
  width: 100%;
}
.form-group.select-item select{
  width: 100%;
  margin-top: 0.5em;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  /* background-image: none; */
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.inline-radio .radio-item{
  margin-bottom: 5px;
}
.inline-radio .radio-item:last-child{
  margin-bottom: 0;
}
span.wpcf7-not-valid-tip{
  font-size: 12px;
}
.form-comanda { 
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .form-group {
    padding-bottom: 10px;
  }
}
.zopim {
	right: 110px !important;
}