/**
 * Theme Name: Ziri
 * Theme URI: https://rarathemes.com/wordpress-themes/ziri/
 * Author: Rara Theme
 * Author URI: https://rarathemes.com/
 * Description: Ziri is a core web vitals optimized Full Site Editing (FSE) WordPress theme. It is lightning-fast and gives unparalleled speed. Ziri is perfect for creating websites such as corporate, marketing agencies, startups, life coaches, spas, portfolios, law firms, etc. It has twenty pre-defined Block patterns. You can use these patterns to create and customize your website easily. Ziri is mobile-friendly, SEO-optimized and supports RTL. It is compatible with WooCommerce to create an online store. Plus, it is translation-ready to translate the website into your local language.Learn more about the Ziri theme at https://rarathemes.com/wordpress-themes/ziri/. Check the demo at https://rarathemes.com/previews/?theme=ziri, documentation at https://docs.rarathemes.com/docs/ziri/, and get support at https://rarathemes.com/support-ticket/.
 * Requires at least: 6.2
 * Tested up to: 6.3
 * Requires PHP: 7.2
 * Version: 1.0.0
 * License: GNU General Public License v3 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: ziri
 * Domain Path: /languages
 * Tags: accessibility-ready, full-site-editing, block-patterns, style-variations, block-styles, custom-logo, editor-style, featured-images, wide-blocks, translation-ready, one-column, two-columns, three-columns, four-columns, e-commerce,rtl-language-support, blog, portfolio

*/
footer > div:last-child {
	color: gray !important;
}
header .wp-block-button .wp-block-button__link,
header h1 {
	display: none;
}

.wp-site-blocks:not(.is-outilne-mode) .hide-on-storefront {
	display: none;
}

@media screen and (max-width: 500px) {
	body {
		font-size: 16px;
	}
	
	.wp-block-site-title {
		display: none;	
	}
	
	header .wp-block-button .wp-block-button__link {
		display: none;
		padding: 12px 17px;
    	font-size: 12px;
	}
}

.wp-block-navigation-item__content {
	white-space: nowrap;	
}