/*
Theme Name: Joos Media
Theme URI: https://www.joosmedia.eu/
Author: Samuel Joos
Description: Custom one-page theme for Joos Media — luxury real estate photography, 4K video, aerial drone and home staging on the Costa Blanca. Converted from the static site.
Version: 1.0.3
License: Proprietary
Text Domain: joosmedia
*/

/* Main styles live in assets/css/styles.css (enqueued via functions.php).
   Below: WordPress-specific tweaks only. */

/* Keep the fixed nav below the WP admin bar when logged in */
body.admin-bar .nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .nav {
    top: 46px;
  }
}

/* Contact form result notice */
.form-notice {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.form-notice--ok {
  border-color: rgba(140, 200, 140, 0.6);
  color: #bfe3bf;
}

.form-notice--err {
  border-color: rgba(220, 130, 130, 0.6);
  color: #ecc0c0;
}
