.entry-header {
  display: none;
}

/* Table of Contents */
.toc-button {
  background-color: #fff !important;
  border-radius: 0;
  color: #000;
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  height: 56px;
  margin: 0;
  padding: 10px;
  position: fixed;
    top: 30px;
    right: 30px;
  z-index: 999;
}

.toc-button::before {
  content: '\f333';
  font-family: dashicons;
  font-size: 4rem;
}

.toc-button.is-active::before {
  content: '\f335';
}

.toc-button:hover,
.toc-button:focus {
  color: #000;
}

.table-of-contents {
  background-color: rgba(255,255,255,.9);
  display: none;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  text-align: center;
  z-index: 990;
}

.table-of-contents .site-logo {
  margin-bottom: 60px;
  width: 50%;
    max-width: 200px;
}

.table-of-contents .site-logo a {
  background-image: none;
}

.is-active + .table-of-contents {
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.wp-block-pb-accordion-item {
  max-width: unset;
}

.fade-in {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.fade-in.is-visible {
  opacity: 1;
}
