/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.how-nav{
z-index: 9999999999999999;
}
.how-nav ul{
  background: white;
  padding: 10px 5px;
  width: 100%;
  
  -webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.how-nav li {list-style-type: none;}

  .how-nav a {
      text-align: center;
  display: inline-block;
  width: 100%;

    text-decoration: none;
    display: block;
    margin: 0 15px;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .how-nav a.active {
      background: #ff0000;
      color: white;  
    }

