/* Weblative static site — contact form status message styling */
.weblative-form-status { font-size: 15px; line-height: 1.5; padding: 10px 14px; border-radius: 4px; }
.weblative-form-status.is-ok { background: #e8f5e9; color: #1b5e20; border: 1px solid #a5d6a7; }
.weblative-form-status.is-error { background: #fdecea; color: #b71c1c; border: 1px solid #f5c6c2; }
input[name="botcheck"] { display: none !important; }

/* Fix responsive video embeds (portfolio pages) overflowing over the Previous/Next nav.
   The theme's inline style on .fluidvids sets padding-top (16:9) but not position:relative,
   so the absolutely-positioned iframe escaped its box and covered the bottom nav bar. */
.fluidvids { position: relative !important; height: 0 !important; overflow: hidden; }
.fluidvids-item,
.fluidvids iframe {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important; max-height: 100% !important;
}
