// =============================================================================
// SCSS/SITE/STACKS/INTEGRITY/_SOCIAL.SCSS
// -----------------------------------------------------------------------------
// Global social links in the topbar and footer.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Base Styles
// =============================================================================

// Base Styles
// =============================================================================

.x-social-global {
  font-weight: 400;
  line-height: 1;

  a {
    display: inline-block;
    text-align: center;

    i {
      display: block;
    }
  }
}