.jump-menu-wrapper {
 width: 100%;
 height: 56px;
  background-color: #575756 ;
  margin-top: -5px;
}

.jump-menu-wrapper p {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-top: 4px;
  
}

.jump-menu-wrapper a{
  display: inline-block;
}

.jump-menu-inner {
  padding-left: 0px ;
  padding-bottom: 0px !important ;
  padding-top: 14px !important;
  text-align: center;
}

.jump-menu-inner a {
    color: #fff !important;
  font-weight: 200;
  padding-left: 12px;
  padding-right: 12px;
 padding-bottom: 15px;
  transition: 0s;
   border-bottom: 3px solid transparent;
}

.jump-menu-inner a:hover {
  font-weight: 600;
  border-bottom: 3px solid #ff9e16;
}

.fixed { 
  position: fixed;
  top: 0px;
  background-color: #575756;
  box-shadow: 0 0px 3px 0 rgba(0,0,0,0.26);
  z-index: 10000;
}

.fixed p { 
  color: #fff;
}

.fixed a { 
  color: #fff !important;
}

@media only screen and (max-width: 895px) {
  .jump-menu-wrapper {

 height: auto;
  }
  
  .fixed p { 
    margin-bottom: 0px;
  }
  
  .jump-menu-inner a:hover {
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
  
  .jump-menu-inner a:active {
    color: red;
  }
}
