/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
@charset "UTF-8";

/* Theme customization starts here
-------------------------------------------------------------- */

.single-content h5 {
	margin-bottom: .5em;
}
.single-content p {
	margin-bottom: 0; margin-top: 0;
}
.single-content ul {
	margin-top:-5px;
}

ul.sublist {
  list-style-type: none;
}

/* ul.sublist > li {}
ul.sublist > li:before {
  content: "\002D" !important; /* en dash * /
  position: absolute;
  margin-left: -1.5em; 
} */