/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
ul.cb-hmenu>li>a.active
{
   background: #0B0565;
   background: linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   background: -webkit-linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   background: linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   -svg-background: linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   -webkit-border-radius:8px;
   border-radius:8px;
   border:1px solid #87704A;
   padding:0 12px;
   margin:0 auto;
   color: #382D19;
   text-decoration: none;
}

ul.cb-hmenu>li>a:visited,
ul.cb-hmenu>li>a:hover,
ul.cb-hmenu>li:hover>a {
   text-decoration: none;
}
ul.cb-hmenu>li>a:hover, .desktop ul.cb-hmenu>li:hover>a
{
   background: #0B0565;
   background: linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   background: -webkit-linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   background: linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   -svg-background: linear-gradient(top, #D4C6B0 0, #A4885B 84%, #947B51 100%) no-repeat;
   -webkit-border-radius:8px;
   border-radius:8px;
   border:1px solid #87704A;
   padding:0 12px;
   margin:0 auto;
}