/* Visit Days Styling
-------------------------------------------------------------- */

/* change link color */
.vm-button {
	display: none !important; /* hide the button for now during covid-19 stuff */
	color: #333333 !important;
	transition: color 0.3s ease-in-out;
}
.vm-button:hover {
	color: #111111 !important;
}

/* add a "+" icon to button */
.vm-button:after {
	font-family: "FontAwesome";
	content: " \f055";
	display: none;
}
button.vm-button.vm-style
{
	background-color: #fbba37 !important;
}