/* Social Icons Style-4 */
.tpgb-social-icons.style-4 .tpgb-social-list {
    display: flex;
    flex-wrap: wrap
}
.tpgb-social-icons.style-4 .tpgb-social-list > div .tpgb-icon-link {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    background: #404040;
    color: #d3d3d3;
    border: 1px solid #404040;
    display : initial;
    margin : 0px;
}
.tpgb-social-icons.style-4 .tpgb-social-list > div {
    margin-right: 5px
}
.tpgb-social-icons.style-4 .tpgb-social-list > div .tpgb-icon-link .tpgb-social-icn,.tpgb-social-icons.style-4 .tpgb-social-list > div .tpgb-icon-link .tpgb-social-title {
    top: 0;
    position: relative;
    transition: 350ms cubic-bezier(.175,.885,.32,1.275) all
}
.tpgb-social-icons.style-4 .tpgb-social-list > div .tpgb-icon-link .tpgb-social-icn {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    line-height: 20px;
	color: #fff;
}
.tpgb-social-icons.style-4 .tpgb-social-list > div:hover .tpgb-icon-link .tpgb-social-title {
    top: -40px;
    transition: 350ms cubic-bezier(.175,.885,.32,1.275) all
}
.tpgb-social-icons.style-4 .tpgb-social-list > div .tpgb-icon-link .tpgb-social-icn {
    top: 100px;
    text-align: center;
    /*position: relative;*/
    transition: 350ms cubic-bezier(.175,.885,.32,1.275) all;
    display: inline-block
}
.tpgb-social-icons.style-4 .tpgb-social-list > div:hover .tpgb-icon-link .tpgb-social-icn{
    top: 32%;
    transition: 350ms cubic-bezier(.175,.885,.32,1.275) all
}