
button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	cursor: pointer;
	transition: opacity .3s, background .3s, box-shadow .3s;
}

button.wh-ap-btn::after {
	content: "";
	background-image: url("https://cdn-ilccghh.nitrocdn.com/nGyodssxooISlYCoSAJHnCpkFdRAQoBm/assets/images/optimized/rev-c0dd8d6/www.gmrauto.it/wp-content/themes/vehica-child/whatsapp/whatsapp-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Contattaci";
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 30px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-weight: 700;
	font-size: 15px;
	border-radius: 3px;
	border-radius: 30px;
	width: 120px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	transition: padding .4s, opacity .2s ease .4s, visibility 0s linear .4s;
	padding-top: 7px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	width: 120px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 1;
	visibility: visible;
}

/* animacion pulse */
.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 60px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: .6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	
	25% {
		-webkit-transform: scale(.3);
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale(.6);
		opacity: .6;
	}
	
	75% {
		-webkit-transform: scale(.9);
		opacity: .3;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	
	25% {
		transform: scale(.3);
		opacity: 1;
	}
	
	50% {
		transform: scale(.6);
		opacity: .6;
	}
	
	75% {
		transform: scale(.9);
		opacity: .3;
	}
	
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
