/* Versioned WhatsApp contact affordance override. */
#phone {
	background:none;
	padding-right:0;
}

#phone a {
	background-image:url(../img/icon-whatsapp.svg);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:38px 38px;
	display:block;
	min-height:38px;
	padding-right:50px;
}

#phone a:focus {
	outline:2px solid #F6AE2D;
	outline-offset:4px;
}

.whatsapp-floating {
	display:block;
	position:fixed;
	right:18px;
	bottom:20px;
	width:56px;
	height:56px;
	background:url(../img/icon-whatsapp.svg) no-repeat center center;
	background-size:56px 56px;
	border-radius:50%;
	box-shadow:0 8px 24px rgba(1, 22, 51, .28);
	z-index:10000;
	pointer-events:auto;
}

.whatsapp-floating:focus {
	outline:3px solid #F6AE2D;
	outline-offset:4px;
}

#toTop {
	right:86px;
	bottom:24px;
}

@media (max-width: 767px) {
	#toTop {
		right:86px;
		bottom:24px;
	}
}
