/* hides the label items from buttons that should show either share count or label and share count is available */
.maxcollection.single-meta .with-label.with-count .mb-label {
  display: none !important; }

.social-colors.facebook a {
  background-color: #3b5998; }
  .social-colors.facebook a:hover {
    background-color: #2d4373; }
.social-colors.twitter a {
  background-color: #00aced; }
  .social-colors.twitter a:hover {
    background-color: #0087ba; }
.social-colors.googleplus a {
  background-color: #dd4b39; }
  .social-colors.googleplus a:hover {
    background-color: #c23321; }
.social-colors.linkedin a {
  background-color: #007bb6; }
  .social-colors.linkedin a:hover {
    background-color: #005983; }
.social-colors.youtube a {
  background-color: #bb0000; }
  .social-colors.youtube a:hover {
    background-color: #880000; }
.social-colors.instagram a {
  background-color: #517fa4; }
  .social-colors.instagram a:hover {
    background-color: #406582; }
.social-colors.flickr a {
  background-color: #ff0084; }
  .social-colors.flickr a:hover {
    background-color: #cc006a; }
.social-colors.thumblr a {
  background-color: #32506d; }
  .social-colors.thumblr a:hover {
    background-color: #22364a; }
.social-colors.pinterest a {
  background-color: #cb2027; }
  .social-colors.pinterest a:hover {
    background-color: #9f191f; }
.social-colors.email a, .social-colors.print a {
  background-color: #5e5e5e; }
  .social-colors.email a:hover, .social-colors.print a:hover {
    background-color: #454545; }
.social-colors.vkontakte a {
  background-color: #4c75a3; }
  .social-colors.vkontakte a:hover {
    background-color: #3c5c80; }
.social-colors.digg a {
  background-color: #000; }
  .social-colors.digg a:hover {
    background-color: black; }
.social-colors.blogloving a {
  background-color: #000; }
  .social-colors.blogloving a:hover {
    background-color: black; }
.social-colors.stumbleupon a {
  background-color: #eb4924; }
  .social-colors.stumbleupon a:hover {
    background-color: #ca3412; }
.social-colors.reddit a {
  background-color: #ff4500; }
  .social-colors.reddit a:hover {
    background-color: #cc3700; }
.social-colors.whatsapp a {
  background-color: #4dc247; }
  .social-colors.whatsapp a:hover {
    background-color: #3ba135; }
.social-colors.buffer a {
  background-color: #242424; }
  .social-colors.buffer a:hover {
    background-color: #0b0b0b; }

/* Default Sharing Setup */
.maxcollection {
  display: inline-block;
  clear: both;
  z-index: 9999;
  width: 100%;
  line-height: 1.1;
  box-sizing: border-box; }
  .maxcollection .maxbutton-social {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: all 0.4s linear;
    line-height: inherit; }
  .maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals {
    line-height: inherit; }
  .maxcollection .maxbutton-social-total .mb-icon-total-icon {
    width: auto;
    height: auto; }
  .maxcollection .mb-icon-wrapper {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .maxcollection .mb-icon-wrapper .mb-icon {
      margin: 0;
      padding: 0; }
  .maxcollection.vertical {
    width: auto; }

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