/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ /* sidebar categories block style */
.wp-block-categories {
    list-style: none;
    margin-left: unset;
  }
  
  /* sidebar categories list item style */
  .wp-block-categories li {
      line-height: 1.5em;
      margin-bottom: 1rem;
  }
  
  /* drop sidebar below content on tablet */
  @media (max-width: 1024px) {
    .site-content {
      flex-direction: column;
    }
  
    .site-content .content-area,
    .site-content .is-right-sidebar {
      width: 100%;
    }
  } /* End GeneratePress Site CSS */

  