@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?b9u1ih');
  src:  url('../fonts/icomoon.eot?b9u1ih#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?b9u1ih') format('truetype'),
    url('../fonts/icomoon.woff?b9u1ih') format('woff'),
    url('../fonts/icomoon.svg?b9u1ih#icomoon') 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: 'icomoon' !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-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}

.footer {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.follow li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

/*
.follow li:first-child {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-top: 7px;
}
*/

.follow a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    background: #09adda; /* #281e1e; */

    padding: 0.2em;
    text-decoration: none;
}

.follow a:hover {
    background: #888;
}