/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/** PULSANTI **/
.brxe-button {
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
}

/* PULSANTE PRIMARY */
.btn--primary:after {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/primary-right.svg");
	position: absolute;
	right: -19px;
	top: 0;
	width: 20px;
	height: 38px;
}

.btn--primary:before {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/primary-left.svg");
	position: absolute;
	left: -19px;
	top: 0;
	width: 20px;
	height: 38px;
}

/* PULSANTE PRIMARY HOVER */
.btn--primary:hover:after {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/primary-right-hover.svg");
	position: absolute;
	right: -19px;
	top: 0;
	width: 20px;
	height: 38px;	
}

.btn--primary:hover:before {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/primary-left-hover.svg");
	position: absolute;
	left: -19px;
	top: 0;
	width: 20px;
	height: 38px;	
}

/* PULSANTE SECONDARY */
.btn--secondary:after {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/sr2.svg");
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
}

.btn--secondary:before {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/sl2.svg");
	position: absolute;
	left: -19px;
	top: 0;
	bottom: 0;
}

/* PULSANTE SECONDARY HOVER */
.btn--secondary:hover:after {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/sr2h.svg");
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
}

.btn--secondary:hover:before {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/sl2h.svg");
	position: absolute;
	left: -19px;
	top: 0;
	bottom: 0;
}

/* PULSANTE SECONDARY DARK */
.btn--secondary-dark:after {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/secondary-right1.svg");
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
}

.btn--secondary-dark:before {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/secondary-left1.svg");
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
}

/* PULSANTE SECONDARY DARK HOVER */
.btn--secondary-dark:hover:after {
	content: url("https://www.mirafan.it/wp-content/uploads/2025/07/primary-right-hover.svg");
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
}

.btn--secondary-dark:hover:before {
	content: url("https://www.mirafan.t/wp-content/uploads/2025/07/primary-left-hover.svg");
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
}

/* HEADER LIGHT */
[data-header-style="Light"] .header__nav-menu .bricks-nav-menu > li > a,
[data-header-style="Light"] .header__nav-menu .bricks-nav-menu > li > .brx-submenu-toggle > * {
	color: var(--neutral-ultra-light);
}

[data-header-style="Light"] .header__nav-menu .bricks-nav-menu > li.menu-item > .brx-submenu-toggle svg {
	fill: var(--neutral-ultra-light) !important;
}

/* MOBILE HEADER - HAMBURGER MENU */
[data-header-style="Dark"] .header__nav-mobile #brxe-cgonml svg {
	fill: var(--secondary) !important;
}