.pp-form .pp-form-element input {border: 0px #242424 solid !important; border-bottom: 1px #242424 solid !important; width: 450px !important; background-color: #f2f2f2; padding: 10px 5px 5px 5px}

.pp-form textarea {border: 0px #242424 solid !important; border-bottom: 1px #242424 solid !important; width: 450px !important; background-color: #f2f2f2;}

.nav-subtitle, .post-navigation .nav-links {display: none;}

.post-navigation .nav-links {visibility: hidden;}

/* Bloc video Vimeo / ProPhoto responsive */
#player.player-8e38e262-e298-40b6-9194-1caa87a4f84e {
    max-width: 100% !important; /* permite blocului să ocupe toată lățimea containerului */
    width: 100% !important;     /* suprascrie width-ul inline */
    height: 600px !important;   /* înălțime desktop */
}

#player.player-8e38e262-e298-40b6-9194-1caa87a4f84e video,
#player.player-8e38e262-e298-40b6-9194-1caa87a4f84e iframe {
    width: 100% !important;     /* video / iframe full width */
    height: 100% !important;    /* video / iframe full height */
    max-height: 100% !important;
}

/* Tabletă (lățime < 1024px) */
@media (max-width: 1024px) {
    #player.player-8e38e262-e298-40b6-9194-1caa87a4f84e {
        height: 450px !important;
    }
}

/* Mobil (lățime < 768px) */
@media (max-width: 768px) {
    #player.player-8e38e262-e298-40b6-9194-1caa87a4f84e {
        height: 300px !important;
    }
}

/* Mic ecrane foarte mici (lățime < 480px) */
@media (max-width: 480px) {
    #player.player-8e38e262-e298-40b6-9194-1caa87a4f84e {
        height: 200px !important;
    }
}
