/* Social Icons Style-6 */
.tpgb-social-icons.style-6 .tpgb-social-list > div {
    margin: 5px;
    overflow: visible
}
.tpgb-social-icons.style-6 .tpgb-social-list > div .tpgb-social-loop-inner {
    overflow: visible
}
.tpgb-social-icons.style-6 .tpgb-social-list > div:first-child {
    margin-left: 0
}
.tpgb-social-icons.style-6 .tpgb-social-list > div:last-child {
    margin-right: 0
}
.tpgb-social-icons.style-6 .tpgb-social-list > div .tpgb-icon-link {
    display: block;
    overflow: visible;
    transition: color .2s ease;
    margin: 0;
    border: 1px solid #494949;
	color: #d3d3d3;
	background: #404040;
}
.tpgb-social-icons.style-6 .tpgb-social-list > div .tpgb-icon-link:before {
    transition: border-color .2s ease;
    z-index: 1
}
.tpgb-social-icons.style-6 .tpgb-social-list > div .tpgb-icon-link:before {
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    color: inherit;
    border-radius: inherit;
    content: ''
}
.tpgb-social-icons.style-6 .social-hover-style {
    position: absolute;
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: inherit
}
.tpgb-social-icons.style-6 .social-hover-style {
    top: 0;
    left: 0;
    transform: scale(1.3);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
}
.tpgb-social-icons.style-6 .tpgb-social-list > div:hover .tpgb-icon-link {
	background: #000;
	color: #fff;
}
.tpgb-social-icons div.style-6 .tpgb-icon-link .social-hover-style {
	background: #000;
}
.tpgb-social-icons.style-6 .tpgb-social-list > div:hover .social-hover-style{
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
.tpgb-social-icons.style-6 .tpgb-social-list > div .tpgb-social-icn {
    position: relative;
    z-index: 1
}