body {
  .gform_wrapper li.hidden_label input,
  .gform_wrapper li.hidden_label textarea{
    margin-top: 0;
    border-radius: 0;
    border: none;
  }
  .gform_wrapper .top_label {
    div.ginput_container {
      border: 1px solid $brandcolor;
      border-radius: 5px;
      overflow: hidden;
    }
    .input-name,
    .input-email,
    .input-phone,
    .input-message{
      div.ginput_container {
        position: relative;
        &::before{
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 40px;
          height: 100%;
          background-color: $brandcolor;
        }
        &::after{
          content: "\f007";
          font: normal normal normal 14px/1 ticons;
          position: absolute;
          top: 8px;
          left: 13px;
          color: #fff;
          font-size: 18px;
        }
        input, textarea{
          padding-left: 50px !important;
          display: block;
        }
      }
    }
    .input-email{
      div.ginput_container {
        &::after {
          content: "\f0e0";
          left: 11px;
        }
      }
    }
    .input-phone{
      div.ginput_container {
        &::after {
          content: "\f095";
        }
      }
    }
    .input-message{
      div.ginput_container {
        &::after {
          content: "\f086";
          left: 11px;
        }
      }
    }
  }
  @media only screen and (min-width: 641px){
    .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0;
    }
  }
}
.hero-form-wrapper{
  background-color: #fff;
  border-top: 15px solid $brandcolor;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
  margin: 60px 0;
  @media screen and (max-width: 959px){
    display: none;
  }
  .gform_wrapper{
    margin: 0;
    .gform_footer{
      padding-bottom: 0;
      padding-top: 0;
      height: 52px;
    }
    .gform_footer input[type=submit],
    .gform_page_footer input.button,
    .gform_page_footer input[type=submit]{
      display: block;
      width: 100%;
      font-size: rem(35px);
      height: auto;
      line-height: initial;
      padding: 10px 20px !important;
    }
    h6,h5{
      color: $txtcolor;
      font-weight: 600;
      margin: 0;
    }
    h5{
      font-size: rem(30px);
    }
    h6{
      font-size: rem(25px);
    }
    p{
      margin: 0;
    }
  }
}
.top-footer{
  .hero-form-wrapper{
    margin: 0;
  }
}
#sidebar-inner{
  .z-form{
    .hero-form-wrapper{
      border-top: 0;
      padding: 0;
      .gform_fields{
        > li:not(.form-header){
          padding: 0 30px;
        }
      }
      .gform_footer{
        padding: 0 30px 20px;
        height: auto;
      }
    }
    .form-header{
      background-color: $brandcolor;
      color: #fff;
      text-align: center;
      padding: 20px 30px;
    }
  }
  .alt-logo{
    max-width: 90% !important;
    margin-bottom: 20px;
  }
}