/*!
Theme Name: Sky Pilot Child
Theme URI: https://lifterlms.com
Template: sky-pilot
Author: LifterLMS
Author URI: https://lifterlms.com
Description: The best WordPress LMS theme built for speed using modern technology and optimized for beautiful eLearning experiences. Deliver the best learner experience with a theme built exclusively for courses & membership sites.
Version: 1.0.05
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sky-pilot-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, sticky-post, threaded-comments
*/

/* Theme customization starts here
-------------------------------------------------------------- */
header a.wp-block-button__link.wp-element-button {
    min-width: max-content;
	min-height: 2rem;
    display: inline-flex;
	align-items: center;
}
@media screen and (max-width: 1024px) {
    header .wp-block-navigation__responsive-container-open, header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
	.wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		bottom: 0;
		display: none;
		left: 0;
		position: fixed;
		right: 0;
		top: 0
	}
	header nav.is-responsive{
		order: 3;
	}
	.is-layout-flex .wp-block-site-title{
		flex: 1 1 auto;
	}
	header .is-layout-flex{
		gap: 0.75rem;
	}
}

@media screen and (max-width: 600px) {
	.is-layout-flex .wp-block-site-title {
        flex: 1 1 100%;
    }
	.wp-block-site-title a{
		font-size: var(--wp--preset--font-size--24);
	}
}