/*
Theme Name:     kadence child
Theme URI:      n/a
Template:       kadence
Author:         zeein
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
html, body {
	* {
		word-break: keep-all;
	}
}
.ul--list {
	list-style: none;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-flow: wrap;
	&>li {
		margin-right: 1rem;
	}
	em {
		font-style: normal;
		padding-right: 0.5rem;
		opacity: 0.8;
	}
}

#footer-navigation {
	.footer-menu-container {
		margin-left: -0.6em;		
	}
}
