@charset "UTF-8";
.basic_form.limited {
  max-width: 500px;
  margin: 0 auto; }

.basic_form label {
  display: block;
  width: 100%;
  cursor: pointer; }

.basic_form .form-control {
  height: calc(2.4rem + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  border: #f1f1f1 solid 1px;
  background: #f1f1f1;
  border-radius: 6px; }
  .basic_form .form-control.wpcf7-not-valid {
    border-color: #c9304a; }

.basic_form span.required {
  color: #c9304a;
  font-weight: bold;
  margin-left: 4px; }

.basic_form .wpcf7-not-valid-tip {
  background: #c9304a;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 6px;
  margin-top: 5px; }

.basic_form .wpcf7-checkbox span.wpcf7-list-item-label {
  display: block;
  padding-left: 40px;
  position: relative;
  overflow: hidden; }

.basic_form .wpcf7-list-item {
  position: relative;
  overflow: hidden;
  margin: 0; }

.basic_form .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -1000px; }

.basic_form .wpcf7-checkbox input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: " ";
  height: 2.4rem;
  width: 2.4rem;
  display: block;
  border: #ccc solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #c9304a;
  font-weight: bold; }

.basic_form .wpcf7-checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "✓"; }

.basic_form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px; }

form.wpcf7-form {
  position: relative; }
  form.wpcf7-form .dummy_button {
    display: none; }
  form.wpcf7-form.submitting input[type=submit] {
    display: none !important; }
  form.wpcf7-form.submitting .dummy_button {
    display: block; }
