/* Elegant Icons — social icon fallbacks using Font Awesome */
@font-face {
  font-family: 'ElegantIcons';
  src: local('Arial');
  font-weight: normal;
  font-style: normal;
}

.social_icon {
  font-family: FontAwesome, 'ElegantIcons', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
}
.social_icon::before { font-family: FontAwesome; }

.social_facebook_circle::before { content: "\f09a"; }
.social_instagram_circle::before { content: "\f16d"; }
.social_twitter_circle::before { content: "\f099"; }
.social_pinterest_circle::before { content: "\f231"; }
.social_linkedin_circle::before { content: "\f0e1"; }
.social_youtube_circle::before { content: "\f167"; }

.social_facebook_circle.huge,
.social_instagram_circle.huge { font-size: 22px; }

.q_font_elegant_icon::before { font-family: FontAwesome; }
.arrow_carrot-up::before { content: "\f106"; font-family: FontAwesome; }
