/*

Theme Name: Nezhamanhua
Description:  Madara Optimize
Author:       Zozo
Author URI:   https://Nezhmanhua.cc/
Template: madara
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version: 1.0.1.1

*/

.site-header .c-sub-header-nav {
	position: relative;
}
   
.site-header .search-main-menu {
    z-index: 99999999;
}

/*TOC Custom CSS*/
#toc {
	border: 1px solid #201c1d;
	background: #ffefcb;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 3px;
	margin-top: 0;
}
#toc a {
  font-weight: 500;
  color: #201c1d;
}
#toc span {
  color: #201c1d;
}
#toc > span {
  margin-bottom: 5px;
  display: inline-block;
}
#toc > ol {
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 0;
}
#toc > ol > li {
	list-style: decimal;
	list-style-position: inside;
	color: #201c1d;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#toc > ol > li li {
  list-style: disc;
  color: #201c1d;
  text-transform: none;
}
#toc > ol > li:last-child {
  border-bottom: none;
}

.text-ui-light #toc a {
  color: #fab20d;
}
/*End OC Custom CSS*/

.single-wp-manga .summary__content a {
  color: #fab20d;
}

.single-wp-manga .c-page__content h2 {
  position: relative;
  padding-left: 10px;
}

.summary__content strong,.summary__content b {
  font-weight: 600;
}
.blog-post-widget .widget-content{
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.blog-post-widget .widget-content .popular-item-wrap {
  flex: 0 0 20%;
  padding: 0 10px;
  max-width: 20%;
  margin-bottom: 0;
}
.widget.blog-post-widget {
  margin-bottom: 0;
}
.widget.c-popular.blog-post-widget .popular-item-wrap .popular-content .widget-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget.c-popular.blog-post-widget .popular-item-wrap {
  border: none;
}

.zozo_table .chap-col {
  max-width: 90px;
}
.live-update {
  margin-bottom: 1rem;
}
blockquote {
  padding-left: 18px;
  border-left: 4px solid #fab20d;
  border-radius: 4px;
  font-style: italic;
  color: #fff;
}
@media (max-width: 480px) {
.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content .sub-nav_list li .sub-menu a {
	padding: 5px;
	text-transform: none;
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #222;
}
.blog-post-widget .widget-content .popular-item-wrap {
  flex: 0 0 100%;
  padding: 0 10px;
  max-width: 100%;
  display: flex;
  padding-bottom: 0 !important;
}
.blog-post-widget .widget-content .popular-item-wrap .widget-thumbnail {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0 !important;
}
.blog-post-widget .widget-content .popular-item-wrap .popular-content {
  flex: 0 0 60%;
  padding-left: 10px;
}

}