/*
Theme Name:     Kadence Child Theme
Theme URI:      https://wpsites.site/
Template:       kadence
Author:         wpSites
Author URI:     https://wpsites.site/
Description:    A child theme inherits the functionality and styling of the parent theme. Activating the child theme is the recommended approach when wishing to modify a parent theme.
Version:        2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.widget-area ul, .portable-nav-menu ul {
	margin: 0;
}
.portable-nav-menu  {
	margin: 0;
	padding:0 !important;
}
.portable-nav-menu li {
  padding: 0px 0px 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.portable-nav-menu {
	list-style:none;
	
}