/**
 * Theme Name:     Aurélie Gendre
 * Author:         Schütz P-A
 * Template:       ollie
 * Text Domain:	   aurelie-gendre
 * Description:    Launch a blazing-fast, pixel-perfect website with the Ollie WordPress block theme! Ollie features over 50 beautiful pattern designs, 7 full-page pattern layouts, and a fully-customizable design system with Global Styles. Ollie integrates seamlessly with all of the powerful new WordPress editor features, giving you the most lightweight and powerful website builder on the planet — no expensive page builder plugin required! ✶ Full demo: https://demo.olliewp.com ✶
 */
/* ---- Contact Form 7 ---- */

.wpcf7 form > p {
  margin: 0 !important;
}

.wpcf7 br {
  display: none;
}

.wpcf7 .cf7-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 1.5rem;
  align-items: start;
  width: 100%;
}

.wpcf7 .cf7-col,
.wpcf7 .cf7-full,
.wpcf7 .cf7-consent,
.wpcf7 .cf7-submit {
  display: block !important;
  width: 100%;
  min-width: 0;
}

.wpcf7 label {
  display: block !important;
  width: 100%;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1.25rem 0;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  width: 100%;
  margin-top: .4rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
  display: block;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: .7rem .85rem;
  border: 1px solid #cfc8be !important;
  border-radius: 0 !important;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  background: #ffffff;
  color: #3a3630;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #8a7fb0 !important;
}

.wpcf7 .cf7-full {
  margin-top: .5rem;
}

.wpcf7 .cf7-consent {
  margin: .5rem 0 1.5rem;
  font-size: .9rem;
  line-height: 1.5;
}

.wpcf7 .cf7-consent label {
  display: flex !important;
  align-items: flex-start;
  gap: .6rem;
  font-weight: 400;
  margin: 0;
}

.wpcf7 .cf7-consent input[type="checkbox"] {
  margin: .2rem 0 0 0;
  flex-shrink: 0;
}

.wpcf7 .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: .8rem 2.5rem;
  border: none;
  border-radius: 0 !important;
  background: #8a7fb0;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: .3px;
  cursor: pointer;
  transition: background .2s;
}

.wpcf7 input[type="submit"]:hover {
  background: #756a99;
}

@media (max-width: 640px) {
  .wpcf7 .cf7-grid {
    grid-template-columns: 1fr !important;
  }
}
}