.blog-categories {
	margin-top:54px;
}

.blog-categories-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin: 0 0 12px !important;
  list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.blog-categories-title {
	margin:0 !important;
}

li.blog-categories-list-item {
	font-size:16px;
	margin:0 12px 6px !important;
}

.blog-categories-list-item:first-child {
	margin-left:0 !important;
}

.blog-categories-list-item:last-child {
	margin-right:0 !important;
}

.blog-categories-list-item a {
	text-decoration: none;
}

.blog-categories-list-item a:hover,
.blog-categories-list-item a:focus,
.blog-categories-list-item-selected {
	color:#0c9d4e !important;
}