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

[class^="s-"], [class*=" s-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !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;
}

.s-yelp:before {
  content: "\e900";
}
.s-facebook:before {
  content: "\e901";
}
.s-google:before {
  content: "\e902";
}
.s-linkedin:before {
  content: "\e903";
}
.s-twitter:before {
  content: "\e904";
}



@font-face {
  font-family: 'entypo';
  src:  url('entypo.eot?2qwteg');
  src:  url('entypo.eot?2qwteg#iefix') format('embedded-opentype'),
    url('entypo.ttf?2qwteg') format('truetype'),
    url('entypo.woff?2qwteg') format('woff'),
    url('entypo.svg?2qwteg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="e-"], [class*=" e-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'entypo' !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;
}

.e-chevron-down:before {
  content: "\e909";
}
.e-chevron-left:before {
  content: "\e907";
}
.e-chevron-right:before {
  content: "\e908";
}
.e-chevron-up:before {
  content: "\e90a";
}
.e-clock:before {
  content: "\e900";
}
.e-globe:before {
  content: "\e901";
}
.e-info:before {
  content: "\e902";
}
.e-location-pin:before {
  content: "\e903";
}
.e-phone:before {
  content: "\e904";
}
.e-star:before {
  content: "\e905";
}
.e-star-outlined:before {
  content: "\e906";
  opacity: 0.4;
}

.social {
    background-color: #0080c9;
    padding: 10px;
    color: white;
    cursor: pointer;
}
.social-tab {
    text-align: center;
}