.wp-header-widget-hidden {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.wp-header-widget-visible {
    opacity: 1;
}
