/*
Theme Name:  UIAX Theme Child
Description: Child theme for UIAX Theme
Template:   uiax
Text Domain: uiax-child
Version: 1.0
*/

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-uiax-child .navigation-item-logo a img {
    max-width: 120px;
    height: auto;
}
.theme-uiax-child  .menu-close{
	background-color: var(--wp--preset--color--custom-color-2);
	color:  var(--wp--preset--color--custom-color-1)
}



@media (min-width: 959px) {
	
	.theme-uiax-child .menu-desktop li a:hover:after{
		width: inherit;
        opacity: 1;
	}
	    .theme-uiax-child  .menu-desktop li.col-3-mega-menu ul.wp-block-navigation-submenu {
        column-gap: 50px;
			padding: 30px 0;
 		 }
	.theme-uiax-child  .menu-desktop li.col-2-mega-menu ul.wp-block-navigation-submenu {
        column-gap: 50px;
			padding: 30px 0;
 		 }
	
    .theme-uiax-child .menu-desktop li a {
        text-transform: none;
		padding: 16px 16px 16px 16px;
    }
	
	.theme-uiax-child .menu-desktop li a:hover {
        color: var(--wp--preset--color--custom-color-2);
    }
	.theme-uiax-child .menu-desktop .wp-block-navigation-submenu li a:hover {
        color: #FFF !important;
    }
	.theme-uiax-child .menu-desktop li a .wp-block-navigation-item__label{
		position:relative
	}
	
	 .theme-uiax-child .menu-desktop li ul {
        min-width: 228px;
    }
}
@media (max-width: 958px) {
	.theme-uiax-child .menu-desktop .wp-block-navigation-item__content{
		 text-transform: lowercase;
	}
	.theme-uiax-child .menu-desktop .wp-block-navigation-item__content::first-line {
          text-transform: capitalize;
    }
	.wp-block-navigation__submenu-container li{
		        background-color: var(--backgroundMenuMovil) !important;
	}
	.wp-block-group.menu-top{
		display:none;
	}
	.wp-block-uiax-boton.btn-discovery-top{
		display:none;
	}
	.theme-uiax-child .menu-toggle {
	    margin: 0 0 0 0;
	}
	.theme-uiax-child .menu-toggle span, .theme-uiax-child .menu-toggle span:before, .theme-uiax-child .menu-toggle span:after{
		height: 2px;
	}
	.theme-uiax-child .menu-toggle.menu-toggle-bg span{
		top: 20px;
	}
	.theme-uiax-child .menu-toggle.menu-toggle-bg span::before {
        margin-top: -8px;
    }
	.theme-uiax-child  .menu-toggle.menu-toggle-bg span:after {
        margin-top: 8px;
    }
}



