
#nice-sidebar-author{
    padding: 0;
}
.sideuserhead {
    height: 110px;
    margin-bottom: 20px;
    border-radius: 3px 3px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.sideusercon {
    text-align: center
}

.sideusercon .avatar {
    width: 90px;
    height: 90px;
    margin: -70px auto 5px;
    padding: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
    overflow: hidden
}

.sideusercon .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.sideusercon h4 {
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.sideusercon p {
    padding: 0 20px;
    font-size: 14px;
    color: #888;
    line-height: 24px
}

.sideuserlink {
    padding: 20px;
    font-size: 0
}

.sideuserlink p {
    width: 20%;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.sideuserlink p a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    position: relative;
    display: inline-block
}

.sideuserlink p a svg{
    width:30px;
    height: 30px;
}


.sideuserfoot {
    border-top: 1px solid #e4e8eb;
    border-radius: 0 0 3px 3px;
    zoom:1}

.sideuserfoot::after {
    content: "";
    display: block;
    clear: both
}

.sideuserfoot p {
    width: 33.333%;
    float: left;
    display: inline;
    padding: 10px 0;
    line-height: 20px;
    position: relative;
    margin-bottom: 0;
}

.sideuserfoot p:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #e4e8eb;
    position: absolute;
    top: 10px;
    right: 0
}

.sideuserfoot p strong {
    font-size: 18px;
    color: #333;
    font-weight: normal
}

.sideuserfoot p span {
    font-size: 14px;
    color: #888;
    display: block
}