﻿.widget-area ul li a {
	opacity: 0.7;
	font-weight: 600;
}

.widget-area ul li a:hover {
	opacity: 1;
	color: #B34268;
	font-weight: 600;
}

.widget-title {
	font-weight: 700;
	color: #B34268;
}

.active {
	opacity: 1;
	color: #B34268;
	font-weight: 600;
}

.widget-area bar {
	list-style: square;
}