/*
Theme Name: OZF Theme
Author: Matthijs Abeelen
Author URI: 
Theme URI: https://ouwehandszoofoundation.nl
Tags: full-site-editing, block-patterns
Text Domain: ozf-theme
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.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;
}


/*
#007167

#00946a

*/

.push-apart {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cover-vertical-spread .wp-block-cover__inner-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    height: 100% !important;
}





/* Editor version */
.arrow-button .wp-block-button__link.wp-element-button::after,
.wp-block-button.is-style-outline.arrow-button .wp-block-button__link.wp-element-button::after {
    content: url('http://ozf2.test/wp-content/themes/ozf-theme/assets/images/arrow-right-white.svg');
    line-height: 0;
    width: 28px;
    height: 28px;
}
.arrow-button .wp-block-button__link.wp-element-button:hover::after,
.wp-block-button.is-style-outline.arrow-button .wp-block-button__link.wp-element-button:hover::after {
    content: url('http://ozf2.test/wp-content/themes/ozf-theme/assets/images/arrow-right-black.svg');
    line-height: 0;
    width: 28px;
    height: 28px;
}



