/*
Theme Name: Bandiverse Parent
Theme URI: https://github.com/circlecube/bandiverse-parent
Author: Evan Mullins
Author URI: https://evanmullins.com
Description: Standalone parent theme for Bandiverse band sites. Business logic lives in the bandiverse plugin; children supply branding.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 7.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bandiverse-parent
*/

.site-header,
.site-footer {
	padding: 1rem 1.25rem;
}

.site-header {
	border-bottom: 2px solid #d8d8d8;
}

.site-footer {
	border-top: 2px solid #d8d8d8;
	margin-top: 2rem;
}

.header-main-row,
.footer-nav-row,
.footer-meta-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
