.social-icons {
    padding: 0;
    margin: 0;

    &:before,
    &:after {
        content: ' ';
        display: table;
    }

    &:after {
        clear: both;
    }

    li {
        display: inline-block;
        list-style: none;
        margin-right: 5px;
        margin-bottom: 5px;

        > a {
            border-radius: 2px;
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .google {
            background: url('../images/google.svg') no-repeat center center;

            border-radius: 2px;
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
            border: 1px solid #4285f4;
        }

        .linkedin,
        .linkedin-openid {
            background: url('../images/linkedin.png') no-repeat;
            background-position: 0 -38px !important;
        }

        .facebook {
            background: url('../images/facebook.png') no-repeat;
            background-position: 0 -38px !important;
        }

        .github {
            background: url('../images/github.png') no-repeat;
            background-position: 0 -38px !important;
        }
    }
}
