
			div.enlighter>div>div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidebar .widget_search input[type="submit"] {
    margin-top: -20px;
    margin-right: -21px;
}
.wp-dark-mode-active .sidebar .widget_search input[type="submit"] {
    margin-top: -16px;
    margin-right: -21px;
}
.wp-dark-mode-switch {
	margin: 13px;
}
.wp-dark-mode-active #left-menu {
	background-color: #000 !important;
}
.wp-dark-mode-active #left-menu li a  {
	background-color: #000 !important;
}

.wp-dark-mode-active h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
.wp-dark-mode-active .sidebar .widget {
    margin-bottom: 20px;
    box-shadow: 0 0 17px 0 rgb(167 167 167 / 56%);
    border-radius: 5px;
    padding: 5px;
}
 html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]) {
	 border: transparent;
}
.wp-dark-mode-active .sidebar .widget .widget-title span {
    color: #fff;
}
.wp-dark-mode-active #featured-content .entry-category a {
	color: #fff !important;
}		