
/* whatsapp Banner */
#whatsapp-banner {
    display: block;
    position: fixed;
    bottom: 2%;
    right: 20px;
    text-align: left;
    z-index: 1100;
    width: 250px;
	font-size: 14px;
    background-color: beige;
    border-radius: 25px;
}
#whatsapp-banner > div {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: black;
	padding: 20px 10px 10px 10px;
	border-radius: 5px;
	margin-bottom: 0;
}
#whatsapp-banner p.whatsapp-text {
	display: inline-block;
    color: #e67e22;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
#whatsapp-banner p.whatsapp-button {
	display: inline-block;
	float: left;
	vertical-align: middle;
}
#whatsapp-banner a {
	text-decoration: none;
    color: #000!important;
}
#whatsapp-banner a:hover {
  color: #23527c;
  text-decoration: none;
}


@media (min-width: 1200px) {
}

img.icon {margin-right: 5px;}

