.nicemenu {
  width: 250px;
	height:380px;
}

.nicemenu-item {
 /* background-color: #314349;*/
  /*padding-left: 16px;
  padding-right: 16px;*/
  /*padding-bottom: 10px; */
}
  .nicemenu-item h6 {
    /*color: #f0f0f0;*/
    font-size: 16px;
    line-height: 2em; }
  .nicemenu-item p {
    /*color: #a0a0a0;*/
    font-size: 0.9em;
    line-height: 2em; }
  .nicemenu-item a {
    /*color: #f0f0f0;*/
    text-decoration: none; }
    .nicemenu-item a:hover {
      text-decoration: underline; }
  .nicemenu-item.active {
    /*background-color: #79c2b1;*/ }

.nicemenu-sub {
  /*background-color: #79c2b1;*/
  padding: 16px;
  overflow: hidden;
  color: #000;
  width: 750px;
  /*box-shadow: 5px 5px 5px #888888;*/ }
  .nicemenu-sub h5 {
    font-size: 1.2em; }
  .nicemenu-sub h6 {
    /*color: #000 !important;*/
    font-size: 18px; }
  .nicemenu-sub p {
    /*color: #333;*/ }

.w-3-1 {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%; }

.shadow-left-bottom {
  box-shadow: -5px 5px 5px #888888; }


/* beacon custom */ 
#main-nav > ul > li:hover > ul.nicemenu { overflow:visible !important; }
#main-nav > ul > li:active > ul.nicemenu { overflow:visible !important; }
/*.nicemenu-sub li a { color:#fff !important; }*/
.nicemenu-sub { width:300px; padding:10px;}
.nicemenu-sub-bg {
	top: 0px;
    left: 0px;
    margin-left: 259px;
    height: 100%;
    position: absolute;
    z-index: 11;
    display: block;
    width: 300px;
    /*background: #2c7ea0;*/
	background: #3fb4e5;
	border: 1px solid #318db4;
    border-top: 0px;
    border-left: 0px;
}
.nicemenu-sub { height:100% !important; }
.nicemenu-sub a { 
	font-size: 16px;
    line-height: 20px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #c4dfee;
    font-weight: 600;
}
.nicemenu-sub a:hover { 
	color: #fff;
	text-decoration: underline;
}
.nicemenu-sub li { 
	/*border-top: 1px solid #5bc5f2;
    border-bottom: 1px solid #318db4;*/
	width:100%;
}
.nicemenu-sub li:first-child { 
	border-top: none;
}

.sub-menu .menu-item-has-children > a::after {
	content: " \f054";
    font-family: "Font Awesome 5 Free";
    float: right;
    color: #fff;
    z-index: 150;
    font-weight: 900;
}

.nicemenu-sub-bg {
	/*border-bottom-left-radius:5px;*/
	border-bottom-right-radius:5px;	
	border:0px;
	border-left:1px solid #3fb4e5;
}

#main-nav > ul > li > ul > li { border-top:0px; border-bottom:0px; }

#main-nav > ul > li > ul > li > a { padding: 15px 20px; }

/*#main-nav > ul > li > ul:has(> li > a:hover) { border-right:1px solid #fff; }*/

li.menu-item-has-children:hover ~ .nicemenu-sub-bg { border-left:1px solid #c4dfee; }

.nicemenu { border-bottom-left-radius:5px; border-bottom-right-radius:0px; }
