.page-view-taxonomy-term .node__content, .page-view-taxonomy-term .view-header {
	display:none;
}
.page-view-taxonomy-term .view-content .node__title{
	margin-bottom:0px !important;
}
.page-view-taxonomy-term .view-content .node__title a{
	text-decoration:none;
	font-size:18px;
	transition:all 0.3 ease;
	width: 100%;
  display: flex;
  line-height: 1.4;
  padding:0px 7px;
}
.page-view-taxonomy-term .view-content .node__title a:hover{
	color:#e31837;
	transition:all 0.3 ease;
}
.page-view-taxonomy-term .view-content .node--view-mode-teaser{
	margin-bottom:0px !important;
}
.page-view-taxonomy-term .feed-icons{
	margin-top:30px;
}
.page-view-taxonomy-term .view-content .views-row:nth-child(even) {
  background-color: #fbfbfb;
}
.page-view-taxonomy-term .feed-icons{ display:none; }