#filters{
    margin-top: 10px;
    display: none;
}
#filter_links h3:nth-of-type(4), #filter_links h3:nth-of-type(8), #filter_links h3:nth-of-type(12), #filter_links h3:nth-of-type(16), #filter_links h3:nth-of-type(20), #filter_links h3:nth-of-type(24), #filter_links h3:nth-of-type(28), #filter_links h3:nth-of-type(32)   {
	margin-right: 0 !important;
}
#filter_titles {
	display: flex;
	border-top: #c6c6c6 solid 2px;
	margin-top: 7px;
}
#filter_titles h3 {
    cursor: default;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 15px;
    margin-right: 5%;
    font-family: "neue", sans-serif;
}
#filter_titles h3 a{
    font-size: 15px;
}
#filter_titles h3 a:hover, .filtered_title{
    font-size: 15px;
    border-bottom: #f6ab24 3px solid;
    color: #f6ab24;
    padding-bottom: 13px;
    font-family: "neue", sans-serif;
    cursor: pointer;
}
#filter_links {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	/*border-top: #c6c6c6 solid .5px;*/
    padding-top: 3px;
}
#filter_links h3 {
    padding: 7px 0; 
    cursor: default;
    font-weight: 400;
    font-family: "neue", sans-serif;
    text-transform: lowercase;
    color: #000;
    font-size: 15px;
    width: 30%;
    margin-top: 0;
    margin-left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    display: block;
    text-align: center;
}
#filter_links h3 a {
    color: #000;
    font-size: 15px;
}
#filter_links h3 a:hover {
    border-bottom: #05b4d7 2px solid;
    padding-bottom: 2px;
    cursor: pointer;
}
.filtered {
	border-bottom: #05b4d7 2px solid;
	padding-bottom: 2px;
}
.post-tags .filtered, .post-categories .filtered {
	border-bottom: none !important;
}
#filters h1 {
	margin-top: 0;
	font-size: 16px;
    font-weight: 400;
    text-align: left;
}