/*
	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: 9;

	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;

	font-size: 1rem;
	font-family: $header-font-family;
	font-weight: 300;

	display: block;
	text-align: center;
	padding: 1rem;
/*
	background: white;
	color: $base-accent-color;
	border-top: 2px solid $base-accent-color;
*/

	background: $base-accent-color;
	color: white;
	border-top: 2px solid white;

	i {
		font-size: 1.2rem;
		vertical-align: middle;
	}

	@media only screen and ( min-width:$medium-screen ) {
		display: none;
	}
}
