/* Social Icons Style-16 */
.tpgb-social-icons.style-16 .tpgb-social-list {
    display: flex;
    flex-wrap: wrap
}
.tpgb-social-icons.style-16 .tpgb-social-list > div {
    margin: 0 5px
}
.tpgb-social-icons.style-16 .tpgb-social-list > div .tpgb-icon-link>span.tpgb-social-title {
    display: none
}
.tpgb-social-icons.style-16 .tpgb-social-list > div .tpgb-social-loop-inner {
    overflow: visible
}
.tpgb-social-icons.style-16 .tpgb-social-list > div .tpgb-icon-link {
    width: 60px;
    height: 40px;
    line-height: initial;
    border-radius: 3px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
	background: #404040;
	color: #d3d3d3;
	transition: all .3s ease-in-out;
}
.tpgb-social-icons.style-16 .tpgb-social-list > div:hover .tpgb-icon-link {
	background: #000;
	color: #fff;
}