@media screen and (min-width: 769px) {
  #primary-menu {
    width: 100%;
    margin: 40px 0;
  }
  #primary-menu #menu-channels {
    flex-wrap: nowrap;
  }
  #primary-menu #menu-channels li {
    flex-basis: 20%;
    max-width: 20%;
  }
  #primary-menu #menu-channels li a {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 180px;
    width: 230px;
    max-width: 100%;
    text-indent: -9999px;
    text-align: center;
    margin: 0 auto;
  }
  #primary-menu #menu-channels li.menu-monthly-reading-list-email a {
    background-image: url("https://fromthegreennotebook.com/wp-content/uploads/2022/02/Monthly-Reading-List-Email-Text.png");
  }
  #primary-menu #menu-channels li.menu-the-blog a {
    background-image: url("https://fromthegreennotebook.com/wp-content/uploads/2022/02/The-Blog-Text.png");
  }
  #primary-menu #menu-channels li.menu-articles a {
    background-image: url("https://fromthegreennotebook.com/wp-content/uploads/2023/11/articles-text.png");
  }
  #primary-menu #menu-channels li.menu-the-sunday-email a {
    background-image: url("https://fromthegreennotebook.com/wp-content/uploads/2022/02/The-Sunday-Email-Text.png");
  }
  #primary-menu #menu-channels li.menu-the-podcast a {
    background-image: url("https://fromthegreennotebook.com/wp-content/uploads/2023/11/the-podcast-text.png");
  }
  #primary-menu #menu-channels li.menu-the-store a {
    background-image: url("https://fromthegreennotebook.com/wp-content/uploads/2022/06/resources-text.png");
  }
}
body.blog article .inside-article .post-image, body.archive article .inside-article .post-image {
  margin-bottom: 0px;
}
body.blog article .inside-article .post-image img, body.archive article .inside-article .post-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
body.blog article .inside-article .entry-content, body.blog article .inside-article .entry-summary, body.archive article .inside-article .entry-content, body.archive article .inside-article .entry-summary {
  display: none;
}
/* Mailchimp form button */
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 0 auto;
  text-align: center;
}
.wp-block-jetpack-button button, #mc-embedded-subscribe {
  color: #fff;
  background: #1f7956;
  padding: 12px 24px;
  font-size: 20px;
  border-radius: 3px;
  width: 280px;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .wp-block-jetpack-button button, #mc-embedded-subscribe {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wp-block-jetpack-button button, #mc-embedded-subscribe {
    width: 200px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .site-content .is-right-sidebar #search-2 {
    display: none;
  }
}
@media (min-width: 769px) {
  .site-content .is-right-sidebar #search-3 {
    display: none;
  }
}