[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  height: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before  { content: "\ea90"; color: #ffffff; }
.icon-twitter:before   { content: "\ea96"; color: #ffffff; }
.icon-linkedin:before  { content: "\eac9"; color: #ffffff; }
.icon-youtube:before   { content: "\ea9d"; color: #ffffff; }

.tinynav::before {
  content: "\e9bd" !important;
  font-family: 'IcoMoon' !important; /* adjust if your icon font has a different name */
  color: #90ee90 !important;
  margin-right: 8px !important; /* optional spacing */
  font-size: 1.2em !important;   /* optional sizing */
}
.tinynav option:first-child {
  font-family: 'IcoMoon' !important;
  color: #90ee90 !important;
  font-weight: bold;
}