@import 'variables';


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

	.maxbutton-social {
		display: inline-block;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		transition: all 0.4s linear;
		line-height: inherit;

	}
	.maxbutton-social-total {


		.mb-icon-total, .mb-totals {
			line-height: inherit;

		}

		.mb-icon-total-icon {
			width: auto;
			height: auto;

		}

	}
	.mb-icon-wrapper {
		display: inline-block;
		margin: 0;
		padding: 0;

		.mb-icon {
			margin: 0;
			padding: 0;
		}

	}

	// mutations for vertical display
	&.vertical {
		width: auto;

	}


} // maxcollection
