/* Icons */

.social-icon-white svg path {
	fill: #fff;
}

.icon-white svg g path {
	stroke: #FFF !important;
}

.icon-white a:hover svg g path {
	stroke: var(--e-global-color-primary) !important;
}