<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * SuperFish Normal Menu
 *
*/
.menu {width:100%;display:block;position:relative}
.menu-item-has-children &gt; img{margin-bottom:-2px}
.menu-category{width:100%;float:left}
.menu-category a{text-transform:capitalize}
.menu-category ul{width:auto!important;position:absolute}
.menu-category &gt; li{float:left}
.menu-category li li{width:100%;white-space:nowrap!important}
.menu-category li li li{width:100%;white-space:nowrap!important}
.menu-category a,
.menu-category li{position:relative}
.menu-category li.menu-item-home a,
.menu-category li.menu-item-home a:hover{text-indent:-9999px;width:50px;display:block;float:left;background:no-repeat scroll 50% 50% transparent}
.menu-category ul{min-width:12em}
.menu-category a{padding:12px 1.1em;text-decoration:none;display:block}
.menu-category li.menu-item-home a{padding:7px .8em;margin:5px 3px}
.menu-category li li a{padding:10px 1em}
.menu-category li li li a{padding:10px 1em}
.menu-category,.menu-category *{margin:0;padding:0;list-style:none}
.menu-category ul{display:none;top:100%;left:0;z-index:99}
.menu-category li:hover &gt; ul{display:block}
.menu-category ul ul{top:0;left:100%}
.menu-category .menu-item-has-children:after{position:absolute}
.menu-category &gt; .menu-item-has-children{padding-left:0.5em;padding-right:1.5em}
.menu-category .menu-item-has-children:after{content:'';top:50%;right:1em;margin-top:-1px;height:0;width:0;border:5px solid transparent;border-top-color:#dFeEFF;border-top-color:rgba(255,255,255,.5)}
.menu-category &gt; li &gt; .menu-item-has-children:focus:after,
.menu-category &gt; li:hover &gt; .menu-item-has-children:after,
.menu-category &gt; .menu-item-has-children &gt; .menu-item-has-children:after{border-top-color:#fff}
.menu-category ul .menu-item-has-children:after{margin-top:-5px;margin-left:-3px;border-color:transparent;border-left-color:#dFeEFF;border-left-color:rgba(255,255,255,.5)}
.menu-category ul li &gt; .menu-item-has-children:focus:after,
.menu-category ul li:hover &gt; .menu-item-has-children:after,
.menu-category ul .menu-item-has-children &gt; .menu-item-has-children:after{border-left-color:#fff}
.menu-category &gt; li &gt; .menu-item-has-children:focus:after,
.menu-category &gt; li:hover &gt; .menu-item-has-children:after,
.menu-category &gt; .menu-item-has-children &gt; .menu-item-has-children:after{border-top-color:white}
.menu-category ul .menu-item-has-children:after{margin-top:-5px;margin-left:-3px;border-color:transparent;border-left-color:white;border-left-color:rgba(255,255,255,.5)}
.menu-category ul li &gt; .menu-item-has-children:focus:after,
.menu-category ul li:hover &gt; .menu-item-has-children:after,
.menu-category ul .menu-item-has-children &gt; .menu-item-has-children:after{border-left-color:white}
.rtl .menu-category,
.rtl .menu-category &gt; li,
.rtl .menu-category li.menu-item-home a,
.rtl .menu-category li.menu-item-home a:hover{float:right}
.rtl .menu-category ul{left:auto;right:0}
.rtl .menu-category ul ul{left:auto;right:100%}
.rtl .menu-category &gt; .menu-item-has-children{padding-right:0.5em;padding-left:1.5em}
.rtl .menu-category .menu-item-has-children:after{right:auto;left:1em}
.rtl .menu-category ul .menu-item-has-children:after{margin-left:auto;margin-right:-3px;border-left-color:transparent;border-right-color:white}
.rtl .menu-category ul li &gt; .menu-item-has-children:focus:after,
.rtl .menu-category ul li:hover &gt; .menu-item-has-children:after,
.rtl .menu-category ul .menu-item-has-children &gt; .menu-item-has-children:after{border-left-color:transparent;border-right-color:white}
</pre></body></html>