/*
Theme Name:     Kadence Child
Theme URI:      https://www.kadencewp.com/kadence-theme/
Template:       kadence
Author:         Kadence WP
Author URI:     https://www.kadencewp.com/
Description:    Kadence Child Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version:        1.2.21
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.no-bullets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.no-bullets li {
  margin-bottom: 8px; /* optional spacing */
}
.bred_dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  color: #000;
  padding: 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
}
.bred_dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 999;
  border-radius: 6px;
  margin-top: 10px;
}
.bred_dropdown-content a {
  color: black;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
}
.bred_dropdown-content a:hover {
  background-color: #f1f1f1;
}
.bred_dropdown button:hover, .bred_dropdown button:focus, .bred_dropdown button:active {
	color: #000;
	background: #fff0;
}

  