/* Copyright © 2013 Adobe Systems Incorporated. Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /**/ /**************************/ /* Do not edit this part. It is part of the menu basic functioning. */ /**************************/ /*---------------------- IMPORTAMT NOTE ------------------------------------ * * * * This file will be overwritten in every update of the plugin. * * If you write your classes below you will loose all your custom work . * * Please create all your custom classes in another file like style.css. * * You can also use a dedicated css file of you own and apply it from the * * plugin settings. * * * *****************************************************************************/ .accessible-megamenu .accessible-megamenu-top-nav-item { position: relative; display: block; list-style: none; float: left; } .accessible-megamenu :focus { } .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] { position: relative; display: block; z-index: inherit; } .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus { } .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus, .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open { z-index: 1002; } .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open { } .accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] { } .accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open { } .accessible-megamenu .accessible-megamenu-panel { position: absolute; display: block; cursor: default; visibility: hidden; top: -9999em; /*max-height: 0px;*/ overflow: hidden; opacity: 0; } .accessible-megamenu .accessible-megamenu-panel.open { visibility: visible; top: 3em; opacity: 1; z-index: 1001; } /* Next is for overriding .main-navigation ul ul if present */ .accessible-megamenu-panel .sub-list-0 { left: 0; position: relative; display: flex; } /**/ /* Keep the code above unchange. */ /**************************/ /* End of do not edit this part. It is part of the menu basic functioning. */ /**************************/ /* You can start edit from here.*/ /*---------------------- IMPORTAMT NOTE ------------------------------------ * * * * This file will be overwritten in every update of the plugin. * * If you write your classes below you will loose all your custom work . * * Please create all your custom classes in another file like style.css. * * You can also use a dedicated css file of you own and apply it from the * * plugin settings. * * * *****************************************************************************/