@charset "UTF-8";
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'artbrander-social-icons-fa';
    src: url('../font/artbrander-social-icons-fa.svg?73249699#artbrander-social-icons-fa') format('svg');
  }
}
*/
[class^=abd-icon-fa-]:before, [class*=" abd-icon-fa-"]:before {
  font-family: "artbrander-social-icons-fa";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.abd-icon-fa-connect-the-arts:before {
  content: "✉";
} /* '✉' */
.abd-icon-fa-goodreads:before {
  content: "\e78d";
} /* '' */
.abd-icon-fa-default:before {
  content: "\e800";
} /* '' */
.abd-icon-fa-email:before {
  content: "\e801";
} /* '' */
.abd-icon-fa-more:before {
  content: "\e802";
} /* '' */
.abd-icon-fa-x-twitter:before {
  content: "\e803";
} /* '' */
.abd-icon-fa-fb-messenger:before {
  content: "\e804";
} /* '' */
.abd-icon-fa-bluesky:before {
  content: "\e805";
} /* '' */
.abd-icon-fa-threads:before {
  content: "\e806";
} /* '' */
.abd-icon-fa-tiktok:before {
  content: "\e807";
} /* '' */
.abd-icon-fa-patreon:before {
  content: "\e808";
} /* '' */
.abd-icon-fa-linktree:before {
  content: "\e80b";
} /* '' */
.abd-icon-fa-twitter:before {
  content: "\f099";
} /* '' */
.abd-icon-fa-facebook:before {
  content: "\f09a";
} /* '' */
.abd-icon-fa-github:before {
  content: "\f09b";
} /* '' */
.abd-icon-fa-email-solid:before {
  content: "\f0e0";
} /* '' */
.abd-icon-fa-linkedin:before {
  content: "\f0e1";
} /* '' */
.abd-icon-fa-youtube:before {
  content: "\f16a";
} /* '' */
.abd-icon-fa-instagram:before {
  content: "\f16d";
} /* '' */
.abd-icon-fa-flickr:before {
  content: "\f16e";
} /* '' */
.abd-icon-fa-tumblr:before {
  content: "\f173";
} /* '' */
.abd-icon-fa-apple:before {
  content: "\f179";
} /* '' */
.abd-icon-fa-vkontakte:before {
  content: "\f189";
} /* '' */
.abd-icon-fa-behance:before {
  content: "\f1b4";
} /* '' */
.abd-icon-fa-spotify:before {
  content: "\f1bc";
} /* '' */
.abd-icon-fa-deviantart:before {
  content: "\f1bd";
} /* '' */
.abd-icon-fa-soundcloud:before {
  content: "\f1be";
} /* '' */
.abd-icon-fa-twitch:before {
  content: "\f1e8";
} /* '' */
.abd-icon-fa-yelp:before {
  content: "\f1e9";
} /* '' */
.abd-icon-fa-pinterest:before {
  content: "\f231";
} /* '' */
.abd-icon-fa-whatsapp:before {
  content: "\f232";
} /* '' */
.abd-icon-fa-tripadvisor:before {
  content: "\f262";
} /* '' */
.abd-icon-fa-amazon:before {
  content: "\f270";
} /* '' */
.abd-icon-fa-vimeo:before {
  content: "\f27d";
} /* '' */
.abd-icon-fa-reddit:before {
  content: "\f281";
} /* '' */
.abd-icon-fa-snapchat:before {
  content: "\f2ac";
} /* '' */
.abd-icon-fa-telegram:before {
  content: "\f2c6";
} /* '' */
.abd-icon-fa-etsy:before {
  content: "\f2d7";
} /* '' */
.abd-icon-fa-imdb:before {
  content: "\f2d8";
} /* '' */
.abd-icon-fa-evernote:before {
  content: "\f333";
} /* '' */
@font-face {
  font-family: "artbrander-social-icons-fa";
  src: url("../../../../assets/icons/artbrander-social-icons-fa/font/artbrander-social-icons-fa.eot?77066323");
  src: url("../../../../assets/icons/artbrander-social-icons-fa/font/artbrander-social-icons-fa.eot?77066323#iefix") format("embedded-opentype"), url("../../../../assets/icons/artbrander-social-icons-fa/font/artbrander-social-icons-fa.woff2?77066323") format("woff2"), url("../../../../assets/icons/artbrander-social-icons-fa/font/artbrander-social-icons-fa.woff?77066323") format("woff"), url("../../../../assets/icons/artbrander-social-icons-fa/font/artbrander-social-icons-fa.ttf?77066323") format("truetype"), url("../../../../assets/icons/artbrander-social-icons-fa/font/artbrander-social-icons-fa.svg?77066323#artbrander-social-icons-fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*****
 * NOTE:
 * To update the font:
 * 1. Generate a new package at Fontello.
 * 2. Replace the font files in the `assets/icons/artbrander-social-icons-fa/font` directory.
 * 3. THE WOFF2 IS CORRUPTED, so you will have to convert TTF to WOFF2 using a converter.
 * 4. Update the version number in the @font-face src URL above and everywhere else in the project.
 * 5. Add new options to the settings list.
*****/
/*# sourceMappingURL=artbrander-social-icons-fa.css.map */
