
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#kform_contact-form {
  position: relative;
  margin-top: 31px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #kform_contact-form {
    margin-bottom: 40px;
  }
}

@media (max-width: 979px) {

}
#kform_button
 {
  height: 30px;
  padding: 20px;
}
/* Contact Form Input 
========================================================*/
#kform_contact-form input[type='text'] {
  width: 100%;
  border-radius: 0;
  line-height: 24px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #666666;
  background: transparent;
  padding: 8px 13px;
  outline: none;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
#kform_contact-form input[type='text/javascript'] {
  width: 100%;
  border-radius: 0;
  line-height: 24px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #666666;
  background: transparent;
  padding: 8px 13px;
  outline: none;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}

/* Contact Form Textarea 
========================================================*/
#kform_contact-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 24px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #666666;
  background: transparent;
  padding: 8px 13px;
  outline: none;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  resize: none;
  height: 100%;
  -webkit-appearance: none;
}
#kform_contact-form .message .error-message {
  right: 20px;
}

/* Contact Form Processing Box
========================================================*/
#kform_contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#kform_contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Buttons
========================================================*/
#kform_contact-form input[type='submit'] {
  width: 100%;
  line-height: 0px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #666666;
  background: normal;
  outline: none;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
  box-sizing: none;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
