/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Dec 24 2019 | 09:02:34 */ @media (min-width: 992px) { .top-menu .menu-item.menu-item-has-children { position: relative; display: inline-block; } .top-menu .menu-item.menu-item-has-children .sub-menu { display: none; position: absolute; background-color: white; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; text-align: left; } .top-menu .menu-item.menu-item-has-children .sub-menu li { padding: 12px 0; } .top-menu .menu-item.menu-item-has-children .sub-menu a, .top-menu .menu-item.menu-item-has-children .sub-menu li>span { text-decoration: none; display: block; white-space: nowrap; text-align: left; } .top-menu .menu-item.menu-item-has-children:hover .sub-menu { display: block; } }