/*
Theme Name: SunRey
Theme URI: 
Author: SunRey Entertainment
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sunrey
Tags: 
*/

body .wp-block-navigation__responsive-container-open:not(.always-shown) {
	display: block !important;
}

body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
	display: none !important;
}

.navMobile {
	display: flex !important;
}

.navDesktop {
	display: none !important;
}

@media (min-width: 1200px) {
	body .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;
	}

	body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block !important;
	}
	.navMobile {
		display: none !important;
	}

	.navDesktop {
		display: flex !important
	}

}

.wp-block-site-title a {
	text-decoration: none;
	display: none
}

@media (min-width: 600px) {
	.wp-block-site-title a {
		display: block
	}
}

