.social-list .social-list__items li > a,
.share-btns__link,
.share-btns__link:hover,
.share-btns__link:active,
.share-btns__link:visited {
	  color: $regular_accent_color_2;
    background: $regular_accent_color_3;
}
.footer-area .widget-subscribe h6{
    text-align: $body_text_align;
}
.footer-area .widget-subscribe .social-list{text-align: $body_text_align;}
.social-list .social-list__items li > a:hover,
.social-list a:hover,
.social-list a:active,
.social-list a:visited,
.share-btns__link:hover{
    background: $regular_link_color;
		color: $regular_accent_color_2;
}
.social-list a:hover::before,
.share-btns__link:hover {
	color: $regular_accent_color_2;
}
@media (max-width: 767px) {
	.social-list a:hover::before{
		color: $invert_text_color;
	}
}
.footer-area .social-list li > a:hover::before { background: $regular_accent_color_2; }
.social-list--footer li > a:hover { color: $invert_link_color; }
.social-list--footer li > a:hover::before { background-color: @alpha( $invert_link_color, 10 ); }