body{
	font-weight: 400;
}

h1:last-child, h2:last-child, h3:last-child{
    padding-bottom: 0;
}

@media (max-width: 980px) {
    .nds-footer-menu .et_pb_menu__menu { 
        display: flex !important; 
    }
    .nds-footer-menu .et_mobile_nav_menu { 
        display: none !important; 
    }
}


body.mobile-menu-active{
    overflow: hidden !important;
}
.nds-header-menu .opened #mobile_menu1 {
	width: 100vw !important;
	position: fixed !important;
	top: 0em !important;
	left: 0vw !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	padding: 0 !important;
}
.nds-header-menu .closed #mobile_menu1 {
	background-color: #fff !important;
	text-align: center !important;
	width: 100vw !important;
	position: fixed !important;
	left: 100vw !important;
	top: 0em !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	transition: visibility 0.3s, opacity 0.3s, left 1s, ease-in-out;
	opacity: 0 !important;
	visibility: hidden !important;
}
.nds-header-menu #mobile_menu1 li {
	list-style: none !important;
	text-align: center !important;
	width: 100%
}
.nds-header-menu .et_pb_menu__wrap span.mobile_menu_bar {
	z-index: 999999 !important;
}
.nds-header-menu .et_pb_menu__wrap .opened .mobile_menu_bar:before {
	content: "\4d" !important;
    color: #fff;
}
.nds-header-menu .et_mobile_menu {
	border-top: none;
}
.nds-header-menu .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
.et_mobile_menu li a:hover {
	background-color: transparent;
	opacity: 1;
}
.nds-header-menu .et_mobile_menu li a {
	border-bottom: none;
}


.nds-post-share{
	display: flex;
	align-items: center;
	gap: 20px;
}
.nds-post-share a,
.nds-post-share .nds-post-share-copy-wrap{
	display: block;
	height: 20px;
	position: relative;
}
.nds-post-share button{
	background-color: transparent;
    border: none;
    padding: 0;
	cursor: pointer;
}

.nds-post-share-copy-feedback{
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%) translateY(4px);
	background: #0B1B29;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
	padding: 4px 8px;
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease, transform .2s ease;
}
.nds-post-share-copy-feedback.is-visible{
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.nds-post-sidebar-list{
	list-style-type: none !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.nds-post-sidebar-item.is-active{
	font-weight: 700;
}