/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

::selection{background:var(--sage);color:var(--paper)}

.h-fixed{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 252, 247, .86);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 #e3dccd;
	z-index: 100;
}

.accent{
	color: var( --e-global-color-primary );
}

.accent.white{
	color: #ffffff;
}

.eyebrow {
	display:flex;
	align-content: center;
    gap: .5rem;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var( --e-global-color-primary );
    border-radius: 2px;
    margin-top: 4px;
}


.e-n-accordion-item:not([open]) {
    border-radius: 16px;
    overflow: hidden;
}

/* custom accordeon */
.e-n-accordion-item:not([open]) > .e-n-accordion-item-title {
    border-radius: 16px;
}

.e-opened,
.e-closed{
    padding: 3px;
	border-radius: 50%;
    display: flex;
	justify-content: center;
    align-items: center;
}

.e-n-accordion-item:is([open]) .e-opened{
 	background: var( --e-global-color-e10988a );
	fill: #fff !important;
	height:20px;
}

.e-n-accordion-item:is([open]) .e-opened>svg{
	fill: #fff !important;
}

.e-n-accordion-item-title-icon .e-closed>svg{
	color: var( --e-global-color-e10988a );
}