/**************************************************************
Mtenderess Navigation
**************************************************************/

.menu-item-has-children a:first-child::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.menu-item-has-children a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.sub-menu a::after {
  display: none !important;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}
.sub-menu a:hover{
	background: #fff;
}
.sub-menu {
  list-style: none;
  transition: 0.5s;
  position: absolute;
  transform: scale(0,0);
  background: #000044;
  color: #ffffff !important;
  border-top: 2px solid #c3b091;
  z-index: 1002;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 250px;
  white-space:nowrap;
}

.sub-menu li {
  border-bottom: 1px solid #ced4da85 !important;
  padding: 5px 0px 5px;
}

.sub-menu li:first-of-type {
  padding-top: 10px;
}

.sub-menu li:last-of-type {
  padding-bottom: 20px;
  border-bottom: 0 !important;
}

.menu-item-has-children:hover .sub-menu {
  transform: scale(1,1);
}
/**/
/**/
.sub-menu .nav-link {
  padding-right: 1em !important;
}


.menu-item:before,
.menu-item:after {
  content: " ";
  position: absolute;
  background: #842029;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.menu-item:before,
.menu-item:after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1,0,1);
  transform: scale3d(1,0,1);
}

.menu-item:after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.menu-item:before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* colors changed to match the app theme */
.has_active_child > a{
	background-color:#87CEEB !important;
	border-bottom: 2px solid #dc3545 !important;
	padding-bottom:0 !important;   
	color:#0a2240 !important; 
}