/* Replace Font Awesome Twitter bird with the X logo (FA5 has no fa-x-twitter). */
.fab.fa-twitter,
.fa.fa-twitter,
.fab.fa-x-twitter,
.fa.fa-x-twitter {
  font-family: inherit !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fab.fa-twitter:before,
.fa.fa-twitter:before,
.fab.fa-x-twitter:before,
.fa.fa-x-twitter:before {
  content: "" !important;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
