.sp-social-login {
	padding:10px 0;
}

.social-wrap {
	margin-left:-5px;
	margin-right:-5px;
}

.social-wrap .social-btn {
    width: 33.3%;
	float:left;
}
.social-btn .btn-social {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px 6px 44px;
    text-decoration: none;
    touch-action: manipulation;
    vertical-align: middle;
	margin:5px;
}

.btn-social {
    overflow: hidden;
    padding-left: 44px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-google {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-twitter {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-linkedin {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-yahoo {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-instagram {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-social > *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    font-size: 1.6em;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}

.social-btn a:hover{
	color:#fff;
}