/*
Theme Name: Bear Creek Ranch
Theme URI: https://bearcreekranch.com
Author: Andrew Lamb
Author URI: https://bearcreekranch.com
Description: A luxury Arabian horse ranch theme featuring cinematic visuals, a dynamic horse management system, and elegant typography. Requires ACF (Advanced Custom Fields) plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bear-creek-ranch
Tags: custom-post-types, custom-fields, luxury, equestrian, horse
*/

/* Keep the ranch logo legible over photography. */
.bcr-logo {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
  background: rgba(20, 16, 12, 0.62);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
}
