﻿.icon-wrapper .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
}

    .icon-wrapper .button:hover {
        /*width: 180px;*/
    }

    .icon-wrapper .button .social-icon {
        display: inline-block;
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 50px;
        box-sizing: border-box;
        line-height: 60px;
        transition: all 0.3s ease-out;
    }

    .icon-wrapper .button:nth-child(1):hover .social-icon {
        background: #4267B2;
    }

    .icon-wrapper .button:nth-child(2):hover .social-icon {
        background: #42e422;
    }


    .icon-wrapper .button .social-icon i,
    .icon-wrapper .button .social-icon svg {
        font-size: 25px;
        line-height: 60px;
        transition: all 0.3s ease-out;
    }


    .icon-wrapper .button:hover .social-icon i, .icon-wrapper .button:hover .social-icon svg {
        color: #fff !important;
    }

    .icon-wrapper .button span {
        font-size: 20px;
        font-weight: 500;
        line-height: 60px;
        margin-left: 10px;
        transition: all 0.3s ease-out;
    }

    .icon-wrapper .button:nth-child(1) span {
        color: #4267B2;
    }

    .icon-wrapper .button:nth-child(2) span {
        color: #42e422;
    }

.svg-inline--fa {
    vertical-align: middle !important;
}
