/* Social Icons Style-5 */
.tpgb-social-icons.style-5 .tpgb-social-list {
	display: flex;
	flex-wrap: wrap
}
.tpgb-social-icons.style-5 .tpgb-social-list > div {
	margin-right: 10px
}
.tpgb-social-icons.style-5 .tpgb-social-list > div .tpgb-icon-link {
	display: block;
	border-radius: 28%;
	box-shadow: 0 5px 15px -5px #0000001a;
	opacity: .99;
	background: #404040;
	color: #d3d3d3;
	margin-right: 0;
	border: 1px solid #404040
}
.tpgb-social-icons.style-5 .tpgb-social-list > div .tpgb-icon-link .tpgb-social-icn {
	display: inherit;
	transform: scale(.8)
}
.tpgb-social-icons.style-5 .tpgb-social-list > div:hover .tpgb-icon-link {
	color: #fff;
}
.tpgb-social-icons.style-5 .tpgb-social-list > div:hover .tpgb-icon-link .tpgb-social-icn  {
	transform: scale(1)
}
.tpgb-social-icons.style-5 .tpgb-social-list > div .tpgb-icon-link,.tpgb-social-icons.style-5 .tpgb-social-list > div .tpgb-icon-link .tpgb-social-icn  {
	transition: all 0.15s ease-in-out
}
.tpgb-social-icons.style-5 span.tpgb-social-icn{
	line-height: unset;
}