/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 17:24:09 */
#logo-hidden-bar {
  position: fixed;
 bottom: 0;
  left: 0;
 right: 0;
opacity: 0;
  transform: translateY(100%);
 transition: opacity 0.4s ease, transform 0.4s ease;
 pointer-events: none; 
 	  z-index:200;
 	 }
 	 #logo-hidden-bar.show {
  opacity: 1;
 	  transform: translateY(0);
  pointer-events: auto;
 	 }
 	

