@charset "UTF-8";
/* ==========================================================================
   Contact Page — "Contact Eric (WIP)" custom styles
   Scoped to the contact form section on this page
   ========================================================================== */

/* --- Form layout: single centered column --- */

.custom-contact-form {
  max-width: 580px;
  margin: 0 auto;
}

/* Force CF7 span wrappers to full width block with spacing */
.custom-contact-form .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

/* Kill CF7 auto-generated <br> and <p> spacing */
.custom-contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-contact-form br {
  display: none !important;
}

/* --- Form row: white background override (was #f4f5f3 from VC inline) --- */

.page-id-5983 .vc_custom_1611839274067 {
  background-color: #ffffff !important;
}

/* --- Hide intro paragraph (design shows only the heading) --- */

.page-id-5983 .vc_column_text p.Cormorant-font,
.page-id-5983 .Cormorant-font {
  display: none;
}

/* Reduce spacing after heading since paragraph is hidden */
.page-id-5983 .vc_empty_space[style*="8px"] {
  display: none;
}

/* --- Field styling: #fafbf9 background fill, no borders --- */

.custom-contact-form .wpcf7-form-control.wpcf7-text,
.custom-contact-form .wpcf7-form-control.wpcf7-email {
  width: 100% !important;
  padding: 16px 20px !important;
  margin: 0 !important;
  font-family: "Muli", sans-serif !important;
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #333 !important;
  background-color: #fafbf9 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
}

.custom-contact-form .wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
  padding: 16px 20px !important;
  margin: 0 !important;
  font-family: "Muli", sans-serif !important;
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #333 !important;
  background-color: #fafbf9 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important;
  resize: none !important;
}

/* --- Placeholder styling --- */

.custom-contact-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #888;
  font-style: normal;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  opacity: 1;
}

.custom-contact-form .wpcf7-form-control::-moz-placeholder {
  color: #888;
  font-style: normal;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  opacity: 1;
}

.custom-contact-form .wpcf7-form-control::placeholder {
  color: #888;
  font-style: normal;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  opacity: 1;
}

/* --- Focus state --- */

.custom-contact-form .wpcf7-form-control:focus {
  background-color: #f3f4f1 !important;
  color: #333;
}

/* --- Submit button: #595351 filled, larger --- */

.custom-contact-form h6 {
  text-align: center;
  margin-top: 30px;
}

.custom-contact-form .wpcf7-submit,
.custom-contact-form .wpcf7-form-control.wpcf7-submit,
.custom-contact-form button.wpcf7-submit,
.custom-contact-form input.wpcf7-submit {
  display: inline-block !important;
  width: 38% !important;
  min-width: 160px;
  padding: 18px 25px !important;
  font-family: "Muli", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 2px;
  text-transform: none !important;
  color: #fff !important;
  background-color: #595351 !important;
  border: none !important;
  box-shadow: none !important;
  outline: 1px solid #c7c2bd !important;
  outline-offset: -7px !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.4 !important;
}

.custom-contact-form .wpcf7-submit:hover,
.custom-contact-form .wpcf7-form-control.wpcf7-submit:hover,
.custom-contact-form button.wpcf7-submit:hover,
.custom-contact-form input.wpcf7-submit:hover {
  background-color: #4a4240 !important;
  border-color: #3e3a38 !important;
  color: #fff !important;
}

/* Theme's .eltdf-btn-line decoration — matches our .arlo-btn draw-outline effect.
   The CF7 submit is rendered by the Elated framework as a <button class="eltdf-btn-solid">
   with 4 line spans and a hover animation already wired up. We just override the line
   color from currentColor (white on this button) to #c7c2bd so it matches the other
   .arlo-btn draw-outlines site-wide. */
.custom-contact-form .eltdf-btn-line {
  background-color: #c7c2bd !important;
}

/* --- Draw-outline hover animation for the submit button ---
   arlo-btn.js wraps the <input type="submit"> in <span class="arlo-btn-wrap">
   and inserts 4 absolutely-positioned line spans as siblings (inputs can't
   have children). The input keeps all its existing styling — we just move
   the 38% width constraint onto the wrap so the wrap has a known size and
   the line spans can position themselves at the correct 4px inset. */
.custom-contact-form .arlo-btn-wrap {
  display: inline-block;
  position: relative;
  width: 38%;
  min-width: 160px;
  max-width: 100%;
  vertical-align: top;
}

.custom-contact-form .arlo-btn-wrap .wpcf7-submit,
.custom-contact-form .arlo-btn-wrap input.arlo-btn {
  width: 100% !important;
  min-width: 0 !important;
}

/* --- Heading: Marigold font for "Inquire" --- */

.page-id-5983 h2.shopping-font {
  font-family: 'Marigold', serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 34px !important;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #555 !important;
}

/* --- CF7 response output: kill default chrome, brand-style the message ---
   CF7 injects .wpcf7-response-output after the form with a 2px colored border
   (green for sent, red for invalid). We strip all of that and render a small
   centered brand-tone message that's visible just long enough to reassure
   before the wpcf7-redirect plugin sends them to /thank-you/. */

/* Scope by the .custom-contact-form wrapper so these rules apply anywhere
   we use the Arlo-styled CF7 form (contact page, home page, etc.) but
   NOT the side-menu drawer's default CF7 widget (.eltdf-contact-form-7-widget),
   which uses a different template without .custom-contact-form. */
.wpcf7-form:has(.custom-contact-form) .wpcf7-response-output {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  max-width: 580px !important;
  margin: 28px auto 100px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  font-family: "Cormorant Garamond", "Cormorant", serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  letter-spacing: 0.5px !important;
  color: #c98667 !important;
  opacity: 1 !important;
  animation: arloContactFade 0.6s ease both;
}

/* Error states get a muted warm-gray instead of the bright red */
.wpcf7-form.invalid:has(.custom-contact-form) .wpcf7-response-output,
.wpcf7-form.unaccepted:has(.custom-contact-form) .wpcf7-response-output,
.wpcf7-form.failed:has(.custom-contact-form) .wpcf7-response-output,
.wpcf7-form.spam:has(.custom-contact-form) .wpcf7-response-output {
  color: #8a6a5c !important;
}

/* Kill CF7's per-field validation tips (red bubbles) — we use placeholder hints */
.custom-contact-form .wpcf7-not-valid-tip {
  display: none !important;
}

/* Invalid field: subtle brand-tinted underline instead of red border */
.custom-contact-form .wpcf7-not-valid {
  box-shadow: inset 0 -2px 0 #c98667 !important;
}

@keyframes arloContactFade {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Contact Banner Row — migrated 2026-04-12 to unified .arlo-banner-row
   banner-bg-contact (see banner.css). Original rules removed.
   ========================================================================== */

/* ==========================================================================
   Ported from parent-style-inline-css slop 2026-05-17
   --------------------------------------------------------------------------
   `<p class="Cormorant-font">` intro paragraph on /contact-us/ — italic
   Cormorant 20px #000 centered, weight 500. Without this rule the intro copy
   falls back to default Muli 15px gray. One element in the form area.
   Also: WPCF7 form input placeholder color forced to #000 + opacity 1 so
   placeholder text reads as solid black (matches the live old site).
   ========================================================================== */

p.Cormorant-font {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.wpcf7-form-control::-webkit-input-placeholder,
.wpcf7-form-control::-moz-placeholder,
.wpcf7-form-control:-ms-input-placeholder,
.wpcf7-form-control::placeholder {
  color: #000;
  opacity: 1;
}
