/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778294785
Updated: 2026-05-09 02:46:25

*/

:root {
    --dark-blue: #13122B;
    --gold: #B9894B;
    --font-lavish: 'Lavish', serif;
    --font-arima: 'Arima', sans-serif;
    --font-alegreya: 'Alegreya', serif;
}

/* Chakra Cozy PMS Registration Customization */
.chakra-pms-form .pms-form-field-wrapper { margin-bottom: 25px; }
.chakra-pms-form label { 
    display: block; color: #B9894B !important; 
    font-family: 'Arima', cursive; font-size: 1.1em; margin-bottom: 8px; 
}
.chakra-pms-form input[type="text"], 
.chakra-pms-form input[type="email"], 
.chakra-pms-form input[type="password"] {
    width: 100%; padding: 15px; background: rgba(0,0,0,0.4) !important;
    border: 1px solid rgba(185, 137, 75, 0.3) !important;
    border-radius: 10px !important; color: #F3F0DF !important;
}
.chakra-pms-form input:focus { border-color: #B9894B !important; outline: none; }
#pms_register_button {
    width: 100%; padding: 18px; background: #B9894B !important;
    color: #13122B !important; border: none; border-radius: 50px !important;
    font-family: 'Arima', cursive; font-weight: 700; font-size: 1.2em;
    cursor: pointer; transition: 0.4s ease;
}
#pms_register_button:hover { background: #F3F0DF !important; color: #13122B !important; }