@charset "utf-8";
/* CSS Document */
.entry-social{
    padding-top: 40px;
    position: relative;
}
.social-box{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.social-box div{
    float: left;
    position: relative;
}
.social-box div:first-of-type{
    width: 50px;
}
.social-box div:last-of-type{
    width: calc(100% - 50px);
}
.social-box span{
    display: block;
    position: relative;
    text-align: center;
}
.social-box img{
    vertical-align: bottom;
    width: 80%;
}
.social-box p{
    color: #888;
    margin: 0px;
    padding: 11px 8px;
}
.social-box a{
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}