
div.social-menu.wkal_sociallinks_widget1 > ul
{
	display: inline-block;
}

div.social-menu.wkal_sociallinks_widget1 > ul > li
{
	display: block;
}

div.social-menu.wkal_sociallinks_widget1 > ul > li > a
{
/*	display: inline-block; */
	padding: 0px 15px;
	color: #606060;
}

div.social-menu.wkal_sociallinks_widget2 > ul > li > a
{
	padding: 0px;
	color: #606060;
}

div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="facebook.com"]:before  { color: #0866FF; }
div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="instagram.com"]:before { color: #D30065; }
/*
div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="instagram.com"]:before
{
	background: linear-gradient(55.01deg,#ff7a00 12.35%,#ff0169 56.52%,#d300c5);

	background-image: url('instagram_glyph_gradient.png');
	content: ' ';
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: left center;
	width: 1em;
	display: inline-block;
	height: 1em;
}
*/

div.social-menu.wkal_sociallinks_widget > ul > li > a:hover,
div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="facebook.com"]:hover:before,
div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="instagram.com"]:hover:before
{
/*	background-color: rgba(0, 0, 0, 0.8); */
	color: #ffffff;
}

div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="facebook.com"]:hover  { background-color: #0866FF; }
div.social-menu.wkal_sociallinks_widget > ul > li > a[href*="instagram.com"]:hover { background-color: #D30065; }


div.social-menu.wkal_sociallinks_widget1 > ul > li > a:before /* widget variants s with text only */
{
	padding-right: 4px;
}

div.social-menu.wkal_sociallinks_widget > ul > li > a > span
{
	display: inline;
}
