.cover-social {
	padding-top: 5px;
}
.cover-social a {
    position: relative;
    margin-right: 5px;
	display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    color: #858585;
    text-align: center;
}
.cover-social a:before {
	background: #e1e1e1;
    content: "";
    height: 15px;
    left: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    width: 1px;
}
.cover-social a:first-child:before {
	height: 0;
}