/*
 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
*/

/* Background color of all categories */

body.category { 
	background-color: var(--accent-2) !important;
}

/* Background color of Blog */
body.blog {
  background-color: var(--accent-2) !important;
}

/* Menu's text color on Blog */
.blog .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
	color: #FFFFFF;
}

/* GeneratePress Site CSS */ .dynamic-content-template:nth-child(even) .gb-grid-wrapper {
    flex-direction: row-reverse;
}
.gb-button-wrapper .blog-term-button:last-child {
    border-right-style: none;
	  margin-right:0;
}
.gb-container.category-filter .wp-block-categories-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.gb-container.category-filter .wp-block-categories-list li.current-cat a {
   color: var(--base-3);
}
 /* End GeneratePress Site CSS */