/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* .qtranxs-lang-menu .qtranxs-flag {
  display: none !important;
} */

.navbar-nav .nav-link.active {
  background: var(--bs-gray-800);
  color: var(--bs-white);
  border-radius: 4px;
}

.book-taxonomy-image img {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.list-group-item.active {
  background-color: var(--bs-gray-800);
  border-color: var(--bs-gray-800);
}

.list-group-item:not(.active) a:hover {
  background-color: var(--bs-gray-100);
}

.list-group-item a {
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  text-decoration: none;
}

.list-group-item {
  padding: 0;
}

.list-group-item.active a {
  color: #fff;
  cursor: default;
}

.logo-default,
.logo-theme-dark {
  height: 50px;
}

.card {
  overflow: hidden;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #bbb;
  content: var(--bs-breadcrumb-divider, "►");
  font-size: 10px;
}

.breadcrumb-item a {
  text-decoration: none;
}

#main-nav {
  padding: 0 0 !important;
}

.logo-default,
.logo-theme-dark {
  height: 70px;
}
