/*
Theme Name: Secure77 Activello Child Theme
Template: activello
Author: Marc Kimpel
Author URI: https://secure77.de
*/

/* custom category style */
.cat-title-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cat-title-grid  ul li {
    display: inline;
}
.cat-title-grid a {
    color: #8e6193;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
}

/* add Category seperator */
ul.post-categories li + li:before {
content: " - "
}