/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.category-tags li a{
    text-decoration: none;
    color: #585757;
    font-style: normal;
    display: inline-block;
    padding: 5px 20px;
}
.category-tags li {
    background: #eee;
    display: inline-block;
    margin: 3px 1px;
}
.category-tags{
    list-style: none;
    margin-left: 0;
}
.center-container{
    max-width: var(--global-content-width);
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding);
}