/*
	Mobile Dock 
	Tap To Call
*/
.scrolled .tap-to-call a {
//	background: $base-accent-color;
//	color: white;
//	border-top: 2px solid white;
}
.tap-to-call a {
	transition: all .2s ease;
	z-index: 999999;

	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;

	font-size: 1rem;
	font-family: $header-font-family;
	font-weight: 300;

	display: block;
	background: white;
	background: #05CE78;
	color: $base-accent-color;
	color: white;
	text-align: center;
	padding: 1rem;
	border-top: 2px solid $base-accent-color;
	border-top: 2px solid #05CE78;
	border-top: 2px solid white;

	svg {
		font-size: 1.8rem;
		vertical-align: middle;
	}

	@media only screen and ( min-width:$medium-screen ) {
		display: none;
	}
}
