/*
Akari is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
 
Akari is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Akari Worker. If not, see https://www.gnu.org/licenses/gpl-3.0.html.

All Akari plugin images / logos are copyrighted by Akari AS.
*/

/*
Theme Name: Akari
Author: Akari AS
Author URI: https://akari.no
Description: Akari theme
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: akari
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, translation-ready, wide-blocks, block-styles, blog, portfolio, news
*/

html {
	scroll-behavior: smooth;
}

.single-post .wp-post-image,
.single-post .wp-block-post-featured-image__overlay {
	height: 450px;
	border-radius: 15px;
}

@media only screen and (max-width: 599px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		overflow-wrap: break-word;
		word-break: normal;
		font-weight: 500;
		font-size: 1.5em !important;
	}


	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 40px !important;
	}
}
