.title-show-cats{
    border: none !important;
}
span.title-show-cats li{
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}
span.title-show-cats li a{
font-size: 13px;
  text-transform: none;
}

/*End Title Center*/
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.title-show-cats{display: none}

}