@charset "UTF-8";
/* For detailed comments, see the SASS file: wph5o-styles.scss */
.wph5o-outliner-toolbar-node > .ab-empty-item:before {
  content: "\f204";
  top: 2px;
}
.wph5o-outliner-toolbar-node .ab-sub-wrapper .ab-empty-item {
  display: none !important;
}
.wph5o-outliner-toolbar-node .ab-sub-wrapper .ab-submenu {
  padding: 0 !important;
}
.wph5o-outliner-toolbar-node #wph5o-outline {
  position: relative;
  z-index: 1;
}
.wph5o-outliner-toolbar-node #wph5o-outline .wph5o-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wph5o-wrapper {
  background: #32373c;
  color: #ccc;
  font-family: sans-serif;
  margin: 0 !important;
  padding: 0 2em 2em !important;
}
.wph5o-outliner-toolbar-node .wph5o-wrapper {
  max-height: 600px;
  overflow-y: auto;
  width: 300px !important;
}
.wph5o-wrapper * {
  line-height: 1.5 !important;
}
.wph5o-wrapper .wph5o-heading b,
.wph5o-wrapper .wph5o-hgroup b {
  color: #00b9eb !important;
  font-weight: 400;
}
.wph5o-wrapper .wph5o-heading-notice,
.wph5o-wrapper .wph5o-notice {
  color: #e6a100;
}
.wph5o-wrapper .wph5o-notice {
  padding-top: 2em !important;
}

#wph5o-popper {
  cursor: pointer;
  float: right;
}
#wph5o-popper:after {
  content: "\f504";
  background: #aaa;
  color: #32373c;
  font-family: dashicons;
  font-size: 1.2em;
  line-height: 1;
  padding: .333em;
  position: fixed;
  z-index: 3;
}
#wph5o-popper:hover:after {
  background: #ccc;
}

#wph5o-outline-toggle {
  background: #32373c;
  color: #aaa;
  position: fixed;
  z-index: 2;
}
.wph5o-outliner-toolbar-node #wph5o-outline-toggle {
  line-height: 2 !important;
  margin-left: -2em;
  padding-left: 2em;
  width: 300px;
}
body.wph5o-wrapper > #wph5o-outline-toggle {
  background: #23282d;
  left: 0;
  padding: 1em 0 1em 1.5em;
  width: 100%;
}

#wph5o-show-s, #wph5o-show-hl {
  color: inherit !important;
  display: inline !important;
  padding: 0 !important;
  text-decoration: none;
}
#wph5o-show-s:link, #wph5o-show-s:visited,
#wph5o-show-hl:link,
#wph5o-show-hl:visited {
  color: inherit;
}
#wph5o-show-s:hover, #wph5o-show-s:focus, #wph5o-show-s:active,
#wph5o-show-hl:hover,
#wph5o-show-hl:focus,
#wph5o-show-hl:active {
  color: #00b9eb !important;
}
.wph5o-outliner-toolbar-node #wph5o-show-s.wph5o-active,
.wph5o-outliner-toolbar-node #wph5o-show-hl.wph5o-active {
  color: #00b9eb !important;
}

#wph5o-structural, #wph5o-h-level {
  color: inherit !important;
  padding-top: 2.5em !important;
}
#wph5o-structural:focus,
#wph5o-h-level:focus {
  outline: none;
}
body.wph5o-wrapper #wph5o-structural,
body.wph5o-wrapper #wph5o-h-level {
  padding-top: 4em !important;
}
#wph5o-structural .wph5o-outline-title, #wph5o-h-level .wph5o-outline-title {
  font-size: 1.5em;
  margin: 0;
}

#wph5o-structural .wph5o-heading,
#wph5o-structural .wph5o-heading-notice {
  display: inline;
}
#wph5o-structural .wph5o-heading .wph5o-h-tag,
#wph5o-structural .wph5o-heading-notice .wph5o-h-tag {
  display: none;
}
#wph5o-structural li:first-child::before, #wph5o-structural li:not(:last-child)::after {
  position: absolute;
  top: 0;
  left: -0.75em;
  width: 0.5em;
  border-color: #999;
  border-style: none none solid solid;
  border-width: 1px;
  content: "" !important;
}
#wph5o-structural > ol {
  margin: 0;
  padding: 0;
}
#wph5o-structural li {
  list-style-type: none;
  margin: 0 !important;
  padding: .5em 0 0 0 !important;
  position: relative;
}
#wph5o-structural li:first-child::before {
  height: 1.25em;
}
#wph5o-structural li:not(:last-child)::after {
  bottom: -1.25em;
}
#wph5o-structural li ol {
  margin: 0;
  padding: 0 0 0 1.75em;
}
#wph5o-structural .wph5o-subsections > .wph5o-parent-heading-container {
  cursor: pointer;
  list-style: none;
}
#wph5o-structural .wph5o-subsections > .wph5o-parent-heading-container::-webkit-details-marker {
  display: none;
}
#wph5o-structural .wph5o-subsections > .wph5o-parent-heading-container:after {
  color: #00b9eb;
  padding-left: .25em;
}
#wph5o-structural .wph5o-subsections:not([open]) > .wph5o-parent-heading-container:after {
  content: "▸";
  content: "\025B8";
}
#wph5o-structural .wph5o-subsections[open] > .wph5o-parent-heading-container:after {
  content: "▾";
  content: "\025BE";
}

#wph5o-h-level .wph5o-heading,
#wph5o-h-level .wph5o-missing-heading {
  margin-top: .5em;
  margin-bottom: 0;
}
#wph5o-h-level .wph5o-missing-heading {
  color: #e6a100;
  font-weight: 400;
}
#wph5o-h-level .wph5o-level-1 {
  margin-left: 0em;
}
#wph5o-h-level .wph5o-level-2 {
  margin-left: 1.5em;
}
#wph5o-h-level .wph5o-level-3 {
  margin-left: 3em;
}
#wph5o-h-level .wph5o-level-4 {
  margin-left: 4.5em;
}
#wph5o-h-level .wph5o-level-5 {
  margin-left: 6em;
}
#wph5o-h-level .wph5o-level-6 {
  margin-left: 7.5em;
}

/*# sourceMappingURL=wph5o-styles.css.map */
