﻿@charset "UTF-8";

@font-face {
  font-family: "alfond-inn";
  src:url("hotel-icons/hotelicons.eot");
  src:url("hotel-icons/hotelicons.eot?#iefix") format("embedded-opentype"),
    url("hotel-icons/hotelicons.woff") format("woff"),
    url("hotel-icons/hotelicons.ttf") format("truetype"),
    url("hotel-icons/hotelicons.svg#alfond-inn") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "alfond-inn" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "alfond-inn" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  padding: 0 12px; /** MENU ICON FIX **/
  font-size: 1em; /** MENU ICON FIX **/
}


.icon-hamburger:before {
  content: "\68";
}

.icon-reservations:before {
  content: "\72";
}

/* CALL TO ACTION BAR ICON FIXES */

.icon-contact-us:before {
  content: "\63";
    font-size: 2em;
  } 
.icon-packages-specials:before {
  content: "\70";
    font-size: 1.9em;
  } 
.icon-gift-cards:before {
  content: "\67";
    font-size: 2.2em;
  } 
.icon-newsletter:before {
  content: "\6e";
    font-size: 2em;
  } 

/* MARC YOU MAY NEED TO TWEAK THIS WHEN YOU DO RESTAURANT PAGE */

.icon-fork-knife:before {
  content: "\66";
    font-size: 2.2em;
  } 




