/*
 Theme Name:   Activello Child (Bootstrap Replaced)
 Theme URI:    https://example.com/activello-child
 Description:  Child theme for Activello that replaces Bootstrap with a stable version
 Author:       Dave Barrington
 Template:     activello
 Version:      1.1.2
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  activello-child-bootstrap-replaced
*/


/* Import parent theme styles */
@import url("../activello/style.css");

/* Add your overrides below */
@media (max-width: 768px) {
  .site-navigation-inner .navbar-collapse.collapse {
    display: none;
  }
}