/*
Theme Name: Oakwood
Author: Fable&Co.
Author URI: https://fableco.uk
Version: 1.0.3
Update URI: false
*/


.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1rem;
  padding: 0;
  /* padding-top: 1rem; */
  border: none;
  /* border-top: 1px solid var(--border-color) !important; */
  /* font-size: 1.3em; */
  font-weight: 400;
}

@media (min-width: 1024px) {
  .wpcf7 form .wpcf7-response-output {
    width: 54rem;
    margin-left: auto;
    /* color: var(--dark-gray); */
  }
}

.field {
  display: block;
}

.field-input.wpcf7-not-valid,
.field-input.wpcf7-not-valid:focus {
  border-color: #c00 !important;
}

.field-input.wpcf7-not-valid::placeholder {
  color: #c00;
}

.field .wpcf7-not-valid-tip {
  display: none;
}


.wpcf7-form.sent .field-columns,
.wpcf7-form.sent .field,
.wpcf7-form.sent .sc-form-action {
  display: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
  margin-bottom: -3.7rem;
  font-size: 0.61rem;
  color: var(--white);
}

@media (max-width: 767px), (max-width: 1023px) and (orientation: landscape) {
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
    margin-bottom: -2rem;
  }
}

.footer-legal {
  margin-bottom: 0;
}