/*
Theme Name:   Ollie Child
Theme URI:    https://olliewp.com
Description:  A child theme for Ollie.
Author:       OllieWP
Author URI:   http://example.com
Template:     ollie
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment
Text Domain:  ollie
*/


.list-nopoint {
  list-style-type: none;
}

.sticky-sidebar {
  position: sticky;
  top: 60px;
}

.group-list {
  margin: 0;
}

.group-list p {
  margin: 0;
  padding: 0;
}

.group-list ul {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 22px;
}

.group-list ul li {
  margin: 0;
}

.custom-menu-elem a {
  font-weight: 700;
}

.custom-menu-elem a:hover {
  color: var(--wp--preset--color--cyan-bluish-gray);
  text-decoration: none;
}

.custom-menu-elem.current-menu-item a {
  font-weight: 900;
  text-decoration: none;
}

.rank-math-breadcrumb {
  text-transform: uppercase;
}

.rank-math-breadcrumb a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2px;
}

p.is-style-centered-500px {
  max-width: 500px;
  margin: 0 auto;
}