/*
Theme Name: Ollie Child
Theme URI: https://olliewp.com
Description: A child theme for Ollie.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
Version: 1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/

ul.no-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Force all embeds to 16:9 */
.wp-has-aspect-ratio.wp-embed-aspect-9-16 {
  aspect-ratio: 16 / 9 !important;
}

/* Force highlight of current menu item */
.site-header .current-menu-item > a,
.site-header .current_page_item > a {
  color: #A396E9 !important;
  text-decoration: none !important;
}

/* THIS IS NOW DEACTIVATED
ul.wp-block-navigation__submenu-container {
  width: 350px !important;     /* fixed width */
  min-width: 350px !important; /* ensures it stretches */
  padding: 1rem !important;
  box-sizing: border-box;
}*/




