/*
Theme Name: Honor Flight
Theme URI: 
Author: Kishmish
Author URI: 
Description: Honor Flight Block Theme
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: honor-flight
Tags: 
*/

header.wp-block-template-part {
	display: contents;
}

header.wp-block-template-part > .wp-block-group.is-position-sticky {
	position: sticky;
	top: 0;
	z-index: 9999;
}

body.admin-bar header.wp-block-template-part > .wp-block-group.is-position-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar header.wp-block-template-part > .wp-block-group.is-position-sticky {
		top: 0;
	}
}

.wp-block-navigation a:hover,
.wp-block-navigation a:focus,
.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item__content:focus {
	color: var(--wp--preset--color--custom-blue) !important;
}

.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .current_page_item > a,
.wp-block-navigation .current-menu-ancestor > a,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .current_page_item > .wp-block-navigation-item__content,
.wp-block-navigation .current-menu-ancestor > .wp-block-navigation-item__content {
	color: var(--wp--preset--color--custom-blue) !important;
}

.alternating-images li:nth-child(even) > .wp-block-columns {
    flex-direction: row-reverse;
}

.wp-block-query-pagination-numbers .current {
	color: white;
	background-color: var(--wp--preset--color--custom-red);
	padding: 0 0.5rem;
}

.wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-next {
	color: white;
	padding: 0 27px;
}

.home .wp-block-gutsliders-any-content .wp-block-cover__inner-container p {
	font-size: clamp(19px, 2vw, 32px) !important;
}
