.contact_form_wrapper ul li {
    list-style: none;
    padding: 15px 0;
}
.contact_form_wrapper ul{
    padding:0;
    margin:0;
}
.contact_form_wrapper label.gfield_label {
/*    float: left;
    padding-right: 40px;
    width: 27%;*/
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.contact_form_wrapper input {
    height:23px;
    width:63%;
}
.contact_form_wrapper .jcf-select
{
    width: 64%;
}
.contact_form_wrapper .jcf-select .jcf-select-opener:after
{
    top:39%;
}
.contact_form_wrapper input[type="submit"]
{
    text-transform: uppercase;
    font-weight: 700;
    color: #48ad20;
    font-family: "Raleway";
    background: #bde72b;
    z-index: 2;
    padding: 13px 14px 28px;
    letter-spacing: .045em;
    border-radius: 3px;
    width: 28%;
    /* float: right; */
    border: none;
    margin-top: 29px;
    margin-bottom: 29px;
}
.contact_form_wrapper textarea {

    /* float: left; */
    /* padding-right: 40px; */
    width: 64%;
    height: 123px;
}
.gfield_description.validation_message {
  display: none;
}
.contact_form_wrapper .gfield_error input {
/*  border: 1px solid #48ad20;*/
  border: 1px solid red;
}
.gform_confirmation_message_1 {
  color: #5abc33;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 20px;
}
.contact_form_wrapper validation_error{ color: red}
.contact_form_wrapper .gform_ajax_spinner{padding-left: 20px;   }
.contact_form_wrapper .jcf-select .jcf-select-text{text-transform: none; font-size: 15px;  margin: 0 45px 0 15px;  }
.contact_form_wrapper  .jcf-select .jcf-select-opener:after{margin-top: -6px; margin-left: -6px;}

@media(max-width:600px)
{
    .contact_form_wrapper input[type="submit"]
    {
        width: 61%;
    }
}
