// =============================================================================
// _SOCIAL.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Global Social Links
//   02. Twitter Embed
// =============================================================================

// Global Social Links
// =============================================================================

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

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

    i {
      display: block;
    }
  }
}



// Twitter Embed
// =============================================================================

.twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 $baseMargin !important;
}