/*!
Theme Name: Arino
Theme URI: https://www.themedox.com/arino
Author: Laralink
Author URI: https://themeforest.net/user/laralink/
Description: Arino - Creative Agency WordPress Theme
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arino
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Hide the submenu by default but keep its space */
/* Hide the submenu by default but keep its space */
#menu-locations-menu .sub-menu {
    display: none;
    opacity: 0;
    background-color: #181818;
    padding: 20px;
    z-index: 1000;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Show the submenu on hover */
#menu-locations-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
}

