/*----------------------------------*/
/* Contact Form - General CSS */
/*----------------------------------*/
form.wpcf7-form label {
  display: block;
  color: #323232;
  font-weight: 600;
  margin-bottom: 10px;
}

form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

form.wpcf7-form input {
  height: 50px;
}

form.wpcf7-form textarea {
  vertical-align: top;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form.wpcf7-form input:-webkit-autofill,
form.wpcf7-form input:-webkit-autofill:hover,
form.wpcf7-form input:-webkit-autofill:focus,
form.wpcf7-form textarea:-webkit-autofill,
form.wpcf7-form textarea:-webkit-autofill:hover,
form.wpcf7-form textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
}

.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:focus,
.webgatha-contact-form-light form.wpcf7-form textarea:-webkit-autofill,
.webgatha-contact-form-light form.wpcf7-form textarea:-webkit-autofill:hover,
.webgatha-contact-form-light form.wpcf7-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #323232;
}

.webgatha-contact-form-light.webgatha-contact-form-default form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-light.webgatha-contact-form-default form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-light.webgatha-contact-form-default form.wpcf7-form input:-webkit-autofill:focus,
.webgatha-contact-form-light.webgatha-contact-form-default form.wpcf7-form textarea:-webkit-autofill,
.webgatha-contact-form-light.webgatha-contact-form-default form.wpcf7-form textarea:-webkit-autofill:hover,
.webgatha-contact-form-light.webgatha-contact-form-default form.wpcf7-form textarea:-webkit-autofill:focus,
.webgatha-contact-form-light.webgatha-contact-form-style-5 form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-light.webgatha-contact-form-style-5 form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-light.webgatha-contact-form-style-5 form.wpcf7-form input:-webkit-autofill:focus,
.webgatha-contact-form-light.webgatha-contact-form-style-5 form.wpcf7-form textarea:-webkit-autofill,
.webgatha-contact-form-light.webgatha-contact-form-style-5 form.wpcf7-form textarea:-webkit-autofill:hover,
.webgatha-contact-form-light.webgatha-contact-form-style-5 form.wpcf7-form textarea:-webkit-autofill:focus,
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input:-webkit-autofill,
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill {
  -webkit-text-fill-color: #323232;
}

/* Auto Fill Text White */
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input:-webkit-autofill,
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:hover,
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:focus,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:focus,
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:focus,
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
}

/*----------------------------*/
/* Form Button */
/*----------------------------*/
form.wpcf7-form .wpcf7-submit {
  display: inline-flex;
  justify-content: center;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 3px;
}

form.wpcf7-form .wpcf7-submit:hover {
  background: #323232;
}

form.wpcf7-form .wpcf7-submit > i {
  padding-left: 10px;
  line-height: normal;
  align-self: center;
}

.webgatha-contact-form-light form.wpcf7-form .wpcf7-submit:hover,
.webgatha-row-light .webgatha-contact-form-light form.wpcf7-form .wpcf7-submit {
  background: #ffffff;
  color: #323232;
}

.webgatha-row-light .webgatha-contact-form-light form.wpcf7-form .wpcf7-submit:hover {
  background: #323232;
  color: #ffffff;
}

/*----------------------------*/
/* Form - Square */
/*----------------------------*/
.contact-form-shape-square form.wpcf7-form input[type=email],
.contact-form-shape-square form.wpcf7-form input[type=password],
.contact-form-shape-square form.wpcf7-form input[type=search],
.contact-form-shape-square form.wpcf7-form input[type=text],
.contact-form-shape-square form.wpcf7-form textarea,
.contact-form-shape-square form.wpcf7-form .wpcf7-submit {
  border-radius: 0;
}

/*----------------------------*/
/* Form - Rounded */
/*----------------------------*/
.contact-form-shape-rounded form.wpcf7-form input[type=email],
.contact-form-shape-rounded form.wpcf7-form input[type=password],
.contact-form-shape-rounded form.wpcf7-form input[type=search],
.contact-form-shape-rounded form.wpcf7-form input[type=text],
.contact-form-shape-rounded form.wpcf7-form textarea,
.contact-form-shape-rounded form.wpcf7-form .wpcf7-submit {
  border-radius: 3px;
}

