/*
 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
*/
.n9__in_desktop{
	display:inline-block!important;
	gap:8px;
}
.n9__in_mobile{
	display:none!important;
	gap:8px;
}

@media(max-width:991px){
	.n9__in_desktop{
		display:none!important;
	}
	.n9__in_mobile{
		display:inline-block!important;
	}
}

/* Make the parent menu item the positioning context */
.brx-has-megamenu {
  position: relative;
}

.brx-has-megamenu > .brx-megamenu {
  position: absolute;
  top: 100%;
  left: 0 !important;
  transform: none;
  width: auto;
  min-width: 200px !important;
  z-index: 9999;
}