/*
Theme Name: The Kitchen
Author: Digital Cuisine
Author URI: http://www.cuisine.digital
Description: Theme for elementor
Version: 0.0.16
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	color: var(--color-primary);
}

html,
body {
	background: var(--color-background);
}

a {
	color: var(--color-accent);
	transition: all .3s;
}

a:hover {
	color: var(--color-primary);
}

/* Fixes Spacings on Elementor Editor */
.e-con.e-flex {
	--flex-wrap: nowrap;
}

.noscroll {
	overflow: hidden;
}

/* Removes Recaptcha badge */
.grecaptcha-badge {
	opacity: 0;
	display: none !important;
}

/* WP Admin bar hide arrow */
.ab-icon svg {
	filter: invert(1);
	width: 15px !important;
}