@font-face {
	font-family: 'mic';
	src:url('fonts/mic_vx8p2e.eot');
	src:url('fonts/mic.eot') format('embedded-opentype'),
		url('fonts/mic_vx8p2e.woff') format('woff'),
		url('fonts/mic_vx8p2e.ttf') format('truetype'),
		url('fonts/mic_vx8p2e-mic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.restaurants {
	text-align: center;
}

.restaurants a {
	text-decoration: none !important;
}

.isabella-icon {
	font-family: 'mic';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	width: auto;
	height: auto;
	background-image: none;
	background: transparent;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	text-decoration: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.isabella-icon:before {
	content: attr(data-icon);
	font-weight: normal;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.icon-mic {
	font-size: 4.8em;
}

.icon-mic:before {
	content: "\e600";
}

.hide-text {
	display: none; /* fixes spacing issue with hide-text */
}