/*----------------------------*/
/* Form - Round */
/*----------------------------*/
.contact-form-shape-round form.wpcf7-form input[type=email],
.contact-form-shape-round form.wpcf7-form input[type=password],
.contact-form-shape-round form.wpcf7-form input[type=search],
.contact-form-shape-round form.wpcf7-form input[type=text] {
  padding: 13px 20px;
  border-radius: 50px;
}

.contact-form-shape-round form.wpcf7-form textarea {
  border-radius: 15px;
}

.contact-form-shape-round form.wpcf7-form .wpcf7-submit {
  border-radius: 50px;
}

/*----------------------------*/
/* Form - Validation */
/*----------------------------*/
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  font-weight: normal;
}

form.wpcf7-form .wpcf7-validation-errors {
  margin: 0;
  margin-top: 25px;
  padding: 10px 20px;
}

.webgatha-contact-form-light form.wpcf7-form .wpcf7-validation-errors {
  color: #ffffff;
}

/*----------------------------*/
/* Default - Light */
/*----------------------------*/
.webgatha-contact-form-light form.wpcf7-form label {
  color: #ffffff;
}

.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form textarea {
  background: #ffffff;
  border-color: #ffffff;
}

/*----------------------------*/
/* Default - Validation */
/*----------------------------*/
.webgatha-contact-form-default form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-default form.wpcf7-form textarea.wpcf7-not-valid,
.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-default.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #f00;
}

/*==================================*/
/* Contact Form - Style 1 */
/*==================================*/
.webgatha-contact-form-style-1 form.wpcf7-form input[type=email],
.webgatha-contact-form-style-1 form.wpcf7-form input[type=password],
.webgatha-contact-form-style-1 form.wpcf7-form input[type=search],
.webgatha-contact-form-style-1 form.wpcf7-form input[type=text],
.webgatha-contact-form-style-1 form.wpcf7-form textarea {
  border-width: 1px;
}

/*-------------------*/
/* Style 1 - Light */
/*-------------------*/
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.webgatha-row-light .webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=email]:focus,
.webgatha-row-light .webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=password]:focus,
.webgatha-row-light .webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=search]:focus,
.webgatha-row-light .webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input[type=text]:focus,
.webgatha-row-light .webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea:focus {
  border-color: #ffffff;
}

/* Input Placeholder */
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbfbfb;
}

.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbfbfb;
}

.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbfbfb;
}

/* Input Placeholder */
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbfbfb;
}

.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbfbfb;
}

.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbfbfb;
}

/*----------------------------*/
/* Style 1 - Validation */
/*----------------------------*/
.webgatha-contact-form-style-1 form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-1 form.wpcf7-form textarea.wpcf7-not-valid,
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-1.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #f00;
}

/*==================================*/
/* Contact Form - Style 2 */
/*==================================*/
.webgatha-contact-form-style-2 form.wpcf7-form input[type=email],
.webgatha-contact-form-style-2 form.wpcf7-form input[type=password],
.webgatha-contact-form-style-2 form.wpcf7-form input[type=search],
.webgatha-contact-form-style-2 form.wpcf7-form input[type=text],
.webgatha-contact-form-style-2 form.wpcf7-form textarea {
  border: none;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.webgatha-contact-form-style-2 form.wpcf7-form input[type=email]:focus,
.webgatha-contact-form-style-2 form.wpcf7-form input[type=password]:focus,
.webgatha-contact-form-style-2 form.wpcf7-form input[type=search]:focus,
.webgatha-contact-form-style-2 form.wpcf7-form input[type=text]:focus,
.webgatha-contact-form-style-2 form.wpcf7-form textarea:focus {
  background: #f7f7f7;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

/*----------------------------*/
/* Style 2 - Validation */
/*----------------------------*/
.webgatha-contact-form-style-2 form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-2 form.wpcf7-form textarea.wpcf7-not-valid,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  -webkit-box-shadow: 0px 2px 10px rgba(255, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px rgba(255, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(255, 0, 0, 0.15);
}

/*-------------------*/
/* Style 2 - Light */
/*-------------------*/
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=email]:focus,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=password]:focus,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=search]:focus,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input[type=text]:focus,
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea:focus {
  background: rgba(255, 255, 255, 0.2);
}

