/*
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.3.0.1741536484
Updated: 2025-03-09 16:08:04

*/
/* Fondo borroso para el efecto de desenfoque */
/* 🔹 Fons desenfocat per amagar el contingut darrere */
/*.content-protected::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px); 
    background: rgba(255, 255, 255, 0.15); 
    z-index: 9;
}

.post-password-form {
    position: fixed;
    top: 5%; 
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 30px; 
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    max-width: 750px; 
    width: 90%;
    z-index: 10;
    text-align: center;
	vertical-align: center!important;
}


.post-password-form input[type="password"] {
    width: 100%;
    padding: 20px;
    font-size: 24px;
    border: 2px solid #453E7C;
    border-radius: 12px;
    text-align: center;
}


body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
 .content-protected {
        padding: 10px; 
    }
    .content-protected p {
        margin: 5px 0; 
    }


#pwbox-872, input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


form {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.post-password-form {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;    
    text-align: center;
    padding: 20px;
    background-color: #fff; 
    border-radius: 8px;     
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
}


.post-password-form p {
    margin: 0;
}*/


