/* 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; } /* 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; }