/* Input Placeholder */
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

/* Input Placeholder */
.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  color: #fbfbfb;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-2.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  color: #fbfbfb;
}

/*==================================*/
/* Contact Form - Style 3 */
/*==================================*/
.webgatha-contact-form-style-3 form.wpcf7-form input[type=email],
.webgatha-contact-form-style-3 form.wpcf7-form input[type=password],
.webgatha-contact-form-style-3 form.wpcf7-form input[type=search],
.webgatha-contact-form-style-3 form.wpcf7-form input[type=text],
.webgatha-contact-form-style-3 form.wpcf7-form textarea {
  background: #f3f3f3;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.webgatha-contact-form-style-3 form.wpcf7-form input[type=email]:focus,
.webgatha-contact-form-style-3 form.wpcf7-form input[type=password]:focus,
.webgatha-contact-form-style-3 form.wpcf7-form input[type=search]:focus,
.webgatha-contact-form-style-3 form.wpcf7-form input[type=text]:focus,
.webgatha-contact-form-style-3 form.wpcf7-form textarea:focus {
  background: #fbfbfb;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------*/
/* Style 3 - Light */
/*-------------------*/
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

/* Input Focus */
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=email]:focus,
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=password]:focus,
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=search]:focus,
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input[type=text]:focus,
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form textarea:focus {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

/* Input Placeholder */
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  color: #fbfbfb;
}

.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  color: #fbfbfb;
}

.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  color: #fbfbfb;
}

/* Input Placeholder */
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #fbfbfb;
}

.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  color: #fbfbfb;
}

.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  color: #fbfbfb;
}

/*----------------------------*/
/* Style 3 - Validation */
/*----------------------------*/
.webgatha-contact-form-style-3 form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-3 form.wpcf7-form textarea.wpcf7-not-valid {
  background: #ffe3e3;
}

.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-3.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  background: rgba(255, 188, 188, 0.6);
}

/*==================================*/
/* Contact Form - Style 4 */
/*==================================*/
.webgatha-contact-form-style-4 form.wpcf7-form input[type=email],
.webgatha-contact-form-style-4 form.wpcf7-form input[type=password],
.webgatha-contact-form-style-4 form.wpcf7-form input[type=search],
.webgatha-contact-form-style-4 form.wpcf7-form input[type=text],
.webgatha-contact-form-style-4 form.wpcf7-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 0;
}

/*-------------------*/
/* Style 4 - Light */
/*-------------------*/
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea {
  border-bottom-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

/* Input Placeholder */
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

/* Input Placeholder */
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

/* Input on Row BG Light */
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=email]:focus,
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=password]:focus,
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=search]:focus,
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input[type=text]:focus,
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea:focus {
  border-bottom-color: #ffffff;
}

.webgatha-row-light .webgatha-contact-form-light form .wpcf7-response-output {
  color: #ffffff;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbfbfb;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbfbfb;
}

/*----------------------------*/
/* Style 4 - Validation */
/*----------------------------*/
.webgatha-contact-form-style-4 form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-4 form.wpcf7-form textarea.wpcf7-not-valid,
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-4.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  border-bottom-color: #f00;
}

/*==================================*/
/* Contact Form - Style 5 */
/*==================================*/
.webgatha-contact-form-style-5 form.wpcf7-form input[type=email],
.webgatha-contact-form-style-5 form.wpcf7-form input[type=password],
.webgatha-contact-form-style-5 form.wpcf7-form input[type=search],
.webgatha-contact-form-style-5 form.wpcf7-form input[type=text],
.webgatha-contact-form-style-5 form.wpcf7-form textarea {
  background: #f3f3f3;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Style 5 - Light */
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

/* Input Placeholder */
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  color: #cccccc;
}

.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  color: #cccccc;
}

.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  color: #cccccc;
}

/* Input Placeholder */
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  color: #cccccc;
}

.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* Input Focus in Row BG Light */
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=email]:focus,
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=password]:focus,
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=search]:focus,
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input[type=text]:focus,
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea:focus {
  border-bottom-color: #ffffff;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  color: #fbfbfb;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  color: #fbfbfb;
}

.webgatha-row-light .webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  color: #fbfbfb;
}

