
 body > main .socialshare {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap; 
    margin-bottom: 10px;
 }
 
 body > main .socialshare a {
    display: block;
    width: 18px;
    margin: 2px 15px 0 0;
 }

 body > main .socialshare a[data-social="linkedin"] {
    margin-top:1px;
 }


 body > main .socialshare svg {
    fill:#68635d;
    width:inherit;
    cursor:pointer;
    vertical-align: bottom;
 }

 @media screen and (min-width: 768px) {

    body > main .socialshare {
        position: absolute;
        bottom: 0;
        margin: 0;
    }
 }