.meta a.cat-label.epilessie:hover {
color:#fff!important;
}
.meta a.cat-label.epilessie {
    background-color: #e2711d
}

 .scrolling-wrapper-flexbox {
	 color: #e94e1b;
	 transition: 0.5s;
	 display: flex;
	 flex-wrap: nowrap;
	 overflow-x: auto;
}
 .scrolling-wrapper-flexbox :hover {
	 color: #425a6e;
	 transition: 0.5s;
	 cursor: pointer;
}
 .scrolling-wrapper-flexbox .single-content {
	 height: 100%;
	 padding: 4rem;
}
 @media (max-width: 768px) {
	 .scrolling-wrapper-flexbox .single-content {
		 padding: 2rem;
	}
}
 .scrolling-wrapper-flexbox .single-content .label {
	 margin-bottom: 0.5rem;
	 font-size: 0.8rem;
	 line-height: 1.3;
	 margin-bottom: 0.5rem;
	 color: #6993af;
}
 .scrolling-wrapper-flexbox .single-content a {
	 color: #e94e1b !important;
	 transition: 0.5s;
}
 .scrolling-wrapper-flexbox .single-content a :hover {
	 color: #425a6e !important;
	 transition: 0.5s;
}
 .scrolling-wrapper-flexbox .single-content a .title {
	 font-weight: bold;
	 margin-bottom: 0;
	 font-size: 1.2rem;
	 line-height: 1.3;
}
 .scrolling-wrapper-flexbox .logo {
	 flex: 0 0 auto;
}
 .scrolling-wrapper-flexbox::-webkit-scrollbar {
	 height: 4px;
}
 .scrolling-wrapper-flexbox::-webkit-scrollbar-track {
	 background-color: rgba(187, 187, 187, 0.3);
}
 .scrolling-wrapper-flexbox::-webkit-scrollbar-thumb {
	/*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	*/
	 background-color: #e94e1b;
}

.board .nav-tabs .nav-item .epilessie,
.header-category.epilessie h1,
.text-epilessie {
    color: #e94e1b
}

.board .nav-tabs .nav-item .epilessie:hover {
    background-color: #a17fba;
    color: #fff !important
}

.board .nav-tabs .nav-item .epilessie.active {
    background-color: #e94e1b;
    color: #fff
}

.navbar .nav-item .nav-link.epilessie {
    background-color: #e94e1b;
    border-radius: .2rem;
    color: #fff !important;
    font-weight: 400
}

.navbar .nav-item .nav-link.epilessie:hover {
    background-color: #e94e1b;
    color: #fff
}

.navbar .nav-item .nav-link.epilessie.active {
    background-color: #e94e1b;
    color: #fff;
    font-weight: 700
}