/*
Theme Name: TN Goodies Ltd Oy
Author: Mikko Alavuo
Author URI: 
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: tn-goodies-ltd-oy
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


.current-menu-item {
	color: #fff !important;
}

.wp-block-navigation .wp-block-navigation-item__label {
	border-right: solid 1px #dccaa3;
	padding-right: 20px;
}

.wp-block-navigation li:last-child .wp-block-navigation-item__label {
	border-right: 0;
	padding-right: 0;
}


@media only screen and (max-width: 500px) {

	.wp-block-cover {
		min-height: 25vh !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wp-block-cover .wp-block-image img {
		width: 160px !important;
	}

	.wp-block-navigation {
		gap: 10px !important;
	}

	.wp-block-navigation .wp-block-navigation-item__label {
		font-size: 13px;
		padding-right: 10px;
	}



}