.gform_body.gform-body {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large, 
.gform_wrapper.gravity-theme .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex input, 
.gform_wrapper.gravity-theme .ginput_complex select{
    width: 100%;
    border: none;
    border-bottom: solid 2px #000;
    padding: 2px 15px 2px 0px;
    font-size: 1em;
    font-family: "sofia-pro", sans-serif;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    background: transparent;
    height: 42px;
    line-height:2;
}

.gform_wrapper.gravity-theme .gfield input[type="file"]{
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
}

 input[type=file], button{
    -webkit-appearance: none;
   -moz-appearance: none;
  appearance: none;
}

input[type="file"]::-webkit-file-upload-button {
    display:inline-block;
       vertical-align: middle;
  border: 1px solid #000;
  padding: .2em .4em;
  border-radius: 0px;
  background-color: #000;
  color:#fff;
  transition: 1s;
  line-height:1.6;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="file"]::file-upload-button {
    display:inline-block;
       vertical-align: middle;
  border: 1px solid #000;
  padding: .2em .4em;
  border-radius: 0px;
  background-color: #000;
  color:#fff;
  transition: 1s;
  line-height:1.6;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform_wrapper.gravity-theme .ginput_complex select{
    background: url(../images/select-arrow.jpg) no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: 13px;
    padding-right: 35px;
    padding-bottom:5px;
    height: 42px;
    line-height:2;
}

.gform_wrapper.gravity-theme .gfield textarea.large{
    resize: none;
    width: 100%;
    height: 126px;
    background: url(../images/line.png) repeat-y;
    background-color: transparent;
    background-attachment: scroll;
    line-height: 41px;
    border: none;
    padding:0;
}

.gform_wrapper.gravity-theme .gfield_label{
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield_header_item, 
.gform_wrapper.gravity-theme .gform_fileupload_rules, 
.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 14px;
    padding-top: 5px;
    line-height: 1;
}

.gform_footer.top_label {
    text-align: center;
}

input#gform_submit_button_1 {
    display: inline-block;
        width: auto;
    padding: 0 34px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
   background: #249690;
    color: #fff;
    box-shadow: 0px 0px 0px #000 inset;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 3.65;
}

input#gform_submit_button_1:focus, input#gform_submit_button_1:hover {
    color: #fff;
    box-shadow: 0px -80px 0px #000 inset;
}

.page-id-270 .welcome-popup,
.page-id-299 .welcome-popup{
    display:none !important;
}

@media screen and (max-width:767px){
    .announcement-bar + header {
        top: 80px;
    }
    
    input[type="file"]::-webkit-file-upload-button{line-height: unset;}
    input[type="file"]::file-upload-button{line-height: unset;}
}

