.prague-logo a img {width:105px !important;height:65px !important;}
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.btn-whatsapp-pulse {
background: #25d366;
color: white;
position: fixed;
bottom: 20px;
z-index: 1500;
left: 20px;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
width: 0;
height: 0;
padding: 30px;
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover { 
color: #ffffff;

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
