
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-logo img{display:none;}
.vc_custom_1769127119987 .content .description{display:block;}
.whatsapp-float {
  position: fixed; 
  width: 125px; 
  height: 64px; 
  
  bottom: 25px; 
  right: 25px; 
  background-color: #25d366; 
  color: #FFF; 
  border-radius: 50px; 
  text-align: center; 
  font-size: 30px; 
  box-shadow: 2px 2px 3px #999; 
  z-index: 100; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 22px;
  text-align: center;
z-index:1000;
}
.whatsapp-float span { color: #FFF; font-family: "Livvic", sans-serif;font-weight: 600; line-height: 48px; margin-left: 5px; }
.whatsapp-float img{
  /* Styles for the Font Awesome icon, if used */
  margin-top: 0px; /* Slight adjustment for icon alignment */
  float: left;
} 
.whatsapp-float:hover {

  transform: scale(1.2);
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}
