/*
Theme Name: Madara - Child
Description:  Madara Child-Theme
Author:       Madara
Author URI:   http://demo.mangabooth.com/
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
*/

/* text-ui-light  */
body.text-ui-light {
  color: #6c8187;
  /* entry content */
}
body.text-ui-light.error404 {
  background-color: #1f2426;
}
body.text-ui-light a:not(:hover) {
  color: #a3c2cc;
}
body.text-ui-light .summary-content {
  color: #a3c2cc;
}
body.text-ui-light .widget.widget_tag_cloud .tag-cloud-link:not(:hover) {
  color: #293133;
}
body.text-ui-light h1,
body.text-ui-light h2,
body.text-ui-light h3,
body.text-ui-light h4,
body.text-ui-light h5,
body.text-ui-light .h1,
body.text-ui-light .h2,
body.text-ui-light .h3,
body.text-ui-light .h4,
body.text-ui-light .h5,
body.text-ui-light h6,
body.text-ui-light .h6 {
  color: #ffffff;
}
body.text-ui-light input:not([type]),
body.text-ui-light input[type="color"],
body.text-ui-light input[type="email"],
body.text-ui-light input[type="number"],
body.text-ui-light input[type="password"],
body.text-ui-light input[type="tel"],
body.text-ui-light input[type="url"],
body.text-ui-light input[type="text"],
body.text-ui-light input[type="search"],
body.text-ui-light textarea,
body.text-ui-light select {
  background-color: rgba(188, 224, 235, 0.2);
  color: #6c8187;
}
body.text-ui-light select option {
  background-color: #fff;
  color: #293133;
}
body.text-ui-light.modal-open .modal-dialog input[type="color"],
body.text-ui-light.modal-open .modal-dialog input[type="email"],
body.text-ui-light.modal-open .modal-dialog input[type="number"],
body.text-ui-light.modal-open .modal-dialog input[type="password"],
body.text-ui-light.modal-open .modal-dialog input[type="tel"],
body.text-ui-light.modal-open .modal-dialog input[type="url"],
body.text-ui-light.modal-open .modal-dialog input[type="text"],
body.text-ui-light.modal-open .modal-dialog input[type="search"] {
  color: #293133;
}
body.text-ui-light.modal-open .modal-dialog input[type="color"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="email"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="number"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="password"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="tel"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="url"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="text"]:focus,
body.text-ui-light.modal-open .modal-dialog input[type="search"]:focus {
  color: #293133;
}
body.text-ui-light .c-blog-post .entry-content {
  color: #859fa6;
}
body.text-ui-light.manga-page .summary__content:after,
body.text-ui-light.manga-page .version-chap:after {
  background: rgba(38, 38, 38, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 36, 38, 0)), to(#1f2426));
  background: -webkit-linear-gradient(top, rgba(31, 36, 38, 0), #1f2426);
  background: -moz-linear-gradient(top, rgba(31, 36, 38, 0), #1f2426);
  background: -ms-linear-gradient(top, rgba(31, 36, 38, 0), #1f2426);
  background: -o-linear-gradient(top, rgba(31, 36, 38, 0), #1f2426);
}
body.text-ui-light.manga-page .content-readmore:hover {
  color: #1ed760;
}
body.text-ui-light .site-header .c-header__top {
  background-color: #1f2426 ;
}
body.text-ui-light .site-header .c-header__top .search-main-menu {
  background-color: #1f2426 ;
}
body.text-ui-light .site-header .c-header__top .search-main-menu form input[type="text"]:hover,
body.text-ui-light .site-header .c-header__top .search-main-menu form input[type="text"]:active,
body.text-ui-light .site-header .c-header__top .search-main-menu form input[type="text"]:focus {
  background-color: #ffffff;
}
body.text-ui-light .body-wrap {
  background-color: #001d26;
}
body.text-ui-light .c-sidebar.c-bottom-sidebar {
  border-top: none;
}
body.text-ui-light .site-footer {
  background-color: #1a2d37;
  border-top: none;
  border-bottom: solid 10px #ffffff;
}
body.text-ui-light .site-footer .bottom-footer .nav-footer ul li + li {
  border-left-color: #a3c2cc;
}
body.text-ui-light.search input:not([type]),
body.text-ui-light.modal-open .modal-dialog input:not([type]),
body.text-ui-light.search input[type="color"],
body.text-ui-light.modal-open .modal-dialog input[type="color"],
body.text-ui-light.search input[type="email"],
body.text-ui-light.modal-open .modal-dialog input[type="email"],
body.text-ui-light.search input[type="number"],
body.text-ui-light.modal-open .modal-dialog input[type="number"],
body.text-ui-light.search input[type="password"],
body.text-ui-light.modal-open .modal-dialog input[type="password"],
body.text-ui-light.search input[type="tel"],
body.text-ui-light.modal-open .modal-dialog input[type="tel"],
body.text-ui-light.search input[type="url"],
body.text-ui-light.modal-open .modal-dialog input[type="url"],
body.text-ui-light.search input[type="text"],
body.text-ui-light.modal-open .modal-dialog input[type="text"],
body.text-ui-light.search input[type="search"],
body.text-ui-light.modal-open .modal-dialog input[type="search"],
body.text-ui-light.search textarea,
body.text-ui-light.modal-open .modal-dialog textarea,
body.text-ui-light.search select,
body.text-ui-light.modal-open .modal-dialog select {
  background-color: #ffffff;
}
body.text-ui-light .popular-slider .slider__container .slick-arrow {
  background-color: #2b3336;
}
body.text-ui-light .slick-dots li button:before {
  opacity: 1;
}
body.text-ui-light .manga-slider.style-2 .slider__container .slick-list .slick-track .slider__item .slider__thumb {
  background-color: #1f2426 ;
}
body.text-ui-light.manga-page .profile-manga .tab-summary .summary_image,
body.text-ui-light.manga-page .profile-manga .tab-summary .summary_content_wrap .summary_content {
  background-color: rgba(188, 224, 235, 0.3);
}
body.text-ui-light.manga-page .profile-manga .tab-summary .post-rating span {
  color: #ffffff;
}
body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item .tab-item .show {
  color: #6c8187;
}
body.text-ui-light.search .c-search-header__wrapper #search-advanced .search-advanced-form .form-group.checkbox-group .checkbox label,
body.text-ui-light.search .c-search-header__wrapper #search-advanced .search-advanced-form .form-group:not(.checkbox-group) span,
body.text-ui-light.search .c-search-header__wrapper #search-advanced .search-advanced-form .form-group .checkbox-inline label,
body.text-ui-light.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-meta .rating .score {
  color: #fff;
}
#search-advanced select{max-width: 315px}
body.text-ui-light.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-summary .post-content {
  background-color: rgba(188, 224, 235, 0.2);
}
body.text-ui-light .navigation-ajax .load-ajax:not(:hover) {
  color: #293133;
}
body.text-ui-light #login a:not(:hover),
body.text-ui-light #sign-up a:not(:hover),
body.text-ui-light #form-reset a:not(:hover) {
  color: #293133;
}
body.text-ui-light .widget.background > .c-widget-wrap {
  background-color: rgba(188, 224, 235, 0.3);
}
body.text-ui-light .site-content .main-col .item-tags ul li a:not(:hover) {
  color: #293133;
}
body.text-ui-light .popular-slider .slider__container .slider__item .item__wrap {
  background-color: rgba(188, 224, 235, 0.2);
}

body.text-ui-light.search .c-search-header__wrapper .search-content .btn-search-adv:not(:hover) {
  color: #fff;
}
body.text-ui-light.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-summary .post-content .post-content_item .summary-heading h5 {
  color: #fff;
}
body.text-ui-light .c-btn.c-btn_style-3 {
  color: #ffffff;
  border: 2px solid #ffffff;
}
body.text-ui-light .c-btn.c-btn_style-3:hover {
  background: #ffffff;
  color: #293133;
}
body.text-ui-light .wp-pagenavi span,
body.text-ui-light .wp-pagenavi a.nextpostslink,
body.text-ui-light .wp-pagenavi a.previouspostslink {
  background-color: rgba(37, 44, 46, 0.3);
}
body.text-ui-light .wp-pagenavi span.current {
  color: #6c8187 !important;
}
body.text-ui-light .wpcf7-form label {
  color: #a3c2cc;
}
body.text-ui-light .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  background-color: #bce0eb;
  border: 1px solid #abccd6;
}
body.text-ui-light .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):hover {
  background-color: #fff;
}
body.text-ui-light #main-sidebar .search-main-menu form input[type="text"],
body.text-ui-light #main-sidebar .widget.widget_search input[type="search"] {
  border: 1px solid #abccd6;
}
body.text-ui-light #main-sidebar .widget_search input[type=submit] {
  border-left: 1px solid #abccd6;
}
body.text-ui-light.manga-page .content-readmore,
body.text-ui-light.manga-page .chapter-readmore {
  color: #a3c2cc;
}
body.text-ui-light.page .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item a,
body.text-ui-light.page .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail .item-summary .rating .score {
  color: #a3c2cc;
}
body.text-ui-light .go-to-top {
  bottom: 11px;
  right: 11px;
}

