@charset "UTF-8";
/*
Theme Name: Lean and Mean
Theme URI: 
Author: cssTune
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lean-and-mean
Tags: full-site-editing, 
*/
/* ------------------------------- */
/* ALRIGHT WEB FONTS */
/* VARIABLES */
/* ALIASING */
/* RESET */
/* BLOG AND CATEGORY INDEXES */
/* POST */
/* ENTRY CONTENT */
/* COMMENTS */
/* RELATED POSTS */
/* IMAGES */
/* CALLOUTS */
/* INLINE CODE BLOCKS */
/* SYNTH BANNER */
/* YOUTUBE EMBED */
/* MAILCHIMP */
/* CARDS */
/* OPEN SOURCE PAGE */
/* MANUAL */
/* HOME PAGE */
/* EDITOR */
/* ------------------------------- */
/* ALRIGHT WEB FONTS */
@font-face {
  font-family: "Alright";
  font-weight: 400;
  src: url("https://cdn.alonetone.com/fonts/Alright-v2-Normal-Regular-latin1-tnum.woff2") format("opentype");
}
@font-face {
  font-family: "Alright";
  font-weight: 500;
  src: url("https://cdn.alonetone.com/fonts/Alright-v2-Normal-Medium-latin1-tnum.woff2") format("opentype");
}
@font-face {
  font-family: "Alright";
  font-weight: 700;
  src: url("https://cdn.alonetone.com/fonts/Alright-v2-Normal-Bold-latin1-tnum.woff2") format("opentype");
}
@font-face {
  font-family: "Alright";
  font-weight: 900;
  font-style: italic;
  src: url("https://cdn.alonetone.com/fonts/Alright-v2-Normal-Black-Italic.woff2") format("opentype");
}
/* VARIABLES */
/* ALIASING */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/* RESET */
img {
  color: transparent;
}
/* TAILWIND RELATED */
header.wp-block-template-part, footer.wp-block-template-part {
  background-color: #171c2d;
}
header.wp-block-template-part a, footer.wp-block-template-part a {
  text-decoration: none;
}
@media only screen and (max-width: 830px) {
  header.wp-block-template-part {
    min-height: 70px;
  }
}
main {
  margin-block-start: 0;
}
footer.wp-block-template-part {
  padding-top: 60px;
}
body.homepage, body.home {
  background-color: #171c2d;
}
/* BLOG AND CATEGORY INDEXES */
body.blog .page-header {
  display: none;
}
/* POST */
@media only screen and (max-width: 830px) {
  .wp-block-post-title {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 830px) {
  .wp-block-post-content-is-layout-constrained > * {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
ol li {
  margin-bottom: 1em;
}
.wp-block-post-content h2 {
  position: relative;
}
@media only screen and (max-width: 830px) {
  .wp-block-post-content h2 {
    text-indent: 25px;
  }
}
.wp-block-post-content .anchor {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: 1px;
}
@media only screen and (max-width: 830px) {
  .wp-block-post-content .anchor {
    left: -27px;
    width: 20px;
    height: 20px;
  }
}
.post-meta {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.post-meta .taxonomy-category {
  align-self: start;
}
.post-meta > .wp-block-group:first-child {
  gap: 0;
}
@media only screen and (max-width: 830px) {
  .post-meta {
    max-width: 90% !important;
    flex-wrap: wrap !important;
  }
}
/* LAST UPDATED */
.last-updated {
  color: #404040;
  font-size: 14px;
}
@media only screen and (max-width: 830px) {
  .last-updated {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/* COMMENTS */
.comment-form > p input[type="email"], .comment-form > p input[type="text"], .comment-form > p input[type="url"], .comment-form > p textarea {
  border-radius: 8px;
  border-width: 1px;
}
#respond #submit {
  color: #fff;
  border-radius: 8px;
  border-width: 1px;
  background-color: #210346;
  border: 1px solid #210346;
}
#respond #submit:hover {
  color: #000;
  background-color: transparent;
}
@media only screen and (max-width: 830px) {
  .read-comments {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/* RELATED POSTS */
.related-posts-heading {
  margin-left: auto;
  margin-right: auto;
  margin-block-start: 60px !important;
  text-align: center;
}
@media only screen and (max-width: 830px) {
  .related-posts-heading {
    max-width: 90%;
  }
}
.related-posts {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 830px) {
  .related-posts {
    max-width: 90% !important;
  }
}
.related-posts a {
  display: block;
  box-sizing: border-box;
  margin-top: 0;
  border: 1px solid #efefef;
  background-color: #fcfcfc;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 20px) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
.related-posts a:nth-child(2) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 830px) {
  .related-posts a {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.related-posts a .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px;
}
.related-posts a img {
  width: 100%;
  height: auto;
}
/* IMAGES */
.wp-block-image.alignleft {
  max-width: 50%;
}
@media only screen and (max-width: 830px) {
  .wp-block-image.alignleft {
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
}
.wp-block-image.alignright {
  max-width: 50%;
}
@media only screen and (max-width: 830px) {
  .wp-block-image.alignright {
    max-width: 90% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.entry-header .post-thumbnail, .singular .post-thumbnail, .alignfull [class*="inner-container"] > .alignwide, .alignwide [class*="inner-container"] > .alignwide {
  max-width: none;
  width: 100%;
  margin-top: -30px;
}
.post-thumbnail .wp-post-image {
  max-width: none !important;
  margin-top: 0 !important;
}
.wp-block-image img {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image:not(.is-style-rounded) > div {
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-image {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
}
figure figcaption {
  font-size: 16px;
  color: #000;
}
/* CALLOUTS */
.block-editor-rich-text__editable.callout-note, .block-editor-rich-text__editable.callout-tip, .block-editor-rich-text__editable.callout-warning {
  border-radius: 0 !important;
}
.callout-note, .callout-tip, .callout-warning {
  border-radius: 8px;
  padding: 24px 64px 18px 64px;
  position: relative;
}
.callout-note::before, .callout-tip::before, .callout-warning::before {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 24px;
  font-size: 22px;
}
.callout-note h4, .callout-tip h4, .callout-warning h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 20px;
}
.callout-note p, .callout-tip p, .callout-warning p {
  max-width: 100% !important;
}
.callout-note {
  background-color: #fefdf8;
  border: 1px solid #fbebb6;
}
.callout-note::before {
  content: "📝";
}
.callout-tip {
  background-color: #f3faf4;
  border: 1px solid #9dc6a1;
}
.callout-tip::before {
  content: "💡";
}
.callout-warning {
  background-color: #fdf9f8;
  border: 1px solid #c14e3e;
}
.callout-warning::before {
  content: "⚠️";
}
/* INLINE CODE BLOCKS */
.wp-block-code {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  background-color: #222;
  margin-bottom: 20px;
  color: #d9e0ed;
  box-sizing: border-box;
  font-size: 16px;
}
.wp-block-code:focus {
  background-color: #222 !important;
}
.wp-block-code > code {
  border: 0 !important;
  color: #d9e0ed !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
}
p code, li code {
  color: #000000;
  background-color: rgba(238, 187, 255, 0.42);
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}
/* SYNTH BANNER */
.synth-banner {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 52px !important;
  background-color: #100521;
  max-width: none !important;
  min-height: 212px;
}
.synth-banner .synth-banner-inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 830px) {
  .synth-banner .synth-banner-inner {
    flex-direction: column-reverse;
  }
}
.synth-banner .synth-banner-inner .synth-banner-inner-left {
  padding-top: 48px;
  text-align: center;
}
.synth-banner .synth-banner-inner .synth-banner-inner-left p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 830px) {
  .synth-banner .synth-banner-inner .synth-banner-inner-left p br {
    display: none;
  }
}
.synth-banner .synth-banner-inner .synth-banner-inner-left a {
  color: #ffc83b;
  font-weight: 700;
  text-decoration: underline;
  font-size: 18px;
}
.synth-banner .synth-banner-inner .yellow-arrow {
  padding-top: 62px;
}
@media only screen and (max-width: 830px) {
  .synth-banner .synth-banner-inner .yellow-arrow {
    display: none;
  }
}
.synth-banner .synth-banner-inner .synth-banner-inner-right .screenshot .image {
  display: block;
  width: 170px;
  position: relative;
  left: 20px;
  top: 33px;
  box-shadow: 0 -6px 64px #7178ff80, 0 24px 64px #ff9a6180;
  border-radius: 6px;
}
@media only screen and (max-width: 830px) {
  .synth-banner .synth-banner-inner .synth-banner-inner-right .screenshot .image {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
.synth-banner .synth-banner-inner .synth-banner-inner-right .screenshot .image img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
/* YOUTUBE EMBED */
figure.wp-block-embed-youtube iframe {
  border-radius: 8px;
  overflow: hidden;
}
/* MAILCHIMP */
.mailchimp-container {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 60px 20px 50px 20px;
  border-radius: 8px;
  background: linear-gradient(0deg, #210346 0%, #853fdb 160%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  color: #aca6fb;
}
.mailchimp-container .mailchimp-heading {
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
}
.mailchimp-container #mc4wp-form-1 {
  margin-left: auto;
  margin-right: auto;
}
.mailchimp-container #mc4wp-form-1 input[type="submit"] {
  border-radius: 8px;
  padding: 15px 30px;
  background-color: #000000 !important;
  margin-top: 20px;
  border: 0;
  font-size: 18px;
  color: #fff;
}
.mailchimp-container #mc4wp-form-1 label {
  display: block;
}
.mailchimp-container #mc4wp-form-1 input[type="text"], .mailchimp-container #mc4wp-form-1 input[type="email"] {
  box-sizing: border-box;
  border: 1px solid #333333;
  width: 300px;
  font-weight: 600;
  background-color: #ffffff !important;
  color: #000 !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  height: 52px;
  line-height: 30px;
  margin: 0 2px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
}
.mailchimp-container #mc4wp-form-1 input[type="email"] {
  margin-top: 10px;
}
/* CARDS */
@media only screen and (max-width: 1250px) {
  .cards {
    max-width: 90% !important;
  }
}
.cards > ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
}
.cards > ul > li {
  margin-top: 0;
  border: 1px solid #efefef;
  background-color: #fcfcfc;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 40px !important;
  width: calc(33% - 26.6666px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.cards > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1250px) {
  .cards > ul > li {
    width: calc(50% - 22px) !important;
    margin-right: 40px !important;
  }
  .cards > ul > li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .cards > ul > li {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.cards > ul > li img {
  width: 100%;
}
.cards > ul > li h2, .cards > ul > li h3 {
  max-width: none !important;
  margin-top: 16px !important;
  line-height: 26px !important;
  font-weight: 500;
  padding: 0 28px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none !important;
}
.cards > ul > li h2 a, .cards > ul > li h3 a {
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 500;
}
.cards > ul > li .wp-block-post-excerpt {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0 28px;
}
.cards > ul > li .wp-block-post-excerpt p {
  line-height: 1.35;
  margin-top: 0;
}
.cards > ul > li .wp-block-post-date, .cards > ul > li .wp-block-post-terms {
  padding: 0 28px;
}
.cards > ul > li .wp-block-post-date a {
  text-decoration: none;
}
.cards > ul > li figure {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.cards > ul > li figure img {
  height: auto !important;
}
.cards > ul > li .taxonomy-category {
  margin-top: 4px !important;
  margin-bottom: 24px !important;
}
/* OPEN SOURCE PAGE */
body.open-source .melatonin-page-title {
  margin-top: 100px;
}
@media only screen and (max-width: 830px) {
  body.open-source .melatonin-page-title {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 830px) {
  body.open-source .entry-content > * {
    max-width: 90% !important;
  }
}
body.open-source .open-source {
  padding-top: 0;
  max-width: 1240px !important;
}
@media only screen and (max-width: 830px) {
  body.open-source .open-source {
    max-width: 90% !important;
  }
}
body.open-source .open-source ul {
  margin-top: 0 !important;
  padding-top: 0;
}
body.open-source .open-source ul a {
  text-decoration: none !important;
}
/* MANUAL */
.search-bar {
  margin-block-start: 66px !important;
}
.wp-block-search__button {
  background-color: #210346;
  border-radius: 8px;
}
.wp-block-search__label {
  display: none;
}
.wp-block-search__input {
  border-radius: 8px;
}
body.search-results .search-bar, body.search-no-results .search-bar {
  display: block !important;
  padding-bottom: 20px !important;
}
body.search-results .breadcrumbs, body.search-no-results .breadcrumbs {
  display: block !important;
  max-width: none !important;
  font-size: 40px;
}
body.search-results .breadcrumbs :nth-child(1), body.search-no-results .breadcrumbs :nth-child(1) {
  display: none;
}
body.search-results .breadcrumbs :nth-child(2), body.search-no-results .breadcrumbs :nth-child(2) {
  display: none;
}
body.search-results .search-results-excerpt, body.search-no-results .search-results-excerpt {
  margin-block-start: 0px;
}
@media only screen and (max-width: 830px) {
  body.search-results ul li, body.search-no-results ul li {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 830px) {
  body.search-results ul li h3.wp-block-post-title, body.search-no-results ul li h3.wp-block-post-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body.single-manuals, body.search-no-results, body.search-results {
  background-color: #1f1f1f;
  color: #fff;
}
body.single-manuals.logged-in header.wp-block-template-part, body.search-no-results.logged-in header.wp-block-template-part, body.search-results.logged-in header.wp-block-template-part {
  top: 32px;
}
body.single-manuals.logged-in .search, body.search-no-results.logged-in .search, body.search-results.logged-in .search {
  top: 77px;
}
body.single-manuals header.wp-block-template-part, body.search-no-results header.wp-block-template-part, body.search-results header.wp-block-template-part {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
body.single-manuals .search, body.search-no-results .search, body.search-results .search {
  position: fixed;
  z-index: 10000;
  top: 43px;
  max-width: 1216px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 830px) {
  body.single-manuals .search, body.search-no-results .search, body.search-results .search {
    display: none;
    position: static;
    max-width: 90%;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
body.single-manuals .search form, body.search-no-results .search form, body.search-results .search form {
  pointer-events: all;
  position: relative;
  display: flex;
  margin-right: 38px;
}
body.single-manuals .search form input[type="search"]::-webkit-search-decoration, body.single-manuals .search form input[type="search"]::-webkit-search-cancel-button, body.single-manuals .search form input[type="search"]::-webkit-search-results-button, body.single-manuals .search form input[type="search"]::-webkit-search-results-decoration, body.search-no-results .search form input[type="search"]::-webkit-search-decoration, body.search-no-results .search form input[type="search"]::-webkit-search-cancel-button, body.search-no-results .search form input[type="search"]::-webkit-search-results-button, body.search-no-results .search form input[type="search"]::-webkit-search-results-decoration, body.search-results .search form input[type="search"]::-webkit-search-decoration, body.search-results .search form input[type="search"]::-webkit-search-cancel-button, body.search-results .search form input[type="search"]::-webkit-search-results-button, body.search-results .search form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
body.single-manuals .search form input[type="search"], body.search-no-results .search form input[type="search"], body.search-results .search form input[type="search"] {
  box-shadow: white 0px 0px 0px 0px inset, color(srgb 1 1 1/0.04) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  border-radius: 8px;
  padding-left: 35px;
  padding-bottom: 5px;
}
body.single-manuals .search form input[type="submit"], body.search-no-results .search form input[type="submit"], body.search-results .search form input[type="submit"] {
  border: 0;
  box-shadow: none;
  text-indent: -9999px;
  background-image: url("https://melatonin.dev/wp-content/uploads/2024/04/search.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(1227%) hue-rotate(138deg) brightness(98%) contrast(75%);
  position: absolute;
  left: 8px;
  top: 9px;
}
body.single-manuals main, body.search-no-results main, body.search-results main {
  margin-top: 128px;
  display: flex;
  position: relative;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main, body.search-no-results main, body.search-results main {
    margin-top: 70px;
  }
}
body.single-manuals main .toc.sidebar-toc, body.search-no-results main .toc.sidebar-toc, body.search-results main .toc.sidebar-toc {
  padding-right: 20px;
  padding-left: 20px;
  flex: 1;
  min-width: 310px;
  height: calc(100vh - 128px);
  position: sticky;
  top: 128px;
  overflow-y: scroll;
  max-width: 310px;
  box-sizing: border-box;
  margin-right: auto;
}
body.single-manuals main .toc.sidebar-toc .table, body.search-no-results main .toc.sidebar-toc .table, body.search-results main .toc.sidebar-toc .table {
  position: relative;
  left: -19px;
}
@media only screen and (max-width: 1250px) {
  body.single-manuals main .toc.sidebar-toc .table, body.search-no-results main .toc.sidebar-toc .table, body.search-results main .toc.sidebar-toc .table {
    left: 0;
  }
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .toc.sidebar-toc, body.search-no-results main .toc.sidebar-toc, body.search-results main .toc.sidebar-toc {
    display: none;
  }
}
body.single-manuals main .toc.inline-toc, body.search-no-results main .toc.inline-toc, body.search-results main .toc.inline-toc {
  display: none;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .toc.inline-toc, body.search-no-results main .toc.inline-toc, body.search-results main .toc.inline-toc {
    display: block !important;
    max-width: 90%;
  }
}
body.single-manuals main .toc #expand, body.search-no-results main .toc #expand, body.search-results main .toc #expand {
  color: #fff;
  box-shadow: 0.2em 0.2em 0.2em 0 rgba(191, 182, 182, 0.5) inset, -0.2em -0.2em 0.2em 0 rgba(69, 69, 69, 0.5) inset;
  background-color: #747474;
  border-radius: 10px;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
body.single-manuals main .toc .table, body.search-no-results main .toc .table, body.search-results main .toc .table {
  display: block;
  padding-top: 3em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .toc .table, body.search-no-results main .toc .table, body.search-results main .toc .table {
    padding-top: 1em;
  }
}
body.single-manuals main .toc .table a, body.search-no-results main .toc .table a, body.search-results main .toc .table a {
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 4px;
  box-sizing: border-box;
  font-family: "Alright";
  font-weight: 500;
}
body.single-manuals main .toc .table a.level-one, body.search-no-results main .toc .table a.level-one, body.search-results main .toc .table a.level-one {
  pointer-events: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
body.single-manuals main .toc .table a.level-two, body.search-no-results main .toc .table a.level-two, body.search-results main .toc .table a.level-two {
  color: #cfcfcfc7;
  font-size: 14px;
  margin-bottom: 0px;
}
body.single-manuals main .toc .table a.selected, body.search-no-results main .toc .table a.selected, body.search-results main .toc .table a.selected {
  color: #fff;
  background-color: #b22a96;
}
body.single-manuals main .toc .table a:hover, body.search-no-results main .toc .table a:hover, body.search-results main .toc .table a:hover {
  background-color: #ffbd46;
  color: #313131;
}
body.single-manuals main .manual, body.search-no-results main .manual, body.search-results main .manual {
  width: 750px;
  margin-right: 38px;
  margin-left: 38px;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .manual, body.search-no-results main .manual, body.search-results main .manual {
    margin-right: 0;
    margin-left: 0;
  }
}
body.single-manuals main .breadcrumbs, body.search-no-results main .breadcrumbs, body.search-results main .breadcrumbs {
  display: none !important;
}
body.single-manuals main .search, body.search-no-results main .search, body.search-results main .search {
  display: none;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .search, body.search-no-results main .search, body.search-results main .search {
    display: flex !important;
    position: static;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
body.single-manuals main h2.wp-block-heading, body.search-no-results main h2.wp-block-heading, body.search-results main h2.wp-block-heading {
  font-family: "Alright";
  font-weight: 500;
  margin-top: 2em;
}
body.single-manuals main .melatonin-page-title, body.search-no-results main .melatonin-page-title, body.search-results main .melatonin-page-title {
  margin-top: 1em;
  font-family: "Alright";
  font-weight: 700;
  font-size: 2em;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .melatonin-page-title, body.search-no-results main .melatonin-page-title, body.search-results main .melatonin-page-title {
    max-width: 90% !important;
  }
}
body.single-manuals main .post-meta, body.search-no-results main .post-meta, body.search-results main .post-meta {
  display: none;
}
body.single-manuals main .below-post-hr, body.search-no-results main .below-post-hr, body.search-results main .below-post-hr {
  display: none;
}
body.single-manuals main .manual-prev-next, body.search-no-results main .manual-prev-next, body.search-results main .manual-prev-next {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 830px) {
  body.single-manuals main .manual-prev-next, body.search-no-results main .manual-prev-next, body.search-results main .manual-prev-next {
    max-width: 90% !important;
  }
}
body.single-manuals main .manual-prev-next a, body.search-no-results main .manual-prev-next a, body.search-results main .manual-prev-next a {
  text-decoration: none;
  font-size: 18px;
}
body.single-manuals main .manual-prev-next a:hover strong, body.search-no-results main .manual-prev-next a:hover strong, body.search-results main .manual-prev-next a:hover strong {
  text-decoration: underline;
}
/* EDITOR */
.editor-visual-editor__post-title-wrapper {
  margin-top: 0 !important;
  padding-bottom: 40px;
  padding-top: 40px;
}
.editor-visual-editor__post-title-wrapper h1 {
  margin-top: 0;
}
body.logged-in label[for="comment"] {
  display: none !important;
}
body.logged-in .required-field-message {
  display: none;
}
