.elementor-4643 .elementor-element.elementor-element-453a2557 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-1d383ea *//* Sidebar */
#sidebar_page_list .current_page_ancestor > a {
	border-left:3px solid green !important;
	margin-left:-12px !important;
	padding:11px;
}

#sidebar_page_list li.current_page_item > a { 
	font-weight:bold !important;
}
#sidebar_page_list li.current_page_item > a {
	border-left:3px solid #22B15A;
	padding: 13px;
	margin-left: -15px;
}

#sidebar_page_list div > li > a { 
	display: none;
}

#sidebar_page_list .page_item_has_children > ul.children {
    margin-top: 20px;
}

#sidebar_page_list div > li > ul {
    padding-left: 0px;
    margin-top: 0px !important;
}

#sidebar_page_list ul.children {
    padding-left: 16px;
}

#sidebar_page_list ul.children ul.children a {
    font-size: 14px;
}

#sidebar_page_list li.page_item {
    list-style-type: none;
    margin-bottom: 24px
}

#sidebar_page_list li.page_item_has_children {
    padding-bottom: 0px;
}

#sidebar_page_list a {
    font-family: normalidad-wide;
    font-weight: 400;
    color:#164354;
    font-size: 16px;
    line-height: 20px;
}

#sidebar_page_list a :active {
    font-weight: 900 !important;
}

/*toggle click system*/

/* the new toggle element wrapper, which is added via jQuery */
#sidebar_page_list .woo-cat-toggle {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-left: 0.5em;
	margin-top: 0.1em;
	width: 1.5em;
	line-height: 1em;
	transition: all 0.4s ease;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0.05);
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	position: absolute;
	padding:2px 3px 3px 3px;
}

/* when it's popped, style the toggle wrapper differently */
#sidebar_page_list .woo-cat-toggle.cat-popped {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* toggle icon */
#sidebar_page_list .woo-cat-toggle::before {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	speak: none;
	line-height: 20px;
	text-align: center;
	content: url('/wp-content/uploads/2022/02/expand-d-arrow.svg');
}

/* hide sub cats by default */
#sidebar_page_list .woo-cat-toggle ~ ul.children {
	display:none;
}	

/* show sub cats when triggered via jQuery toggle */
#sidebar_page_list .woo-cat-toggle.cat-popped ~ ul.children {
	display:block !important;
}/* End custom CSS */