/*
Theme Name: The Kitchen Child
Template: the-kitchen
Author: Digital Cuisine
Author URI: http://www.cuisine.digital
Description: Theme for elementor
Version: 0.0.37.1718958534
Updated: 2024-06-21 08:28:54

*/

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
}

html {
	background: var(--color-secondary);
}

body {
	background: var(--color-background);
	color: var(--color-primary);
	padding: 0!important;
	margin: 0!importantimportant;
}

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

/* Hide  */
.hide {
	display: none;
}

/* Borlabs */
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* Elementor */
.elementor-panel-category-the_kitchen_widgets button::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('path-to-your-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
