/* Enter Your Custom CSS Here */
/* Enter Your Custom CSS Here */
.buttonizer .buttonizer-button.button-desktop-1 i{
}

.buttonizer.buttonizer-style-square .buttonizer-button div.buttonizer-label {
	right: 36px !important;
	padding: 0 10px !important;
	min-width: unset;
	width: 0px !important;
	transition: width 3s;
	-webkit-transition: width 3s;
}

/* Not working */
.buttonizer.buttonizer-style-square .buttonizer-button:hover  div.buttonizer.label{
	display: block;
	width: 0px;
}

.buttonizer.buttonizer-style-square .buttonizer-button:hover .buttonizer-label{
	width: auto !important;
}

.buttonizer .buttonizer-button{
	width: 36px !important;
}