/*
 * Forms
 *
 */

/* oculta logo recaptcha */
#top .grecaptcha-badge {
  visibility: hidden;
}

#top label {
  font-size: 16px;
  color: #000;
}

#top .wpcf7-form p > label {
  display: block;
  /* margin-top: 10px; */
}

#top .wpcf7-form h2 + p > label {
  margin-top: 0;
}

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"]
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select,
#top .main_color input.wpcf7-text,
#top .wpcf7-form .input-text,
#top .wpcf7-form input[type="text"],
#top .wpcf7-form input[type="input"],
#top .wpcf7-form input[type="password"]
#top .wpcf7-form input[type="email"],
#top .wpcf7-form input[type="number"],
#top .wpcf7-form input[type="url"],
#top .wpcf7-form input[type="tel"],
#top .wpcf7-form input[type="search"],
#top .wpcf7-form textarea,
#top .wpcf7-form select,
#top .wpcf7-form input.wpcf7-text {
  border: 1px solid #efefef;
  /* background-color: #efefef; */
  font-size: 14px;
  padding: 14px;
  margin-bottom: 15px;

  transition: border-color .2s ease-in-out;
}

#top .main_color input[type="text"]:focus,
#top .main_color input[type="password"]:focus,
#top .main_color input[type="email"]:focus,
#top .main_color input[type="number"]:focus,
#top .main_color input[type="url"]:focus,
#top .main_color input[type="tel"]:focus,
#top .main_color input[type="search"]:focus,
#top .main_color input[type="search"]:focus,
#top .main_color textarea:focus {
  box-shadow: none;
  border-color: #3ccccc;
}

#top .avia-button {
  border-radius: 26px;
  border: 0 none;
  font-weight: bold;
}

#top .avia-button:hover .avia_button_background {
  opacity: 0 !important;
}

#top .wpcf7-form p {
  margin: 25px 0;
}

#top .wpcf7-submit {
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
  padding: 15px;
  border-radius: 25px;
}

#top .wpcf7-response-output {
  padding: 10px 15px;
  margin: 30px auto 0 0;
  border: 0 none;
  font-size: 15px;
  line-height: 1.5em;
  background-color: #fdf78c;
}

#top .wpcf7-spinner {
  margin: 0px 15px;
  position: relative;
  vertical-align: middle;
}

/* #top .wpcf7-form.sent .wpcf7-response-output {
  display: none;
} */

#top .codedropz-upload-wrapper {
  margin-bottom: 30px;
}

#top .wpcf7-radio {
  margin-bottom: 20px;
  display: block;
}

#top .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

#top .wpcf7-list-item.last,
#top .wpcf7-acceptance .wpcf7-list-item {
  margin-bottom: 30px;
}

#top .wpcf7-list-item-label {
  font-size: 16px;
}

#top .wpcf7-not-valid-tip {
  color: #e62d2d;
  margin-top: -20px;
  float: left;
}




/* audit form */

#top .audit-form__wrapper {
  padding: 0 20%;
}

@media only screen and (max-width: 767px) {
  #top .audit-form__wrapper {
    padding: 0 10%;
  }
}


#top .audit-form__wrapper .wpcf7-form .wpcf7-text {
  font-size: 17px;
  padding: 18px 14px;
  border-color: #ddd;
  background-color: #fff;
}

#top .audit-form__wrapper .wpcf7-form .wpcf7-text:focus {
  border-color: #3ccccc;
}

#top .audit-form__wrapper .wpcf7-form > p:nth-child(4) {
  margin: 0;
}

#top .audit-form__wrapper .wpcf7-submit {
  width: 100%;
  color: #000;
}

#top .audit-form__wrapper .wpcf7-response-output {
  margin: 0;
}

#top .audit-form__wrapper .wpcf7-spinner {
  top: -40px;
  left: 90%;
  margin: 0;
}

/* #top .audit-form__wrapper .wpcf7-form.sent .wpcf7-response-output {
  display: none;
} */






/* support form modal */

#top .modal__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 33.333%;
  background-color: #efefef;
  z-index: 99999;
  padding: 50px;
  padding-bottom: 10px;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  #top .modal__wrapper {
    transition: left .3s ease-in-out;
  }
}

#top .modal__wrapper--visible {
  box-shadow: -30px 0 60px rgba(0,0,0,0.33);
  left: 66.666%;
}

@media only screen and (max-width: 767px) {
  #top .modal__wrapper {
    width: 100%;
  }

  #top .modal__wrapper--visible {
    left: 0;
  }

}

#top .modal__close {
  color: #091313;
  opacity: 0.33;
  position: absolute;
  top: 25px;
  right: 40px;
  width: 30px;
  height: 30px;
  transition: opacity .2s;
  cursor: pointer;
}

#top .modal__close:hover {
  opacity: 0.66;

}

#top .modal__close::before {
  content: '\e813';
  font-family: 'entypo-fontello';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #091313;
}

#top .modal__wrapper h2 {
  color: #575757;
  margin: 0;
}

#top .modal__wrapper .wpcf7-submit {
  min-width: 150px;
  background-color: #3ccccc;
  margin-top: 0;
  color: #000;

  transition: background-color .2s ease-in-out;
}

#top .modal__wrapper .wpcf7-submit:hover {
  background-color: #63D6D6;
}

#top .modal__wrapper .wpcf7-acceptance span {
  line-height: 1.5;
  font-size: 15px;
}





/* speech to text */
/*
#top .s2t__textarea {
  padding-right: 50px !important;
}

#top .s2t__button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #091313;
  cursor: pointer;
  transition: transform .2s;

  display: none;
}

#top .s2t__button::before {
  content: '\e85e';
  font-family: 'entypo-fontello';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}


#top .s2t__button:hover {
  transform: scale(1.05);
}

#top .s2t__button--enabled {
  display: block;
}

#top .s2t__button--start {
  background-color: #3ccccc;
}

#top .s2t__instructions {
  display: block;
  margin-top: -20px;
  color: #e0a134;
}
*/



/* exitintent form modal */

#top .exitintent__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.55);
  z-index: 99999;
  overflow: hidden;
  display: none;

  transition: transform .2s ease-in;
}

#top .exitintent__wrapper--visible {
  display: block;
}

#top .exitintent__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;

  width: 480px;
  padding: 40px;

  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  #top .exitintent__container {
    width: 95%;
  }
}

#top .exitintent__wrapper h2 {
  text-align: center;
}

#top .exitintent__wrapper .wpcf7-form {
  margin-bottom: 0;
}

#top .exitintent__wrapper .wpcf7-form > p:nth-child(4) {
  margin: 0;
}

#top .exitintent__wrapper .wpcf7-form .wpcf7-text {
  font-size: 17px;
  border-color: #ddd;
  background-color: #fff;
}

#top .exitintent__wrapper .wpcf7-form .wpcf7-text:focus {
  border-color: #3ccccc;
}

#top .exitintent__wrapper .wpcf7-submit {
  margin-bottom: 10px;
  width: 100%;
  background-color: #3ccccc;
}

#top .exitintent__wrapper .wpcf7-response-output {
  margin: 0;
}

#top .exitintent__wrapper .wpcf7-spinner {
  bottom: 60px;
  right: 60px;
  margin: 0;
  position: absolute;
}

#top.exitintent--show {
  overflow: hidden;
}

#top .exitintent__close {
  color: #091313;
  opacity: 0.33;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  transition: opacity .2s;
  cursor: pointer;
}

#top .exitintent__close:hover {
  opacity: 0.66;

}

#top .exitintent__close::before {
  content: '\e813';
  font-family: 'entypo-fontello';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #091313;
}