/*----------------------------*/
/* Style 5 - Validation */
/*----------------------------*/
.webgatha-contact-form-style-5 form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-5 form.wpcf7-form textarea.wpcf7-not-valid,
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-5.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  background: #ffeaea;
  border-bottom-color: #f00;
}

/*==================================*/
/* Contact Form - Style 6 */
/*==================================*/
.webgatha-contact-form-style-6 form.wpcf7-form input[type=email],
.webgatha-contact-form-style-6 form.wpcf7-form input[type=password],
.webgatha-contact-form-style-6 form.wpcf7-form input[type=search],
.webgatha-contact-form-style-6 form.wpcf7-form input[type=text],
.webgatha-contact-form-style-6 form.wpcf7-form textarea {
  color: #ffffff;
  border: none;
  padding: 0 15px;
  font-size: 15px;
}

.webgatha-contact-form-style-6 form.wpcf7-form label {
  color: #323232;
}

.webgatha_contact_form_wrapper .webgatha-contact-form-style-6 form.wpcf7-form .wpcf7-submit:hover {
  background: #323232;
  color: #ffffff;
}

.webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=email],
.webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=password],
.webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=search],
.webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=text],
.webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form textarea {
  background: #323232;
  color: #ffffff;
}

.webgatha-contact-form-style-6 form.wpcf7-form textarea {
  padding-top: 10px;
}

/* Input Placeholder */
.webgatha-contact-form-style-6 form.wpcf7-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbfbfb;
}

.webgatha-contact-form-style-6 form.wpcf7-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbfbfb;
}

.webgatha-contact-form-style-6 form.wpcf7-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbfbfb;
}

/* Input Placeholder */
.webgatha-contact-form-style-6 form.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fbfbfb;
}

.webgatha-contact-form-style-6 form.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fbfbfb;
}

.webgatha-contact-form-style-6 form.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fbfbfb;
}

/*------------------------------*/
/* Form Dark In VC Row Dark */
/*-----------------------------*/
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=email],
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=password],
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=search],
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input[type=text],
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form textarea {
  background: #ffffff;
  color: #323232;
}

.webgatha-row-dark .webgatha-contact-form-style-6 form.wpcf7-form label {
  color: #ffffff;
}

.webgatha-row-dark .webgatha_contact_form_wrapper .webgatha-contact-form-style-6 form.wpcf7-form .wpcf7-submit:hover {
  background: #ffffff;
  color: #323232;
}

/* Input Placeholder */
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input::-webkit-input-placeholder {
  color: #969696;
}

.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input::-moz-placeholder {
  color: #969696;
}

.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form input:-ms-input-placeholder {
  color: #969696;
}

/* Input Placeholder */
.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #969696;
}

.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form textarea::-moz-placeholder {
  color: #969696;
}

.webgatha-row-dark .webgatha-contact-form-style-6.webgatha-contact-form-dark form.wpcf7-form textarea:-ms-input-placeholder {
  color: #969696;
}

/*------------------------------*/
/* Form Light In VC Row Light */
/*-----------------------------*/
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input[type=email],
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input[type=password],
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input[type=search],
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input[type=text],
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form textarea {
  background: #ffffff;
  color: #323232;
}

.webgatha-row-light .webgatha-contact-form-style-6 form.wpcf7-form label {
  color: #ffffff;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input::-webkit-input-placeholder {
  color: #969696;
}

.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input::-moz-placeholder {
  color: #969696;
}

.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input:-ms-input-placeholder {
  color: #969696;
}

/* Input Placeholder */
.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #969696;
}

.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form textarea::-moz-placeholder {
  color: #969696;
}

.webgatha-row-light .webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form textarea:-ms-input-placeholder {
  color: #969696;
}

/*----------------------------*/
/* Style 6 - Validation */
/*----------------------------*/
.webgatha-contact-form-style-6 form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-6 form.wpcf7-form textarea.wpcf7-not-valid,
.webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form input.wpcf7-not-valid,
.webgatha-contact-form-style-6.webgatha-contact-form-light form.wpcf7-form textarea.wpcf7-not-valid {
  border-bottom-color: #f00;
}

/*================================*/
/* Responsive - Form */
/*================================*/
@media only screen and (max-width: 767px) {
  form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
}
