/* Render X (formerly Twitter) logo for legacy icon classes across themes */
.fa.fa-twitter,
.fab.fa-twitter,
.fa-brands.fa-twitter,
.fa.fa-twitter-square,
.fab.fa-twitter-square,
.fa-brands.fa-twitter-square,
.fa.fa-x-twitter,
.fab.fa-x-twitter,
.fa-brands.fa-x-twitter,
.icon-23,
.flaticon-twitter,
.flaticon-twitter-1,
[class*="ph-twitter-logo"] {
  font-family: inherit !important;
  font-weight: 400;
  font-style: normal;
}

.fa.fa-twitter:before,
.fab.fa-twitter:before,
.fa-brands.fa-twitter:before,
.fa.fa-twitter-square:before,
.fab.fa-twitter-square:before,
.fa-brands.fa-twitter-square:before,
.fa.fa-x-twitter:before,
.fab.fa-x-twitter:before,
.fa-brands.fa-x-twitter:before,
.icon-23:before,
.flaticon-twitter:before,
.flaticon-twitter-1:before,
[class*="ph-twitter-logo"]:before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: 0;
  margin: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}
