@charset "UTF-8";
/* CSS Document */

/******************************************************\
* maltandanchor.co.uk  -  icons                        *
* hewn of solid text at oastone.co.uk                  *
* dan the man                                          *
* version 1, february 2016                             *
* sets up icons and and references                     *
\******************************************************/



/* ==== set up those icon fonts ==== */

@font-face {
  font-family: 'ma';
  src:  url('../fonts/icons/ma.eot?je31ng');
  src:  url('../fonts/icons/ma.eot?je31ng#iefix') format('embedded-opentype'),
url('../fonts/icons/ma.ttf?je31ng') format('truetype'),
url('../fonts/icons/ma.woff?je31ng') format('woff'),
url('../fonts/icons/ma.svg?je31ng#ma') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ma' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-straight:before {
  content: "\e900";
}
.icon-menu-waves:before {
  content: "\e901";
}
.icon-compass:before {
  content: "\e902";
}
.icon-swipe-arrow-left:before {
  content: "\e903";
}
.icon-swipe-arrow-right:before {
  content: "\e904";
}
.icon-msc-oval:before {
  content: "\e905";
}
.icon-blob-veggie:before {
  content: "\e906";
}
.icon-blob-gluten-free:before {
  content: "\e907";
}
.icon-social-facebook:before {
  content: "\e908";
}
.icon-social-twitter:before {
  content: "\e909";
}
.icon-social-instagram:before {
  content: "\e90a";
}
.icon-star:before {
  content: "\e90b";
}
.icon-anchor:before {
  content: "\e90c";
}
.icon-blog-3-5-abv:before {
  content: "\e90d";
}
.icon-pagination-off:before {
  content: "\e90e";
}
.icon-pagination-on:before {
  content: "\e90f";
}
.icon-icon-food:before {
  content: "\e910";
}
.icon-icon-drink:before {
  content: "\e911";
}
.icon-icon-kids:before {
  content: "\e912";
}
.icon-placeholder:before {
  content: "\e913";
}