﻿.btn-social > :first-child {
    
    line-height: 44px;
    
}

.btn-social-light {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.btn-social-light:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}

.btn-icon-social {
    background: #fff;
    border: 1px solid;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    width: 48px;
    height: 46px;
    display: flex;
    align-items: center;
}
.btn-icon-social img {
    width: 100%;
    display: inline-flex;
}
.btn-icon-social svg {
    width: 100%;
    display: inline-flex;
}
.btn-icon-social.facebook {
    border-color: #3b5998;
}
.btn-icon-social.facebook i {
    color: #3b5998;
    font-size: 1.25em;
    display: inline-flex;
    margin-top: 5px;
}
.btn-icon-social.google {
    border-color: #dd4b39;
}