/*
Theme Name:  Bioxnet Theme Child
Description: Child theme for Bioxnet Theme
Template:   bioxnet
Text Domain: bioxnet-child
Version: 1.0
*/
header.is-sticky{
 background-color: rgba(255, 255, 255, 0.8);
}

ul.wp-block-list {
  list-style: disc;
  margin-left: 16px !important;
}
.menu-top.wp-block-navigation .menu-top li a{
	color: inherit;
}
.menu-top.wp-block-navigation .menu-top li a:hover{
	color: var(--wp--preset--color--custom-color-1);
}

.theme-bioxnet-child  .menu-close{
	background-color: var(--wp--preset--color--custom-color-2);
	color:  var(--wp--preset--color--custom-color-1)
}
.aviso-privacidad-footer code{
	font-family: inherit;
}

@media (min-width: 959px) {
	 .theme-bioxnet-child .menu-desktop li a:hover {
        color: var(--wp--preset--color--custom-color-2);
    }
	.theme-bioxnet-child .menu-desktop li a .wp-block-navigation-item__label{
		position:relative
	}
	.theme-bioxnet-child .menu-desktop li ul {
        min-width: 228px;
    }
}
@media (max-width: 958px) {
	.theme-bioxnet-child .menu-toggle {
	    margin: 0 0 0 0;
	}
	.theme-bioxnet-child .menu-toggle span, .theme-bioxnet-child .menu-toggle span:before, .theme-bioxnet-child .menu-toggle span:after{
		height: 2px;
	}
	.theme-bioxnet-child .menu-toggle.menu-toggle-bg span{
		top: 20px;
	}
	.theme-bioxnet-child .menu-toggle.menu-toggle-bg span::before {
        margin-top: -8px;
    }
	.theme-bioxnet-child  .menu-toggle.menu-toggle-bg span:after {
        margin-top: 8px;
    }
}