body.text-ui-light .widget:not(.default):not(.background) > .c-widget-wrap,body.text-ui-light .widget.c-popular .popular-item-wrap, body.text-ui-light .widget .my-history .my-history-item-wrap{border-color: #62757a}
body.text-ui-light #manga-filte-alphabeta-bar a{background-color: #62757a}

/**
 * Improve Dark Mode
 **/
body.page.text-ui-light .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter,.text-ui-light .widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter,body.text-ui-light .settings-page .list-chapter .chapter-item .chapter,body.search.text-ui-light .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-meta .latest-chap .chapter{background: transparent; border: 1px solid #6c8187}
body.page.text-ui-light .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter a,.text-ui-light .widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter a, body.text-ui-light .settings-page .list-chapter .chapter-item .chapter a,body.search.text-ui-light .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-meta .latest-chap .chapter a{color: #a3c2cc; }
body.page.text-ui-light .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter a:hover,.text-ui-light .widget.c-popular .popular-item-wrap .popular-content .chapter-item .chapter a:hover, body.text-ui-light .settings-page .list-chapter .chapter-item .chapter a:hover,body.search.text-ui-light .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-meta .latest-chap .chapter a:hover{color:#1ed760}
body.reading-manga.text-ui-light .entry-header .c-selectpicker select.selectpicker, body.reading-manga.text-ui-light .c-select-bottom .c-selectpicker select.selectpicker{background-color: rgba(188, 224, 235, 0.2);}
body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item.image_setting .settings-heading,body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item.other_setting .settings-heading{background-color:#293133}
body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item.image_setting .settings-heading h3,body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item.other_setting .settings-heading h3{color:#bce0eb}
body.manga-page.text-ui-light .summary__content.show-more:after{
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
}
body.text-ui-light .settings-page .nav-tabs-wrap ul.nav-tabs li a, .text-ui-light .settings-page table.list-bookmark > thead > tr > th{background-color:#1a2d37;color:#bce0eb}
body.text-ui-light table:not(#wp-calendar):not(.shop_table) > thead > tr > th, body.text-ui-light table:not(#wp-calendar):not(.shop_table) > tbody > tr td,body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item .tab-item, body.text-ui-light .settings-page .tabs-content-wrap .tab-group-item .tab-item .choose-avatar,body.page.text-ui-light .c-page-content .main-col-inner .entry-header .entry-title{border-color:#28383d}
.text-ui-light table:not(#wp-calendar):not(.shop_table) > tbody > tr:hover, .text-ui-light .settings-page .tabs-content-wrap .tab-group-item .tab-item .history-content:hover{background-color:#1a2d37}
.text-ui-light table:not(#wp-calendar):not(.shop_table) > tbody > tr:hover .list-chapter .chapter-item span, .text-ui-light table:not(#wp-calendar):not(.shop_table) > tbody > tr:hover .list-chapter .chapter-item span.vol a{color:#FFF}
.text-ui-light .settings-page .tabs-content-wrap .tab-group-item .tab-item .form-choose-avatar{color:#6c8187}
body.page.text-ui-light .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item,.text-ui-light .page-content-listing.item-simple .page-listing-item .page-item-detail{border-color: #2d3538}
body.manga-page.text-ui-light .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li:after{background-color:#2d3538}
.text-ui-light .settings-page .list-chapter .chapter-item a{color:#6c8187}
body.text-ui-light #hover-infor {
	background-color:#1a2d37
}
body.text-ui-light #hover-infor .item_content .summary-content,body.text-ui-light #hover-infor .item_content .post-content_item > *, body.text-ui-light  #hover-infor .item_content .summary-content a:not(:hover){color:#bce0eb}
body.text-ui-light .navigation-ajax .load-ajax{background-color:#293133; color: #FFF; border-color: transparent}
body.text-ui-light .navigation-ajax .load-ajax:not(:hover){color:#FFF}