
body.light-mode .sun {
	display: inline-flex;
}

body.dark-mode .moon {
	display: inline-flex;
	color: #fff;
}

/* DARK MODE STYLES */
body.dark-mode {
	background-color: #1A1A1A !important;
	color: #fff !important;
}

body.dark-mode main#inner-wrap {
	background-color: #1A1A1A !important;
}

body.dark-mode .subsite-home-wrapper {
	background: #1A1A1A !important;
	box-shadow: none !important;
}

body.dark-mode .subsite-sidebar {
	background: #303030 !important;
	color: #fff !important;
}

body.dark-mode .subsite-content {
	color: #fff !important;
}

body.dark-mode .member-title {
	color: #fff;
}

body.dark-mode .cat-tab {
	background: #303030 !important;
	color: #fff !important;
}

body.dark-mode .cat-tab:hover {
	background: #555 !important;
}

body.dark-mode .cat-tab.active {
	background: #fff !important;
	color: #000 !important;
}

body.dark-mode .post-search-input {
	background: #1a1a1a !important;
	color: #fff !important;
	border-color: #555 !important;
}

body.dark-mode .slider-arrow {
	color: #000 !important;
}

body.dark-mode .subsite-post {
	background: #303030 !important;
	border-radius: 15px;
}

body.dark-mode .subsite-post-content {
	color: #fff !important;
}

body.dark-mode .subsite-post h3 a {
	color: #fff !important;
}

body.dark-mode .subsite-post h3 a:hover {
	color: #aaa !important;
}

body.dark-mode .subsite-pagination a,
body.dark-mode .subsite-pagination span {
	color: #fff !important;
	border-color: #555 !important;
	background: #444 !important;
}

body.dark-mode .subsite-pagination a:hover {
	background: #0073aa !important;
	border-color: #0073aa !important;
}

body.dark-mode .subsite-pagination .current {
	background: #0073aa !important;
	border-color: #0073aa !important;
}

body.dark-mode small {
	color: #1a1a1a !important;
}

body.dark-mode .date small {
	color: #fff !important;
}

body.dark-mode .date small svg {
	fill: transparent !important;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
	color: #ffffff !important;
}

body.dark-mode svg {
	fill: #ffffff !important;
	color: #ffffff !important;
}

body.dark-mode .footer-html-inner p {
	color: #fff;
}

body.dark-mode .footer-html-inner p a {
	color: #fff !important;
}

body.dark-mode .profile-edit-pencil svg {
	fill: transparent !important;
	stroke: #000;
}

body.dark-mode .member-photo-wrapper {
	border-color: #fff;
}

body.dark-mode .icon-theme-toggle svg {
	fill: #fff;
}

body.dark-mode .date small:nth-child(2) {
	background: #2e2e2e;
}
.mobile-theme-toggle {
	display: none !important;
}
body.dark-mode .subsite-title {
color: #fff;
}