/*
Theme Name:   Materialis Child
Theme URI:    https://extendthemes.com/materialis/
Description:  Materialis Child Theme
Author:       Ben Bishop
Author URI:   http://example.com
Template:     materialis
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  
*/

.fixto-fixed ul.dropdown-menu.simple-text-buttons > li.nav-button > a,
.fixto-fixed ul.dropdown-menu.simple-text-buttons > li.nav-button > a:hover,
.fixto-fixed ul.dropdown-menu.simple-text-buttons > li.nav-button:not(.current-menu-item):not(.current_page_item):hover > a {
  color: #fff;
}

ul.dropdown-menu,
ul.dropdown-menu li.nav-button {
  overflow: visible;
}

ul.dropdown-menu li.nav-button > a {
  align-items: center;
  background-color: #228ae6;
  border-radius: 3px;
  border: 0px solid #000;
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
  color: #fff;
  display: block;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  letter-spacing: 1.39286px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  text-transform: capitalize;
}

ul.dropdown-menu li.nav-button > a:hover {
  background-color: #50a2eb;
}