/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

/* --- Overlay popup --- */
.popup-form-overlay {
    display:none;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    background:rgba(0,0,0,0.6);
    z-index:9999;
    justify-content:center;
    align-items:center;
}
.popup-form-content {
    background:#fff;
    padding:2rem;
    border-radius:10px;
    width:90%;
    max-width:500px;
    position:relative;
}
.popup-close {
    position:absolute;
    top:10px; right:15px;
    font-size:1.5rem;
    cursor:pointer;
}
.btn-popup-open {
    padding:0.4rem 0.8rem;
    border-radius:5px;
    background:#FF9800;
    color:#fff;
    border:none;
    cursor:pointer;
}
a.btn-popup-open.button{
	color:#fff !important;
}
a.btn-popup-open.button:hover{
	background:#ef7d10  !important;
}
a.btn-popup-open{
	color:#fff !important;
}
a.btn-popup-open:hover{
	background:#ef7d10  !important;
}
.btn-popup-open:hover { background:#FF9800 !important; }
.popup-form-content form input[type=text],
.popup-form-content form input[type=submit] {
    width:100%;
    padding:0.5rem;
    margin-bottom:0.7rem;
    border-radius:5px;
    border:1px solid #ccc;
}
.popup-form-content form input[type=submit]{
    background-color:#0073aa;color:#fff;border:none;cursor:pointer;
}
.popup-form-content form input[type=submit]:hover{
    background-color:#005f8d;
}