
.wd-sticky-social {
	position: fixed;
	top: 50%;
	z-index: 390;
	display: flex;
	flex-direction: column;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1) 1s;
}

.wd-sticky-social .wd-social-icon {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	margin: 0;
	min-width: 40px;
	width: auto;
	height: 40px;
}

.wd-sticky-social .wd-social-icon:hover {
	box-shadow: none;
}

.wd-sticky-social .wd-social-icon:hover .wd-icon-name {
	max-width: 220px;
}

.wd-sticky-social .wd-icon {
	width: 40px;
	font-size: 14px;
	line-height: 40px;
}

.wd-sticky-social .wd-icon-name {
	overflow: hidden;
	padding: 0;
	max-width: 0;
	white-space: nowrap;
	font-weight: 600;
	font-size: 14px;
	transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15);
}

.wd-sticky-social.buttons-loaded {
	transform: translate3d(0, -50%, 0);
}

.wd-sticky-social-right {
	right: 0;
	transform: translate3d(100%, -50%, 0);
	align-items: flex-end;
}

.wd-sticky-social-right .wd-social-icon {
	flex-direction: row-reverse;
}

.wd-sticky-social-right .wd-social-icon:hover .wd-icon-name {
	padding-left: 15px;
}

.wd-sticky-social-left {
	left: 0;
	transform: translate3d(-100%, -50%, 0);
	align-items: flex-start;
}

.wd-sticky-social-left .wd-social-icon {
	flex-direction: row;
}

.wd-sticky-social-left .wd-social-icon:hover .wd-icon-name {
	padding-right: 15px;
}

@media (max-width: 1024px) {
	.wd-sticky-social {
		display: none;
	}
}
