.wpcf7 .gdlr-core-item-pdlr {
  margin-bottom: 30px;
}

.wpcf7-form-control wpcf7-radio {
  display: block;
}
.wpcf7 .wpcf7-form-control .wpcf7-list-item {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7 .wpcf7-list-item-label {
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}

.wpcf7 p:after {
  content: "";
  display: block;
  clear: both;
}
.wpcf7 input:checked ~ span {
  background-color: #184D7D;
}

.wpcf7 .wpcf7-list-item:nth-child(2) input:checked ~ span {
  background-color: #c6380c;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-bottom: 20px;
}

span.number {
  display: inline-block;
  float: left;
  font-size: 25px;
  font-weight: bold;
  padding-right: 10px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.cform .row{
  margin-bottom:20px;
}

.cform textarea{
  width:100%;
  max-height:100px;
}
.cform .wpcf7-form-control-wrap,
.cform label{
  display:block;
}
