/*
Theme Name: mr L.E. Visserhuis
Theme URI: https://www.jbc-visserhuis.nl/
Author: Sylvia Korving
Author URI: https://www.zinster.nl
Description: Custom WP theme for mr. L.E. Visserhuis by Astrid Bouman, Zinster.nl
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mr-l-e-visserhuis
Tags: Site Editor, Editor Style, Block Editor Styles, Block Editor Patterns

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;
	}
}

@view-transition {
  navigation: auto;
}
@media (min-width: 1200px) {
  .desktop-hide {
	display: none !important;
  }
}
@media (max-width: 1199px) {
  .mobile-hide{
	display: none !important;
  }
}
.wp-block-cover.alignfull{
	width: 100vw !important; 
  margin-left: calc((-100vw + 100%) / 2) !important;
  margin-right: calc((-100vw + 100%) / 2) !important;
 }
body:not(.block-editor-iframe__body) {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: var(--wp--preset--gradient--body-bg);
	background-attachment: fixed;
}
body:not(.block-editor-iframe__body)  #zoek-modal{
	display: none;
	height: 100vh;
	width: 100vw;
	top: 0;
	position: fixed;
	
	form{flex-grow: 1;}
}
