
.social-links {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 495px;
	left: 0;
	z-index: 99;
	height: 266px;
	/* transform: translateY(-50%); */
}
.social-links--fixed {
	position: fixed;
	top: 0;
} 
.social-links  a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	/* width: 4.2rem; */
	height: 60px;
	max-width: 60px;
	cursor: pointer;
	transition: all 500ms ease-in-out;
	color: #FFF;
	white-space: nowrap;
	padding-left: 10px;
	
}
.social-links a img {
	order: 2;
}

.social-links  a:hover {
	max-width: 300px;
	text-decoration: none;
}
.social-links .facebook-link {
	
	background: rgba(66, 103, 178, .7);
}
.social-links .facebook-link:hover {
	background: #4267b2;
}
.social-links .twitter-link {
	
	background: rgba(0, 170, 239, .7);
	
}
.social-links .twitter-link:hover {
	background: #01abf0;
}
.social-links .google-link {
	
	background: rgba(220, 80, 67, .7);
}
.social-links .google-link:hover {
	background: #dc5043;
}
.social-links .pinterest-link {
	
	background: rgba(208, 37, 42, .7);
}
.social-links .pinterest-link:hover {
	background: #d0252b;
} 
.social-links .email-link {
	
	background: rgba(75, 25, 112, .7);
}
.social-links .email-link:hover {
	background: #4B1970;
}
.social-links .whatsapp-link {
	
	background: rgba(83.5, 204.0, 97.9, .7);
}
.social-links .whatsapp-link:hover {
	background: #55cd63;
}
.social-links .messenger-link {
	
	background: rgba(0, 143.8, 241.2, .7);
}
.social-links .messenger-link:hover {
	background: #0090f1;
}
.social-links .date-link {
	
	background: rgba(55, 151.2, 153.8, .7);
}
.social-links .date-link:hover {
	background: #37979a;
}
@media screen and (max-width: 767px) {
	.social-links {
		position: fixed;
		top: 0;
		flex-direction: row;
		align-items: flex-start;
		left: 0;
		top: 0;
		right: auto;
		transform: none;
	}
	.social-links .facebook-link {
		background: #4267b2;
	}
	.social-links .twitter-link {
		background: #01abf0;
		
	}
	.social-links .google-link {
		background: #dc5043;
	}
	.social-links .pinterest-link {
		background: #d0252b;
	}
	.social-links .email-link {
		background: #4B1970;
	}
	.social-links .whatsapp-link {
		background: #55cd63;
	}
	.social-links .messenger-link {
		background: #0090f1;
	}
	.social-links .date-link {
		background: #37979a;
	}
	
}