/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2021 | 14:04:02 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


 li.ids-has-child{
    position:relative;
    cursor: pointer;
} 
.wpf_hierachy li.ids-has-child:after {
    position:absolute;
    right: 0;
    top:0;
    content:"❯";
    transform:rotate(90deg);
    color:#00000085;
}

.wpf_hierachy li.ids-active:after {
    transform:rotate(-90deg);
}

.wpf_links .ids-active > .wpf_submenu  {
  display: block;
}

.wpf_hierachy li {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.wpf_links .wpf_submenu  {
  display: none;
}
