/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-sharing .social-sharing {
  display: flex;
  flex-wrap: wrap;
  background: #0db2e7;
  border-radius: 10px;
  color: #fff; }
  @media (min-width: 768px) {
    #section-sharing .social-sharing {
      max-width: 300px;
      margin-bottom: 2em; } }
  #section-sharing .social-sharing .title {
    flex-basis: 100%;
    margin: 2.5%;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: bold; }
  #section-sharing .social-sharing a {
    flex: 1;
    font-size: 19.35431px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    padding: .5em; }
    #section-sharing .social-sharing a:last-child {
      border-right: 0; }

/*# sourceMappingURL=sharing.css.map */
