/*

Theme Name: Bankel
Theme URI: https://bankel.com.br/
Author: AKAU
Author URI: http://www.somosakau.com.br
Version: 1.0
Text Domain: AKAU

*/

.wpcf7-form-control-wrap {
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 0;
  width: 100%;
  display: block;
  margin-bottom: 1em;
}

#formulario .wpcf7-form p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  margin-bottom: 0;
}

#formulario .wpcf7-form > p {
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 1em;
  line-height: inherit;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: end;
}

.wpcf7-not-valid-tip {
  font-size: 0.85rem;
  position: absolute;
  top: 110%;
  left: 7.5%;
}

.wpcf7-response-output {
  color: white;
}

#formulario .input-item input.wpcf7-not-valid {
  border: white 1px solid;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--black);
  background: #ffb900;
  border: 0;
  text-align: center;
  font-family: "ClashDisplay", sans-serif;
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

.wp-content p {
  margin-bottom: 1rem;
}

.wp-content ol,
.wp-content ul {
  list-style: circle;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.wp-content li {
  font-size: var(--p);
  list-style: auto;
  font-weight: 400;
  line-height: 1.15;
  font-family: "Planc", "sans-serif";
}
