/*
Theme Name: Susan Metz Child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.3.2
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: susanmetzchild
*/

/* Force footer submenus to open UP instead of DOWN */
footer .wp-block-navigation-submenu {
    bottom: 100%;
    top: auto !important;
}

/* Force footer submenus to align to the RIGHT edge so they don't go off-screen */
footer .wp-block-navigation-submenu {
    right: 0;
    left: auto !important;
}

@media (max-width: 782px) {
  .wp-block-navigation__responsive-container-content {
    left: 16px;
  }
}
