/*
Theme Name: MyFood24
Theme URI: 
Author: Adam Leese
Author URI: https://www.adamleese.co.uk
Description: A bespoke theme for MyFood24 ceated by Adam Leese on behalf of Jump2it Media
Requires at least: 6.0
Tested up to: 6.3.1
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myfood24
Tags: full-site-editing, 
*/

/* 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;
}
/* Admin Bar - Front End Position Fix */
#wpadminbar {
	position:absolute;
}
/* Highlight */
::-moz-selection {
	background-color:var(--wp--preset--color--secondary);
	color:var(--wp--preset--color--background);
}
::selection {
	background-color:var(--wp--preset--color--secondary);
	color:var(--wp--preset--color--background);
}
/* Mega Menu */
.mega-menu-container *:not(style, .wp-block-navigation__submenu-container) {
	position:initial!important;
}
.mega-menu-container *:not(style, .wp-block-navigation__submenu-container *) {
	height:100%;
	align-items:center;
	display:flex;
}
.is-style-adam-leese-design-studio-mega-menu .wp-block-navigation__submenu-container {
	color:initial;
	font-size:initial;
	font-weight:var(--wp--custom--font-weight);
	text-transform:initial;
}
.is-style-adam-leese-design-studio-mega-menu li a {
	pointer-events:none;
}
.is-style-adam-leese-design-studio-mega-menu li a a {
	pointer-events:initial;
}
/* Animation */
a, input, button {
	transition:background 0.5s, color 0.5s, opacity 0.5s, border 0.5s, transform 0.5s;
}