li.social-icon-inner
{
  list-style: none;
}

.top-social {
    background-color: #002222;
    padding: 8px;
}

.top-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-social ul li a.social-icon, #footer a.social-icon:link,#footer a.social-icon:visited {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #ffffff;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    margin: 0 6px;
    color: #4d4367;
    -webkit-transition: all 0.5s 0s;
    -o-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}

#footer a.social-icon:hover {
    background-color: #2d2347;
    color: #fff;
}

top-social {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 20px;
}
