.nav-header-container .fab.fa-twitter::before {
  content: "";
  background: url(/img/x-twitter-black.svg) no-repeat !important;
  background-size: contain !important;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 27px;
}

.navbar .nav-header-container .col-auto .header-social-icon .fab.fa-twitter::before {
  content: "";
  background: url(/img/x-twitter-black.svg) no-repeat !important;
  background-size: contain !important;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 27px;
}

.footer-holder .fab.fa-twitter::before, .footer-center-logo .fab.fa-twitter::before {
  content: "";
  background: url(/img/x-twitter-blue.svg) no-repeat !important;
  background-size: contain !important;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 27px;
}

.footer-center-logo .fab.fa-twitter::before {
  content: "";
  top: 11px;
}

.footer-classic-dark .fab.fa-twitter::before, .footer-standard-dark .fab.fa-twitter::before, .footer-bottom .fab.fa-twitter::before {
  content: "";
  background: url(/img/x-twitter-pink.svg) no-repeat !important;
  background-size: contain !important;
  width: 14px;
  height: 14px;
  position: absolute;
  margin-top: -13px;
  margin-left: -5px;
}

.blog-post #socialHolder .btn:hover {
  color: #212529 !important;
  text-decoration: none;
}
.blog-post #socialHolder .fab.fa-twitter::before {
  content: "";
  background: url(/img/x-twitter-pink.svg) no-repeat !important;
  background-size: contain !important;
  width: 14px;
  height: 16px;
  position: absolute;
  margin-top: -7px;
  margin-left: -5px;
}

.footer-classic-dark .bg-dark-footer .container .row .footer-bottom .fab.fa-twitter::before {
  content: "";
  background: url(/img/x-twitter-pink.svg) no-repeat !important;
  background-size: contain !important;
  width: 14px;
  height: 16px;
  position: absolute;
  margin-top: -13px;
  margin-left: -5px;
}/*# sourceMappingURL=font.css.map */