.social-s004 {
    overflow-x: hidden;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-s004 .social-space a:link,
.social-s004 .social-space a:visited {
  	display: inline-block;
    margin-right: 20px;
  	transition: 0.2s ease-out;
  	color: inherit;
}

.social-s004 .social-space a:last-child {
  	margin-right: 0;
}

.social-s004 .social-space a:focus,
.social-s004 .social-space a:hover,
.social-s004 .social-space a:active {
	opacity: 0.5;    
}