This content is password-protected. To view it, please enter the password below.

Scroll to Top
/* FIX FORM PASSWORD WORDPRESS EN ELEMENTOR */ .post-password-form label, .post-password-form p{ color:#000 !important; font-size:16px; font-weight:600; } .post-password-form input[type="password"]{ width:100%; background:#fff !important; color:#000 !important; -webkit-text-fill-color:#000 !important; caret-color:#000 !important; font-family:var(--e-global-typography-text-font-family), Sans-serif; font-size:var(--e-global-typography-text-font-size); font-weight:var(--e-global-typography-text-font-weight); border:1px solid var(--e-global-color-f871a76) !important; border-radius:0; padding:12px 14px; outline:none; } .post-password-form input[type="password"]::placeholder{ color:#666 !important; opacity:1; } .post-password-form input[type="submit"]{ margin-top:10px; padding:10px 16px; border:none; background:#000; color:#fff; cursor:pointer; }