/*!
Theme Name: AdsOn Fse
Template: gokyo-fse
Theme URI: https://olivethemes.com/wordpress-themes/gokyo-fse
Author: Olive Themes
Author URI: https://olivethemes.com
Description: Gokyo Fse is a modern block-based theme that allows you to build your own distinctively designed website using the WordPress Blocks Editor. Gokyo Fse is a free, multi-use block-based theme that adheres to the Full Site Editing features added in WordPress 5.9. As a result, you can alter every component of your site, including the colors, typography, and page layout, to meet your needs.Official Support Forum: https://olivethemes.com/contact/ Demo: https://olivethemes.com/wordpress-themes/gokyo-fse/
Version: 1.0.0
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gokyo-fse
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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gokyo Fse is based on Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/**
 * We get values from WordPress core block css.
 *
 */


@media (max-width: 600px) {
	.pum-container {
		max-width:85%;
    }
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: unset;
}

@media screen and (max-width: 600px) {
    .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container {
      background: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 65%) !important;
  }
}

