/*
Theme Name: Powder News
Theme URI: https://briangardner.com/themes/powder-news/
Author: Brian Gardner
Author URI: https://briangardner.com/
Description: Powder News is a base WordPress block theme that is ideal for newsletters or websites that are light in content. With the Featured Image block leading the way, showcase your favorite words and stylish buttons in the sophisticated footer.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 0.5.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: powder-news
Template: powder
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, translation-ready, wide-blocks

Powder News WordPress Theme, (C) 2022-2023 Brian Gardner.
Powder News is distributed under the terms of the GNU GPL.
*/


/* Header
--------------------------------------------- */

.site-header {
	position: relative;
	z-index: 999;
}

/* Query Pagination
--------------------------------------------- */

.wp-block-query-pagination {
	margin-top: 0 !important;
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-bottom: 0;
}

/* Post
--------------------------------------------- */

.wp-block-post:not(:last-of-type) {
	margin-bottom: 80px;
}

/* Search
--------------------------------------------- */

.wp-block-search .wp-element-button {
	border-radius: 0;
}

/* Styles
--------------------------------------------- */

.is-style-pull-100 {
	margin-top: -100px;
}

.site-content {
	position: relative;
	z-index: 99;
}
	
.site-footer {
	z-index: -99;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 800px) {

	/* Navigation Link
	--------------------------------------------- */

	.wp-block-navigation-item.is-style-fill a {
		background-color: var(--wp--preset--color--primary);
		border-radius: 8px;
		color: var(--wp--preset--color--base) !important;
		font-weight: var(--wp--custom--font-weight--regular);
		line-height: var(--wp--custom--line-height--medium);
		padding: 12px 25px;
	}

}
