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

.wd-sticky-social .wd-social-icon {
	overflow: hidden;
	min-width: var(--wd-social-size, 40px);
	width: auto;
	font-size: 14px;
}

.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: var(--wd-social-size, 40px);
}

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

.wd-sticky-social.wd-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;
	}
}
