/*
Theme Name: Monte Royale
Theme URI: https://imoracommunities.com/
Author: IMORA Communities
Description: Editable bilingual WordPress theme for the Monte Royale and IMORA Communities website.
Version: 1.1.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: monte-royale
*/

:root {
  --royal-admin: #50634d;
  --royal-admin-accent: #755844;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: #faf9f6;
  clip: auto !important;
  clip-path: none;
  color: #1a1c1a;
  display: block;
  font-size: 14px;
  height: auto;
  inset-inline-start: 8px;
  line-height: normal;
  padding: 14px 18px;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.admin-bar [data-header] { top: 32px; }

.royal-form-notice {
  background: #d3e9cc;
  border: 1px solid #93a88e;
  color: #2b3d29;
  font: 600 15px/1.6 "Hanken Grotesk", "Tajawal", sans-serif;
  margin: 96px auto 0;
  max-width: 1180px;
  padding: 16px 20px;
}

.royal-fallback-content {
  margin: 0 auto;
  max-width: 900px;
  padding: 120px 24px 80px;
}

@media (max-width: 782px) {
  .admin-bar [data-header] { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}
