/* *
 * Theme Name:     sjc
 * Theme URI:      sjc
 * Author:         sjc
 * Author URI:     sjc
 * Tested up to:   6.4.2
 * Requires PHP:   5.6.0
 * Description:    sjc
 * Version:        1.0
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:    sjc
 * Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Nito is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
**/
.js-tab-content {
  display: none;
}
.js-tab-content.is-active {
  display: block;
}
.js-tab-trigger.is-active {
  font-weight: bold;
  text-decoration: underline;
}

.cat-tabs li {
    cursor: pointer;
    display: inline-block;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.9rem 1rem;
  text-align: center;
  border: 0.1rem solid #e2d9b4;
  background-color: #faf7eb;
}
.cat-tabs li.active {
    background: #333;
    color: #fff;
}