/* WICHE Tag Widget styles */

.widget .wiche_tagcloud {
	text-align: left;
}

.widget .wiche_tagcloud a:hover {
  	background: #a5b99c;
	color: #000 !important;
}

.widget .wiche_tagcloud a {
	text-decoration: none;
	display: inline-block;
  	border: 1px solid #CCC;
  	padding: 3px 5px;
  	margin: 3px;
  	background: #FFF;
	color: #000 !important;
}

.wiche_tag_button {
	margin: 1rem 0;
	display: block;
}
.widget .wiche_tagcloud .secondary {
	display: none;
}
