/*
    Template: pearl
    Theme Name: Pearl Child Theme
    Theme URI: http://pearl.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!
    Version: 1.1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: pearl-child-theme
*/

.stm-header .pearl_is_sticky.pearl_sticked .logo:nth-child(1) {
	display:block !important;
}

ol li, ul li {
    margin-bottom: 11px !important;
    line-height: 21px !important;
}
.sidebar-categories {
    font-size: 1.5rem;
    line-height: 1.4;
	background-color: #eeeff2;
	border: 1px solid #bbbbbb;
	border-radius: 10px;
  }

  .sidebar-categories ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .sidebar-categories li {
    margin-bottom: 0.5rem;
    position: relative;
  }

  .sidebar-categories a {
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
  }

  .sidebar-categories a:hover {
    color: #005a8c;
  }

  /* Hide subcategories by default */
  .sidebar-categories ul ul {
    display: none;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
  }

  /* Add a toggle icon */
  .sidebar-categories li.has-subcategories > a::after {
    content: "▼";
    font-size: 0.8rem;
    margin-left: 0.5rem;
    cursor: pointer;
  }

  .sidebar-categories li.expanded > a::after {
    content: "▲"; /* Icon changes on expansion */
  }

  /* Show subcategories when parent is expanded */
  .sidebar-categories li.expanded > ul {
    display: block;
  }
