/*
Theme Name: Noxubee Farmers Alliance (Child Theme)
Theme URI: http://itawambams.com/
Author: Dale Moore, MSU Extension Center for Technology Outreach
Author URI: https://techoutreach.extension.msstate.edu
Description: A child block theme for the default WordPress Twenty Twenty Two theme, allowing for some additional customizations.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo-child
Template: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/



/**
 * Hide the post title on archive pages, because there is currently no way to conditionally load blocks...
 */
.post-type-archive .wp-block-post-title {
  display: none;
}

/**
 * Yoast SEO & Breadcrumb NavXT
 */
.yoast-breadcrumbs, .breadcrumbs {
  max-width: 1000px !important;
  padding: 2rem 0;
  margin-top: 0 !important;
}
.home .yoast-breadcrumbs, .home .breadcrumbs {
  display: none; /* we don't want them showing on the frontpage, and I can't find a way to hide the block within the editor conditionally... So, CSS it is! */
}
.yoast-breadcrumbs .breadcrumb_last, .breadcrumbs .current-item {
  font-weight: 600;
}