
ul {
  
    margin: 0px;
   
}





/* social sharing buttons */
.social {
    display: block
}
.social a,
.social-dark a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: none;
    padding-top: 8px;
    font-size: 14px;
    text-align: center;
    margin: 10px 5px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.social a {
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
}
.social a:hover {
    color: #111111;
    background: #FFFFFF;
}

